cux-test
Version:
[SB Admin](http://startbootstrap.com/template-overviews/sb-admin/) is an open source, admin dashboard template for [Bootstrap](http://getbootstrap.com/) created by [Start Bootstrap](http://startbootstrap.com/).
141 lines (137 loc) • 3.8 kB
JavaScript
/*!========================================================================
* Bootstrap: iconset-fontawesome-4.0.0.js by @recktoner
* https://victor-valencia.github.com/bootstrap-iconpicker
*
* Iconset: Font Awesome 4.0.0
* http://fortawesome.github.io/Font-Awesome/
* ========================================================================
* Copyright 2013-2015 Victor Valencia Rico.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ======================================================================== */
;(function($){
$.iconset_commonux = {
iconClass: 'cux',
iconClassFix: 'abb-cux-',
icons: [
' ',
'add-user',
'alarm-bell',
'align-down',
'align-horizontal-center',
'align-horizontal-left',
'align-horizontal-right',
'align-top',
'analyze-document',
'audio-off',
'audio-on',
'bar-chart',
'briefcase',
'calendar',
'call',
'camera',
'chat',
'check',
'check-circle-full',
'check-circle',
'close',
'computer',
'controls',
'copy',
'cut',
'document',
'down',
'arrow-down',
'download',
'edit',
'end-call',
'envelope',
'error-circle-full',
'error-circle',
'event',
'export',
'filter',
'forward',
'full-screen',
'location',
'globe',
'group',
'help-circle-full',
'help-circle',
'hide',
'history',
'import',
'information-circle-full',
'information-circle',
'label',
'left',
'arrow-left',
'link',
'list',
'pin',
'lock-close',
'lock-open',
'menu',
'menu-vertical',
'menu-horizontal',
'minus',
'minus-circle',
'motor',
'new-document',
'numbers',
'open-window',
'panel',
'paste',
'pause',
'pie-chart',
'pin',
'play',
'plus',
'plus-circle-full',
'print',
'redo',
'refresh',
'reports',
'rewind',
'right',
'arrow-right',
'save',
'save-as',
'screen',
'search',
'settings',
'share',
'skip-to-end',
'skip-to-start',
'smartphone',
'star',
'stop',
'system',
'table',
'time',
'trash',
'trend',
'undo',
'unpin',
'up',
'arrow-up',
'upload',
'user-circle',
'align-center',
'view',
'warning-triangle',
'wrench',
'zoom-in',
'zoom-out'
]};
})(jQuery);