@arche-mc2/arche-controls
Version:
We know that there are a ton of react UI library projects to choose from. Our hope with this one is to provide the next generation of react components that you can use to bootstrap your next project, or as a reference for building a UIKit. Read on to get
268 lines • 4.78 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ArcheIconNames = [
'activity',
'airplay',
'alert-circle',
'alert-octagon',
'alert-triangle',
'align-center',
'align-justify',
'align-left',
'align-right',
'anchor',
'aperture',
'arrow-down-left',
'arrow-down-right',
'arrow-down',
'arrow-left',
'arrow-right',
'arrow-up-left',
'arrow-up-right',
'arrow-up',
'at-sign',
'attach',
'award',
'bar-chart-2',
'bar-chart',
'battery-charging',
'battery',
'bell-off',
'bell',
'bluetooth',
'book',
'bookmark',
'box',
'briefcase',
'burger',
'calendar',
'camera-off',
'camera',
'cast',
'check-circle',
'check-square',
'check',
'chevron-down',
'chevron-up',
'chevron-left',
'chevron-right',
'chevrons-down',
'chevrons-left',
'chevrons-right',
'chevrons-up',
'chrome',
'circle',
'clipboard',
'clock',
'cloud-drizzle',
'cloud-lightning',
'cloud-off',
'cloud-rain',
'cloud-snow',
'cloud',
'command',
'compass',
'copy',
'corner-down-left',
'corner-down-right',
'corner-left-down',
'corner-left-up',
'corner-right-down',
'corner-right-up',
'corner-up-left',
'corner-up-right',
'cpu',
'credit-card',
'crosshair',
'delete',
'disc',
'dome',
'download-cloud',
'download',
'droplet',
'edit-2',
'edit-3',
'edit',
'euro',
'external-link',
'eye-off',
'eye',
'facebook',
'fast-forward',
'feather',
'file-minus',
'file-pdf',
'file-plus',
'file-text',
'file',
'film',
'filter',
'flag',
'folder',
'for-me',
'for-you',
'github',
'globe',
'grid',
'hash',
'headphones',
'health',
'heart',
'home',
'image',
'inbox',
'info',
'instagram',
'key',
'layers',
'layout',
'life-buoy',
'link-2',
'link',
'loader',
'lock',
'log-in',
'log-out',
'mail',
'map-pin',
'map',
'maximize-2',
'maximize',
'menu',
'message-circle',
'message-square',
'mic-off',
'mic',
'minimize-2',
'minimize',
'minus-circle',
'minus-square',
'minus',
'monitor',
'moon',
'more-horizontal',
'more-vertical',
'move',
'music',
'navigation-2',
'navigation',
'octagon',
'package',
'pause-circle',
'pause',
'percent',
'phone-call',
'phone-forwarded',
'phone-incoming',
'phone-missed',
'phone-off',
'phone-outgoing',
'phone',
'pie-chart',
'play-circle',
'play',
'plus-circle',
'plus-square',
'plus',
'pocket',
'power',
'printer',
'qr-code',
'radio',
'refresh-ccw',
'refresh-cw',
'repeat',
'rewind',
'road-sign',
'rotate-ccw',
'rotate-cw',
'save',
'scissors',
'search',
'server',
'settings',
'share-2',
'share',
'smile',
'shield',
'shuffle',
'sidebar',
'skip-back',
'skip-forward',
'slack',
'slash',
'smartphone',
'speaker',
'square',
'star',
'star-full',
'stop-circle',
'sun',
'sunrise',
'sunset',
'tablet',
'tag',
'target',
'thermometer',
'thumbs-down',
'thumbs-up',
'toggle-left',
'toggle-right',
'transfert',
'trash-2',
'trash',
'trending-down',
'trending-up',
'triangle',
'twitter',
'type',
'umbrella',
'unlink',
'unlock',
'upload-cloud',
'upload',
'user-admin',
'user-check',
'user-lock',
'user-circle',
'user-minus',
'user-plus',
'users-plus',
'user-x',
'user',
'users',
'video-off',
'video',
'voicemail',
'volume-1',
'volume-2',
'volume-x',
'watch',
'wifi',
'wind',
'workgroup',
'x-circle',
'x-square',
'x',
'zap',
'zoom-in',
'zoom-out',
'desk',
'palette',
'list',
'task_2',
'company',
'arche_1',
'arche_2',
'assistance',
'mail_copy',
'invoice',
'shopbag1'
].sort();
var dictionary = {};
for (var i = 0; i < exports.ArcheIconNames.length; i++) {
var iconName = exports.ArcheIconNames[i];
dictionary[iconName] = require('./icons/' + iconName + '.svg');
}
exports.default = dictionary;
//# sourceMappingURL=icons.js.map