UNPKG

design-system-simplefi

Version:

Design System for SimpleFi Applications

39 lines 1.47 kB
/* * DO NOT CHANGE order of exports, if you add new icon add it to the end of file * Order of the icons in this defines Unicode code of the icon */ export { wrench } from './wrench'; export { chevronRight } from './chevronRight'; export { eye } from './eye'; export { eyeSlash } from './eyeSlash'; export { check } from './check'; export { times } from './times'; export { chevronDown } from './chevronDown'; export { arrowUp } from './arrowUp'; export { quoteSquare } from './quoteSquare'; export { caretDown } from './caretDown'; export { plus } from './plus'; export { sort } from './sort'; export { sortUp } from './sortUp'; export { sortDown } from './sortDown'; export { search } from './search'; export { filter } from './filter'; export { minus } from './minus'; export { cog } from './cog'; export { reorder } from './reorder'; export { sitemap } from './sitemap'; export { longArrowLeft } from './longArrowLeft'; export { longArrowRight } from './longArrowRight'; export { ellipsisH } from './ellipsisH'; export { timesSolid } from './timesSolid'; export { copy } from './copy'; export { simplefi } from './simplefi'; export { redirect } from './redirect'; export { book } from './book'; export { expand } from './expand'; export { collapse } from './collapse'; export { graphUp } from './graphUp'; export { graphDown } from './graphDown'; export { arrowRight } from './arrowRight'; export { chevronLeft } from './chevronLeft'; //# sourceMappingURL=index.js.map