Popular icons

{%- set icons = ['address-card', 'align-center', 'align-justify', 'align-left', 'align-right', 'ambulance','angle-double-down', 'angle-double-left', 'angle-double-right', 'angle-double-up', 'angle-down', 'angle-left', 'angle-right', 'angle-up', 'archive', 'arrow-circle-down', 'arrow-circle-left', 'arrow-circle-right', 'arrow-circle-up', 'arrow-down', 'arrow-left', 'arrow-right', 'arrow-up', 'arrows-alt', 'asterisk', 'at', 'award', 'ban', 'barcode', 'bars', 'battery-empty', 'battery-full', 'battery-half', 'beer', 'bell', 'bell-slash', 'bezier-curve', 'binoculars', 'bolt', 'bomb', 'book', 'book-open', 'bookmark', 'box', 'boxes', 'briefcase', 'broadcast-tower', 'brush', 'bug', 'building', 'bullseye', 'calculator', 'calendar', 'camera', 'car', 'cart-plus', 'certificate', 'chalkboard', 'chart-area', 'chart-bar', 'chart-line', 'chart-pie', 'check', 'check-circle', 'check-double', 'check-square', 'chess', 'chevron-down', 'chevron-left', 'chevron-right', 'chevron-up', 'circle', 'circle-notch', 'city', 'clipboard', 'clock', 'clone', 'cloud', 'cloud-download', 'cloud-upload', 'code', 'code-branch', 'coffee', 'cog', 'cogs', 'coins', 'columns', 'comment', 'comments', 'compass', 'compress', 'concierge-bell', 'copy', 'crop', 'crosshairs', 'cube', 'cut', 'database', 'desktop', 'dice', 'divide', 'dollar-sign', 'dot-circle', 'download', 'drafting-compass', 'draw-polygon', 'dumbbell', 'edit', 'ellipsis', 'ellipsis-v', 'envelope', 'envelope-open', 'eraser', 'exclamation', 'exclamation-circle', 'exclamation-triangle', 'expand', 'expand-alt', 'external-link', 'eye', 'eye-slash', 'fast-backward', 'fast-forward', 'fax', 'feather', 'file', 'file-alt', 'file-archive', 'file-audio', 'file-code', 'file-csv', 'file-excel', 'file-export', 'file-image', 'file-import', 'file-invoice', 'file-medical', 'file-minus', 'file-pdf', 'file-plus', 'file-powerpoint', 'file-signature', 'file-upload', 'file-video', 'file-word', 'film', 'filter', 'fingerprint', 'fire', 'flag', 'folder', 'folder-open', 'font', 'gamepad', 'gift', 'globe', 'graduation-cap', 'grip-horizontal', 'grip-lines', 'grip-vertical', 'hammer', 'hashtag', 'heading', 'headphones', 'headset', 'heart', 'history', 'home', 'hospital', 'hourglass', 'hourglass-end', 'hourglass-half', 'hourglass-start', 'id-badge', 'id-card', 'image', 'images', 'inbox', 'indent', 'industry', 'info', 'info-circle', 'italic', 'key', 'language', 'laptop', 'layer-group', 'lightbulb', 'link', 'list', 'location-arrow', 'lock', 'lock-open', 'magic', 'magnet', 'male', 'map', 'map-marked', 'map-marker', 'map-pin', 'map-signs', 'medal', 'microphone', 'microphone-slash', 'minus', 'minus-circle', 'minus-square', 'mobile', 'mobile-alt', 'money-bill', 'moon', 'mouse-pointer', 'music', 'network-wired', 'newspaper', 'outdent', 'paint-brush', 'palette', 'paper-plane', 'paperclip', 'paste', 'pause', 'pen', 'pen-alt', 'pencil-alt', 'percent', 'phone', 'phone-alt', 'phone-slash', 'plane', 'play', 'plug', 'plus', 'plus-circle', 'plus-square', 'podcast', 'power-off', 'print', 'project-diagram', 'puzzle-piece', 'qrcode', 'question-circle', 'quote-left', 'quote-right', 'random', 'recycle', 'redo', 'reply', 'robot', 'rocket', 'route', 'rss', 'ruler', 'satellite', 'save', 'search', 'search-minus', 'search-plus', 'server', 'share', 'shield', 'shopping-bag', 'shopping-cart', 'signal', 'sitemap', 'sliders', 'smile', 'snowflake', 'sort', 'sort-down', 'sort-up', 'spell-check', 'spinner', 'square', 'stamp', 'star', 'star-half', 'sticky-note', 'stop', 'stopwatch', 'stream', 'strikethrough', 'subscript', 'sun', 'superscript', 'swap', 'sync', 'table', 'tag', 'tasks', 'terminal', 'text-height', 'thermometer', 'thumbs-down', 'thumbs-up', 'thumbtack', 'ticket-alt', 'times', 'times-circle', 'tint', 'toggle-off', 'toggle-on', 'toolbox', 'train', 'trash', 'trophy', 'truck', 'tv', 'underline', 'undo', 'university', 'unlink', 'unlock', 'upload', 'user', 'user-check', 'user-circle', 'user-cog', 'user-friends', 'user-lock', 'user-minus', 'user-plus', 'user-secret', 'user-slash', 'user-tag', 'users', 'utensils', 'vector-square', 'video', 'wallet', 'warehouse', 'weight', 'wifi', 'window-close', 'window-maximize', 'window-minimize', 'window-restore', 'wrench'] -%}
{%- call ui.util.call(ui.table, striped=true) -%} {%- call ui.util.call(ui.table_body) -%} {%- for name in icons -%} {{ name }}{{ ui.icon(name) }} {%- endfor %} {%- endcall %} {%- endcall %}