![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /var/www/html/libs/absol-acomp/demo/ |
Upload File : |
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>IconTest</title> <script src="../dist/absol-acomp.js?<?php echo stat('../dist/absol-acomp.js')['mtime'];?>"></script> <!-- <link rel="stylesheet" href="https://absol.cf/css/googleicons/icons.css">--> <!-- <link rel="stylesheet" href="https://lab.daithangminh.vn/css/fontawesome_5.15.1/css/all.css">--> </head> <body> <h3>GMI</h3> <script> var gIcons = [ 'mode_edit', 'file_copy', 'reply', 'file_download', 'delete', 'save', 'arrow_back_ios', 'group_add', 'done_all', 'close', 'edit', 'create', 'add', 'more_vert', 'visibility', 'send', 'clear', 'done', 'trending_flat', 'remove', 'cancel', 'star_border', 'star', 'remove_circle', 'filter_alt', 'content_copy' ] gIcons.map(name => { absol._({ child:[ { tag:'span', child: { text: name+': ' } }, { tag:'span', class:'material-icons', child:{text: name} } ] }).addTo(document.body) }); </script> <h3>FA</h3> <script> var faIcons = [ 'fa-search', 'fa-close', 'fa-spinner fa-spin', 'fa-times' ]; faIcons.map(name => { absol._({ child:[ { tag:'span', child: { text: name+': ' } }, { tag:'span', class:('fa '+ name).split(/\s+/), } ] }).addTo(document.body) }); absol._({ tag:'ProcessOutlineIcon'.toLowerCase() }).addTo(document.body).addStyle({ width: '48px', height: '48px' }); absol._({ tag:'ProcedureOutlineIcon'.toLowerCase() }).addTo(document.body).addStyle({ width: '48px', height: '48px' }); var smile = absol._({ tag:'smileicon', style:{ height: '16px', width: '16px' }, props:{ frame: 2 } }).addTo(document.body); var sp = absol._('spinnerico').addTo(document.body).addStyle('width', '48px'); sp.circleRadius = 8; absol._('span.mdi.mdi-account-search-outline').addTo(document.body).addStyle('font-size', '48px'); </script> </body> </html>