@wix/wix-ui-icons-common 3.129.1 → 3.130.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/classic-editor/general/metadata.js +450 -449
- package/dist/cjs/classic-editor/system/metadata.js +83 -82
- package/dist/cjs/default/general/dist/components/History.js +1 -1
- package/dist/cjs/default/general/dist/components/HistorySmall.js +1 -1
- package/dist/cjs/default/general/dist/components/Time.js +1 -1
- package/dist/cjs/default/general/dist/components/TimeSmall.js +1 -1
- package/dist/cjs/default/general/dist/components/Update.js +1 -1
- package/dist/cjs/default/general/dist/components/UpdateSmall.js +1 -1
- package/dist/cjs/default/general/metadata.js +783 -782
- package/dist/cjs/lazy/general/dist/components/AddAI.js +1 -1
- package/dist/cjs/lazy/general/dist/components/AddAISmall.js +1 -1
- package/dist/cjs/lazy/general/dist/components/Click.js +1 -1
- package/dist/cjs/lazy/general/dist/components/ClickSmall.js +1 -1
- package/dist/cjs/lazy/general/dist/components/DockBottom.js +1 -1
- package/dist/cjs/lazy/general/dist/components/DockBottomSmall.js +1 -1
- package/dist/cjs/lazy/general/dist/components/DockLeft.js +1 -1
- package/dist/cjs/lazy/general/dist/components/DockLeftSmall.js +1 -1
- package/dist/cjs/lazy/general/dist/components/DockRight.js +1 -1
- package/dist/cjs/lazy/general/dist/components/DockRightSmall.js +1 -1
- package/dist/cjs/lazy/general/dist/components/DockTop.js +1 -1
- package/dist/cjs/lazy/general/dist/components/DockTopSmall.js +1 -1
- package/dist/cjs/lazy/general/dist/components/Draw.js +1 -1
- package/dist/cjs/lazy/general/dist/components/DrawSmall.js +1 -1
- package/dist/cjs/lazy/general/dist/components/History.js +1 -1
- package/dist/cjs/lazy/general/dist/components/HistorySmall.js +1 -1
- package/dist/cjs/lazy/general/dist/components/LinkedElement.js +31 -0
- package/dist/cjs/lazy/general/dist/components/LinkedElementSmall.js +31 -0
- package/dist/cjs/lazy/general/dist/components/ObjectSelectionTool.js +1 -1
- package/dist/cjs/lazy/general/dist/components/ObjectSelectionToolSmall.js +1 -1
- package/dist/cjs/lazy/general/dist/components/Remix.js +31 -0
- package/dist/cjs/lazy/general/dist/components/RemixSmall.js +31 -0
- package/dist/cjs/lazy/general/dist/components/SwapImage.js +31 -0
- package/dist/cjs/lazy/general/dist/components/SwapImageSmall.js +31 -0
- package/dist/cjs/lazy/general/dist/components/Tablet.js +1 -1
- package/dist/cjs/lazy/general/dist/components/TabletSmall.js +1 -1
- package/dist/cjs/lazy/general/dist/components/Time.js +1 -1
- package/dist/cjs/lazy/general/dist/components/TimeSmall.js +1 -1
- package/dist/cjs/lazy/general/dist/components/Transition.js +1 -1
- package/dist/cjs/lazy/general/dist/components/TransitionSmall.js +1 -1
- package/dist/cjs/lazy/general/dist/components/Update.js +1 -1
- package/dist/cjs/lazy/general/dist/components/UpdateSmall.js +1 -1
- package/dist/cjs/lazy/general/dist/components/ViewExternal.js +1 -1
- package/dist/cjs/lazy/general/dist/components/ViewExternalSmall.js +1 -1
- package/dist/cjs/lazy/general/dist/index.js +18 -0
- package/dist/cjs/odeditor/general/dist/components/AddAI.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/AddAISmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/Click.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/ClickSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/DockBottom.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/DockBottomSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/DockLeft.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/DockLeftSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/DockRight.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/DockRightSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/DockTop.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/DockTopSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/Draw.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/DrawSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/LinkedElement.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/LinkedElementSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/ObjectSelectionTool.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/ObjectSelectionToolSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/Remix.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/RemixSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/SwapImage.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/SwapImageSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/Tablet.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/TabletSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/Transition.js +1 -1
- package/dist/cjs/odeditor/general/dist/components/TransitionSmall.js +1 -1
- package/dist/cjs/odeditor/general/dist/components/ViewExternal.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/ViewExternalSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/index.js +78 -0
- package/dist/cjs/odeditor/general/metadata.js +500 -408
- package/dist/cjs/odeditor/system/metadata.js +2 -1
- package/dist/cjs/on-stage/general/metadata.js +195 -194
- package/dist/cjs/on-stage/reactions/metadata.js +2 -1
- package/dist/cjs/on-stage/system/metadata.js +54 -53
- package/dist/cjs/responsive-editor/general/metadata.js +216 -215
- package/dist/cjs/responsive-editor/system/metadata.js +114 -113
- package/dist/cjs/types.js +60 -0
- package/dist/esm/classic-editor/general/metadata.js +450 -449
- package/dist/esm/classic-editor/system/metadata.js +83 -82
- package/dist/esm/default/general/dist/components/History.js +1 -1
- package/dist/esm/default/general/dist/components/HistorySmall.js +1 -1
- package/dist/esm/default/general/dist/components/Time.js +1 -1
- package/dist/esm/default/general/dist/components/TimeSmall.js +1 -1
- package/dist/esm/default/general/dist/components/Update.js +1 -1
- package/dist/esm/default/general/dist/components/UpdateSmall.js +1 -1
- package/dist/esm/default/general/metadata.js +783 -782
- package/dist/esm/lazy/general/dist/components/AddAI.js +1 -1
- package/dist/esm/lazy/general/dist/components/AddAISmall.js +1 -1
- package/dist/esm/lazy/general/dist/components/Click.js +1 -1
- package/dist/esm/lazy/general/dist/components/ClickSmall.js +1 -1
- package/dist/esm/lazy/general/dist/components/DockBottom.js +1 -1
- package/dist/esm/lazy/general/dist/components/DockBottomSmall.js +1 -1
- package/dist/esm/lazy/general/dist/components/DockLeft.js +1 -1
- package/dist/esm/lazy/general/dist/components/DockLeftSmall.js +1 -1
- package/dist/esm/lazy/general/dist/components/DockRight.js +1 -1
- package/dist/esm/lazy/general/dist/components/DockRightSmall.js +1 -1
- package/dist/esm/lazy/general/dist/components/DockTop.js +1 -1
- package/dist/esm/lazy/general/dist/components/DockTopSmall.js +1 -1
- package/dist/esm/lazy/general/dist/components/Draw.js +1 -1
- package/dist/esm/lazy/general/dist/components/DrawSmall.js +1 -1
- package/dist/esm/lazy/general/dist/components/History.js +1 -1
- package/dist/esm/lazy/general/dist/components/HistorySmall.js +1 -1
- package/dist/esm/lazy/general/dist/components/LinkedElement.js +11 -0
- package/dist/esm/lazy/general/dist/components/LinkedElementSmall.js +11 -0
- package/dist/esm/lazy/general/dist/components/ObjectSelectionTool.js +1 -1
- package/dist/esm/lazy/general/dist/components/ObjectSelectionToolSmall.js +1 -1
- package/dist/esm/lazy/general/dist/components/Remix.js +11 -0
- package/dist/esm/lazy/general/dist/components/RemixSmall.js +11 -0
- package/dist/esm/lazy/general/dist/components/SwapImage.js +11 -0
- package/dist/esm/lazy/general/dist/components/SwapImageSmall.js +11 -0
- package/dist/esm/lazy/general/dist/components/Tablet.js +1 -1
- package/dist/esm/lazy/general/dist/components/TabletSmall.js +1 -1
- package/dist/esm/lazy/general/dist/components/Time.js +1 -1
- package/dist/esm/lazy/general/dist/components/TimeSmall.js +1 -1
- package/dist/esm/lazy/general/dist/components/Transition.js +1 -1
- package/dist/esm/lazy/general/dist/components/TransitionSmall.js +1 -1
- package/dist/esm/lazy/general/dist/components/Update.js +1 -1
- package/dist/esm/lazy/general/dist/components/UpdateSmall.js +1 -1
- package/dist/esm/lazy/general/dist/components/ViewExternal.js +1 -1
- package/dist/esm/lazy/general/dist/components/ViewExternalSmall.js +1 -1
- package/dist/esm/lazy/general/dist/index.js +168 -156
- package/dist/esm/odeditor/general/dist/components/AddAI.js +7 -0
- package/dist/esm/odeditor/general/dist/components/AddAISmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/Click.js +7 -0
- package/dist/esm/odeditor/general/dist/components/ClickSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/DockBottom.js +7 -0
- package/dist/esm/odeditor/general/dist/components/DockBottomSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/DockLeft.js +7 -0
- package/dist/esm/odeditor/general/dist/components/DockLeftSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/DockRight.js +7 -0
- package/dist/esm/odeditor/general/dist/components/DockRightSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/DockTop.js +7 -0
- package/dist/esm/odeditor/general/dist/components/DockTopSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/Draw.js +7 -0
- package/dist/esm/odeditor/general/dist/components/DrawSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/LinkedElement.js +7 -0
- package/dist/esm/odeditor/general/dist/components/LinkedElementSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/ObjectSelectionTool.js +7 -0
- package/dist/esm/odeditor/general/dist/components/ObjectSelectionToolSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/Remix.js +7 -0
- package/dist/esm/odeditor/general/dist/components/RemixSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/SwapImage.js +7 -0
- package/dist/esm/odeditor/general/dist/components/SwapImageSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/Tablet.js +7 -0
- package/dist/esm/odeditor/general/dist/components/TabletSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/Transition.js +1 -1
- package/dist/esm/odeditor/general/dist/components/TransitionSmall.js +1 -1
- package/dist/esm/odeditor/general/dist/components/ViewExternal.js +7 -0
- package/dist/esm/odeditor/general/dist/components/ViewExternalSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/index.js +1896 -1844
- package/dist/esm/odeditor/general/metadata.js +500 -408
- package/dist/esm/odeditor/system/metadata.js +2 -1
- package/dist/esm/on-stage/general/metadata.js +195 -194
- package/dist/esm/on-stage/reactions/metadata.js +2 -1
- package/dist/esm/on-stage/system/metadata.js +54 -53
- package/dist/esm/responsive-editor/general/metadata.js +216 -215
- package/dist/esm/responsive-editor/system/metadata.js +114 -113
- package/dist/esm/types.js +52 -0
- package/dist/statics/icons/default/general/History.0702.json +3 -0
- package/dist/statics/icons/default/general/HistorySmall.633b.json +3 -0
- package/dist/statics/icons/default/general/Time.24cf.json +3 -0
- package/dist/statics/icons/default/general/TimeSmall.4126.json +3 -0
- package/dist/statics/icons/default/general/Update.424c.json +3 -0
- package/dist/statics/icons/default/general/UpdateSmall.9111.json +3 -0
- package/dist/statics/icons/odeditor/general/AddAI.9eff.json +3 -0
- package/dist/statics/icons/odeditor/general/AddAISmall.173a.json +3 -0
- package/dist/statics/icons/odeditor/general/Click.9f69.json +3 -0
- package/dist/statics/icons/odeditor/general/ClickSmall.80c5.json +3 -0
- package/dist/statics/icons/odeditor/general/DockBottom.cda9.json +3 -0
- package/dist/statics/icons/odeditor/general/DockBottomSmall.6bca.json +3 -0
- package/dist/statics/icons/odeditor/general/DockLeft.30f4.json +3 -0
- package/dist/statics/icons/odeditor/general/DockLeftSmall.21fa.json +3 -0
- package/dist/statics/icons/odeditor/general/DockRight.38e5.json +3 -0
- package/dist/statics/icons/odeditor/general/DockRightSmall.bb0a.json +3 -0
- package/dist/statics/icons/odeditor/general/DockTop.4bfa.json +3 -0
- package/dist/statics/icons/odeditor/general/DockTopSmall.5df7.json +3 -0
- package/dist/statics/icons/odeditor/general/Draw.d81e.json +3 -0
- package/dist/statics/icons/odeditor/general/DrawSmall.65e5.json +3 -0
- package/dist/statics/icons/odeditor/general/LinkedElement.b3ca.json +3 -0
- package/dist/statics/icons/odeditor/general/LinkedElementSmall.0674.json +3 -0
- package/dist/statics/icons/odeditor/general/ObjectSelectionTool.8b8c.json +3 -0
- package/dist/statics/icons/odeditor/general/ObjectSelectionToolSmall.04f3.json +3 -0
- package/dist/statics/icons/odeditor/general/Remix.c14a.json +3 -0
- package/dist/statics/icons/odeditor/general/RemixSmall.c7ad.json +3 -0
- package/dist/statics/icons/odeditor/general/SwapImage.ed4e.json +3 -0
- package/dist/statics/icons/odeditor/general/SwapImageSmall.2e15.json +3 -0
- package/dist/statics/icons/odeditor/general/Tablet.9002.json +3 -0
- package/dist/statics/icons/odeditor/general/TabletSmall.cb4f.json +3 -0
- package/dist/statics/icons/odeditor/general/Transition.7157.json +3 -0
- package/dist/statics/icons/odeditor/general/TransitionSmall.6977.json +3 -0
- package/dist/statics/icons/odeditor/general/ViewExternal.7f78.json +3 -0
- package/dist/statics/icons/odeditor/general/ViewExternalSmall.495b.json +3 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/classic-editor/general/metadata.d.ts.map +1 -1
- package/dist/types/classic-editor/system/metadata.d.ts.map +1 -1
- package/dist/types/default/general/metadata.d.ts.map +1 -1
- package/dist/types/lazy/general/dist/components/LinkedElement.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/LinkedElement.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/LinkedElementSmall.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/LinkedElementSmall.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/Remix.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/Remix.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/RemixSmall.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/RemixSmall.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/SwapImage.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/SwapImage.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/SwapImageSmall.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/SwapImageSmall.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/index.d.ts +6 -0
- package/dist/types/lazy/general/dist/index.d.ts.map +1 -1
- package/dist/types/odeditor/general/dist/components/AddAI.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/AddAI.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/AddAISmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/AddAISmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/Click.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/Click.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/ClickSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/ClickSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/DockBottom.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/DockBottom.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/DockBottomSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/DockBottomSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/DockLeft.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/DockLeft.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/DockLeftSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/DockLeftSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/DockRight.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/DockRight.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/DockRightSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/DockRightSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/DockTop.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/DockTop.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/DockTopSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/DockTopSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/Draw.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/Draw.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/DrawSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/DrawSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/LinkedElement.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/LinkedElement.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/LinkedElementSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/LinkedElementSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/ObjectSelectionTool.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/ObjectSelectionTool.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/ObjectSelectionToolSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/ObjectSelectionToolSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/Remix.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/Remix.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/RemixSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/RemixSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/SwapImage.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/SwapImage.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/SwapImageSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/SwapImageSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/Tablet.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/Tablet.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/TabletSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/TabletSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/ViewExternal.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/ViewExternal.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/ViewExternalSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/ViewExternalSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/index.d.ts +26 -0
- package/dist/types/odeditor/general/dist/index.d.ts.map +1 -1
- package/dist/types/odeditor/general/metadata.d.ts.map +1 -1
- package/dist/types/odeditor/system/metadata.d.ts.map +1 -1
- package/dist/types/on-stage/general/metadata.d.ts.map +1 -1
- package/dist/types/on-stage/reactions/metadata.d.ts.map +1 -1
- package/dist/types/on-stage/system/metadata.d.ts.map +1 -1
- package/dist/types/responsive-editor/general/metadata.d.ts.map +1 -1
- package/dist/types/responsive-editor/system/metadata.d.ts.map +1 -1
- package/dist/types/types.d.ts +49 -0
- package/dist/types/types.d.ts.map +1 -1
- package/package.json +3 -3
- package/dist/statics/icons/default/general/History.765f.json +0 -3
- package/dist/statics/icons/default/general/HistorySmall.d8e5.json +0 -3
- package/dist/statics/icons/default/general/Time.bf45.json +0 -3
- package/dist/statics/icons/default/general/TimeSmall.c345.json +0 -3
- package/dist/statics/icons/default/general/Update.4ad7.json +0 -3
- package/dist/statics/icons/default/general/UpdateSmall.80e6.json +0 -3
- package/dist/statics/icons/odeditor/general/Transition.756e.json +0 -3
- package/dist/statics/icons/odeditor/general/TransitionSmall.f7e1.json +0 -3
|
@@ -22,10 +22,11 @@ __export(metadata_exports, {
|
|
|
22
22
|
generalIconsMetadata: () => generalIconsMetadata
|
|
23
23
|
});
|
|
24
24
|
module.exports = __toCommonJS(metadata_exports);
|
|
25
|
+
var import_types = require("../../types");
|
|
25
26
|
const generalIconsMetadata = [
|
|
26
27
|
{
|
|
27
28
|
title: "Add",
|
|
28
|
-
category:
|
|
29
|
+
category: import_types.IconCategory.Actions,
|
|
29
30
|
description: "",
|
|
30
31
|
tags: [],
|
|
31
32
|
sizes: {
|
|
@@ -35,7 +36,7 @@ const generalIconsMetadata = [
|
|
|
35
36
|
},
|
|
36
37
|
{
|
|
37
38
|
title: "AddBold",
|
|
38
|
-
category:
|
|
39
|
+
category: import_types.IconCategory.Actions,
|
|
39
40
|
description: "",
|
|
40
41
|
tags: [],
|
|
41
42
|
sizes: {
|
|
@@ -44,7 +45,7 @@ const generalIconsMetadata = [
|
|
|
44
45
|
},
|
|
45
46
|
{
|
|
46
47
|
title: "PageBackgroundData",
|
|
47
|
-
category:
|
|
48
|
+
category: import_types.IconCategory.Composer,
|
|
48
49
|
description: "",
|
|
49
50
|
tags: [],
|
|
50
51
|
sizes: {
|
|
@@ -53,7 +54,7 @@ const generalIconsMetadata = [
|
|
|
53
54
|
},
|
|
54
55
|
{
|
|
55
56
|
title: "AddCircle",
|
|
56
|
-
category:
|
|
57
|
+
category: import_types.IconCategory.Actions,
|
|
57
58
|
description: "",
|
|
58
59
|
tags: [],
|
|
59
60
|
sizes: {
|
|
@@ -63,7 +64,7 @@ const generalIconsMetadata = [
|
|
|
63
64
|
},
|
|
64
65
|
{
|
|
65
66
|
title: "AddressInput",
|
|
66
|
-
category:
|
|
67
|
+
category: import_types.IconCategory.Components,
|
|
67
68
|
description: "",
|
|
68
69
|
tags: [],
|
|
69
70
|
sizes: {
|
|
@@ -72,7 +73,7 @@ const generalIconsMetadata = [
|
|
|
72
73
|
},
|
|
73
74
|
{
|
|
74
75
|
title: "AddressInputBold",
|
|
75
|
-
category:
|
|
76
|
+
category: import_types.IconCategory.Components,
|
|
76
77
|
description: "",
|
|
77
78
|
tags: [],
|
|
78
79
|
sizes: {
|
|
@@ -81,7 +82,7 @@ const generalIconsMetadata = [
|
|
|
81
82
|
},
|
|
82
83
|
{
|
|
83
84
|
title: "Adjustments",
|
|
84
|
-
category:
|
|
85
|
+
category: import_types.IconCategory.General,
|
|
85
86
|
description: "",
|
|
86
87
|
tags: [],
|
|
87
88
|
sizes: {
|
|
@@ -90,7 +91,7 @@ const generalIconsMetadata = [
|
|
|
90
91
|
},
|
|
91
92
|
{
|
|
92
93
|
title: "AdminAccess",
|
|
93
|
-
category:
|
|
94
|
+
category: import_types.IconCategory.User,
|
|
94
95
|
description: "",
|
|
95
96
|
tags: [],
|
|
96
97
|
sizes: {
|
|
@@ -100,7 +101,7 @@ const generalIconsMetadata = [
|
|
|
100
101
|
},
|
|
101
102
|
{
|
|
102
103
|
title: "AdminAccessBold",
|
|
103
|
-
category:
|
|
104
|
+
category: import_types.IconCategory.User,
|
|
104
105
|
description: "",
|
|
105
106
|
tags: [],
|
|
106
107
|
sizes: {
|
|
@@ -109,7 +110,7 @@ const generalIconsMetadata = [
|
|
|
109
110
|
},
|
|
110
111
|
{
|
|
111
112
|
title: "AlertCircleBold",
|
|
112
|
-
category:
|
|
113
|
+
category: import_types.IconCategory.Status,
|
|
113
114
|
description: "",
|
|
114
115
|
tags: [],
|
|
115
116
|
sizes: {
|
|
@@ -119,7 +120,7 @@ const generalIconsMetadata = [
|
|
|
119
120
|
},
|
|
120
121
|
{
|
|
121
122
|
title: "Anchor",
|
|
122
|
-
category:
|
|
123
|
+
category: import_types.IconCategory.Components,
|
|
123
124
|
description: "",
|
|
124
125
|
tags: [],
|
|
125
126
|
sizes: {
|
|
@@ -128,7 +129,7 @@ const generalIconsMetadata = [
|
|
|
128
129
|
},
|
|
129
130
|
{
|
|
130
131
|
title: "AnimatedSlide",
|
|
131
|
-
category:
|
|
132
|
+
category: import_types.IconCategory.Components,
|
|
132
133
|
description: "",
|
|
133
134
|
tags: [],
|
|
134
135
|
sizes: {
|
|
@@ -137,7 +138,7 @@ const generalIconsMetadata = [
|
|
|
137
138
|
},
|
|
138
139
|
{
|
|
139
140
|
title: "AppBuilder",
|
|
140
|
-
category:
|
|
141
|
+
category: import_types.IconCategory.Components,
|
|
141
142
|
description: "",
|
|
142
143
|
tags: [],
|
|
143
144
|
sizes: {
|
|
@@ -146,7 +147,7 @@ const generalIconsMetadata = [
|
|
|
146
147
|
},
|
|
147
148
|
{
|
|
148
149
|
title: "AppBuilderBold",
|
|
149
|
-
category:
|
|
150
|
+
category: import_types.IconCategory.Components,
|
|
150
151
|
description: "",
|
|
151
152
|
tags: [],
|
|
152
153
|
sizes: {
|
|
@@ -155,7 +156,7 @@ const generalIconsMetadata = [
|
|
|
155
156
|
},
|
|
156
157
|
{
|
|
157
158
|
title: "AppMarket",
|
|
158
|
-
category:
|
|
159
|
+
category: import_types.IconCategory.General,
|
|
159
160
|
description: "",
|
|
160
161
|
tags: [],
|
|
161
162
|
sizes: {
|
|
@@ -164,7 +165,7 @@ const generalIconsMetadata = [
|
|
|
164
165
|
},
|
|
165
166
|
{
|
|
166
167
|
title: "ApplyTo",
|
|
167
|
-
category:
|
|
168
|
+
category: import_types.IconCategory.Actions,
|
|
168
169
|
description: "",
|
|
169
170
|
tags: [],
|
|
170
171
|
sizes: {
|
|
@@ -173,7 +174,7 @@ const generalIconsMetadata = [
|
|
|
173
174
|
},
|
|
174
175
|
{
|
|
175
176
|
title: "Arrange",
|
|
176
|
-
category:
|
|
177
|
+
category: import_types.IconCategory.Composer,
|
|
177
178
|
description: "",
|
|
178
179
|
tags: [],
|
|
179
180
|
sizes: {
|
|
@@ -182,7 +183,7 @@ const generalIconsMetadata = [
|
|
|
182
183
|
},
|
|
183
184
|
{
|
|
184
185
|
title: "ArrangeBold",
|
|
185
|
-
category:
|
|
186
|
+
category: import_types.IconCategory.Composer,
|
|
186
187
|
description: "",
|
|
187
188
|
tags: [],
|
|
188
189
|
sizes: {
|
|
@@ -191,7 +192,7 @@ const generalIconsMetadata = [
|
|
|
191
192
|
},
|
|
192
193
|
{
|
|
193
194
|
title: "ArticleBold",
|
|
194
|
-
category:
|
|
195
|
+
category: import_types.IconCategory.General,
|
|
195
196
|
description: "",
|
|
196
197
|
tags: [],
|
|
197
198
|
sizes: {
|
|
@@ -200,7 +201,7 @@ const generalIconsMetadata = [
|
|
|
200
201
|
},
|
|
201
202
|
{
|
|
202
203
|
title: "Badge",
|
|
203
|
-
category:
|
|
204
|
+
category: import_types.IconCategory.General,
|
|
204
205
|
description: "",
|
|
205
206
|
tags: [],
|
|
206
207
|
sizes: {
|
|
@@ -209,7 +210,7 @@ const generalIconsMetadata = [
|
|
|
209
210
|
},
|
|
210
211
|
{
|
|
211
212
|
title: "BlockQuote",
|
|
212
|
-
category:
|
|
213
|
+
category: import_types.IconCategory.Components,
|
|
213
214
|
description: "",
|
|
214
215
|
tags: [],
|
|
215
216
|
sizes: {
|
|
@@ -218,7 +219,7 @@ const generalIconsMetadata = [
|
|
|
218
219
|
},
|
|
219
220
|
{
|
|
220
221
|
title: "Blogger",
|
|
221
|
-
category:
|
|
222
|
+
category: import_types.IconCategory.Brands,
|
|
222
223
|
description: "",
|
|
223
224
|
tags: [],
|
|
224
225
|
sizes: {
|
|
@@ -227,7 +228,7 @@ const generalIconsMetadata = [
|
|
|
227
228
|
},
|
|
228
229
|
{
|
|
229
230
|
title: "XCorp",
|
|
230
|
-
category:
|
|
231
|
+
category: import_types.IconCategory.Brands,
|
|
231
232
|
description: "",
|
|
232
233
|
tags: [],
|
|
233
234
|
sizes: {
|
|
@@ -236,7 +237,7 @@ const generalIconsMetadata = [
|
|
|
236
237
|
},
|
|
237
238
|
{
|
|
238
239
|
title: "Bold",
|
|
239
|
-
category:
|
|
240
|
+
category: import_types.IconCategory.TextFormatting,
|
|
240
241
|
description: "",
|
|
241
242
|
tags: [],
|
|
242
243
|
sizes: {
|
|
@@ -245,7 +246,7 @@ const generalIconsMetadata = [
|
|
|
245
246
|
},
|
|
246
247
|
{
|
|
247
248
|
title: "BookBold",
|
|
248
|
-
category:
|
|
249
|
+
category: import_types.IconCategory.General,
|
|
249
250
|
description: "",
|
|
250
251
|
tags: [],
|
|
251
252
|
sizes: {
|
|
@@ -254,7 +255,7 @@ const generalIconsMetadata = [
|
|
|
254
255
|
},
|
|
255
256
|
{
|
|
256
257
|
title: "BookOpenBold",
|
|
257
|
-
category:
|
|
258
|
+
category: import_types.IconCategory.General,
|
|
258
259
|
description: "",
|
|
259
260
|
tags: [],
|
|
260
261
|
sizes: {
|
|
@@ -263,7 +264,7 @@ const generalIconsMetadata = [
|
|
|
263
264
|
},
|
|
264
265
|
{
|
|
265
266
|
title: "Boolean",
|
|
266
|
-
category:
|
|
267
|
+
category: import_types.IconCategory.Components,
|
|
267
268
|
description: "",
|
|
268
269
|
tags: [],
|
|
269
270
|
sizes: {
|
|
@@ -272,7 +273,7 @@ const generalIconsMetadata = [
|
|
|
272
273
|
},
|
|
273
274
|
{
|
|
274
275
|
title: "BooleanBold",
|
|
275
|
-
category:
|
|
276
|
+
category: import_types.IconCategory.Components,
|
|
276
277
|
description: "",
|
|
277
278
|
tags: [],
|
|
278
279
|
sizes: {
|
|
@@ -281,7 +282,7 @@ const generalIconsMetadata = [
|
|
|
281
282
|
},
|
|
282
283
|
{
|
|
283
284
|
title: "Border",
|
|
284
|
-
category:
|
|
285
|
+
category: import_types.IconCategory.Composer,
|
|
285
286
|
description: "",
|
|
286
287
|
tags: [],
|
|
287
288
|
sizes: {
|
|
@@ -290,7 +291,7 @@ const generalIconsMetadata = [
|
|
|
290
291
|
},
|
|
291
292
|
{
|
|
292
293
|
title: "BorderBold",
|
|
293
|
-
category:
|
|
294
|
+
category: import_types.IconCategory.Composer,
|
|
294
295
|
description: "",
|
|
295
296
|
tags: [],
|
|
296
297
|
sizes: {
|
|
@@ -299,7 +300,7 @@ const generalIconsMetadata = [
|
|
|
299
300
|
},
|
|
300
301
|
{
|
|
301
302
|
title: "Box",
|
|
302
|
-
category:
|
|
303
|
+
category: import_types.IconCategory.Components,
|
|
303
304
|
description: "",
|
|
304
305
|
tags: [],
|
|
305
306
|
sizes: {
|
|
@@ -308,7 +309,7 @@ const generalIconsMetadata = [
|
|
|
308
309
|
},
|
|
309
310
|
{
|
|
310
311
|
title: "BoxBold",
|
|
311
|
-
category:
|
|
312
|
+
category: import_types.IconCategory.Components,
|
|
312
313
|
description: "",
|
|
313
314
|
tags: [],
|
|
314
315
|
sizes: {
|
|
@@ -317,7 +318,7 @@ const generalIconsMetadata = [
|
|
|
317
318
|
},
|
|
318
319
|
{
|
|
319
320
|
title: "Brightness",
|
|
320
|
-
category:
|
|
321
|
+
category: import_types.IconCategory.Composer,
|
|
321
322
|
description: "",
|
|
322
323
|
tags: [],
|
|
323
324
|
sizes: {
|
|
@@ -326,7 +327,7 @@ const generalIconsMetadata = [
|
|
|
326
327
|
},
|
|
327
328
|
{
|
|
328
329
|
title: "BrightnessBold",
|
|
329
|
-
category:
|
|
330
|
+
category: import_types.IconCategory.Composer,
|
|
330
331
|
description: "",
|
|
331
332
|
tags: [],
|
|
332
333
|
sizes: {
|
|
@@ -335,7 +336,7 @@ const generalIconsMetadata = [
|
|
|
335
336
|
},
|
|
336
337
|
{
|
|
337
338
|
title: "Browser",
|
|
338
|
-
category:
|
|
339
|
+
category: import_types.IconCategory.General,
|
|
339
340
|
description: "",
|
|
340
341
|
tags: [],
|
|
341
342
|
sizes: {
|
|
@@ -344,7 +345,7 @@ const generalIconsMetadata = [
|
|
|
344
345
|
},
|
|
345
346
|
{
|
|
346
347
|
title: "BrowserBold",
|
|
347
|
-
category:
|
|
348
|
+
category: import_types.IconCategory.General,
|
|
348
349
|
description: "",
|
|
349
350
|
tags: [],
|
|
350
351
|
sizes: {
|
|
@@ -353,7 +354,7 @@ const generalIconsMetadata = [
|
|
|
353
354
|
},
|
|
354
355
|
{
|
|
355
356
|
title: "BulletListLeft",
|
|
356
|
-
category:
|
|
357
|
+
category: import_types.IconCategory.TextFormatting,
|
|
357
358
|
description: "",
|
|
358
359
|
tags: [],
|
|
359
360
|
sizes: {
|
|
@@ -362,7 +363,7 @@ const generalIconsMetadata = [
|
|
|
362
363
|
},
|
|
363
364
|
{
|
|
364
365
|
title: "BulletListRight",
|
|
365
|
-
category:
|
|
366
|
+
category: import_types.IconCategory.TextFormatting,
|
|
366
367
|
description: "",
|
|
367
368
|
tags: [],
|
|
368
369
|
sizes: {
|
|
@@ -371,7 +372,7 @@ const generalIconsMetadata = [
|
|
|
371
372
|
},
|
|
372
373
|
{
|
|
373
374
|
title: "Button",
|
|
374
|
-
category:
|
|
375
|
+
category: import_types.IconCategory.Components,
|
|
375
376
|
description: "",
|
|
376
377
|
tags: [],
|
|
377
378
|
sizes: {
|
|
@@ -380,7 +381,7 @@ const generalIconsMetadata = [
|
|
|
380
381
|
},
|
|
381
382
|
{
|
|
382
383
|
title: "ButtonBold",
|
|
383
|
-
category:
|
|
384
|
+
category: import_types.IconCategory.Components,
|
|
384
385
|
description: "",
|
|
385
386
|
tags: [],
|
|
386
387
|
sizes: {
|
|
@@ -389,7 +390,7 @@ const generalIconsMetadata = [
|
|
|
389
390
|
},
|
|
390
391
|
{
|
|
391
392
|
title: "CalendarBold",
|
|
392
|
-
category:
|
|
393
|
+
category: import_types.IconCategory.General,
|
|
393
394
|
description: "",
|
|
394
395
|
tags: [],
|
|
395
396
|
sizes: {
|
|
@@ -398,7 +399,7 @@ const generalIconsMetadata = [
|
|
|
398
399
|
},
|
|
399
400
|
{
|
|
400
401
|
title: "Calendar",
|
|
401
|
-
category:
|
|
402
|
+
category: import_types.IconCategory.General,
|
|
402
403
|
description: "",
|
|
403
404
|
tags: [],
|
|
404
405
|
sizes: {
|
|
@@ -407,7 +408,7 @@ const generalIconsMetadata = [
|
|
|
407
408
|
},
|
|
408
409
|
{
|
|
409
410
|
title: "Captcha",
|
|
410
|
-
category:
|
|
411
|
+
category: import_types.IconCategory.Components,
|
|
411
412
|
description: "",
|
|
412
413
|
tags: [],
|
|
413
414
|
sizes: {
|
|
@@ -416,7 +417,7 @@ const generalIconsMetadata = [
|
|
|
416
417
|
},
|
|
417
418
|
{
|
|
418
419
|
title: "CaptchaBold",
|
|
419
|
-
category:
|
|
420
|
+
category: import_types.IconCategory.Components,
|
|
420
421
|
description: "",
|
|
421
422
|
tags: [],
|
|
422
423
|
sizes: {
|
|
@@ -425,7 +426,7 @@ const generalIconsMetadata = [
|
|
|
425
426
|
},
|
|
426
427
|
{
|
|
427
428
|
title: "CharacterSpacing",
|
|
428
|
-
category:
|
|
429
|
+
category: import_types.IconCategory.TextFormatting,
|
|
429
430
|
description: "",
|
|
430
431
|
tags: [],
|
|
431
432
|
sizes: {
|
|
@@ -434,7 +435,7 @@ const generalIconsMetadata = [
|
|
|
434
435
|
},
|
|
435
436
|
{
|
|
436
437
|
title: "Chat",
|
|
437
|
-
category:
|
|
438
|
+
category: import_types.IconCategory.General,
|
|
438
439
|
description: "",
|
|
439
440
|
tags: [],
|
|
440
441
|
sizes: {
|
|
@@ -443,7 +444,7 @@ const generalIconsMetadata = [
|
|
|
443
444
|
},
|
|
444
445
|
{
|
|
445
446
|
title: "ChatBold",
|
|
446
|
-
category:
|
|
447
|
+
category: import_types.IconCategory.General,
|
|
447
448
|
description: "",
|
|
448
449
|
tags: [],
|
|
449
450
|
sizes: {
|
|
@@ -452,7 +453,7 @@ const generalIconsMetadata = [
|
|
|
452
453
|
},
|
|
453
454
|
{
|
|
454
455
|
title: "Sparkles",
|
|
455
|
-
category:
|
|
456
|
+
category: import_types.IconCategory.General,
|
|
456
457
|
description: "For AI tools and other auto enhancement actions",
|
|
457
458
|
tags: ["Sparkles", "AI", "Magic", "Spark", "Artificial Inteligence"],
|
|
458
459
|
sizes: {
|
|
@@ -463,7 +464,7 @@ const generalIconsMetadata = [
|
|
|
463
464
|
},
|
|
464
465
|
{
|
|
465
466
|
title: "SparklesBold",
|
|
466
|
-
category:
|
|
467
|
+
category: import_types.IconCategory.General,
|
|
467
468
|
description: "For AI tools and other auto enhancement actions",
|
|
468
469
|
tags: ["Sparkles", "AI", "Magic", "Spark", "Artificial Inteligence"],
|
|
469
470
|
sizes: {
|
|
@@ -474,7 +475,7 @@ const generalIconsMetadata = [
|
|
|
474
475
|
},
|
|
475
476
|
{
|
|
476
477
|
title: "Checkbox",
|
|
477
|
-
category:
|
|
478
|
+
category: import_types.IconCategory.Components,
|
|
478
479
|
description: "",
|
|
479
480
|
tags: [],
|
|
480
481
|
sizes: {
|
|
@@ -483,7 +484,7 @@ const generalIconsMetadata = [
|
|
|
483
484
|
},
|
|
484
485
|
{
|
|
485
486
|
title: "CheckboxBold",
|
|
486
|
-
category:
|
|
487
|
+
category: import_types.IconCategory.Components,
|
|
487
488
|
description: "",
|
|
488
489
|
tags: [],
|
|
489
490
|
sizes: {
|
|
@@ -492,7 +493,7 @@ const generalIconsMetadata = [
|
|
|
492
493
|
},
|
|
493
494
|
{
|
|
494
495
|
title: "CheckboxList",
|
|
495
|
-
category:
|
|
496
|
+
category: import_types.IconCategory.Components,
|
|
496
497
|
description: "",
|
|
497
498
|
tags: [],
|
|
498
499
|
sizes: {
|
|
@@ -501,7 +502,7 @@ const generalIconsMetadata = [
|
|
|
501
502
|
},
|
|
502
503
|
{
|
|
503
504
|
title: "CheckboxList",
|
|
504
|
-
category:
|
|
505
|
+
category: import_types.IconCategory.Components,
|
|
505
506
|
description: "",
|
|
506
507
|
tags: [],
|
|
507
508
|
sizes: {
|
|
@@ -510,7 +511,7 @@ const generalIconsMetadata = [
|
|
|
510
511
|
},
|
|
511
512
|
{
|
|
512
513
|
title: "CheckboxListBold",
|
|
513
|
-
category:
|
|
514
|
+
category: import_types.IconCategory.Components,
|
|
514
515
|
description: "",
|
|
515
516
|
tags: [],
|
|
516
517
|
sizes: {
|
|
@@ -519,7 +520,7 @@ const generalIconsMetadata = [
|
|
|
519
520
|
},
|
|
520
521
|
{
|
|
521
522
|
title: "CheckboxListBold",
|
|
522
|
-
category:
|
|
523
|
+
category: import_types.IconCategory.Components,
|
|
523
524
|
description: "",
|
|
524
525
|
tags: [],
|
|
525
526
|
sizes: {
|
|
@@ -528,7 +529,7 @@ const generalIconsMetadata = [
|
|
|
528
529
|
},
|
|
529
530
|
{
|
|
530
531
|
title: "ChevronDown",
|
|
531
|
-
category:
|
|
532
|
+
category: import_types.IconCategory.Arrows,
|
|
532
533
|
description: "",
|
|
533
534
|
tags: [],
|
|
534
535
|
sizes: {
|
|
@@ -538,7 +539,7 @@ const generalIconsMetadata = [
|
|
|
538
539
|
},
|
|
539
540
|
{
|
|
540
541
|
title: "ChevronLeft",
|
|
541
|
-
category:
|
|
542
|
+
category: import_types.IconCategory.Arrows,
|
|
542
543
|
description: "",
|
|
543
544
|
tags: [],
|
|
544
545
|
sizes: {
|
|
@@ -548,7 +549,7 @@ const generalIconsMetadata = [
|
|
|
548
549
|
},
|
|
549
550
|
{
|
|
550
551
|
title: "ChevronRight",
|
|
551
|
-
category:
|
|
552
|
+
category: import_types.IconCategory.Arrows,
|
|
552
553
|
description: "",
|
|
553
554
|
tags: [],
|
|
554
555
|
sizes: {
|
|
@@ -558,7 +559,7 @@ const generalIconsMetadata = [
|
|
|
558
559
|
},
|
|
559
560
|
{
|
|
560
561
|
title: "ChevronUp",
|
|
561
|
-
category:
|
|
562
|
+
category: import_types.IconCategory.Arrows,
|
|
562
563
|
description: "",
|
|
563
564
|
tags: [],
|
|
564
565
|
sizes: {
|
|
@@ -568,7 +569,7 @@ const generalIconsMetadata = [
|
|
|
568
569
|
},
|
|
569
570
|
{
|
|
570
571
|
title: "Child",
|
|
571
|
-
category:
|
|
572
|
+
category: import_types.IconCategory.Page,
|
|
572
573
|
description: "",
|
|
573
574
|
tags: [],
|
|
574
575
|
sizes: {
|
|
@@ -577,7 +578,7 @@ const generalIconsMetadata = [
|
|
|
577
578
|
},
|
|
578
579
|
{
|
|
579
580
|
title: "ChildBold",
|
|
580
|
-
category:
|
|
581
|
+
category: import_types.IconCategory.Page,
|
|
581
582
|
description: "",
|
|
582
583
|
tags: [],
|
|
583
584
|
sizes: {
|
|
@@ -586,7 +587,7 @@ const generalIconsMetadata = [
|
|
|
586
587
|
},
|
|
587
588
|
{
|
|
588
589
|
title: "Close",
|
|
589
|
-
category:
|
|
590
|
+
category: import_types.IconCategory.Components,
|
|
590
591
|
description: "",
|
|
591
592
|
tags: [],
|
|
592
593
|
sizes: {
|
|
@@ -595,7 +596,7 @@ const generalIconsMetadata = [
|
|
|
595
596
|
},
|
|
596
597
|
{
|
|
597
598
|
title: "Cloud",
|
|
598
|
-
category:
|
|
599
|
+
category: import_types.IconCategory.FilesAndData,
|
|
599
600
|
description: "",
|
|
600
601
|
tags: [],
|
|
601
602
|
sizes: {
|
|
@@ -605,7 +606,7 @@ const generalIconsMetadata = [
|
|
|
605
606
|
},
|
|
606
607
|
{
|
|
607
608
|
title: "CloudBold",
|
|
608
|
-
category:
|
|
609
|
+
category: import_types.IconCategory.FilesAndData,
|
|
609
610
|
description: "",
|
|
610
611
|
tags: [],
|
|
611
612
|
sizes: {
|
|
@@ -615,7 +616,7 @@ const generalIconsMetadata = [
|
|
|
615
616
|
},
|
|
616
617
|
{
|
|
617
618
|
title: "CodeBold",
|
|
618
|
-
category:
|
|
619
|
+
category: import_types.IconCategory.FilesAndData,
|
|
619
620
|
description: "",
|
|
620
621
|
tags: [],
|
|
621
622
|
sizes: {
|
|
@@ -624,7 +625,7 @@ const generalIconsMetadata = [
|
|
|
624
625
|
},
|
|
625
626
|
{
|
|
626
627
|
title: "ColorBucket",
|
|
627
|
-
category:
|
|
628
|
+
category: import_types.IconCategory.Composer,
|
|
628
629
|
description: "",
|
|
629
630
|
tags: [],
|
|
630
631
|
sizes: {
|
|
@@ -633,7 +634,7 @@ const generalIconsMetadata = [
|
|
|
633
634
|
},
|
|
634
635
|
{
|
|
635
636
|
title: "ColorBucketBold",
|
|
636
|
-
category:
|
|
637
|
+
category: import_types.IconCategory.Composer,
|
|
637
638
|
description: "",
|
|
638
639
|
tags: [],
|
|
639
640
|
sizes: {
|
|
@@ -642,7 +643,7 @@ const generalIconsMetadata = [
|
|
|
642
643
|
},
|
|
643
644
|
{
|
|
644
645
|
title: "ColorDropBold",
|
|
645
|
-
category:
|
|
646
|
+
category: import_types.IconCategory.Composer,
|
|
646
647
|
description: "",
|
|
647
648
|
tags: [],
|
|
648
649
|
sizes: {
|
|
@@ -651,7 +652,7 @@ const generalIconsMetadata = [
|
|
|
651
652
|
},
|
|
652
653
|
{
|
|
653
654
|
title: "ColorDrop",
|
|
654
|
-
category:
|
|
655
|
+
category: import_types.IconCategory.Composer,
|
|
655
656
|
description: "",
|
|
656
657
|
tags: [],
|
|
657
658
|
sizes: {
|
|
@@ -660,7 +661,7 @@ const generalIconsMetadata = [
|
|
|
660
661
|
},
|
|
661
662
|
{
|
|
662
663
|
title: "Column",
|
|
663
|
-
category:
|
|
664
|
+
category: import_types.IconCategory.Components,
|
|
664
665
|
description: "",
|
|
665
666
|
tags: [],
|
|
666
667
|
sizes: {
|
|
@@ -669,7 +670,7 @@ const generalIconsMetadata = [
|
|
|
669
670
|
},
|
|
670
671
|
{
|
|
671
672
|
title: "ColumnBold",
|
|
672
|
-
category:
|
|
673
|
+
category: import_types.IconCategory.Components,
|
|
673
674
|
description: "",
|
|
674
675
|
tags: [],
|
|
675
676
|
sizes: {
|
|
@@ -678,7 +679,7 @@ const generalIconsMetadata = [
|
|
|
678
679
|
},
|
|
679
680
|
{
|
|
680
681
|
title: "ConfirmBold",
|
|
681
|
-
category:
|
|
682
|
+
category: import_types.IconCategory.Status,
|
|
682
683
|
description: "",
|
|
683
684
|
tags: [],
|
|
684
685
|
sizes: {
|
|
@@ -687,7 +688,7 @@ const generalIconsMetadata = [
|
|
|
687
688
|
},
|
|
688
689
|
{
|
|
689
690
|
title: "ConfirmCircle",
|
|
690
|
-
category:
|
|
691
|
+
category: import_types.IconCategory.Status,
|
|
691
692
|
description: "",
|
|
692
693
|
tags: [],
|
|
693
694
|
sizes: {
|
|
@@ -696,7 +697,7 @@ const generalIconsMetadata = [
|
|
|
696
697
|
},
|
|
697
698
|
{
|
|
698
699
|
title: "ConfirmCircleBold",
|
|
699
|
-
category:
|
|
700
|
+
category: import_types.IconCategory.Status,
|
|
700
701
|
description: "",
|
|
701
702
|
tags: [],
|
|
702
703
|
sizes: {
|
|
@@ -705,7 +706,7 @@ const generalIconsMetadata = [
|
|
|
705
706
|
},
|
|
706
707
|
{
|
|
707
708
|
title: "ContextMenu",
|
|
708
|
-
category:
|
|
709
|
+
category: import_types.IconCategory.Actions,
|
|
709
710
|
description: "",
|
|
710
711
|
tags: [],
|
|
711
712
|
sizes: {
|
|
@@ -715,7 +716,7 @@ const generalIconsMetadata = [
|
|
|
715
716
|
},
|
|
716
717
|
{
|
|
717
718
|
title: "Copy",
|
|
718
|
-
category:
|
|
719
|
+
category: import_types.IconCategory.Actions,
|
|
719
720
|
description: "",
|
|
720
721
|
tags: [],
|
|
721
722
|
sizes: {
|
|
@@ -724,7 +725,7 @@ const generalIconsMetadata = [
|
|
|
724
725
|
},
|
|
725
726
|
{
|
|
726
727
|
title: "CopyBold",
|
|
727
|
-
category:
|
|
728
|
+
category: import_types.IconCategory.Actions,
|
|
728
729
|
description: "",
|
|
729
730
|
tags: [],
|
|
730
731
|
sizes: {
|
|
@@ -733,7 +734,7 @@ const generalIconsMetadata = [
|
|
|
733
734
|
},
|
|
734
735
|
{
|
|
735
736
|
title: "Corners",
|
|
736
|
-
category:
|
|
737
|
+
category: import_types.IconCategory.Composer,
|
|
737
738
|
description: "",
|
|
738
739
|
tags: [],
|
|
739
740
|
sizes: {
|
|
@@ -742,7 +743,7 @@ const generalIconsMetadata = [
|
|
|
742
743
|
},
|
|
743
744
|
{
|
|
744
745
|
title: "CornersBold",
|
|
745
|
-
category:
|
|
746
|
+
category: import_types.IconCategory.Composer,
|
|
746
747
|
description: "",
|
|
747
748
|
tags: [],
|
|
748
749
|
sizes: {
|
|
@@ -751,7 +752,7 @@ const generalIconsMetadata = [
|
|
|
751
752
|
},
|
|
752
753
|
{
|
|
753
754
|
title: "Crop",
|
|
754
|
-
category:
|
|
755
|
+
category: import_types.IconCategory.Composer,
|
|
755
756
|
description: "",
|
|
756
757
|
tags: [],
|
|
757
758
|
sizes: {
|
|
@@ -760,7 +761,7 @@ const generalIconsMetadata = [
|
|
|
760
761
|
},
|
|
761
762
|
{
|
|
762
763
|
title: "CropBold",
|
|
763
|
-
category:
|
|
764
|
+
category: import_types.IconCategory.Composer,
|
|
764
765
|
description: "",
|
|
765
766
|
tags: [],
|
|
766
767
|
sizes: {
|
|
@@ -769,7 +770,7 @@ const generalIconsMetadata = [
|
|
|
769
770
|
},
|
|
770
771
|
{
|
|
771
772
|
title: "CustomBold",
|
|
772
|
-
category:
|
|
773
|
+
category: import_types.IconCategory.General,
|
|
773
774
|
description: "",
|
|
774
775
|
tags: [],
|
|
775
776
|
sizes: {
|
|
@@ -778,7 +779,7 @@ const generalIconsMetadata = [
|
|
|
778
779
|
},
|
|
779
780
|
{
|
|
780
781
|
title: "CustomTypeBold",
|
|
781
|
-
category:
|
|
782
|
+
category: import_types.IconCategory.Components,
|
|
782
783
|
description: "",
|
|
783
784
|
tags: [],
|
|
784
785
|
sizes: {
|
|
@@ -787,7 +788,7 @@ const generalIconsMetadata = [
|
|
|
787
788
|
},
|
|
788
789
|
{
|
|
789
790
|
title: "Cut",
|
|
790
|
-
category:
|
|
791
|
+
category: import_types.IconCategory.Composer,
|
|
791
792
|
description: "",
|
|
792
793
|
tags: [],
|
|
793
794
|
sizes: {
|
|
@@ -796,7 +797,7 @@ const generalIconsMetadata = [
|
|
|
796
797
|
},
|
|
797
798
|
{
|
|
798
799
|
title: "CutBold",
|
|
799
|
-
category:
|
|
800
|
+
category: import_types.IconCategory.Composer,
|
|
800
801
|
description: "",
|
|
801
802
|
tags: [],
|
|
802
803
|
sizes: {
|
|
@@ -805,7 +806,7 @@ const generalIconsMetadata = [
|
|
|
805
806
|
},
|
|
806
807
|
{
|
|
807
808
|
title: "Dashboard",
|
|
808
|
-
category:
|
|
809
|
+
category: import_types.IconCategory.General,
|
|
809
810
|
description: "",
|
|
810
811
|
tags: [],
|
|
811
812
|
sizes: {
|
|
@@ -814,7 +815,7 @@ const generalIconsMetadata = [
|
|
|
814
815
|
},
|
|
815
816
|
{
|
|
816
817
|
title: "Data",
|
|
817
|
-
category:
|
|
818
|
+
category: import_types.IconCategory.FilesAndData,
|
|
818
819
|
description: "",
|
|
819
820
|
tags: [],
|
|
820
821
|
sizes: {
|
|
@@ -824,7 +825,7 @@ const generalIconsMetadata = [
|
|
|
824
825
|
},
|
|
825
826
|
{
|
|
826
827
|
title: "DataCollection",
|
|
827
|
-
category:
|
|
828
|
+
category: import_types.IconCategory.FilesAndData,
|
|
828
829
|
description: "",
|
|
829
830
|
tags: [],
|
|
830
831
|
sizes: {
|
|
@@ -833,7 +834,7 @@ const generalIconsMetadata = [
|
|
|
833
834
|
},
|
|
834
835
|
{
|
|
835
836
|
title: "DataTableBold",
|
|
836
|
-
category:
|
|
837
|
+
category: import_types.IconCategory.FilesAndData,
|
|
837
838
|
description: "",
|
|
838
839
|
tags: [],
|
|
839
840
|
sizes: {
|
|
@@ -842,7 +843,7 @@ const generalIconsMetadata = [
|
|
|
842
843
|
},
|
|
843
844
|
{
|
|
844
845
|
title: "DataWidgetsBold",
|
|
845
|
-
category:
|
|
846
|
+
category: import_types.IconCategory.FilesAndData,
|
|
846
847
|
description: "",
|
|
847
848
|
tags: [],
|
|
848
849
|
sizes: {
|
|
@@ -851,7 +852,7 @@ const generalIconsMetadata = [
|
|
|
851
852
|
},
|
|
852
853
|
{
|
|
853
854
|
title: "DateTime",
|
|
854
|
-
category:
|
|
855
|
+
category: import_types.IconCategory.General,
|
|
855
856
|
description: "",
|
|
856
857
|
tags: [],
|
|
857
858
|
sizes: {
|
|
@@ -860,7 +861,7 @@ const generalIconsMetadata = [
|
|
|
860
861
|
},
|
|
861
862
|
{
|
|
862
863
|
title: "DateTimeBold",
|
|
863
|
-
category:
|
|
864
|
+
category: import_types.IconCategory.General,
|
|
864
865
|
description: "",
|
|
865
866
|
tags: [],
|
|
866
867
|
sizes: {
|
|
@@ -869,7 +870,7 @@ const generalIconsMetadata = [
|
|
|
869
870
|
},
|
|
870
871
|
{
|
|
871
872
|
title: "Delete",
|
|
872
|
-
category:
|
|
873
|
+
category: import_types.IconCategory.Actions,
|
|
873
874
|
description: "",
|
|
874
875
|
tags: [],
|
|
875
876
|
sizes: {
|
|
@@ -878,7 +879,7 @@ const generalIconsMetadata = [
|
|
|
878
879
|
},
|
|
879
880
|
{
|
|
880
881
|
title: "DeleteBold",
|
|
881
|
-
category:
|
|
882
|
+
category: import_types.IconCategory.Actions,
|
|
882
883
|
description: "",
|
|
883
884
|
tags: [],
|
|
884
885
|
sizes: {
|
|
@@ -887,7 +888,7 @@ const generalIconsMetadata = [
|
|
|
887
888
|
},
|
|
888
889
|
{
|
|
889
890
|
title: "Design",
|
|
890
|
-
category:
|
|
891
|
+
category: import_types.IconCategory.Actions,
|
|
891
892
|
description: "",
|
|
892
893
|
tags: [],
|
|
893
894
|
sizes: {
|
|
@@ -896,7 +897,7 @@ const generalIconsMetadata = [
|
|
|
896
897
|
},
|
|
897
898
|
{
|
|
898
899
|
title: "DesignBold",
|
|
899
|
-
category:
|
|
900
|
+
category: import_types.IconCategory.Actions,
|
|
900
901
|
description: "",
|
|
901
902
|
tags: [],
|
|
902
903
|
sizes: {
|
|
@@ -905,7 +906,7 @@ const generalIconsMetadata = [
|
|
|
905
906
|
},
|
|
906
907
|
{
|
|
907
908
|
title: "Desktop",
|
|
908
|
-
category:
|
|
909
|
+
category: import_types.IconCategory.General,
|
|
909
910
|
description: "",
|
|
910
911
|
tags: [],
|
|
911
912
|
sizes: {
|
|
@@ -914,7 +915,7 @@ const generalIconsMetadata = [
|
|
|
914
915
|
},
|
|
915
916
|
{
|
|
916
917
|
title: "DismissBold",
|
|
917
|
-
category:
|
|
918
|
+
category: import_types.IconCategory.Status,
|
|
918
919
|
description: "",
|
|
919
920
|
tags: [],
|
|
920
921
|
sizes: {
|
|
@@ -923,7 +924,7 @@ const generalIconsMetadata = [
|
|
|
923
924
|
},
|
|
924
925
|
{
|
|
925
926
|
title: "Download",
|
|
926
|
-
category:
|
|
927
|
+
category: import_types.IconCategory.Actions,
|
|
927
928
|
description: "",
|
|
928
929
|
tags: [],
|
|
929
930
|
sizes: {
|
|
@@ -932,7 +933,7 @@ const generalIconsMetadata = [
|
|
|
932
933
|
},
|
|
933
934
|
{
|
|
934
935
|
title: "DownloadBold",
|
|
935
|
-
category:
|
|
936
|
+
category: import_types.IconCategory.Actions,
|
|
936
937
|
description: "",
|
|
937
938
|
tags: [],
|
|
938
939
|
sizes: {
|
|
@@ -941,7 +942,7 @@ const generalIconsMetadata = [
|
|
|
941
942
|
},
|
|
942
943
|
{
|
|
943
944
|
title: "Dropdown",
|
|
944
|
-
category:
|
|
945
|
+
category: import_types.IconCategory.Components,
|
|
945
946
|
description: "",
|
|
946
947
|
tags: [],
|
|
947
948
|
sizes: {
|
|
@@ -950,7 +951,7 @@ const generalIconsMetadata = [
|
|
|
950
951
|
},
|
|
951
952
|
{
|
|
952
953
|
title: "DropdownBold",
|
|
953
|
-
category:
|
|
954
|
+
category: import_types.IconCategory.Components,
|
|
954
955
|
description: "",
|
|
955
956
|
tags: [],
|
|
956
957
|
sizes: {
|
|
@@ -959,7 +960,7 @@ const generalIconsMetadata = [
|
|
|
959
960
|
},
|
|
960
961
|
{
|
|
961
962
|
title: "DropdownMenu",
|
|
962
|
-
category:
|
|
963
|
+
category: import_types.IconCategory.Components,
|
|
963
964
|
description: "",
|
|
964
965
|
tags: [],
|
|
965
966
|
sizes: {
|
|
@@ -968,7 +969,7 @@ const generalIconsMetadata = [
|
|
|
968
969
|
},
|
|
969
970
|
{
|
|
970
971
|
title: "Duplicate",
|
|
971
|
-
category:
|
|
972
|
+
category: import_types.IconCategory.Actions,
|
|
972
973
|
description: "",
|
|
973
974
|
tags: [],
|
|
974
975
|
sizes: {
|
|
@@ -977,7 +978,7 @@ const generalIconsMetadata = [
|
|
|
977
978
|
},
|
|
978
979
|
{
|
|
979
980
|
title: "DuplicateBold",
|
|
980
|
-
category:
|
|
981
|
+
category: import_types.IconCategory.Actions,
|
|
981
982
|
description: "",
|
|
982
983
|
tags: [],
|
|
983
984
|
sizes: {
|
|
@@ -986,7 +987,7 @@ const generalIconsMetadata = [
|
|
|
986
987
|
},
|
|
987
988
|
{
|
|
988
989
|
title: "ESignature",
|
|
989
|
-
category:
|
|
990
|
+
category: import_types.IconCategory.Components,
|
|
990
991
|
description: "",
|
|
991
992
|
tags: [],
|
|
992
993
|
sizes: {
|
|
@@ -995,7 +996,7 @@ const generalIconsMetadata = [
|
|
|
995
996
|
},
|
|
996
997
|
{
|
|
997
998
|
title: "ESignatureBold",
|
|
998
|
-
category:
|
|
999
|
+
category: import_types.IconCategory.Components,
|
|
999
1000
|
description: "",
|
|
1000
1001
|
tags: [],
|
|
1001
1002
|
sizes: {
|
|
@@ -1004,7 +1005,7 @@ const generalIconsMetadata = [
|
|
|
1004
1005
|
},
|
|
1005
1006
|
{
|
|
1006
1007
|
title: "Edit",
|
|
1007
|
-
category:
|
|
1008
|
+
category: import_types.IconCategory.Actions,
|
|
1008
1009
|
description: "",
|
|
1009
1010
|
tags: [],
|
|
1010
1011
|
sizes: {
|
|
@@ -1014,7 +1015,7 @@ const generalIconsMetadata = [
|
|
|
1014
1015
|
},
|
|
1015
1016
|
{
|
|
1016
1017
|
title: "EditBold",
|
|
1017
|
-
category:
|
|
1018
|
+
category: import_types.IconCategory.Actions,
|
|
1018
1019
|
description: "",
|
|
1019
1020
|
tags: [],
|
|
1020
1021
|
sizes: {
|
|
@@ -1023,7 +1024,7 @@ const generalIconsMetadata = [
|
|
|
1023
1024
|
},
|
|
1024
1025
|
{
|
|
1025
1026
|
title: "Email",
|
|
1026
|
-
category:
|
|
1027
|
+
category: import_types.IconCategory.General,
|
|
1027
1028
|
description: "",
|
|
1028
1029
|
tags: [],
|
|
1029
1030
|
sizes: {
|
|
@@ -1032,7 +1033,7 @@ const generalIconsMetadata = [
|
|
|
1032
1033
|
},
|
|
1033
1034
|
{
|
|
1034
1035
|
title: "EmailBold",
|
|
1035
|
-
category:
|
|
1036
|
+
category: import_types.IconCategory.General,
|
|
1036
1037
|
description: "",
|
|
1037
1038
|
tags: [],
|
|
1038
1039
|
sizes: {
|
|
@@ -1041,7 +1042,7 @@ const generalIconsMetadata = [
|
|
|
1041
1042
|
},
|
|
1042
1043
|
{
|
|
1043
1044
|
title: "ExternalLink",
|
|
1044
|
-
category:
|
|
1045
|
+
category: import_types.IconCategory.General,
|
|
1045
1046
|
description: "",
|
|
1046
1047
|
tags: [],
|
|
1047
1048
|
sizes: {
|
|
@@ -1051,7 +1052,7 @@ const generalIconsMetadata = [
|
|
|
1051
1052
|
},
|
|
1052
1053
|
{
|
|
1053
1054
|
title: "ExternalLinkBold",
|
|
1054
|
-
category:
|
|
1055
|
+
category: import_types.IconCategory.General,
|
|
1055
1056
|
description: "",
|
|
1056
1057
|
tags: [],
|
|
1057
1058
|
sizes: {
|
|
@@ -1060,7 +1061,7 @@ const generalIconsMetadata = [
|
|
|
1060
1061
|
},
|
|
1061
1062
|
{
|
|
1062
1063
|
title: "Facebook",
|
|
1063
|
-
category:
|
|
1064
|
+
category: import_types.IconCategory.Brands,
|
|
1064
1065
|
description: "",
|
|
1065
1066
|
tags: [],
|
|
1066
1067
|
sizes: {
|
|
@@ -1069,7 +1070,7 @@ const generalIconsMetadata = [
|
|
|
1069
1070
|
},
|
|
1070
1071
|
{
|
|
1071
1072
|
title: "File",
|
|
1072
|
-
category:
|
|
1073
|
+
category: import_types.IconCategory.FilesAndData,
|
|
1073
1074
|
description: "",
|
|
1074
1075
|
tags: [],
|
|
1075
1076
|
sizes: {
|
|
@@ -1078,7 +1079,7 @@ const generalIconsMetadata = [
|
|
|
1078
1079
|
},
|
|
1079
1080
|
{
|
|
1080
1081
|
title: "FileAdd",
|
|
1081
|
-
category:
|
|
1082
|
+
category: import_types.IconCategory.FilesAndData,
|
|
1082
1083
|
description: "",
|
|
1083
1084
|
tags: [],
|
|
1084
1085
|
sizes: {
|
|
@@ -1087,7 +1088,7 @@ const generalIconsMetadata = [
|
|
|
1087
1088
|
},
|
|
1088
1089
|
{
|
|
1089
1090
|
title: "FileCss",
|
|
1090
|
-
category:
|
|
1091
|
+
category: import_types.IconCategory.Page,
|
|
1091
1092
|
description: "",
|
|
1092
1093
|
tags: [],
|
|
1093
1094
|
sizes: {
|
|
@@ -1096,7 +1097,7 @@ const generalIconsMetadata = [
|
|
|
1096
1097
|
},
|
|
1097
1098
|
{
|
|
1098
1099
|
title: "FileHtml",
|
|
1099
|
-
category:
|
|
1100
|
+
category: import_types.IconCategory.Page,
|
|
1100
1101
|
description: "",
|
|
1101
1102
|
tags: [],
|
|
1102
1103
|
sizes: {
|
|
@@ -1105,7 +1106,7 @@ const generalIconsMetadata = [
|
|
|
1105
1106
|
},
|
|
1106
1107
|
{
|
|
1107
1108
|
title: "FileJs",
|
|
1108
|
-
category:
|
|
1109
|
+
category: import_types.IconCategory.Page,
|
|
1109
1110
|
description: "",
|
|
1110
1111
|
tags: [],
|
|
1111
1112
|
sizes: {
|
|
@@ -1114,7 +1115,7 @@ const generalIconsMetadata = [
|
|
|
1114
1115
|
},
|
|
1115
1116
|
{
|
|
1116
1117
|
title: "FileJson",
|
|
1117
|
-
category:
|
|
1118
|
+
category: import_types.IconCategory.Page,
|
|
1118
1119
|
description: "",
|
|
1119
1120
|
tags: [],
|
|
1120
1121
|
sizes: {
|
|
@@ -1123,7 +1124,7 @@ const generalIconsMetadata = [
|
|
|
1123
1124
|
},
|
|
1124
1125
|
{
|
|
1125
1126
|
title: "FileJsw",
|
|
1126
|
-
category:
|
|
1127
|
+
category: import_types.IconCategory.Page,
|
|
1127
1128
|
description: "",
|
|
1128
1129
|
tags: [],
|
|
1129
1130
|
sizes: {
|
|
@@ -1132,7 +1133,7 @@ const generalIconsMetadata = [
|
|
|
1132
1133
|
},
|
|
1133
1134
|
{
|
|
1134
1135
|
title: "Flash",
|
|
1135
|
-
category:
|
|
1136
|
+
category: import_types.IconCategory.Brands,
|
|
1136
1137
|
description: "",
|
|
1137
1138
|
tags: [],
|
|
1138
1139
|
sizes: {
|
|
@@ -1141,7 +1142,7 @@ const generalIconsMetadata = [
|
|
|
1141
1142
|
},
|
|
1142
1143
|
{
|
|
1143
1144
|
title: "Folder",
|
|
1144
|
-
category:
|
|
1145
|
+
category: import_types.IconCategory.FilesAndData,
|
|
1145
1146
|
description: "",
|
|
1146
1147
|
tags: [],
|
|
1147
1148
|
sizes: {
|
|
@@ -1151,7 +1152,7 @@ const generalIconsMetadata = [
|
|
|
1151
1152
|
},
|
|
1152
1153
|
{
|
|
1153
1154
|
title: "Footer",
|
|
1154
|
-
category:
|
|
1155
|
+
category: import_types.IconCategory.Components,
|
|
1155
1156
|
description: "",
|
|
1156
1157
|
tags: [],
|
|
1157
1158
|
sizes: {
|
|
@@ -1160,7 +1161,7 @@ const generalIconsMetadata = [
|
|
|
1160
1161
|
},
|
|
1161
1162
|
{
|
|
1162
1163
|
title: "FormBold",
|
|
1163
|
-
category:
|
|
1164
|
+
category: import_types.IconCategory.General,
|
|
1164
1165
|
description: "",
|
|
1165
1166
|
tags: [],
|
|
1166
1167
|
sizes: {
|
|
@@ -1169,7 +1170,7 @@ const generalIconsMetadata = [
|
|
|
1169
1170
|
},
|
|
1170
1171
|
{
|
|
1171
1172
|
title: "FormEditBold",
|
|
1172
|
-
category:
|
|
1173
|
+
category: import_types.IconCategory.General,
|
|
1173
1174
|
description: "",
|
|
1174
1175
|
tags: [],
|
|
1175
1176
|
sizes: {
|
|
@@ -1178,7 +1179,7 @@ const generalIconsMetadata = [
|
|
|
1178
1179
|
},
|
|
1179
1180
|
{
|
|
1180
1181
|
title: "FullWidthSlider",
|
|
1181
|
-
category:
|
|
1182
|
+
category: import_types.IconCategory.Components,
|
|
1182
1183
|
description: "",
|
|
1183
1184
|
tags: [],
|
|
1184
1185
|
sizes: {
|
|
@@ -1187,7 +1188,7 @@ const generalIconsMetadata = [
|
|
|
1187
1188
|
},
|
|
1188
1189
|
{
|
|
1189
1190
|
title: "FullWidthSliderBold",
|
|
1190
|
-
category:
|
|
1191
|
+
category: import_types.IconCategory.Components,
|
|
1191
1192
|
description: "",
|
|
1192
1193
|
tags: [],
|
|
1193
1194
|
sizes: {
|
|
@@ -1196,7 +1197,7 @@ const generalIconsMetadata = [
|
|
|
1196
1197
|
},
|
|
1197
1198
|
{
|
|
1198
1199
|
title: "FullWidthStrip",
|
|
1199
|
-
category:
|
|
1200
|
+
category: import_types.IconCategory.Components,
|
|
1200
1201
|
description: "",
|
|
1201
1202
|
tags: [],
|
|
1202
1203
|
sizes: {
|
|
@@ -1205,7 +1206,7 @@ const generalIconsMetadata = [
|
|
|
1205
1206
|
},
|
|
1206
1207
|
{
|
|
1207
1208
|
title: "FullWidthStripBold",
|
|
1208
|
-
category:
|
|
1209
|
+
category: import_types.IconCategory.Components,
|
|
1209
1210
|
description: "",
|
|
1210
1211
|
tags: [],
|
|
1211
1212
|
sizes: {
|
|
@@ -1214,7 +1215,7 @@ const generalIconsMetadata = [
|
|
|
1214
1215
|
},
|
|
1215
1216
|
{
|
|
1216
1217
|
title: "Globe",
|
|
1217
|
-
category:
|
|
1218
|
+
category: import_types.IconCategory.General,
|
|
1218
1219
|
description: "",
|
|
1219
1220
|
tags: [],
|
|
1220
1221
|
sizes: {
|
|
@@ -1223,7 +1224,7 @@ const generalIconsMetadata = [
|
|
|
1223
1224
|
},
|
|
1224
1225
|
{
|
|
1225
1226
|
title: "Group",
|
|
1226
|
-
category:
|
|
1227
|
+
category: import_types.IconCategory.Actions,
|
|
1227
1228
|
description: "",
|
|
1228
1229
|
tags: [],
|
|
1229
1230
|
sizes: {
|
|
@@ -1232,7 +1233,7 @@ const generalIconsMetadata = [
|
|
|
1232
1233
|
},
|
|
1233
1234
|
{
|
|
1234
1235
|
title: "GroupBold",
|
|
1235
|
-
category:
|
|
1236
|
+
category: import_types.IconCategory.Actions,
|
|
1236
1237
|
description: "",
|
|
1237
1238
|
tags: [],
|
|
1238
1239
|
sizes: {
|
|
@@ -1241,7 +1242,7 @@ const generalIconsMetadata = [
|
|
|
1241
1242
|
},
|
|
1242
1243
|
{
|
|
1243
1244
|
title: "Header",
|
|
1244
|
-
category:
|
|
1245
|
+
category: import_types.IconCategory.Components,
|
|
1245
1246
|
description: "",
|
|
1246
1247
|
tags: [],
|
|
1247
1248
|
sizes: {
|
|
@@ -1250,7 +1251,7 @@ const generalIconsMetadata = [
|
|
|
1250
1251
|
},
|
|
1251
1252
|
{
|
|
1252
1253
|
title: "Heading1",
|
|
1253
|
-
category:
|
|
1254
|
+
category: import_types.IconCategory.Components,
|
|
1254
1255
|
description: "",
|
|
1255
1256
|
tags: [],
|
|
1256
1257
|
sizes: {
|
|
@@ -1259,7 +1260,7 @@ const generalIconsMetadata = [
|
|
|
1259
1260
|
},
|
|
1260
1261
|
{
|
|
1261
1262
|
title: "Heading2",
|
|
1262
|
-
category:
|
|
1263
|
+
category: import_types.IconCategory.Components,
|
|
1263
1264
|
description: "",
|
|
1264
1265
|
tags: [],
|
|
1265
1266
|
sizes: {
|
|
@@ -1268,7 +1269,7 @@ const generalIconsMetadata = [
|
|
|
1268
1269
|
},
|
|
1269
1270
|
{
|
|
1270
1271
|
title: "Heading3",
|
|
1271
|
-
category:
|
|
1272
|
+
category: import_types.IconCategory.Components,
|
|
1272
1273
|
description: "",
|
|
1273
1274
|
tags: [],
|
|
1274
1275
|
sizes: {
|
|
@@ -1277,7 +1278,7 @@ const generalIconsMetadata = [
|
|
|
1277
1278
|
},
|
|
1278
1279
|
{
|
|
1279
1280
|
title: "Heading4",
|
|
1280
|
-
category:
|
|
1281
|
+
category: import_types.IconCategory.Components,
|
|
1281
1282
|
description: "",
|
|
1282
1283
|
tags: [],
|
|
1283
1284
|
sizes: {
|
|
@@ -1286,7 +1287,7 @@ const generalIconsMetadata = [
|
|
|
1286
1287
|
},
|
|
1287
1288
|
{
|
|
1288
1289
|
title: "Heading5",
|
|
1289
|
-
category:
|
|
1290
|
+
category: import_types.IconCategory.Components,
|
|
1290
1291
|
description: "",
|
|
1291
1292
|
tags: [],
|
|
1292
1293
|
sizes: {
|
|
@@ -1295,7 +1296,7 @@ const generalIconsMetadata = [
|
|
|
1295
1296
|
},
|
|
1296
1297
|
{
|
|
1297
1298
|
title: "Heading6",
|
|
1298
|
-
category:
|
|
1299
|
+
category: import_types.IconCategory.Components,
|
|
1299
1300
|
description: "",
|
|
1300
1301
|
tags: [],
|
|
1301
1302
|
sizes: {
|
|
@@ -1304,7 +1305,7 @@ const generalIconsMetadata = [
|
|
|
1304
1305
|
},
|
|
1305
1306
|
{
|
|
1306
1307
|
title: "Heart",
|
|
1307
|
-
category:
|
|
1308
|
+
category: import_types.IconCategory.Status,
|
|
1308
1309
|
description: "",
|
|
1309
1310
|
tags: [],
|
|
1310
1311
|
sizes: {
|
|
@@ -1313,7 +1314,7 @@ const generalIconsMetadata = [
|
|
|
1313
1314
|
},
|
|
1314
1315
|
{
|
|
1315
1316
|
title: "HeartBold",
|
|
1316
|
-
category:
|
|
1317
|
+
category: import_types.IconCategory.Status,
|
|
1317
1318
|
description: "",
|
|
1318
1319
|
tags: [],
|
|
1319
1320
|
sizes: {
|
|
@@ -1322,7 +1323,7 @@ const generalIconsMetadata = [
|
|
|
1322
1323
|
},
|
|
1323
1324
|
{
|
|
1324
1325
|
title: "HelpBold",
|
|
1325
|
-
category:
|
|
1326
|
+
category: import_types.IconCategory.General,
|
|
1326
1327
|
description: "",
|
|
1327
1328
|
tags: [],
|
|
1328
1329
|
sizes: {
|
|
@@ -1331,7 +1332,7 @@ const generalIconsMetadata = [
|
|
|
1331
1332
|
},
|
|
1332
1333
|
{
|
|
1333
1334
|
title: "HelpCircle",
|
|
1334
|
-
category:
|
|
1335
|
+
category: import_types.IconCategory.General,
|
|
1335
1336
|
description: "",
|
|
1336
1337
|
tags: [],
|
|
1337
1338
|
sizes: {
|
|
@@ -1340,7 +1341,7 @@ const generalIconsMetadata = [
|
|
|
1340
1341
|
},
|
|
1341
1342
|
{
|
|
1342
1343
|
title: "Hide",
|
|
1343
|
-
category:
|
|
1344
|
+
category: import_types.IconCategory.Status,
|
|
1344
1345
|
description: "",
|
|
1345
1346
|
tags: [],
|
|
1346
1347
|
sizes: {
|
|
@@ -1350,7 +1351,7 @@ const generalIconsMetadata = [
|
|
|
1350
1351
|
},
|
|
1351
1352
|
{
|
|
1352
1353
|
title: "HideBold",
|
|
1353
|
-
category:
|
|
1354
|
+
category: import_types.IconCategory.Status,
|
|
1354
1355
|
description: "",
|
|
1355
1356
|
tags: [],
|
|
1356
1357
|
sizes: {
|
|
@@ -1359,7 +1360,7 @@ const generalIconsMetadata = [
|
|
|
1359
1360
|
},
|
|
1360
1361
|
{
|
|
1361
1362
|
title: "Hint",
|
|
1362
|
-
category:
|
|
1363
|
+
category: import_types.IconCategory.General,
|
|
1363
1364
|
description: "",
|
|
1364
1365
|
tags: [],
|
|
1365
1366
|
sizes: {
|
|
@@ -1368,7 +1369,7 @@ const generalIconsMetadata = [
|
|
|
1368
1369
|
},
|
|
1369
1370
|
{
|
|
1370
1371
|
title: "Home",
|
|
1371
|
-
category:
|
|
1372
|
+
category: import_types.IconCategory.General,
|
|
1372
1373
|
description: "",
|
|
1373
1374
|
tags: [],
|
|
1374
1375
|
sizes: {
|
|
@@ -1378,7 +1379,7 @@ const generalIconsMetadata = [
|
|
|
1378
1379
|
},
|
|
1379
1380
|
{
|
|
1380
1381
|
title: "HomeBold",
|
|
1381
|
-
category:
|
|
1382
|
+
category: import_types.IconCategory.General,
|
|
1382
1383
|
description: "",
|
|
1383
1384
|
tags: [],
|
|
1384
1385
|
sizes: {
|
|
@@ -1387,7 +1388,7 @@ const generalIconsMetadata = [
|
|
|
1387
1388
|
},
|
|
1388
1389
|
{
|
|
1389
1390
|
title: "HorizontalImage",
|
|
1390
|
-
category:
|
|
1391
|
+
category: import_types.IconCategory.Components,
|
|
1391
1392
|
description: "",
|
|
1392
1393
|
tags: [],
|
|
1393
1394
|
sizes: {
|
|
@@ -1396,7 +1397,7 @@ const generalIconsMetadata = [
|
|
|
1396
1397
|
},
|
|
1397
1398
|
{
|
|
1398
1399
|
title: "HorizontalImageBold",
|
|
1399
|
-
category:
|
|
1400
|
+
category: import_types.IconCategory.Components,
|
|
1400
1401
|
description: "",
|
|
1401
1402
|
tags: [],
|
|
1402
1403
|
sizes: {
|
|
@@ -1405,7 +1406,7 @@ const generalIconsMetadata = [
|
|
|
1405
1406
|
},
|
|
1406
1407
|
{
|
|
1407
1408
|
title: "HorizontalLine",
|
|
1408
|
-
category:
|
|
1409
|
+
category: import_types.IconCategory.Components,
|
|
1409
1410
|
description: "",
|
|
1410
1411
|
tags: [],
|
|
1411
1412
|
sizes: {
|
|
@@ -1414,7 +1415,7 @@ const generalIconsMetadata = [
|
|
|
1414
1415
|
},
|
|
1415
1416
|
{
|
|
1416
1417
|
title: "HorizontalLineBold",
|
|
1417
|
-
category:
|
|
1418
|
+
category: import_types.IconCategory.Components,
|
|
1418
1419
|
description: "",
|
|
1419
1420
|
tags: [],
|
|
1420
1421
|
sizes: {
|
|
@@ -1423,7 +1424,7 @@ const generalIconsMetadata = [
|
|
|
1423
1424
|
},
|
|
1424
1425
|
{
|
|
1425
1426
|
title: "HorizontalMenu",
|
|
1426
|
-
category:
|
|
1427
|
+
category: import_types.IconCategory.Components,
|
|
1427
1428
|
description: "",
|
|
1428
1429
|
tags: [],
|
|
1429
1430
|
sizes: {
|
|
@@ -1432,7 +1433,7 @@ const generalIconsMetadata = [
|
|
|
1432
1433
|
},
|
|
1433
1434
|
{
|
|
1434
1435
|
title: "HorizontalMenuBold",
|
|
1435
|
-
category:
|
|
1436
|
+
category: import_types.IconCategory.Components,
|
|
1436
1437
|
description: "",
|
|
1437
1438
|
tags: [],
|
|
1438
1439
|
sizes: {
|
|
@@ -1441,7 +1442,7 @@ const generalIconsMetadata = [
|
|
|
1441
1442
|
},
|
|
1442
1443
|
{
|
|
1443
1444
|
title: "HoverBox",
|
|
1444
|
-
category:
|
|
1445
|
+
category: import_types.IconCategory.Components,
|
|
1445
1446
|
description: "",
|
|
1446
1447
|
tags: [],
|
|
1447
1448
|
sizes: {
|
|
@@ -1450,7 +1451,7 @@ const generalIconsMetadata = [
|
|
|
1450
1451
|
},
|
|
1451
1452
|
{
|
|
1452
1453
|
title: "HoverBoxBold",
|
|
1453
|
-
category:
|
|
1454
|
+
category: import_types.IconCategory.Components,
|
|
1454
1455
|
description: "",
|
|
1455
1456
|
tags: [],
|
|
1456
1457
|
sizes: {
|
|
@@ -1459,7 +1460,7 @@ const generalIconsMetadata = [
|
|
|
1459
1460
|
},
|
|
1460
1461
|
{
|
|
1461
1462
|
title: "Html",
|
|
1462
|
-
category:
|
|
1463
|
+
category: import_types.IconCategory.Components,
|
|
1463
1464
|
description: "",
|
|
1464
1465
|
tags: [],
|
|
1465
1466
|
sizes: {
|
|
@@ -1468,7 +1469,7 @@ const generalIconsMetadata = [
|
|
|
1468
1469
|
},
|
|
1469
1470
|
{
|
|
1470
1471
|
title: "HtmlBold",
|
|
1471
|
-
category:
|
|
1472
|
+
category: import_types.IconCategory.Components,
|
|
1472
1473
|
description: "",
|
|
1473
1474
|
tags: [],
|
|
1474
1475
|
sizes: {
|
|
@@ -1477,7 +1478,7 @@ const generalIconsMetadata = [
|
|
|
1477
1478
|
},
|
|
1478
1479
|
{
|
|
1479
1480
|
title: "ITunes",
|
|
1480
|
-
category:
|
|
1481
|
+
category: import_types.IconCategory.Brands,
|
|
1481
1482
|
description: "",
|
|
1482
1483
|
tags: [],
|
|
1483
1484
|
sizes: {
|
|
@@ -1486,7 +1487,7 @@ const generalIconsMetadata = [
|
|
|
1486
1487
|
},
|
|
1487
1488
|
{
|
|
1488
1489
|
title: "Image",
|
|
1489
|
-
category:
|
|
1490
|
+
category: import_types.IconCategory.Media,
|
|
1490
1491
|
description: "",
|
|
1491
1492
|
tags: [],
|
|
1492
1493
|
sizes: {
|
|
@@ -1495,7 +1496,7 @@ const generalIconsMetadata = [
|
|
|
1495
1496
|
},
|
|
1496
1497
|
{
|
|
1497
1498
|
title: "ImageBold",
|
|
1498
|
-
category:
|
|
1499
|
+
category: import_types.IconCategory.Media,
|
|
1499
1500
|
description: "",
|
|
1500
1501
|
tags: [],
|
|
1501
1502
|
sizes: {
|
|
@@ -1504,7 +1505,7 @@ const generalIconsMetadata = [
|
|
|
1504
1505
|
},
|
|
1505
1506
|
{
|
|
1506
1507
|
title: "ImageButton",
|
|
1507
|
-
category:
|
|
1508
|
+
category: import_types.IconCategory.Components,
|
|
1508
1509
|
description: "",
|
|
1509
1510
|
tags: [],
|
|
1510
1511
|
sizes: {
|
|
@@ -1513,7 +1514,7 @@ const generalIconsMetadata = [
|
|
|
1513
1514
|
},
|
|
1514
1515
|
{
|
|
1515
1516
|
title: "ImageEffect",
|
|
1516
|
-
category:
|
|
1517
|
+
category: import_types.IconCategory.Composer,
|
|
1517
1518
|
description: "",
|
|
1518
1519
|
tags: [],
|
|
1519
1520
|
sizes: {
|
|
@@ -1523,7 +1524,7 @@ const generalIconsMetadata = [
|
|
|
1523
1524
|
},
|
|
1524
1525
|
{
|
|
1525
1526
|
title: "ImageEffectBold",
|
|
1526
|
-
category:
|
|
1527
|
+
category: import_types.IconCategory.Composer,
|
|
1527
1528
|
description: "",
|
|
1528
1529
|
tags: [],
|
|
1529
1530
|
sizes: {
|
|
@@ -1532,7 +1533,7 @@ const generalIconsMetadata = [
|
|
|
1532
1533
|
},
|
|
1533
1534
|
{
|
|
1534
1535
|
title: "ImageGallery",
|
|
1535
|
-
category:
|
|
1536
|
+
category: import_types.IconCategory.Media,
|
|
1536
1537
|
description: "",
|
|
1537
1538
|
tags: [],
|
|
1538
1539
|
sizes: {
|
|
@@ -1541,7 +1542,7 @@ const generalIconsMetadata = [
|
|
|
1541
1542
|
},
|
|
1542
1543
|
{
|
|
1543
1544
|
title: "ImageGalleryBold",
|
|
1544
|
-
category:
|
|
1545
|
+
category: import_types.IconCategory.Media,
|
|
1545
1546
|
description: "",
|
|
1546
1547
|
tags: [],
|
|
1547
1548
|
sizes: {
|
|
@@ -1550,7 +1551,7 @@ const generalIconsMetadata = [
|
|
|
1550
1551
|
},
|
|
1551
1552
|
{
|
|
1552
1553
|
title: "Info",
|
|
1553
|
-
category:
|
|
1554
|
+
category: import_types.IconCategory.General,
|
|
1554
1555
|
description: "",
|
|
1555
1556
|
tags: [],
|
|
1556
1557
|
sizes: {
|
|
@@ -1559,7 +1560,7 @@ const generalIconsMetadata = [
|
|
|
1559
1560
|
},
|
|
1560
1561
|
{
|
|
1561
1562
|
title: "Input",
|
|
1562
|
-
category:
|
|
1563
|
+
category: import_types.IconCategory.Components,
|
|
1563
1564
|
description: "",
|
|
1564
1565
|
tags: [],
|
|
1565
1566
|
sizes: {
|
|
@@ -1568,7 +1569,7 @@ const generalIconsMetadata = [
|
|
|
1568
1569
|
},
|
|
1569
1570
|
{
|
|
1570
1571
|
title: "InputBold",
|
|
1571
|
-
category:
|
|
1572
|
+
category: import_types.IconCategory.Components,
|
|
1572
1573
|
description: "",
|
|
1573
1574
|
tags: [],
|
|
1574
1575
|
sizes: {
|
|
@@ -1577,7 +1578,7 @@ const generalIconsMetadata = [
|
|
|
1577
1578
|
},
|
|
1578
1579
|
{
|
|
1579
1580
|
title: "Italic",
|
|
1580
|
-
category:
|
|
1581
|
+
category: import_types.IconCategory.TextFormatting,
|
|
1581
1582
|
description: "",
|
|
1582
1583
|
tags: [],
|
|
1583
1584
|
sizes: {
|
|
@@ -1586,7 +1587,7 @@ const generalIconsMetadata = [
|
|
|
1586
1587
|
},
|
|
1587
1588
|
{
|
|
1588
1589
|
title: "Lightbox",
|
|
1589
|
-
category:
|
|
1590
|
+
category: import_types.IconCategory.Components,
|
|
1590
1591
|
description: "",
|
|
1591
1592
|
tags: [],
|
|
1592
1593
|
sizes: {
|
|
@@ -1595,7 +1596,7 @@ const generalIconsMetadata = [
|
|
|
1595
1596
|
},
|
|
1596
1597
|
{
|
|
1597
1598
|
title: "LineSpacing",
|
|
1598
|
-
category:
|
|
1599
|
+
category: import_types.IconCategory.TextFormatting,
|
|
1599
1600
|
description: "",
|
|
1600
1601
|
tags: [],
|
|
1601
1602
|
sizes: {
|
|
@@ -1604,7 +1605,7 @@ const generalIconsMetadata = [
|
|
|
1604
1605
|
},
|
|
1605
1606
|
{
|
|
1606
1607
|
title: "LinkProperties",
|
|
1607
|
-
category:
|
|
1608
|
+
category: import_types.IconCategory.Actions,
|
|
1608
1609
|
description: "",
|
|
1609
1610
|
tags: [],
|
|
1610
1611
|
sizes: {
|
|
@@ -1614,7 +1615,7 @@ const generalIconsMetadata = [
|
|
|
1614
1615
|
},
|
|
1615
1616
|
{
|
|
1616
1617
|
title: "List",
|
|
1617
|
-
category:
|
|
1618
|
+
category: import_types.IconCategory.Components,
|
|
1618
1619
|
description: "",
|
|
1619
1620
|
tags: [],
|
|
1620
1621
|
sizes: {
|
|
@@ -1623,7 +1624,7 @@ const generalIconsMetadata = [
|
|
|
1623
1624
|
},
|
|
1624
1625
|
{
|
|
1625
1626
|
title: "ListBold",
|
|
1626
|
-
category:
|
|
1627
|
+
category: import_types.IconCategory.Components,
|
|
1627
1628
|
description: "",
|
|
1628
1629
|
tags: [],
|
|
1629
1630
|
sizes: {
|
|
@@ -1632,7 +1633,7 @@ const generalIconsMetadata = [
|
|
|
1632
1633
|
},
|
|
1633
1634
|
{
|
|
1634
1635
|
title: "Lock",
|
|
1635
|
-
category:
|
|
1636
|
+
category: import_types.IconCategory.Status,
|
|
1636
1637
|
description: "",
|
|
1637
1638
|
tags: [],
|
|
1638
1639
|
sizes: {
|
|
@@ -1642,7 +1643,7 @@ const generalIconsMetadata = [
|
|
|
1642
1643
|
},
|
|
1643
1644
|
{
|
|
1644
1645
|
title: "LockBold",
|
|
1645
|
-
category:
|
|
1646
|
+
category: import_types.IconCategory.Status,
|
|
1646
1647
|
description: "",
|
|
1647
1648
|
tags: [],
|
|
1648
1649
|
sizes: {
|
|
@@ -1651,7 +1652,7 @@ const generalIconsMetadata = [
|
|
|
1651
1652
|
},
|
|
1652
1653
|
{
|
|
1653
1654
|
title: "LockUnlocked",
|
|
1654
|
-
category:
|
|
1655
|
+
category: import_types.IconCategory.Status,
|
|
1655
1656
|
description: "",
|
|
1656
1657
|
tags: [],
|
|
1657
1658
|
sizes: {
|
|
@@ -1661,7 +1662,7 @@ const generalIconsMetadata = [
|
|
|
1661
1662
|
},
|
|
1662
1663
|
{
|
|
1663
1664
|
title: "LockUnlockedBold",
|
|
1664
|
-
category:
|
|
1665
|
+
category: import_types.IconCategory.Status,
|
|
1665
1666
|
description: "",
|
|
1666
1667
|
tags: [],
|
|
1667
1668
|
sizes: {
|
|
@@ -1670,7 +1671,7 @@ const generalIconsMetadata = [
|
|
|
1670
1671
|
},
|
|
1671
1672
|
{
|
|
1672
1673
|
title: "MandatoryCircleSmall",
|
|
1673
|
-
category:
|
|
1674
|
+
category: import_types.IconCategory.Status,
|
|
1674
1675
|
description: "",
|
|
1675
1676
|
tags: [],
|
|
1676
1677
|
sizes: {
|
|
@@ -1679,7 +1680,7 @@ const generalIconsMetadata = [
|
|
|
1679
1680
|
},
|
|
1680
1681
|
{
|
|
1681
1682
|
title: "MapPin",
|
|
1682
|
-
category:
|
|
1683
|
+
category: import_types.IconCategory.General,
|
|
1683
1684
|
description: "",
|
|
1684
1685
|
tags: [],
|
|
1685
1686
|
sizes: {
|
|
@@ -1688,7 +1689,7 @@ const generalIconsMetadata = [
|
|
|
1688
1689
|
},
|
|
1689
1690
|
{
|
|
1690
1691
|
title: "MapPinBold",
|
|
1691
|
-
category:
|
|
1692
|
+
category: import_types.IconCategory.General,
|
|
1692
1693
|
description: "",
|
|
1693
1694
|
tags: [],
|
|
1694
1695
|
sizes: {
|
|
@@ -1697,7 +1698,7 @@ const generalIconsMetadata = [
|
|
|
1697
1698
|
},
|
|
1698
1699
|
{
|
|
1699
1700
|
title: "Menu",
|
|
1700
|
-
category:
|
|
1701
|
+
category: import_types.IconCategory.Components,
|
|
1701
1702
|
description: "",
|
|
1702
1703
|
tags: [],
|
|
1703
1704
|
sizes: {
|
|
@@ -1706,7 +1707,7 @@ const generalIconsMetadata = [
|
|
|
1706
1707
|
},
|
|
1707
1708
|
{
|
|
1708
1709
|
title: "MenuBold",
|
|
1709
|
-
category:
|
|
1710
|
+
category: import_types.IconCategory.Components,
|
|
1710
1711
|
description: "",
|
|
1711
1712
|
tags: [],
|
|
1712
1713
|
sizes: {
|
|
@@ -1715,7 +1716,7 @@ const generalIconsMetadata = [
|
|
|
1715
1716
|
},
|
|
1716
1717
|
{
|
|
1717
1718
|
title: "MinusCircle",
|
|
1718
|
-
category:
|
|
1719
|
+
category: import_types.IconCategory.Actions,
|
|
1719
1720
|
description: "",
|
|
1720
1721
|
tags: [],
|
|
1721
1722
|
sizes: {
|
|
@@ -1724,7 +1725,7 @@ const generalIconsMetadata = [
|
|
|
1724
1725
|
},
|
|
1725
1726
|
{
|
|
1726
1727
|
title: "Mobile",
|
|
1727
|
-
category:
|
|
1728
|
+
category: import_types.IconCategory.General,
|
|
1728
1729
|
description: "",
|
|
1729
1730
|
tags: [],
|
|
1730
1731
|
sizes: {
|
|
@@ -1733,7 +1734,7 @@ const generalIconsMetadata = [
|
|
|
1733
1734
|
},
|
|
1734
1735
|
{
|
|
1735
1736
|
title: "MobileBold",
|
|
1736
|
-
category:
|
|
1737
|
+
category: import_types.IconCategory.General,
|
|
1737
1738
|
description: "",
|
|
1738
1739
|
tags: [],
|
|
1739
1740
|
sizes: {
|
|
@@ -1742,7 +1743,7 @@ const generalIconsMetadata = [
|
|
|
1742
1743
|
},
|
|
1743
1744
|
{
|
|
1744
1745
|
title: "MoveBackward",
|
|
1745
|
-
category:
|
|
1746
|
+
category: import_types.IconCategory.Composer,
|
|
1746
1747
|
description: "",
|
|
1747
1748
|
tags: [],
|
|
1748
1749
|
sizes: {
|
|
@@ -1751,7 +1752,7 @@ const generalIconsMetadata = [
|
|
|
1751
1752
|
},
|
|
1752
1753
|
{
|
|
1753
1754
|
title: "MoveBackwardBold",
|
|
1754
|
-
category:
|
|
1755
|
+
category: import_types.IconCategory.Composer,
|
|
1755
1756
|
description: "",
|
|
1756
1757
|
tags: [],
|
|
1757
1758
|
sizes: {
|
|
@@ -1760,7 +1761,7 @@ const generalIconsMetadata = [
|
|
|
1760
1761
|
},
|
|
1761
1762
|
{
|
|
1762
1763
|
title: "MoveForward",
|
|
1763
|
-
category:
|
|
1764
|
+
category: import_types.IconCategory.Composer,
|
|
1764
1765
|
description: "",
|
|
1765
1766
|
tags: [],
|
|
1766
1767
|
sizes: {
|
|
@@ -1769,7 +1770,7 @@ const generalIconsMetadata = [
|
|
|
1769
1770
|
},
|
|
1770
1771
|
{
|
|
1771
1772
|
title: "MoveForwardBold",
|
|
1772
|
-
category:
|
|
1773
|
+
category: import_types.IconCategory.Composer,
|
|
1773
1774
|
description: "",
|
|
1774
1775
|
tags: [],
|
|
1775
1776
|
sizes: {
|
|
@@ -1778,7 +1779,7 @@ const generalIconsMetadata = [
|
|
|
1778
1779
|
},
|
|
1779
1780
|
{
|
|
1780
1781
|
title: "MoveToTrash",
|
|
1781
|
-
category:
|
|
1782
|
+
category: import_types.IconCategory.Actions,
|
|
1782
1783
|
description: "",
|
|
1783
1784
|
tags: [],
|
|
1784
1785
|
sizes: {
|
|
@@ -1787,7 +1788,7 @@ const generalIconsMetadata = [
|
|
|
1787
1788
|
},
|
|
1788
1789
|
{
|
|
1789
1790
|
title: "Music",
|
|
1790
|
-
category:
|
|
1791
|
+
category: import_types.IconCategory.Media,
|
|
1791
1792
|
description: "",
|
|
1792
1793
|
tags: [],
|
|
1793
1794
|
sizes: {
|
|
@@ -1796,7 +1797,7 @@ const generalIconsMetadata = [
|
|
|
1796
1797
|
},
|
|
1797
1798
|
{
|
|
1798
1799
|
title: "MusicBold",
|
|
1799
|
-
category:
|
|
1800
|
+
category: import_types.IconCategory.Media,
|
|
1800
1801
|
description: "",
|
|
1801
1802
|
tags: [],
|
|
1802
1803
|
sizes: {
|
|
@@ -1805,7 +1806,7 @@ const generalIconsMetadata = [
|
|
|
1805
1806
|
},
|
|
1806
1807
|
{
|
|
1807
1808
|
title: "NumericListLeft",
|
|
1808
|
-
category:
|
|
1809
|
+
category: import_types.IconCategory.TextFormatting,
|
|
1809
1810
|
description: "",
|
|
1810
1811
|
tags: [],
|
|
1811
1812
|
sizes: {
|
|
@@ -1814,7 +1815,7 @@ const generalIconsMetadata = [
|
|
|
1814
1815
|
},
|
|
1815
1816
|
{
|
|
1816
1817
|
title: "NumericListRight",
|
|
1817
|
-
category:
|
|
1818
|
+
category: import_types.IconCategory.TextFormatting,
|
|
1818
1819
|
description: "",
|
|
1819
1820
|
tags: [],
|
|
1820
1821
|
sizes: {
|
|
@@ -1823,7 +1824,7 @@ const generalIconsMetadata = [
|
|
|
1823
1824
|
},
|
|
1824
1825
|
{
|
|
1825
1826
|
title: "Page",
|
|
1826
|
-
category:
|
|
1827
|
+
category: import_types.IconCategory.Page,
|
|
1827
1828
|
description: "",
|
|
1828
1829
|
tags: [],
|
|
1829
1830
|
sizes: {
|
|
@@ -1832,7 +1833,7 @@ const generalIconsMetadata = [
|
|
|
1832
1833
|
},
|
|
1833
1834
|
{
|
|
1834
1835
|
title: "PageAdd",
|
|
1835
|
-
category:
|
|
1836
|
+
category: import_types.IconCategory.Page,
|
|
1836
1837
|
description: "",
|
|
1837
1838
|
tags: [],
|
|
1838
1839
|
sizes: {
|
|
@@ -1841,7 +1842,7 @@ const generalIconsMetadata = [
|
|
|
1841
1842
|
},
|
|
1842
1843
|
{
|
|
1843
1844
|
title: "PageBold",
|
|
1844
|
-
category:
|
|
1845
|
+
category: import_types.IconCategory.Page,
|
|
1845
1846
|
description: "",
|
|
1846
1847
|
tags: [],
|
|
1847
1848
|
sizes: {
|
|
@@ -1850,7 +1851,7 @@ const generalIconsMetadata = [
|
|
|
1850
1851
|
},
|
|
1851
1852
|
{
|
|
1852
1853
|
title: "PageDynamic",
|
|
1853
|
-
category:
|
|
1854
|
+
category: import_types.IconCategory.Page,
|
|
1854
1855
|
description: "",
|
|
1855
1856
|
tags: [],
|
|
1856
1857
|
sizes: {
|
|
@@ -1860,7 +1861,7 @@ const generalIconsMetadata = [
|
|
|
1860
1861
|
},
|
|
1861
1862
|
{
|
|
1862
1863
|
title: "PageSpecial",
|
|
1863
|
-
category:
|
|
1864
|
+
category: import_types.IconCategory.Page,
|
|
1864
1865
|
description: "",
|
|
1865
1866
|
tags: [],
|
|
1866
1867
|
sizes: {
|
|
@@ -1869,7 +1870,7 @@ const generalIconsMetadata = [
|
|
|
1869
1870
|
},
|
|
1870
1871
|
{
|
|
1871
1872
|
title: "PagesBold",
|
|
1872
|
-
category:
|
|
1873
|
+
category: import_types.IconCategory.Page,
|
|
1873
1874
|
description: "",
|
|
1874
1875
|
tags: [],
|
|
1875
1876
|
sizes: {
|
|
@@ -1878,7 +1879,7 @@ const generalIconsMetadata = [
|
|
|
1878
1879
|
},
|
|
1879
1880
|
{
|
|
1880
1881
|
title: "Pagination",
|
|
1881
|
-
category:
|
|
1882
|
+
category: import_types.IconCategory.Components,
|
|
1882
1883
|
description: "",
|
|
1883
1884
|
tags: [],
|
|
1884
1885
|
sizes: {
|
|
@@ -1887,7 +1888,7 @@ const generalIconsMetadata = [
|
|
|
1887
1888
|
},
|
|
1888
1889
|
{
|
|
1889
1890
|
title: "PaginationBold",
|
|
1890
|
-
category:
|
|
1891
|
+
category: import_types.IconCategory.Components,
|
|
1891
1892
|
description: "",
|
|
1892
1893
|
tags: [],
|
|
1893
1894
|
sizes: {
|
|
@@ -1896,7 +1897,7 @@ const generalIconsMetadata = [
|
|
|
1896
1897
|
},
|
|
1897
1898
|
{
|
|
1898
1899
|
title: "Paragraph",
|
|
1899
|
-
category:
|
|
1900
|
+
category: import_types.IconCategory.Composer,
|
|
1900
1901
|
description: "",
|
|
1901
1902
|
tags: [],
|
|
1902
1903
|
sizes: {
|
|
@@ -1905,7 +1906,7 @@ const generalIconsMetadata = [
|
|
|
1905
1906
|
},
|
|
1906
1907
|
{
|
|
1907
1908
|
title: "ParagraphBold",
|
|
1908
|
-
category:
|
|
1909
|
+
category: import_types.IconCategory.Composer,
|
|
1909
1910
|
description: "",
|
|
1910
1911
|
tags: [],
|
|
1911
1912
|
sizes: {
|
|
@@ -1914,7 +1915,7 @@ const generalIconsMetadata = [
|
|
|
1914
1915
|
},
|
|
1915
1916
|
{
|
|
1916
1917
|
title: "Parent",
|
|
1917
|
-
category:
|
|
1918
|
+
category: import_types.IconCategory.Page,
|
|
1918
1919
|
description: "",
|
|
1919
1920
|
tags: [],
|
|
1920
1921
|
sizes: {
|
|
@@ -1923,7 +1924,7 @@ const generalIconsMetadata = [
|
|
|
1923
1924
|
},
|
|
1924
1925
|
{
|
|
1925
1926
|
title: "Paste",
|
|
1926
|
-
category:
|
|
1927
|
+
category: import_types.IconCategory.Actions,
|
|
1927
1928
|
description: "",
|
|
1928
1929
|
tags: [],
|
|
1929
1930
|
sizes: {
|
|
@@ -1932,7 +1933,7 @@ const generalIconsMetadata = [
|
|
|
1932
1933
|
},
|
|
1933
1934
|
{
|
|
1934
1935
|
title: "PasteBold",
|
|
1935
|
-
category:
|
|
1936
|
+
category: import_types.IconCategory.Actions,
|
|
1936
1937
|
description: "",
|
|
1937
1938
|
tags: [],
|
|
1938
1939
|
sizes: {
|
|
@@ -1941,7 +1942,7 @@ const generalIconsMetadata = [
|
|
|
1941
1942
|
},
|
|
1942
1943
|
{
|
|
1943
1944
|
title: "Paypal",
|
|
1944
|
-
category:
|
|
1945
|
+
category: import_types.IconCategory.Brands,
|
|
1945
1946
|
description: "",
|
|
1946
1947
|
tags: [],
|
|
1947
1948
|
sizes: {
|
|
@@ -1950,7 +1951,7 @@ const generalIconsMetadata = [
|
|
|
1950
1951
|
},
|
|
1951
1952
|
{
|
|
1952
1953
|
title: "Phone",
|
|
1953
|
-
category:
|
|
1954
|
+
category: import_types.IconCategory.General,
|
|
1954
1955
|
description: "",
|
|
1955
1956
|
tags: [],
|
|
1956
1957
|
sizes: {
|
|
@@ -1959,7 +1960,7 @@ const generalIconsMetadata = [
|
|
|
1959
1960
|
},
|
|
1960
1961
|
{
|
|
1961
1962
|
title: "PhoneBold",
|
|
1962
|
-
category:
|
|
1963
|
+
category: import_types.IconCategory.General,
|
|
1963
1964
|
description: "",
|
|
1964
1965
|
tags: [],
|
|
1965
1966
|
sizes: {
|
|
@@ -1968,7 +1969,7 @@ const generalIconsMetadata = [
|
|
|
1968
1969
|
},
|
|
1969
1970
|
{
|
|
1970
1971
|
title: "PinBold",
|
|
1971
|
-
category:
|
|
1972
|
+
category: import_types.IconCategory.Actions,
|
|
1972
1973
|
description: "",
|
|
1973
1974
|
tags: [],
|
|
1974
1975
|
sizes: {
|
|
@@ -1978,7 +1979,7 @@ const generalIconsMetadata = [
|
|
|
1978
1979
|
},
|
|
1979
1980
|
{
|
|
1980
1981
|
title: "Pinterest",
|
|
1981
|
-
category:
|
|
1982
|
+
category: import_types.IconCategory.Brands,
|
|
1982
1983
|
description: "",
|
|
1983
1984
|
tags: [],
|
|
1984
1985
|
sizes: {
|
|
@@ -1987,7 +1988,7 @@ const generalIconsMetadata = [
|
|
|
1987
1988
|
},
|
|
1988
1989
|
{
|
|
1989
1990
|
title: "PipetteFullBold",
|
|
1990
|
-
category:
|
|
1991
|
+
category: import_types.IconCategory.Composer,
|
|
1991
1992
|
description: "",
|
|
1992
1993
|
tags: [],
|
|
1993
1994
|
sizes: {
|
|
@@ -1996,7 +1997,7 @@ const generalIconsMetadata = [
|
|
|
1996
1997
|
},
|
|
1997
1998
|
{
|
|
1998
1999
|
title: "PlayBold",
|
|
1999
|
-
category:
|
|
2000
|
+
category: import_types.IconCategory.Media,
|
|
2000
2001
|
description: "",
|
|
2001
2002
|
tags: [],
|
|
2002
2003
|
sizes: {
|
|
@@ -2006,7 +2007,7 @@ const generalIconsMetadata = [
|
|
|
2006
2007
|
},
|
|
2007
2008
|
{
|
|
2008
2009
|
title: "PlayCircle",
|
|
2009
|
-
category:
|
|
2010
|
+
category: import_types.IconCategory.Media,
|
|
2010
2011
|
description: "",
|
|
2011
2012
|
tags: [],
|
|
2012
2013
|
sizes: {
|
|
@@ -2015,7 +2016,7 @@ const generalIconsMetadata = [
|
|
|
2015
2016
|
},
|
|
2016
2017
|
{
|
|
2017
2018
|
title: "PlayCircleBold",
|
|
2018
|
-
category:
|
|
2019
|
+
category: import_types.IconCategory.Media,
|
|
2019
2020
|
description: "",
|
|
2020
2021
|
tags: [],
|
|
2021
2022
|
sizes: {
|
|
@@ -2024,7 +2025,7 @@ const generalIconsMetadata = [
|
|
|
2024
2025
|
},
|
|
2025
2026
|
{
|
|
2026
2027
|
title: "Popup",
|
|
2027
|
-
category:
|
|
2028
|
+
category: import_types.IconCategory.Components,
|
|
2028
2029
|
description: "",
|
|
2029
2030
|
tags: [],
|
|
2030
2031
|
sizes: {
|
|
@@ -2033,7 +2034,7 @@ const generalIconsMetadata = [
|
|
|
2033
2034
|
},
|
|
2034
2035
|
{
|
|
2035
2036
|
title: "PremiumBoldSmall",
|
|
2036
|
-
category:
|
|
2037
|
+
category: import_types.IconCategory.Status,
|
|
2037
2038
|
description: "",
|
|
2038
2039
|
tags: [],
|
|
2039
2040
|
sizes: {
|
|
@@ -2042,7 +2043,7 @@ const generalIconsMetadata = [
|
|
|
2042
2043
|
},
|
|
2043
2044
|
{
|
|
2044
2045
|
title: "ProfileWidget",
|
|
2045
|
-
category:
|
|
2046
|
+
category: import_types.IconCategory.Components,
|
|
2046
2047
|
description: "",
|
|
2047
2048
|
tags: [],
|
|
2048
2049
|
sizes: {
|
|
@@ -2051,7 +2052,7 @@ const generalIconsMetadata = [
|
|
|
2051
2052
|
},
|
|
2052
2053
|
{
|
|
2053
2054
|
title: "QuickActionBar",
|
|
2054
|
-
category:
|
|
2055
|
+
category: import_types.IconCategory.Components,
|
|
2055
2056
|
description: "",
|
|
2056
2057
|
tags: [],
|
|
2057
2058
|
sizes: {
|
|
@@ -2060,7 +2061,7 @@ const generalIconsMetadata = [
|
|
|
2060
2061
|
},
|
|
2061
2062
|
{
|
|
2062
2063
|
title: "RadioButton",
|
|
2063
|
-
category:
|
|
2064
|
+
category: import_types.IconCategory.Components,
|
|
2064
2065
|
description: "",
|
|
2065
2066
|
tags: [],
|
|
2066
2067
|
sizes: {
|
|
@@ -2069,7 +2070,7 @@ const generalIconsMetadata = [
|
|
|
2069
2070
|
},
|
|
2070
2071
|
{
|
|
2071
2072
|
title: "RadioButtonBold",
|
|
2072
|
-
category:
|
|
2073
|
+
category: import_types.IconCategory.Components,
|
|
2073
2074
|
description: "",
|
|
2074
2075
|
tags: [],
|
|
2075
2076
|
sizes: {
|
|
@@ -2078,7 +2079,7 @@ const generalIconsMetadata = [
|
|
|
2078
2079
|
},
|
|
2079
2080
|
{
|
|
2080
2081
|
title: "Redo",
|
|
2081
|
-
category:
|
|
2082
|
+
category: import_types.IconCategory.Actions,
|
|
2082
2083
|
description: "",
|
|
2083
2084
|
tags: [],
|
|
2084
2085
|
sizes: {
|
|
@@ -2087,7 +2088,7 @@ const generalIconsMetadata = [
|
|
|
2087
2088
|
},
|
|
2088
2089
|
{
|
|
2089
2090
|
title: "Rename",
|
|
2090
|
-
category:
|
|
2091
|
+
category: import_types.IconCategory.Actions,
|
|
2091
2092
|
description: "",
|
|
2092
2093
|
tags: [],
|
|
2093
2094
|
sizes: {
|
|
@@ -2097,7 +2098,7 @@ const generalIconsMetadata = [
|
|
|
2097
2098
|
},
|
|
2098
2099
|
{
|
|
2099
2100
|
title: "RenameBold",
|
|
2100
|
-
category:
|
|
2101
|
+
category: import_types.IconCategory.Actions,
|
|
2101
2102
|
description: "",
|
|
2102
2103
|
tags: [],
|
|
2103
2104
|
sizes: {
|
|
@@ -2106,7 +2107,7 @@ const generalIconsMetadata = [
|
|
|
2106
2107
|
},
|
|
2107
2108
|
{
|
|
2108
2109
|
title: "Repeater",
|
|
2109
|
-
category:
|
|
2110
|
+
category: import_types.IconCategory.Components,
|
|
2110
2111
|
description: "",
|
|
2111
2112
|
tags: [],
|
|
2112
2113
|
sizes: {
|
|
@@ -2115,7 +2116,7 @@ const generalIconsMetadata = [
|
|
|
2115
2116
|
},
|
|
2116
2117
|
{
|
|
2117
2118
|
title: "RepeaterBold",
|
|
2118
|
-
category:
|
|
2119
|
+
category: import_types.IconCategory.Components,
|
|
2119
2120
|
description: "",
|
|
2120
2121
|
tags: [],
|
|
2121
2122
|
sizes: {
|
|
@@ -2124,7 +2125,7 @@ const generalIconsMetadata = [
|
|
|
2124
2125
|
},
|
|
2125
2126
|
{
|
|
2126
2127
|
title: "Replace",
|
|
2127
|
-
category:
|
|
2128
|
+
category: import_types.IconCategory.Actions,
|
|
2128
2129
|
description: "",
|
|
2129
2130
|
tags: [],
|
|
2130
2131
|
sizes: {
|
|
@@ -2133,7 +2134,7 @@ const generalIconsMetadata = [
|
|
|
2133
2134
|
},
|
|
2134
2135
|
{
|
|
2135
2136
|
title: "ReplaceBold",
|
|
2136
|
-
category:
|
|
2137
|
+
category: import_types.IconCategory.Actions,
|
|
2137
2138
|
description: "",
|
|
2138
2139
|
tags: [],
|
|
2139
2140
|
sizes: {
|
|
@@ -2142,7 +2143,7 @@ const generalIconsMetadata = [
|
|
|
2142
2143
|
},
|
|
2143
2144
|
{
|
|
2144
2145
|
title: "Reset",
|
|
2145
|
-
category:
|
|
2146
|
+
category: import_types.IconCategory.Actions,
|
|
2146
2147
|
description: "",
|
|
2147
2148
|
tags: [],
|
|
2148
2149
|
sizes: {
|
|
@@ -2152,7 +2153,7 @@ const generalIconsMetadata = [
|
|
|
2152
2153
|
},
|
|
2153
2154
|
{
|
|
2154
2155
|
title: "ResetShapeBold",
|
|
2155
|
-
category:
|
|
2156
|
+
category: import_types.IconCategory.Actions,
|
|
2156
2157
|
description: "",
|
|
2157
2158
|
tags: [],
|
|
2158
2159
|
sizes: {
|
|
@@ -2161,7 +2162,7 @@ const generalIconsMetadata = [
|
|
|
2161
2162
|
},
|
|
2162
2163
|
{
|
|
2163
2164
|
title: "RichTextBox",
|
|
2164
|
-
category:
|
|
2165
|
+
category: import_types.IconCategory.Components,
|
|
2165
2166
|
description: "",
|
|
2166
2167
|
tags: [],
|
|
2167
2168
|
sizes: {
|
|
@@ -2170,7 +2171,7 @@ const generalIconsMetadata = [
|
|
|
2170
2171
|
},
|
|
2171
2172
|
{
|
|
2172
2173
|
title: "RichTextBoxBold",
|
|
2173
|
-
category:
|
|
2174
|
+
category: import_types.IconCategory.Components,
|
|
2174
2175
|
description: "",
|
|
2175
2176
|
tags: [],
|
|
2176
2177
|
sizes: {
|
|
@@ -2179,7 +2180,7 @@ const generalIconsMetadata = [
|
|
|
2179
2180
|
},
|
|
2180
2181
|
{
|
|
2181
2182
|
title: "Rotation",
|
|
2182
|
-
category:
|
|
2183
|
+
category: import_types.IconCategory.Composer,
|
|
2183
2184
|
description: "",
|
|
2184
2185
|
tags: [],
|
|
2185
2186
|
sizes: {
|
|
@@ -2188,7 +2189,7 @@ const generalIconsMetadata = [
|
|
|
2188
2189
|
},
|
|
2189
2190
|
{
|
|
2190
2191
|
title: "Router",
|
|
2191
|
-
category:
|
|
2192
|
+
category: import_types.IconCategory.Page,
|
|
2192
2193
|
description: "",
|
|
2193
2194
|
tags: [],
|
|
2194
2195
|
sizes: {
|
|
@@ -2198,7 +2199,7 @@ const generalIconsMetadata = [
|
|
|
2198
2199
|
},
|
|
2199
2200
|
{
|
|
2200
2201
|
title: "Rss",
|
|
2201
|
-
category:
|
|
2202
|
+
category: import_types.IconCategory.Components,
|
|
2202
2203
|
description: "",
|
|
2203
2204
|
tags: [],
|
|
2204
2205
|
sizes: {
|
|
@@ -2207,7 +2208,7 @@ const generalIconsMetadata = [
|
|
|
2207
2208
|
},
|
|
2208
2209
|
{
|
|
2209
2210
|
title: "Save",
|
|
2210
|
-
category:
|
|
2211
|
+
category: import_types.IconCategory.Actions,
|
|
2211
2212
|
description: "",
|
|
2212
2213
|
tags: [],
|
|
2213
2214
|
sizes: {
|
|
@@ -2216,7 +2217,7 @@ const generalIconsMetadata = [
|
|
|
2216
2217
|
},
|
|
2217
2218
|
{
|
|
2218
2219
|
title: "SaveBold",
|
|
2219
|
-
category:
|
|
2220
|
+
category: import_types.IconCategory.Actions,
|
|
2220
2221
|
description: "",
|
|
2221
2222
|
tags: [],
|
|
2222
2223
|
sizes: {
|
|
@@ -2225,7 +2226,7 @@ const generalIconsMetadata = [
|
|
|
2225
2226
|
},
|
|
2226
2227
|
{
|
|
2227
2228
|
title: "Scroll",
|
|
2228
|
-
category:
|
|
2229
|
+
category: import_types.IconCategory.Components,
|
|
2229
2230
|
description: "",
|
|
2230
2231
|
tags: [],
|
|
2231
2232
|
sizes: {
|
|
@@ -2234,7 +2235,7 @@ const generalIconsMetadata = [
|
|
|
2234
2235
|
},
|
|
2235
2236
|
{
|
|
2236
2237
|
title: "Search",
|
|
2237
|
-
category:
|
|
2238
|
+
category: import_types.IconCategory.Actions,
|
|
2238
2239
|
description: "",
|
|
2239
2240
|
tags: [],
|
|
2240
2241
|
sizes: {
|
|
@@ -2243,7 +2244,7 @@ const generalIconsMetadata = [
|
|
|
2243
2244
|
},
|
|
2244
2245
|
{
|
|
2245
2246
|
title: "SearchBold",
|
|
2246
|
-
category:
|
|
2247
|
+
category: import_types.IconCategory.Actions,
|
|
2247
2248
|
description: "",
|
|
2248
2249
|
tags: [],
|
|
2249
2250
|
sizes: {
|
|
@@ -2252,7 +2253,7 @@ const generalIconsMetadata = [
|
|
|
2252
2253
|
},
|
|
2253
2254
|
{
|
|
2254
2255
|
title: "SelectedCircleSmall",
|
|
2255
|
-
category:
|
|
2256
|
+
category: import_types.IconCategory.Status,
|
|
2256
2257
|
description: "",
|
|
2257
2258
|
tags: [],
|
|
2258
2259
|
sizes: {
|
|
@@ -2261,7 +2262,7 @@ const generalIconsMetadata = [
|
|
|
2261
2262
|
},
|
|
2262
2263
|
{
|
|
2263
2264
|
title: "SendToBack",
|
|
2264
|
-
category:
|
|
2265
|
+
category: import_types.IconCategory.Composer,
|
|
2265
2266
|
description: "",
|
|
2266
2267
|
tags: [],
|
|
2267
2268
|
sizes: {
|
|
@@ -2270,7 +2271,7 @@ const generalIconsMetadata = [
|
|
|
2270
2271
|
},
|
|
2271
2272
|
{
|
|
2272
2273
|
title: "SendToBackBold",
|
|
2273
|
-
category:
|
|
2274
|
+
category: import_types.IconCategory.Composer,
|
|
2274
2275
|
description: "",
|
|
2275
2276
|
tags: [],
|
|
2276
2277
|
sizes: {
|
|
@@ -2279,7 +2280,7 @@ const generalIconsMetadata = [
|
|
|
2279
2280
|
},
|
|
2280
2281
|
{
|
|
2281
2282
|
title: "SendToFront",
|
|
2282
|
-
category:
|
|
2283
|
+
category: import_types.IconCategory.Composer,
|
|
2283
2284
|
description: "",
|
|
2284
2285
|
tags: [],
|
|
2285
2286
|
sizes: {
|
|
@@ -2288,7 +2289,7 @@ const generalIconsMetadata = [
|
|
|
2288
2289
|
},
|
|
2289
2290
|
{
|
|
2290
2291
|
title: "SendToFrontBold",
|
|
2291
|
-
category:
|
|
2292
|
+
category: import_types.IconCategory.Composer,
|
|
2292
2293
|
description: "",
|
|
2293
2294
|
tags: [],
|
|
2294
2295
|
sizes: {
|
|
@@ -2297,7 +2298,7 @@ const generalIconsMetadata = [
|
|
|
2297
2298
|
},
|
|
2298
2299
|
{
|
|
2299
2300
|
title: "Seo",
|
|
2300
|
-
category:
|
|
2301
|
+
category: import_types.IconCategory.Components,
|
|
2301
2302
|
description: "",
|
|
2302
2303
|
tags: [],
|
|
2303
2304
|
sizes: {
|
|
@@ -2306,7 +2307,7 @@ const generalIconsMetadata = [
|
|
|
2306
2307
|
},
|
|
2307
2308
|
{
|
|
2308
2309
|
title: "Settings",
|
|
2309
|
-
category:
|
|
2310
|
+
category: import_types.IconCategory.General,
|
|
2310
2311
|
description: "",
|
|
2311
2312
|
tags: [],
|
|
2312
2313
|
sizes: {
|
|
@@ -2316,7 +2317,7 @@ const generalIconsMetadata = [
|
|
|
2316
2317
|
},
|
|
2317
2318
|
{
|
|
2318
2319
|
title: "SettingsBold",
|
|
2319
|
-
category:
|
|
2320
|
+
category: import_types.IconCategory.General,
|
|
2320
2321
|
description: "",
|
|
2321
2322
|
tags: [],
|
|
2322
2323
|
sizes: {
|
|
@@ -2325,7 +2326,7 @@ const generalIconsMetadata = [
|
|
|
2325
2326
|
},
|
|
2326
2327
|
{
|
|
2327
2328
|
title: "Shadow",
|
|
2328
|
-
category:
|
|
2329
|
+
category: import_types.IconCategory.Composer,
|
|
2329
2330
|
description: "",
|
|
2330
2331
|
tags: [],
|
|
2331
2332
|
sizes: {
|
|
@@ -2334,7 +2335,7 @@ const generalIconsMetadata = [
|
|
|
2334
2335
|
},
|
|
2335
2336
|
{
|
|
2336
2337
|
title: "ShadowBold",
|
|
2337
|
-
category:
|
|
2338
|
+
category: import_types.IconCategory.Composer,
|
|
2338
2339
|
description: "",
|
|
2339
2340
|
tags: [],
|
|
2340
2341
|
sizes: {
|
|
@@ -2343,7 +2344,7 @@ const generalIconsMetadata = [
|
|
|
2343
2344
|
},
|
|
2344
2345
|
{
|
|
2345
2346
|
title: "Shape",
|
|
2346
|
-
category:
|
|
2347
|
+
category: import_types.IconCategory.Components,
|
|
2347
2348
|
description: "",
|
|
2348
2349
|
tags: [],
|
|
2349
2350
|
sizes: {
|
|
@@ -2352,7 +2353,7 @@ const generalIconsMetadata = [
|
|
|
2352
2353
|
},
|
|
2353
2354
|
{
|
|
2354
2355
|
title: "ShapeBold",
|
|
2355
|
-
category:
|
|
2356
|
+
category: import_types.IconCategory.Components,
|
|
2356
2357
|
description: "",
|
|
2357
2358
|
tags: [],
|
|
2358
2359
|
sizes: {
|
|
@@ -2361,7 +2362,7 @@ const generalIconsMetadata = [
|
|
|
2361
2362
|
},
|
|
2362
2363
|
{
|
|
2363
2364
|
title: "ShapeCropBold",
|
|
2364
|
-
category:
|
|
2365
|
+
category: import_types.IconCategory.Composer,
|
|
2365
2366
|
description: "",
|
|
2366
2367
|
tags: [],
|
|
2367
2368
|
sizes: {
|
|
@@ -2370,7 +2371,7 @@ const generalIconsMetadata = [
|
|
|
2370
2371
|
},
|
|
2371
2372
|
{
|
|
2372
2373
|
title: "ShoppingCart",
|
|
2373
|
-
category:
|
|
2374
|
+
category: import_types.IconCategory.General,
|
|
2374
2375
|
description: "",
|
|
2375
2376
|
tags: [],
|
|
2376
2377
|
sizes: {
|
|
@@ -2379,7 +2380,7 @@ const generalIconsMetadata = [
|
|
|
2379
2380
|
},
|
|
2380
2381
|
{
|
|
2381
2382
|
title: "ShoppingCartBold",
|
|
2382
|
-
category:
|
|
2383
|
+
category: import_types.IconCategory.General,
|
|
2383
2384
|
description: "",
|
|
2384
2385
|
tags: [],
|
|
2385
2386
|
sizes: {
|
|
@@ -2388,7 +2389,7 @@ const generalIconsMetadata = [
|
|
|
2388
2389
|
},
|
|
2389
2390
|
{
|
|
2390
2391
|
title: "Show",
|
|
2391
|
-
category:
|
|
2392
|
+
category: import_types.IconCategory.Status,
|
|
2392
2393
|
description: "",
|
|
2393
2394
|
tags: [],
|
|
2394
2395
|
sizes: {
|
|
@@ -2398,7 +2399,7 @@ const generalIconsMetadata = [
|
|
|
2398
2399
|
},
|
|
2399
2400
|
{
|
|
2400
2401
|
title: "ShowBold",
|
|
2401
|
-
category:
|
|
2402
|
+
category: import_types.IconCategory.Status,
|
|
2402
2403
|
description: "",
|
|
2403
2404
|
tags: [],
|
|
2404
2405
|
sizes: {
|
|
@@ -2407,7 +2408,7 @@ const generalIconsMetadata = [
|
|
|
2407
2408
|
},
|
|
2408
2409
|
{
|
|
2409
2410
|
title: "SiteTools",
|
|
2410
|
-
category:
|
|
2411
|
+
category: import_types.IconCategory.General,
|
|
2411
2412
|
description: "",
|
|
2412
2413
|
tags: [],
|
|
2413
2414
|
sizes: {
|
|
@@ -2416,7 +2417,7 @@ const generalIconsMetadata = [
|
|
|
2416
2417
|
},
|
|
2417
2418
|
{
|
|
2418
2419
|
title: "Skype",
|
|
2419
|
-
category:
|
|
2420
|
+
category: import_types.IconCategory.Brands,
|
|
2420
2421
|
description: "",
|
|
2421
2422
|
tags: [],
|
|
2422
2423
|
sizes: {
|
|
@@ -2425,7 +2426,7 @@ const generalIconsMetadata = [
|
|
|
2425
2426
|
},
|
|
2426
2427
|
{
|
|
2427
2428
|
title: "SlideShow",
|
|
2428
|
-
category:
|
|
2429
|
+
category: import_types.IconCategory.Components,
|
|
2429
2430
|
description: "",
|
|
2430
2431
|
tags: [],
|
|
2431
2432
|
sizes: {
|
|
@@ -2434,7 +2435,7 @@ const generalIconsMetadata = [
|
|
|
2434
2435
|
},
|
|
2435
2436
|
{
|
|
2436
2437
|
title: "SlideShowBold",
|
|
2437
|
-
category:
|
|
2438
|
+
category: import_types.IconCategory.Components,
|
|
2438
2439
|
description: "",
|
|
2439
2440
|
tags: [],
|
|
2440
2441
|
sizes: {
|
|
@@ -2443,7 +2444,7 @@ const generalIconsMetadata = [
|
|
|
2443
2444
|
},
|
|
2444
2445
|
{
|
|
2445
2446
|
title: "Slider",
|
|
2446
|
-
category:
|
|
2447
|
+
category: import_types.IconCategory.Components,
|
|
2447
2448
|
description: "",
|
|
2448
2449
|
tags: [],
|
|
2449
2450
|
sizes: {
|
|
@@ -2452,7 +2453,7 @@ const generalIconsMetadata = [
|
|
|
2452
2453
|
},
|
|
2453
2454
|
{
|
|
2454
2455
|
title: "SliderBold",
|
|
2455
|
-
category:
|
|
2456
|
+
category: import_types.IconCategory.Components,
|
|
2456
2457
|
description: "",
|
|
2457
2458
|
tags: [],
|
|
2458
2459
|
sizes: {
|
|
@@ -2461,7 +2462,7 @@ const generalIconsMetadata = [
|
|
|
2461
2462
|
},
|
|
2462
2463
|
{
|
|
2463
2464
|
title: "SocialBar",
|
|
2464
|
-
category:
|
|
2465
|
+
category: import_types.IconCategory.Components,
|
|
2465
2466
|
description: "",
|
|
2466
2467
|
tags: [],
|
|
2467
2468
|
sizes: {
|
|
@@ -2470,7 +2471,7 @@ const generalIconsMetadata = [
|
|
|
2470
2471
|
},
|
|
2471
2472
|
{
|
|
2472
2473
|
title: "Sound",
|
|
2473
|
-
category:
|
|
2474
|
+
category: import_types.IconCategory.Media,
|
|
2474
2475
|
description: "",
|
|
2475
2476
|
tags: [],
|
|
2476
2477
|
sizes: {
|
|
@@ -2479,7 +2480,7 @@ const generalIconsMetadata = [
|
|
|
2479
2480
|
},
|
|
2480
2481
|
{
|
|
2481
2482
|
title: "SoundBold",
|
|
2482
|
-
category:
|
|
2483
|
+
category: import_types.IconCategory.Media,
|
|
2483
2484
|
description: "",
|
|
2484
2485
|
tags: [],
|
|
2485
2486
|
sizes: {
|
|
@@ -2488,7 +2489,7 @@ const generalIconsMetadata = [
|
|
|
2488
2489
|
},
|
|
2489
2490
|
{
|
|
2490
2491
|
title: "Soundcloud",
|
|
2491
|
-
category:
|
|
2492
|
+
category: import_types.IconCategory.Brands,
|
|
2492
2493
|
description: "",
|
|
2493
2494
|
tags: [],
|
|
2494
2495
|
sizes: {
|
|
@@ -2497,7 +2498,7 @@ const generalIconsMetadata = [
|
|
|
2497
2498
|
},
|
|
2498
2499
|
{
|
|
2499
2500
|
title: "SpacingBold",
|
|
2500
|
-
category:
|
|
2501
|
+
category: import_types.IconCategory.Composer,
|
|
2501
2502
|
description: "",
|
|
2502
2503
|
tags: [],
|
|
2503
2504
|
sizes: {
|
|
@@ -2506,7 +2507,7 @@ const generalIconsMetadata = [
|
|
|
2506
2507
|
},
|
|
2507
2508
|
{
|
|
2508
2509
|
title: "SplitColumns",
|
|
2509
|
-
category:
|
|
2510
|
+
category: import_types.IconCategory.Actions,
|
|
2510
2511
|
description: "",
|
|
2511
2512
|
tags: [],
|
|
2512
2513
|
sizes: {
|
|
@@ -2515,7 +2516,7 @@ const generalIconsMetadata = [
|
|
|
2515
2516
|
},
|
|
2516
2517
|
{
|
|
2517
2518
|
title: "Spotify",
|
|
2518
|
-
category:
|
|
2519
|
+
category: import_types.IconCategory.Brands,
|
|
2519
2520
|
description: "",
|
|
2520
2521
|
tags: [],
|
|
2521
2522
|
sizes: {
|
|
@@ -2524,7 +2525,7 @@ const generalIconsMetadata = [
|
|
|
2524
2525
|
},
|
|
2525
2526
|
{
|
|
2526
2527
|
title: "Star",
|
|
2527
|
-
category:
|
|
2528
|
+
category: import_types.IconCategory.Status,
|
|
2528
2529
|
description: "",
|
|
2529
2530
|
tags: [],
|
|
2530
2531
|
sizes: {
|
|
@@ -2533,7 +2534,7 @@ const generalIconsMetadata = [
|
|
|
2533
2534
|
},
|
|
2534
2535
|
{
|
|
2535
2536
|
title: "StarBold",
|
|
2536
|
-
category:
|
|
2537
|
+
category: import_types.IconCategory.Status,
|
|
2537
2538
|
description: "",
|
|
2538
2539
|
tags: [],
|
|
2539
2540
|
sizes: {
|
|
@@ -2542,7 +2543,7 @@ const generalIconsMetadata = [
|
|
|
2542
2543
|
},
|
|
2543
2544
|
{
|
|
2544
2545
|
title: "StopBold",
|
|
2545
|
-
category:
|
|
2546
|
+
category: import_types.IconCategory.Media,
|
|
2546
2547
|
description: "",
|
|
2547
2548
|
tags: [],
|
|
2548
2549
|
sizes: {
|
|
@@ -2552,7 +2553,7 @@ const generalIconsMetadata = [
|
|
|
2552
2553
|
},
|
|
2553
2554
|
{
|
|
2554
2555
|
title: "Strip",
|
|
2555
|
-
category:
|
|
2556
|
+
category: import_types.IconCategory.Components,
|
|
2556
2557
|
description: "",
|
|
2557
2558
|
tags: [],
|
|
2558
2559
|
sizes: {
|
|
@@ -2561,7 +2562,7 @@ const generalIconsMetadata = [
|
|
|
2561
2562
|
},
|
|
2562
2563
|
{
|
|
2563
2564
|
title: "StripBold",
|
|
2564
|
-
category:
|
|
2565
|
+
category: import_types.IconCategory.Components,
|
|
2565
2566
|
description: "",
|
|
2566
2567
|
tags: [],
|
|
2567
2568
|
sizes: {
|
|
@@ -2570,7 +2571,7 @@ const generalIconsMetadata = [
|
|
|
2570
2571
|
},
|
|
2571
2572
|
{
|
|
2572
2573
|
title: "Switch",
|
|
2573
|
-
category:
|
|
2574
|
+
category: import_types.IconCategory.Components,
|
|
2574
2575
|
description: "",
|
|
2575
2576
|
tags: [],
|
|
2576
2577
|
sizes: {
|
|
@@ -2579,7 +2580,7 @@ const generalIconsMetadata = [
|
|
|
2579
2580
|
},
|
|
2580
2581
|
{
|
|
2581
2582
|
title: "SwitchBold",
|
|
2582
|
-
category:
|
|
2583
|
+
category: import_types.IconCategory.Components,
|
|
2583
2584
|
description: "",
|
|
2584
2585
|
tags: [],
|
|
2585
2586
|
sizes: {
|
|
@@ -2588,7 +2589,7 @@ const generalIconsMetadata = [
|
|
|
2588
2589
|
},
|
|
2589
2590
|
{
|
|
2590
2591
|
title: "Table",
|
|
2591
|
-
category:
|
|
2592
|
+
category: import_types.IconCategory.Components,
|
|
2592
2593
|
description: "",
|
|
2593
2594
|
tags: [],
|
|
2594
2595
|
sizes: {
|
|
@@ -2597,7 +2598,7 @@ const generalIconsMetadata = [
|
|
|
2597
2598
|
},
|
|
2598
2599
|
{
|
|
2599
2600
|
title: "TableBold",
|
|
2600
|
-
category:
|
|
2601
|
+
category: import_types.IconCategory.Components,
|
|
2601
2602
|
description: "",
|
|
2602
2603
|
tags: [],
|
|
2603
2604
|
sizes: {
|
|
@@ -2606,7 +2607,7 @@ const generalIconsMetadata = [
|
|
|
2606
2607
|
},
|
|
2607
2608
|
{
|
|
2608
2609
|
title: "Tag",
|
|
2609
|
-
category:
|
|
2610
|
+
category: import_types.IconCategory.General,
|
|
2610
2611
|
description: "",
|
|
2611
2612
|
tags: [],
|
|
2612
2613
|
sizes: {
|
|
@@ -2615,7 +2616,7 @@ const generalIconsMetadata = [
|
|
|
2615
2616
|
},
|
|
2616
2617
|
{
|
|
2617
2618
|
title: "Text",
|
|
2618
|
-
category:
|
|
2619
|
+
category: import_types.IconCategory.Composer,
|
|
2619
2620
|
description: "",
|
|
2620
2621
|
tags: [],
|
|
2621
2622
|
sizes: {
|
|
@@ -2625,7 +2626,7 @@ const generalIconsMetadata = [
|
|
|
2625
2626
|
},
|
|
2626
2627
|
{
|
|
2627
2628
|
title: "TextAlignCenter",
|
|
2628
|
-
category:
|
|
2629
|
+
category: import_types.IconCategory.TextFormatting,
|
|
2629
2630
|
description: "",
|
|
2630
2631
|
tags: [],
|
|
2631
2632
|
sizes: {
|
|
@@ -2634,7 +2635,7 @@ const generalIconsMetadata = [
|
|
|
2634
2635
|
},
|
|
2635
2636
|
{
|
|
2636
2637
|
title: "TextAlignJustify",
|
|
2637
|
-
category:
|
|
2638
|
+
category: import_types.IconCategory.TextFormatting,
|
|
2638
2639
|
description: "",
|
|
2639
2640
|
tags: [],
|
|
2640
2641
|
sizes: {
|
|
@@ -2643,7 +2644,7 @@ const generalIconsMetadata = [
|
|
|
2643
2644
|
},
|
|
2644
2645
|
{
|
|
2645
2646
|
title: "TextAlignLeft",
|
|
2646
|
-
category:
|
|
2647
|
+
category: import_types.IconCategory.TextFormatting,
|
|
2647
2648
|
description: "",
|
|
2648
2649
|
tags: [],
|
|
2649
2650
|
sizes: {
|
|
@@ -2652,7 +2653,7 @@ const generalIconsMetadata = [
|
|
|
2652
2653
|
},
|
|
2653
2654
|
{
|
|
2654
2655
|
title: "TextAlignRight",
|
|
2655
|
-
category:
|
|
2656
|
+
category: import_types.IconCategory.TextFormatting,
|
|
2656
2657
|
description: "",
|
|
2657
2658
|
tags: [],
|
|
2658
2659
|
sizes: {
|
|
@@ -2661,7 +2662,7 @@ const generalIconsMetadata = [
|
|
|
2661
2662
|
},
|
|
2662
2663
|
{
|
|
2663
2664
|
title: "TextBold",
|
|
2664
|
-
category:
|
|
2665
|
+
category: import_types.IconCategory.Composer,
|
|
2665
2666
|
description: "",
|
|
2666
2667
|
tags: [],
|
|
2667
2668
|
sizes: {
|
|
@@ -2670,7 +2671,7 @@ const generalIconsMetadata = [
|
|
|
2670
2671
|
},
|
|
2671
2672
|
{
|
|
2672
2673
|
title: "TextBox",
|
|
2673
|
-
category:
|
|
2674
|
+
category: import_types.IconCategory.Components,
|
|
2674
2675
|
description: "",
|
|
2675
2676
|
tags: [],
|
|
2676
2677
|
sizes: {
|
|
@@ -2679,7 +2680,7 @@ const generalIconsMetadata = [
|
|
|
2679
2680
|
},
|
|
2680
2681
|
{
|
|
2681
2682
|
title: "TextBoxBold",
|
|
2682
|
-
category:
|
|
2683
|
+
category: import_types.IconCategory.Components,
|
|
2683
2684
|
description: "",
|
|
2684
2685
|
tags: [],
|
|
2685
2686
|
sizes: {
|
|
@@ -2688,7 +2689,7 @@ const generalIconsMetadata = [
|
|
|
2688
2689
|
},
|
|
2689
2690
|
{
|
|
2690
2691
|
title: "TextColor",
|
|
2691
|
-
category:
|
|
2692
|
+
category: import_types.IconCategory.TextFormatting,
|
|
2692
2693
|
description: "",
|
|
2693
2694
|
tags: [],
|
|
2694
2695
|
sizes: {
|
|
@@ -2697,7 +2698,7 @@ const generalIconsMetadata = [
|
|
|
2697
2698
|
},
|
|
2698
2699
|
{
|
|
2699
2700
|
title: "HighlightColor",
|
|
2700
|
-
category:
|
|
2701
|
+
category: import_types.IconCategory.TextFormatting,
|
|
2701
2702
|
description: "",
|
|
2702
2703
|
tags: [],
|
|
2703
2704
|
sizes: {
|
|
@@ -2706,7 +2707,7 @@ const generalIconsMetadata = [
|
|
|
2706
2707
|
},
|
|
2707
2708
|
{
|
|
2708
2709
|
title: "TextLtr",
|
|
2709
|
-
category:
|
|
2710
|
+
category: import_types.IconCategory.TextFormatting,
|
|
2710
2711
|
description: "",
|
|
2711
2712
|
tags: [],
|
|
2712
2713
|
sizes: {
|
|
@@ -2715,7 +2716,7 @@ const generalIconsMetadata = [
|
|
|
2715
2716
|
},
|
|
2716
2717
|
{
|
|
2717
2718
|
title: "TextLtrDecrease",
|
|
2718
|
-
category:
|
|
2719
|
+
category: import_types.IconCategory.TextFormatting,
|
|
2719
2720
|
description: "",
|
|
2720
2721
|
tags: [],
|
|
2721
2722
|
sizes: {
|
|
@@ -2724,7 +2725,7 @@ const generalIconsMetadata = [
|
|
|
2724
2725
|
},
|
|
2725
2726
|
{
|
|
2726
2727
|
title: "TextLtrIncrease",
|
|
2727
|
-
category:
|
|
2728
|
+
category: import_types.IconCategory.TextFormatting,
|
|
2728
2729
|
description: "",
|
|
2729
2730
|
tags: [],
|
|
2730
2731
|
sizes: {
|
|
@@ -2733,7 +2734,7 @@ const generalIconsMetadata = [
|
|
|
2733
2734
|
},
|
|
2734
2735
|
{
|
|
2735
2736
|
title: "TextMultiline",
|
|
2736
|
-
category:
|
|
2737
|
+
category: import_types.IconCategory.Composer,
|
|
2737
2738
|
description: "",
|
|
2738
2739
|
tags: [],
|
|
2739
2740
|
sizes: {
|
|
@@ -2742,7 +2743,7 @@ const generalIconsMetadata = [
|
|
|
2742
2743
|
},
|
|
2743
2744
|
{
|
|
2744
2745
|
title: "TextMultilineBold",
|
|
2745
|
-
category:
|
|
2746
|
+
category: import_types.IconCategory.Composer,
|
|
2746
2747
|
description: "",
|
|
2747
2748
|
tags: [],
|
|
2748
2749
|
sizes: {
|
|
@@ -2751,7 +2752,7 @@ const generalIconsMetadata = [
|
|
|
2751
2752
|
},
|
|
2752
2753
|
{
|
|
2753
2754
|
title: "TextRtl",
|
|
2754
|
-
category:
|
|
2755
|
+
category: import_types.IconCategory.TextFormatting,
|
|
2755
2756
|
description: "",
|
|
2756
2757
|
tags: [],
|
|
2757
2758
|
sizes: {
|
|
@@ -2760,7 +2761,7 @@ const generalIconsMetadata = [
|
|
|
2760
2761
|
},
|
|
2761
2762
|
{
|
|
2762
2763
|
title: "TextRtlDecrease",
|
|
2763
|
-
category:
|
|
2764
|
+
category: import_types.IconCategory.TextFormatting,
|
|
2764
2765
|
description: "",
|
|
2765
2766
|
tags: [],
|
|
2766
2767
|
sizes: {
|
|
@@ -2769,7 +2770,7 @@ const generalIconsMetadata = [
|
|
|
2769
2770
|
},
|
|
2770
2771
|
{
|
|
2771
2772
|
title: "TextRtlIncrease",
|
|
2772
|
-
category:
|
|
2773
|
+
category: import_types.IconCategory.TextFormatting,
|
|
2773
2774
|
description: "",
|
|
2774
2775
|
tags: [],
|
|
2775
2776
|
sizes: {
|
|
@@ -2778,7 +2779,7 @@ const generalIconsMetadata = [
|
|
|
2778
2779
|
},
|
|
2779
2780
|
{
|
|
2780
2781
|
title: "Tumblr",
|
|
2781
|
-
category:
|
|
2782
|
+
category: import_types.IconCategory.Brands,
|
|
2782
2783
|
description: "",
|
|
2783
2784
|
tags: [],
|
|
2784
2785
|
sizes: {
|
|
@@ -2787,7 +2788,7 @@ const generalIconsMetadata = [
|
|
|
2787
2788
|
},
|
|
2788
2789
|
{
|
|
2789
2790
|
title: "Twitter",
|
|
2790
|
-
category:
|
|
2791
|
+
category: import_types.IconCategory.Brands,
|
|
2791
2792
|
description: "",
|
|
2792
2793
|
tags: [],
|
|
2793
2794
|
sizes: {
|
|
@@ -2796,7 +2797,7 @@ const generalIconsMetadata = [
|
|
|
2796
2797
|
},
|
|
2797
2798
|
{
|
|
2798
2799
|
title: "Underline",
|
|
2799
|
-
category:
|
|
2800
|
+
category: import_types.IconCategory.TextFormatting,
|
|
2800
2801
|
description: "",
|
|
2801
2802
|
tags: [],
|
|
2802
2803
|
sizes: {
|
|
@@ -2805,7 +2806,7 @@ const generalIconsMetadata = [
|
|
|
2805
2806
|
},
|
|
2806
2807
|
{
|
|
2807
2808
|
title: "Undo",
|
|
2808
|
-
category:
|
|
2809
|
+
category: import_types.IconCategory.Actions,
|
|
2809
2810
|
description: "",
|
|
2810
2811
|
tags: [],
|
|
2811
2812
|
sizes: {
|
|
@@ -2814,7 +2815,7 @@ const generalIconsMetadata = [
|
|
|
2814
2815
|
},
|
|
2815
2816
|
{
|
|
2816
2817
|
title: "Ungroup",
|
|
2817
|
-
category:
|
|
2818
|
+
category: import_types.IconCategory.Actions,
|
|
2818
2819
|
description: "",
|
|
2819
2820
|
tags: [],
|
|
2820
2821
|
sizes: {
|
|
@@ -2823,7 +2824,7 @@ const generalIconsMetadata = [
|
|
|
2823
2824
|
},
|
|
2824
2825
|
{
|
|
2825
2826
|
title: "UngroupBold",
|
|
2826
|
-
category:
|
|
2827
|
+
category: import_types.IconCategory.Actions,
|
|
2827
2828
|
description: "",
|
|
2828
2829
|
tags: [],
|
|
2829
2830
|
sizes: {
|
|
@@ -2832,7 +2833,7 @@ const generalIconsMetadata = [
|
|
|
2832
2833
|
},
|
|
2833
2834
|
{
|
|
2834
2835
|
title: "UnlinkProperties",
|
|
2835
|
-
category:
|
|
2836
|
+
category: import_types.IconCategory.Actions,
|
|
2836
2837
|
description: "",
|
|
2837
2838
|
tags: [],
|
|
2838
2839
|
sizes: {
|
|
@@ -2842,7 +2843,7 @@ const generalIconsMetadata = [
|
|
|
2842
2843
|
},
|
|
2843
2844
|
{
|
|
2844
2845
|
title: "Upload",
|
|
2845
|
-
category:
|
|
2846
|
+
category: import_types.IconCategory.Actions,
|
|
2846
2847
|
description: "",
|
|
2847
2848
|
tags: [],
|
|
2848
2849
|
sizes: {
|
|
@@ -2851,7 +2852,7 @@ const generalIconsMetadata = [
|
|
|
2851
2852
|
},
|
|
2852
2853
|
{
|
|
2853
2854
|
title: "UploadBold",
|
|
2854
|
-
category:
|
|
2855
|
+
category: import_types.IconCategory.Actions,
|
|
2855
2856
|
description: "",
|
|
2856
2857
|
tags: [],
|
|
2857
2858
|
sizes: {
|
|
@@ -2860,7 +2861,7 @@ const generalIconsMetadata = [
|
|
|
2860
2861
|
},
|
|
2861
2862
|
{
|
|
2862
2863
|
title: "UploadButton",
|
|
2863
|
-
category:
|
|
2864
|
+
category: import_types.IconCategory.Components,
|
|
2864
2865
|
description: "",
|
|
2865
2866
|
tags: [],
|
|
2866
2867
|
sizes: {
|
|
@@ -2869,7 +2870,7 @@ const generalIconsMetadata = [
|
|
|
2869
2870
|
},
|
|
2870
2871
|
{
|
|
2871
2872
|
title: "UploadButtonBold",
|
|
2872
|
-
category:
|
|
2873
|
+
category: import_types.IconCategory.Components,
|
|
2873
2874
|
description: "",
|
|
2874
2875
|
tags: [],
|
|
2875
2876
|
sizes: {
|
|
@@ -2878,7 +2879,7 @@ const generalIconsMetadata = [
|
|
|
2878
2879
|
},
|
|
2879
2880
|
{
|
|
2880
2881
|
title: "UrlLink",
|
|
2881
|
-
category:
|
|
2882
|
+
category: import_types.IconCategory.Actions,
|
|
2882
2883
|
description: "",
|
|
2883
2884
|
tags: [],
|
|
2884
2885
|
sizes: {
|
|
@@ -2888,7 +2889,7 @@ const generalIconsMetadata = [
|
|
|
2888
2889
|
},
|
|
2889
2890
|
{
|
|
2890
2891
|
title: "UrlLinkAdd",
|
|
2891
|
-
category:
|
|
2892
|
+
category: import_types.IconCategory.Actions,
|
|
2892
2893
|
description: "",
|
|
2893
2894
|
tags: [],
|
|
2894
2895
|
sizes: {
|
|
@@ -2897,7 +2898,7 @@ const generalIconsMetadata = [
|
|
|
2897
2898
|
},
|
|
2898
2899
|
{
|
|
2899
2900
|
title: "UrlLinkBold",
|
|
2900
|
-
category:
|
|
2901
|
+
category: import_types.IconCategory.Actions,
|
|
2901
2902
|
description: "",
|
|
2902
2903
|
tags: [],
|
|
2903
2904
|
sizes: {
|
|
@@ -2906,7 +2907,7 @@ const generalIconsMetadata = [
|
|
|
2906
2907
|
},
|
|
2907
2908
|
{
|
|
2908
2909
|
title: "UrlUnlink",
|
|
2909
|
-
category:
|
|
2910
|
+
category: import_types.IconCategory.Actions,
|
|
2910
2911
|
description: "",
|
|
2911
2912
|
tags: [],
|
|
2912
2913
|
sizes: {
|
|
@@ -2915,7 +2916,7 @@ const generalIconsMetadata = [
|
|
|
2915
2916
|
},
|
|
2916
2917
|
{
|
|
2917
2918
|
title: "UrlUnlinkBold",
|
|
2918
|
-
category:
|
|
2919
|
+
category: import_types.IconCategory.Actions,
|
|
2919
2920
|
description: "",
|
|
2920
2921
|
tags: [],
|
|
2921
2922
|
sizes: {
|
|
@@ -2924,7 +2925,7 @@ const generalIconsMetadata = [
|
|
|
2924
2925
|
},
|
|
2925
2926
|
{
|
|
2926
2927
|
title: "User",
|
|
2927
|
-
category:
|
|
2928
|
+
category: import_types.IconCategory.User,
|
|
2928
2929
|
description: "",
|
|
2929
2930
|
tags: [],
|
|
2930
2931
|
sizes: {
|
|
@@ -2934,7 +2935,7 @@ const generalIconsMetadata = [
|
|
|
2934
2935
|
},
|
|
2935
2936
|
{
|
|
2936
2937
|
title: "UserBold",
|
|
2937
|
-
category:
|
|
2938
|
+
category: import_types.IconCategory.User,
|
|
2938
2939
|
description: "",
|
|
2939
2940
|
tags: [],
|
|
2940
2941
|
sizes: {
|
|
@@ -2943,7 +2944,7 @@ const generalIconsMetadata = [
|
|
|
2943
2944
|
},
|
|
2944
2945
|
{
|
|
2945
2946
|
title: "UserEditBold",
|
|
2946
|
-
category:
|
|
2947
|
+
category: import_types.IconCategory.User,
|
|
2947
2948
|
description: "",
|
|
2948
2949
|
tags: [],
|
|
2949
2950
|
sizes: {
|
|
@@ -2952,7 +2953,7 @@ const generalIconsMetadata = [
|
|
|
2952
2953
|
},
|
|
2953
2954
|
{
|
|
2954
2955
|
title: "UserFormBold",
|
|
2955
|
-
category:
|
|
2956
|
+
category: import_types.IconCategory.User,
|
|
2956
2957
|
description: "",
|
|
2957
2958
|
tags: [],
|
|
2958
2959
|
sizes: {
|
|
@@ -2961,7 +2962,7 @@ const generalIconsMetadata = [
|
|
|
2961
2962
|
},
|
|
2962
2963
|
{
|
|
2963
2964
|
title: "UserMenu",
|
|
2964
|
-
category:
|
|
2965
|
+
category: import_types.IconCategory.User,
|
|
2965
2966
|
description: "",
|
|
2966
2967
|
tags: [],
|
|
2967
2968
|
sizes: {
|
|
@@ -2970,7 +2971,7 @@ const generalIconsMetadata = [
|
|
|
2970
2971
|
},
|
|
2971
2972
|
{
|
|
2972
2973
|
title: "UserPreviewBold",
|
|
2973
|
-
category:
|
|
2974
|
+
category: import_types.IconCategory.User,
|
|
2974
2975
|
description: "",
|
|
2975
2976
|
tags: [],
|
|
2976
2977
|
sizes: {
|
|
@@ -2979,7 +2980,7 @@ const generalIconsMetadata = [
|
|
|
2979
2980
|
},
|
|
2980
2981
|
{
|
|
2981
2982
|
title: "UserPrivate",
|
|
2982
|
-
category:
|
|
2983
|
+
category: import_types.IconCategory.User,
|
|
2983
2984
|
description: "",
|
|
2984
2985
|
tags: [],
|
|
2985
2986
|
sizes: {
|
|
@@ -2989,7 +2990,7 @@ const generalIconsMetadata = [
|
|
|
2989
2990
|
},
|
|
2990
2991
|
{
|
|
2991
2992
|
title: "Users",
|
|
2992
|
-
category:
|
|
2993
|
+
category: import_types.IconCategory.User,
|
|
2993
2994
|
description: "",
|
|
2994
2995
|
tags: [],
|
|
2995
2996
|
sizes: {
|
|
@@ -2999,7 +3000,7 @@ const generalIconsMetadata = [
|
|
|
2999
3000
|
},
|
|
3000
3001
|
{
|
|
3001
3002
|
title: "UsersBold",
|
|
3002
|
-
category:
|
|
3003
|
+
category: import_types.IconCategory.User,
|
|
3003
3004
|
description: "",
|
|
3004
3005
|
tags: [],
|
|
3005
3006
|
sizes: {
|
|
@@ -3008,7 +3009,7 @@ const generalIconsMetadata = [
|
|
|
3008
3009
|
},
|
|
3009
3010
|
{
|
|
3010
3011
|
title: "Vector",
|
|
3011
|
-
category:
|
|
3012
|
+
category: import_types.IconCategory.Components,
|
|
3012
3013
|
description: "",
|
|
3013
3014
|
tags: [],
|
|
3014
3015
|
sizes: {
|
|
@@ -3017,7 +3018,7 @@ const generalIconsMetadata = [
|
|
|
3017
3018
|
},
|
|
3018
3019
|
{
|
|
3019
3020
|
title: "VectorBold",
|
|
3020
|
-
category:
|
|
3021
|
+
category: import_types.IconCategory.Components,
|
|
3021
3022
|
description: "",
|
|
3022
3023
|
tags: [],
|
|
3023
3024
|
sizes: {
|
|
@@ -3026,7 +3027,7 @@ const generalIconsMetadata = [
|
|
|
3026
3027
|
},
|
|
3027
3028
|
{
|
|
3028
3029
|
title: "VerticalImage",
|
|
3029
|
-
category:
|
|
3030
|
+
category: import_types.IconCategory.Components,
|
|
3030
3031
|
description: "",
|
|
3031
3032
|
tags: [],
|
|
3032
3033
|
sizes: {
|
|
@@ -3035,7 +3036,7 @@ const generalIconsMetadata = [
|
|
|
3035
3036
|
},
|
|
3036
3037
|
{
|
|
3037
3038
|
title: "VerticalImageBold",
|
|
3038
|
-
category:
|
|
3039
|
+
category: import_types.IconCategory.Components,
|
|
3039
3040
|
description: "",
|
|
3040
3041
|
tags: [],
|
|
3041
3042
|
sizes: {
|
|
@@ -3044,7 +3045,7 @@ const generalIconsMetadata = [
|
|
|
3044
3045
|
},
|
|
3045
3046
|
{
|
|
3046
3047
|
title: "VerticalLine",
|
|
3047
|
-
category:
|
|
3048
|
+
category: import_types.IconCategory.Components,
|
|
3048
3049
|
description: "",
|
|
3049
3050
|
tags: [],
|
|
3050
3051
|
sizes: {
|
|
@@ -3053,7 +3054,7 @@ const generalIconsMetadata = [
|
|
|
3053
3054
|
},
|
|
3054
3055
|
{
|
|
3055
3056
|
title: "VerticalLineBold",
|
|
3056
|
-
category:
|
|
3057
|
+
category: import_types.IconCategory.Components,
|
|
3057
3058
|
description: "",
|
|
3058
3059
|
tags: [],
|
|
3059
3060
|
sizes: {
|
|
@@ -3062,7 +3063,7 @@ const generalIconsMetadata = [
|
|
|
3062
3063
|
},
|
|
3063
3064
|
{
|
|
3064
3065
|
title: "VerticalMenu",
|
|
3065
|
-
category:
|
|
3066
|
+
category: import_types.IconCategory.Components,
|
|
3066
3067
|
description: "",
|
|
3067
3068
|
tags: [],
|
|
3068
3069
|
sizes: {
|
|
@@ -3071,7 +3072,7 @@ const generalIconsMetadata = [
|
|
|
3071
3072
|
},
|
|
3072
3073
|
{
|
|
3073
3074
|
title: "VerticalMenuBold",
|
|
3074
|
-
category:
|
|
3075
|
+
category: import_types.IconCategory.Components,
|
|
3075
3076
|
description: "",
|
|
3076
3077
|
tags: [],
|
|
3077
3078
|
sizes: {
|
|
@@ -3080,7 +3081,7 @@ const generalIconsMetadata = [
|
|
|
3080
3081
|
},
|
|
3081
3082
|
{
|
|
3082
3083
|
title: "Video",
|
|
3083
|
-
category:
|
|
3084
|
+
category: import_types.IconCategory.Media,
|
|
3084
3085
|
description: "",
|
|
3085
3086
|
tags: [],
|
|
3086
3087
|
sizes: {
|
|
@@ -3089,7 +3090,7 @@ const generalIconsMetadata = [
|
|
|
3089
3090
|
},
|
|
3090
3091
|
{
|
|
3091
3092
|
title: "VideoBold",
|
|
3092
|
-
category:
|
|
3093
|
+
category: import_types.IconCategory.Media,
|
|
3093
3094
|
description: "",
|
|
3094
3095
|
tags: [],
|
|
3095
3096
|
sizes: {
|
|
@@ -3099,7 +3100,7 @@ const generalIconsMetadata = [
|
|
|
3099
3100
|
},
|
|
3100
3101
|
{
|
|
3101
3102
|
title: "VideoBox",
|
|
3102
|
-
category:
|
|
3103
|
+
category: import_types.IconCategory.Components,
|
|
3103
3104
|
description: "",
|
|
3104
3105
|
tags: [],
|
|
3105
3106
|
sizes: {
|
|
@@ -3108,7 +3109,7 @@ const generalIconsMetadata = [
|
|
|
3108
3109
|
},
|
|
3109
3110
|
{
|
|
3110
3111
|
title: "VideoBoxBold",
|
|
3111
|
-
category:
|
|
3112
|
+
category: import_types.IconCategory.Components,
|
|
3112
3113
|
description: "",
|
|
3113
3114
|
tags: [],
|
|
3114
3115
|
sizes: {
|
|
@@ -3117,7 +3118,7 @@ const generalIconsMetadata = [
|
|
|
3117
3118
|
},
|
|
3118
3119
|
{
|
|
3119
3120
|
title: "VideoTransparent",
|
|
3120
|
-
category:
|
|
3121
|
+
category: import_types.IconCategory.Components,
|
|
3121
3122
|
description: "",
|
|
3122
3123
|
tags: [],
|
|
3123
3124
|
sizes: {
|
|
@@ -3126,7 +3127,7 @@ const generalIconsMetadata = [
|
|
|
3126
3127
|
},
|
|
3127
3128
|
{
|
|
3128
3129
|
title: "VideoTransparentBold",
|
|
3129
|
-
category:
|
|
3130
|
+
category: import_types.IconCategory.Components,
|
|
3130
3131
|
description: "",
|
|
3131
3132
|
tags: [],
|
|
3132
3133
|
sizes: {
|
|
@@ -3135,7 +3136,7 @@ const generalIconsMetadata = [
|
|
|
3135
3136
|
},
|
|
3136
3137
|
{
|
|
3137
3138
|
title: "Vimeo",
|
|
3138
|
-
category:
|
|
3139
|
+
category: import_types.IconCategory.Brands,
|
|
3139
3140
|
description: "",
|
|
3140
3141
|
tags: [],
|
|
3141
3142
|
sizes: {
|
|
@@ -3144,7 +3145,7 @@ const generalIconsMetadata = [
|
|
|
3144
3145
|
},
|
|
3145
3146
|
{
|
|
3146
3147
|
title: "WarningCircleBold",
|
|
3147
|
-
category:
|
|
3148
|
+
category: import_types.IconCategory.Status,
|
|
3148
3149
|
description: "",
|
|
3149
3150
|
tags: [],
|
|
3150
3151
|
sizes: {
|
|
@@ -3154,7 +3155,7 @@ const generalIconsMetadata = [
|
|
|
3154
3155
|
},
|
|
3155
3156
|
{
|
|
3156
3157
|
title: "WarningSign",
|
|
3157
|
-
category:
|
|
3158
|
+
category: import_types.IconCategory.Status,
|
|
3158
3159
|
description: "",
|
|
3159
3160
|
tags: [],
|
|
3160
3161
|
sizes: {
|
|
@@ -3163,7 +3164,7 @@ const generalIconsMetadata = [
|
|
|
3163
3164
|
},
|
|
3164
3165
|
{
|
|
3165
3166
|
title: "WarningSignBold",
|
|
3166
|
-
category:
|
|
3167
|
+
category: import_types.IconCategory.Status,
|
|
3167
3168
|
description: "",
|
|
3168
3169
|
tags: [],
|
|
3169
3170
|
sizes: {
|
|
@@ -3172,7 +3173,7 @@ const generalIconsMetadata = [
|
|
|
3172
3173
|
},
|
|
3173
3174
|
{
|
|
3174
3175
|
title: "Widget",
|
|
3175
|
-
category:
|
|
3176
|
+
category: import_types.IconCategory.Components,
|
|
3176
3177
|
description: "",
|
|
3177
3178
|
tags: [],
|
|
3178
3179
|
sizes: {
|
|
@@ -3181,7 +3182,7 @@ const generalIconsMetadata = [
|
|
|
3181
3182
|
},
|
|
3182
3183
|
{
|
|
3183
3184
|
title: "WidgetBold",
|
|
3184
|
-
category:
|
|
3185
|
+
category: import_types.IconCategory.Components,
|
|
3185
3186
|
description: "",
|
|
3186
3187
|
tags: [],
|
|
3187
3188
|
sizes: {
|
|
@@ -3190,7 +3191,7 @@ const generalIconsMetadata = [
|
|
|
3190
3191
|
},
|
|
3191
3192
|
{
|
|
3192
3193
|
title: "WixChat",
|
|
3193
|
-
category:
|
|
3194
|
+
category: import_types.IconCategory.WixProducts,
|
|
3194
3195
|
description: "",
|
|
3195
3196
|
tags: [],
|
|
3196
3197
|
sizes: {
|
|
@@ -3199,7 +3200,7 @@ const generalIconsMetadata = [
|
|
|
3199
3200
|
},
|
|
3200
3201
|
{
|
|
3201
3202
|
title: "WixDevCenter",
|
|
3202
|
-
category:
|
|
3203
|
+
category: import_types.IconCategory.WixProducts,
|
|
3203
3204
|
description: "",
|
|
3204
3205
|
tags: [],
|
|
3205
3206
|
sizes: {
|
|
@@ -3208,7 +3209,7 @@ const generalIconsMetadata = [
|
|
|
3208
3209
|
},
|
|
3209
3210
|
{
|
|
3210
3211
|
title: "WixDevCenterBold",
|
|
3211
|
-
category:
|
|
3212
|
+
category: import_types.IconCategory.WixProducts,
|
|
3212
3213
|
description: "",
|
|
3213
3214
|
tags: [],
|
|
3214
3215
|
sizes: {
|
|
@@ -3217,7 +3218,7 @@ const generalIconsMetadata = [
|
|
|
3217
3218
|
},
|
|
3218
3219
|
{
|
|
3219
3220
|
title: "WixForms",
|
|
3220
|
-
category:
|
|
3221
|
+
category: import_types.IconCategory.WixProducts,
|
|
3221
3222
|
description: "",
|
|
3222
3223
|
tags: [],
|
|
3223
3224
|
sizes: {
|
|
@@ -3226,7 +3227,7 @@ const generalIconsMetadata = [
|
|
|
3226
3227
|
},
|
|
3227
3228
|
{
|
|
3228
3229
|
title: "WixFormsBold",
|
|
3229
|
-
category:
|
|
3230
|
+
category: import_types.IconCategory.WixProducts,
|
|
3230
3231
|
description: "",
|
|
3231
3232
|
tags: [],
|
|
3232
3233
|
sizes: {
|
|
@@ -3235,7 +3236,7 @@ const generalIconsMetadata = [
|
|
|
3235
3236
|
},
|
|
3236
3237
|
{
|
|
3237
3238
|
title: "WixForum",
|
|
3238
|
-
category:
|
|
3239
|
+
category: import_types.IconCategory.WixProducts,
|
|
3239
3240
|
description: "",
|
|
3240
3241
|
tags: [],
|
|
3241
3242
|
sizes: {
|
|
@@ -3244,7 +3245,7 @@ const generalIconsMetadata = [
|
|
|
3244
3245
|
},
|
|
3245
3246
|
{
|
|
3246
3247
|
title: "WixHotels",
|
|
3247
|
-
category:
|
|
3248
|
+
category: import_types.IconCategory.WixProducts,
|
|
3248
3249
|
description: "",
|
|
3249
3250
|
tags: [],
|
|
3250
3251
|
sizes: {
|
|
@@ -3253,7 +3254,7 @@ const generalIconsMetadata = [
|
|
|
3253
3254
|
},
|
|
3254
3255
|
{
|
|
3255
3256
|
title: "WixRestaurants",
|
|
3256
|
-
category:
|
|
3257
|
+
category: import_types.IconCategory.WixProducts,
|
|
3257
3258
|
description: "",
|
|
3258
3259
|
tags: [],
|
|
3259
3260
|
sizes: {
|
|
@@ -3262,7 +3263,7 @@ const generalIconsMetadata = [
|
|
|
3262
3263
|
},
|
|
3263
3264
|
{
|
|
3264
3265
|
title: "WixStores",
|
|
3265
|
-
category:
|
|
3266
|
+
category: import_types.IconCategory.WixProducts,
|
|
3266
3267
|
description: "",
|
|
3267
3268
|
tags: [],
|
|
3268
3269
|
sizes: {
|
|
@@ -3271,7 +3272,7 @@ const generalIconsMetadata = [
|
|
|
3271
3272
|
},
|
|
3272
3273
|
{
|
|
3273
3274
|
title: "Youtube",
|
|
3274
|
-
category:
|
|
3275
|
+
category: import_types.IconCategory.Brands,
|
|
3275
3276
|
description: "",
|
|
3276
3277
|
tags: [],
|
|
3277
3278
|
sizes: {
|
|
@@ -3280,7 +3281,7 @@ const generalIconsMetadata = [
|
|
|
3280
3281
|
},
|
|
3281
3282
|
{
|
|
3282
3283
|
title: "ZoomIn",
|
|
3283
|
-
category:
|
|
3284
|
+
category: import_types.IconCategory.Actions,
|
|
3284
3285
|
description: "",
|
|
3285
3286
|
tags: [],
|
|
3286
3287
|
sizes: {
|
|
@@ -3289,7 +3290,7 @@ const generalIconsMetadata = [
|
|
|
3289
3290
|
},
|
|
3290
3291
|
{
|
|
3291
3292
|
title: "ZoomInBold",
|
|
3292
|
-
category:
|
|
3293
|
+
category: import_types.IconCategory.Actions,
|
|
3293
3294
|
description: "",
|
|
3294
3295
|
tags: [],
|
|
3295
3296
|
sizes: {
|
|
@@ -3298,7 +3299,7 @@ const generalIconsMetadata = [
|
|
|
3298
3299
|
},
|
|
3299
3300
|
{
|
|
3300
3301
|
title: "ZoomOut",
|
|
3301
|
-
category:
|
|
3302
|
+
category: import_types.IconCategory.Actions,
|
|
3302
3303
|
description: "",
|
|
3303
3304
|
tags: [],
|
|
3304
3305
|
sizes: {
|
|
@@ -3307,7 +3308,7 @@ const generalIconsMetadata = [
|
|
|
3307
3308
|
},
|
|
3308
3309
|
{
|
|
3309
3310
|
title: "ZoomOutBold",
|
|
3310
|
-
category:
|
|
3311
|
+
category: import_types.IconCategory.Actions,
|
|
3311
3312
|
description: "",
|
|
3312
3313
|
tags: [],
|
|
3313
3314
|
sizes: {
|
|
@@ -3316,7 +3317,7 @@ const generalIconsMetadata = [
|
|
|
3316
3317
|
},
|
|
3317
3318
|
{
|
|
3318
3319
|
title: "Accessibility",
|
|
3319
|
-
category:
|
|
3320
|
+
category: import_types.IconCategory.Status,
|
|
3320
3321
|
description: "",
|
|
3321
3322
|
tags: [],
|
|
3322
3323
|
sizes: {
|
|
@@ -3325,7 +3326,7 @@ const generalIconsMetadata = [
|
|
|
3325
3326
|
},
|
|
3326
3327
|
{
|
|
3327
3328
|
title: "ArrowUpDown",
|
|
3328
|
-
category:
|
|
3329
|
+
category: import_types.IconCategory.Arrows,
|
|
3329
3330
|
description: "",
|
|
3330
3331
|
tags: [],
|
|
3331
3332
|
sizes: {
|
|
@@ -3334,7 +3335,7 @@ const generalIconsMetadata = [
|
|
|
3334
3335
|
},
|
|
3335
3336
|
{
|
|
3336
3337
|
title: "ArrowDown",
|
|
3337
|
-
category:
|
|
3338
|
+
category: import_types.IconCategory.Arrows,
|
|
3338
3339
|
description: "",
|
|
3339
3340
|
tags: [],
|
|
3340
3341
|
sizes: {
|
|
@@ -3343,7 +3344,7 @@ const generalIconsMetadata = [
|
|
|
3343
3344
|
},
|
|
3344
3345
|
{
|
|
3345
3346
|
title: "ArrowUp",
|
|
3346
|
-
category:
|
|
3347
|
+
category: import_types.IconCategory.Arrows,
|
|
3347
3348
|
description: "",
|
|
3348
3349
|
tags: [],
|
|
3349
3350
|
sizes: {
|
|
@@ -3352,7 +3353,7 @@ const generalIconsMetadata = [
|
|
|
3352
3353
|
},
|
|
3353
3354
|
{
|
|
3354
3355
|
title: "Section",
|
|
3355
|
-
category:
|
|
3356
|
+
category: import_types.IconCategory.Components,
|
|
3356
3357
|
description: "",
|
|
3357
3358
|
tags: [],
|
|
3358
3359
|
sizes: {
|
|
@@ -3361,7 +3362,7 @@ const generalIconsMetadata = [
|
|
|
3361
3362
|
},
|
|
3362
3363
|
{
|
|
3363
3364
|
title: "PageBackground",
|
|
3364
|
-
category:
|
|
3365
|
+
category: import_types.IconCategory.Composer,
|
|
3365
3366
|
description: "",
|
|
3366
3367
|
tags: [],
|
|
3367
3368
|
sizes: {
|
|
@@ -3370,7 +3371,7 @@ const generalIconsMetadata = [
|
|
|
3370
3371
|
},
|
|
3371
3372
|
{
|
|
3372
3373
|
title: "SetBackground",
|
|
3373
|
-
category:
|
|
3374
|
+
category: import_types.IconCategory.Composer,
|
|
3374
3375
|
description: "Button - Sets selected image as a background of a section. ",
|
|
3375
3376
|
tags: [],
|
|
3376
3377
|
sizes: {
|
|
@@ -3380,7 +3381,7 @@ const generalIconsMetadata = [
|
|
|
3380
3381
|
},
|
|
3381
3382
|
{
|
|
3382
3383
|
title: "QuickFormat",
|
|
3383
|
-
category:
|
|
3384
|
+
category: import_types.IconCategory.Actions,
|
|
3384
3385
|
description: "",
|
|
3385
3386
|
tags: [],
|
|
3386
3387
|
sizes: {
|
|
@@ -3390,7 +3391,7 @@ const generalIconsMetadata = [
|
|
|
3390
3391
|
},
|
|
3391
3392
|
{
|
|
3392
3393
|
title: "Strikethrough",
|
|
3393
|
-
category:
|
|
3394
|
+
category: import_types.IconCategory.TextFormatting,
|
|
3394
3395
|
description: "",
|
|
3395
3396
|
tags: [],
|
|
3396
3397
|
sizes: {
|
|
@@ -3399,7 +3400,7 @@ const generalIconsMetadata = [
|
|
|
3399
3400
|
},
|
|
3400
3401
|
{
|
|
3401
3402
|
title: "Github",
|
|
3402
|
-
category:
|
|
3403
|
+
category: import_types.IconCategory.Brands,
|
|
3403
3404
|
description: "",
|
|
3404
3405
|
tags: [],
|
|
3405
3406
|
sizes: {
|
|
@@ -3408,7 +3409,7 @@ const generalIconsMetadata = [
|
|
|
3408
3409
|
},
|
|
3409
3410
|
{
|
|
3410
3411
|
title: "Alert",
|
|
3411
|
-
category:
|
|
3412
|
+
category: import_types.IconCategory.Status,
|
|
3412
3413
|
description: "",
|
|
3413
3414
|
tags: [],
|
|
3414
3415
|
sizes: {
|
|
@@ -3417,7 +3418,7 @@ const generalIconsMetadata = [
|
|
|
3417
3418
|
},
|
|
3418
3419
|
{
|
|
3419
3420
|
title: "Success",
|
|
3420
|
-
category:
|
|
3421
|
+
category: import_types.IconCategory.Status,
|
|
3421
3422
|
description: "",
|
|
3422
3423
|
tags: [],
|
|
3423
3424
|
sizes: {
|
|
@@ -3426,7 +3427,7 @@ const generalIconsMetadata = [
|
|
|
3426
3427
|
},
|
|
3427
3428
|
{
|
|
3428
3429
|
title: "SuccessBold",
|
|
3429
|
-
category:
|
|
3430
|
+
category: import_types.IconCategory.Status,
|
|
3430
3431
|
description: "",
|
|
3431
3432
|
tags: [],
|
|
3432
3433
|
sizes: {
|
|
@@ -3435,7 +3436,7 @@ const generalIconsMetadata = [
|
|
|
3435
3436
|
},
|
|
3436
3437
|
{
|
|
3437
3438
|
title: "TestTube",
|
|
3438
|
-
category:
|
|
3439
|
+
category: import_types.IconCategory.General,
|
|
3439
3440
|
description: "",
|
|
3440
3441
|
tags: [],
|
|
3441
3442
|
sizes: {
|
|
@@ -3444,7 +3445,7 @@ const generalIconsMetadata = [
|
|
|
3444
3445
|
},
|
|
3445
3446
|
{
|
|
3446
3447
|
title: "Minus",
|
|
3447
|
-
category:
|
|
3448
|
+
category: import_types.IconCategory.Actions,
|
|
3448
3449
|
description: "",
|
|
3449
3450
|
tags: [],
|
|
3450
3451
|
sizes: {
|
|
@@ -3453,7 +3454,7 @@ const generalIconsMetadata = [
|
|
|
3453
3454
|
},
|
|
3454
3455
|
{
|
|
3455
3456
|
title: "ContextMenuVertical",
|
|
3456
|
-
category:
|
|
3457
|
+
category: import_types.IconCategory.Actions,
|
|
3457
3458
|
description: "",
|
|
3458
3459
|
tags: [],
|
|
3459
3460
|
sizes: {
|
|
@@ -3462,7 +3463,7 @@ const generalIconsMetadata = [
|
|
|
3462
3463
|
},
|
|
3463
3464
|
{
|
|
3464
3465
|
title: "Minimize",
|
|
3465
|
-
category:
|
|
3466
|
+
category: import_types.IconCategory.Actions,
|
|
3466
3467
|
description: "",
|
|
3467
3468
|
tags: [],
|
|
3468
3469
|
sizes: {
|
|
@@ -3471,7 +3472,7 @@ const generalIconsMetadata = [
|
|
|
3471
3472
|
},
|
|
3472
3473
|
{
|
|
3473
3474
|
title: "MinimizeAll",
|
|
3474
|
-
category:
|
|
3475
|
+
category: import_types.IconCategory.Actions,
|
|
3475
3476
|
description: "",
|
|
3476
3477
|
tags: [],
|
|
3477
3478
|
sizes: {
|
|
@@ -3480,7 +3481,7 @@ const generalIconsMetadata = [
|
|
|
3480
3481
|
},
|
|
3481
3482
|
{
|
|
3482
3483
|
title: "Maximize",
|
|
3483
|
-
category:
|
|
3484
|
+
category: import_types.IconCategory.Actions,
|
|
3484
3485
|
description: "",
|
|
3485
3486
|
tags: [],
|
|
3486
3487
|
sizes: {
|
|
@@ -3489,7 +3490,7 @@ const generalIconsMetadata = [
|
|
|
3489
3490
|
},
|
|
3490
3491
|
{
|
|
3491
3492
|
title: "ElementProperties",
|
|
3492
|
-
category:
|
|
3493
|
+
category: import_types.IconCategory.Actions,
|
|
3493
3494
|
description: "",
|
|
3494
3495
|
tags: [],
|
|
3495
3496
|
sizes: {
|
|
@@ -3498,7 +3499,7 @@ const generalIconsMetadata = [
|
|
|
3498
3499
|
},
|
|
3499
3500
|
{
|
|
3500
3501
|
title: "SettingsLocked",
|
|
3501
|
-
category:
|
|
3502
|
+
category: import_types.IconCategory.General,
|
|
3502
3503
|
description: "",
|
|
3503
3504
|
tags: [],
|
|
3504
3505
|
sizes: {
|
|
@@ -3507,7 +3508,7 @@ const generalIconsMetadata = [
|
|
|
3507
3508
|
},
|
|
3508
3509
|
{
|
|
3509
3510
|
title: "DataTable",
|
|
3510
|
-
category:
|
|
3511
|
+
category: import_types.IconCategory.FilesAndData,
|
|
3511
3512
|
description: "",
|
|
3512
3513
|
tags: [],
|
|
3513
3514
|
sizes: {
|
|
@@ -3516,7 +3517,7 @@ const generalIconsMetadata = [
|
|
|
3516
3517
|
},
|
|
3517
3518
|
{
|
|
3518
3519
|
title: "DataTableCloud",
|
|
3519
|
-
category:
|
|
3520
|
+
category: import_types.IconCategory.FilesAndData,
|
|
3520
3521
|
description: "",
|
|
3521
3522
|
tags: [],
|
|
3522
3523
|
sizes: {
|
|
@@ -3525,7 +3526,7 @@ const generalIconsMetadata = [
|
|
|
3525
3526
|
},
|
|
3526
3527
|
{
|
|
3527
3528
|
title: "DataTableLinked",
|
|
3528
|
-
category:
|
|
3529
|
+
category: import_types.IconCategory.FilesAndData,
|
|
3529
3530
|
description: "",
|
|
3530
3531
|
tags: [],
|
|
3531
3532
|
sizes: {
|
|
@@ -3534,7 +3535,7 @@ const generalIconsMetadata = [
|
|
|
3534
3535
|
},
|
|
3535
3536
|
{
|
|
3536
3537
|
title: "SingleItemCollection",
|
|
3537
|
-
category:
|
|
3538
|
+
category: import_types.IconCategory.FilesAndData,
|
|
3538
3539
|
description: "",
|
|
3539
3540
|
tags: [],
|
|
3540
3541
|
sizes: {
|
|
@@ -3543,7 +3544,7 @@ const generalIconsMetadata = [
|
|
|
3543
3544
|
},
|
|
3544
3545
|
{
|
|
3545
3546
|
title: "Package",
|
|
3546
|
-
category:
|
|
3547
|
+
category: import_types.IconCategory.FilesAndData,
|
|
3547
3548
|
description: "",
|
|
3548
3549
|
tags: [],
|
|
3549
3550
|
sizes: {
|
|
@@ -3552,7 +3553,7 @@ const generalIconsMetadata = [
|
|
|
3552
3553
|
},
|
|
3553
3554
|
{
|
|
3554
3555
|
title: "AddPackage",
|
|
3555
|
-
category:
|
|
3556
|
+
category: import_types.IconCategory.FilesAndData,
|
|
3556
3557
|
description: "",
|
|
3557
3558
|
tags: [],
|
|
3558
3559
|
sizes: {
|
|
@@ -3561,7 +3562,7 @@ const generalIconsMetadata = [
|
|
|
3561
3562
|
},
|
|
3562
3563
|
{
|
|
3563
3564
|
title: "JS",
|
|
3564
|
-
category:
|
|
3565
|
+
category: import_types.IconCategory.FilesAndData,
|
|
3565
3566
|
description: "",
|
|
3566
3567
|
tags: [],
|
|
3567
3568
|
sizes: {
|
|
@@ -3570,7 +3571,7 @@ const generalIconsMetadata = [
|
|
|
3570
3571
|
},
|
|
3571
3572
|
{
|
|
3572
3573
|
title: "JSLocked",
|
|
3573
|
-
category:
|
|
3574
|
+
category: import_types.IconCategory.FilesAndData,
|
|
3574
3575
|
description: "",
|
|
3575
3576
|
tags: [],
|
|
3576
3577
|
sizes: {
|
|
@@ -3579,7 +3580,7 @@ const generalIconsMetadata = [
|
|
|
3579
3580
|
},
|
|
3580
3581
|
{
|
|
3581
3582
|
title: "CSS",
|
|
3582
|
-
category:
|
|
3583
|
+
category: import_types.IconCategory.FilesAndData,
|
|
3583
3584
|
description: "",
|
|
3584
3585
|
tags: [],
|
|
3585
3586
|
sizes: {
|
|
@@ -3588,7 +3589,7 @@ const generalIconsMetadata = [
|
|
|
3588
3589
|
},
|
|
3589
3590
|
{
|
|
3590
3591
|
title: "JSW",
|
|
3591
|
-
category:
|
|
3592
|
+
category: import_types.IconCategory.FilesAndData,
|
|
3592
3593
|
description: "",
|
|
3593
3594
|
tags: [],
|
|
3594
3595
|
sizes: {
|
|
@@ -3597,7 +3598,7 @@ const generalIconsMetadata = [
|
|
|
3597
3598
|
},
|
|
3598
3599
|
{
|
|
3599
3600
|
title: "PageCode",
|
|
3600
|
-
category:
|
|
3601
|
+
category: import_types.IconCategory.FilesAndData,
|
|
3601
3602
|
description: "",
|
|
3602
3603
|
tags: [],
|
|
3603
3604
|
sizes: {
|
|
@@ -3606,7 +3607,7 @@ const generalIconsMetadata = [
|
|
|
3606
3607
|
},
|
|
3607
3608
|
{
|
|
3608
3609
|
title: "Custom",
|
|
3609
|
-
category:
|
|
3610
|
+
category: import_types.IconCategory.FilesAndData,
|
|
3610
3611
|
description: "",
|
|
3611
3612
|
tags: [],
|
|
3612
3613
|
sizes: {
|
|
@@ -3615,7 +3616,7 @@ const generalIconsMetadata = [
|
|
|
3615
3616
|
},
|
|
3616
3617
|
{
|
|
3617
3618
|
title: "Animation",
|
|
3618
|
-
category:
|
|
3619
|
+
category: import_types.IconCategory.General,
|
|
3619
3620
|
description: "",
|
|
3620
3621
|
tags: [],
|
|
3621
3622
|
sizes: {
|
|
@@ -3624,7 +3625,7 @@ const generalIconsMetadata = [
|
|
|
3624
3625
|
},
|
|
3625
3626
|
{
|
|
3626
3627
|
title: "CreditCard",
|
|
3627
|
-
category:
|
|
3628
|
+
category: import_types.IconCategory.General,
|
|
3628
3629
|
description: "",
|
|
3629
3630
|
tags: [],
|
|
3630
3631
|
sizes: {
|
|
@@ -3633,7 +3634,7 @@ const generalIconsMetadata = [
|
|
|
3633
3634
|
},
|
|
3634
3635
|
{
|
|
3635
3636
|
title: "Background",
|
|
3636
|
-
category:
|
|
3637
|
+
category: import_types.IconCategory.General,
|
|
3637
3638
|
description: "",
|
|
3638
3639
|
tags: [],
|
|
3639
3640
|
sizes: {
|
|
@@ -3642,7 +3643,7 @@ const generalIconsMetadata = [
|
|
|
3642
3643
|
},
|
|
3643
3644
|
{
|
|
3644
3645
|
title: "Master",
|
|
3645
|
-
category:
|
|
3646
|
+
category: import_types.IconCategory.Page,
|
|
3646
3647
|
description: "",
|
|
3647
3648
|
tags: [],
|
|
3648
3649
|
sizes: {
|
|
@@ -3651,7 +3652,7 @@ const generalIconsMetadata = [
|
|
|
3651
3652
|
},
|
|
3652
3653
|
{
|
|
3653
3654
|
title: "Plugin",
|
|
3654
|
-
category:
|
|
3655
|
+
category: import_types.IconCategory.General,
|
|
3655
3656
|
description: "",
|
|
3656
3657
|
tags: [],
|
|
3657
3658
|
sizes: {
|
|
@@ -3660,7 +3661,7 @@ const generalIconsMetadata = [
|
|
|
3660
3661
|
},
|
|
3661
3662
|
{
|
|
3662
3663
|
title: "Lottie",
|
|
3663
|
-
category:
|
|
3664
|
+
category: import_types.IconCategory.Brands,
|
|
3664
3665
|
description: "",
|
|
3665
3666
|
tags: [],
|
|
3666
3667
|
sizes: {
|
|
@@ -3669,7 +3670,7 @@ const generalIconsMetadata = [
|
|
|
3669
3670
|
},
|
|
3670
3671
|
{
|
|
3671
3672
|
title: "Multilingual",
|
|
3672
|
-
category:
|
|
3673
|
+
category: import_types.IconCategory.WixProducts,
|
|
3673
3674
|
description: "",
|
|
3674
3675
|
tags: [],
|
|
3675
3676
|
sizes: {
|
|
@@ -3678,7 +3679,7 @@ const generalIconsMetadata = [
|
|
|
3678
3679
|
},
|
|
3679
3680
|
{
|
|
3680
3681
|
title: "Shipping",
|
|
3681
|
-
category:
|
|
3682
|
+
category: import_types.IconCategory.General,
|
|
3682
3683
|
description: "",
|
|
3683
3684
|
tags: [],
|
|
3684
3685
|
sizes: {
|
|
@@ -3687,7 +3688,7 @@ const generalIconsMetadata = [
|
|
|
3687
3688
|
},
|
|
3688
3689
|
{
|
|
3689
3690
|
title: "Tabs",
|
|
3690
|
-
category:
|
|
3691
|
+
category: import_types.IconCategory.Components,
|
|
3691
3692
|
description: "",
|
|
3692
3693
|
tags: [],
|
|
3693
3694
|
sizes: {
|
|
@@ -3696,7 +3697,7 @@ const generalIconsMetadata = [
|
|
|
3696
3697
|
},
|
|
3697
3698
|
{
|
|
3698
3699
|
title: "ListMenu",
|
|
3699
|
-
category:
|
|
3700
|
+
category: import_types.IconCategory.Components,
|
|
3700
3701
|
description: "",
|
|
3701
3702
|
tags: [],
|
|
3702
3703
|
sizes: {
|
|
@@ -3705,7 +3706,7 @@ const generalIconsMetadata = [
|
|
|
3705
3706
|
},
|
|
3706
3707
|
{
|
|
3707
3708
|
title: "ListMenuBold",
|
|
3708
|
-
category:
|
|
3709
|
+
category: import_types.IconCategory.Components,
|
|
3709
3710
|
description: "",
|
|
3710
3711
|
tags: [],
|
|
3711
3712
|
sizes: {
|
|
@@ -3714,7 +3715,7 @@ const generalIconsMetadata = [
|
|
|
3714
3715
|
},
|
|
3715
3716
|
{
|
|
3716
3717
|
title: "TS",
|
|
3717
|
-
category:
|
|
3718
|
+
category: import_types.IconCategory.FilesAndData,
|
|
3718
3719
|
description: "",
|
|
3719
3720
|
tags: [],
|
|
3720
3721
|
sizes: {
|
|
@@ -3723,7 +3724,7 @@ const generalIconsMetadata = [
|
|
|
3723
3724
|
},
|
|
3724
3725
|
{
|
|
3725
3726
|
title: "Confirm",
|
|
3726
|
-
category:
|
|
3727
|
+
category: import_types.IconCategory.Status,
|
|
3727
3728
|
description: "",
|
|
3728
3729
|
tags: [],
|
|
3729
3730
|
sizes: {
|
|
@@ -3732,7 +3733,7 @@ const generalIconsMetadata = [
|
|
|
3732
3733
|
},
|
|
3733
3734
|
{
|
|
3734
3735
|
title: "FolderAdd",
|
|
3735
|
-
category:
|
|
3736
|
+
category: import_types.IconCategory.FilesAndData,
|
|
3736
3737
|
description: "",
|
|
3737
3738
|
tags: [],
|
|
3738
3739
|
sizes: {
|
|
@@ -3742,7 +3743,7 @@ const generalIconsMetadata = [
|
|
|
3742
3743
|
},
|
|
3743
3744
|
{
|
|
3744
3745
|
title: "BlockedCircle",
|
|
3745
|
-
category:
|
|
3746
|
+
category: import_types.IconCategory.Status,
|
|
3746
3747
|
description: "",
|
|
3747
3748
|
tags: [],
|
|
3748
3749
|
sizes: {
|
|
@@ -3752,7 +3753,7 @@ const generalIconsMetadata = [
|
|
|
3752
3753
|
},
|
|
3753
3754
|
{
|
|
3754
3755
|
title: "Pages",
|
|
3755
|
-
category:
|
|
3756
|
+
category: import_types.IconCategory.FilesAndData,
|
|
3756
3757
|
description: "",
|
|
3757
3758
|
tags: [],
|
|
3758
3759
|
sizes: {
|
|
@@ -3761,7 +3762,7 @@ const generalIconsMetadata = [
|
|
|
3761
3762
|
},
|
|
3762
3763
|
{
|
|
3763
3764
|
title: "Accordion",
|
|
3764
|
-
category:
|
|
3765
|
+
category: import_types.IconCategory.Components,
|
|
3765
3766
|
description: "",
|
|
3766
3767
|
tags: [],
|
|
3767
3768
|
sizes: {
|
|
@@ -3770,7 +3771,7 @@ const generalIconsMetadata = [
|
|
|
3770
3771
|
},
|
|
3771
3772
|
{
|
|
3772
3773
|
title: "ProgressBar",
|
|
3773
|
-
category:
|
|
3774
|
+
category: import_types.IconCategory.Components,
|
|
3774
3775
|
description: "",
|
|
3775
3776
|
tags: [],
|
|
3776
3777
|
sizes: {
|
|
@@ -3779,7 +3780,7 @@ const generalIconsMetadata = [
|
|
|
3779
3780
|
},
|
|
3780
3781
|
{
|
|
3781
3782
|
title: "TimeInput",
|
|
3782
|
-
category:
|
|
3783
|
+
category: import_types.IconCategory.Components,
|
|
3783
3784
|
description: "",
|
|
3784
3785
|
tags: [],
|
|
3785
3786
|
sizes: {
|
|
@@ -3788,7 +3789,7 @@ const generalIconsMetadata = [
|
|
|
3788
3789
|
},
|
|
3789
3790
|
{
|
|
3790
3791
|
title: "MultiStateBox",
|
|
3791
|
-
category:
|
|
3792
|
+
category: import_types.IconCategory.Components,
|
|
3792
3793
|
description: "",
|
|
3793
3794
|
tags: [],
|
|
3794
3795
|
sizes: {
|
|
@@ -3797,7 +3798,7 @@ const generalIconsMetadata = [
|
|
|
3797
3798
|
},
|
|
3798
3799
|
{
|
|
3799
3800
|
title: "PageBody",
|
|
3800
|
-
category:
|
|
3801
|
+
category: import_types.IconCategory.Components,
|
|
3801
3802
|
description: "",
|
|
3802
3803
|
tags: [],
|
|
3803
3804
|
sizes: {
|
|
@@ -3806,7 +3807,7 @@ const generalIconsMetadata = [
|
|
|
3806
3807
|
},
|
|
3807
3808
|
{
|
|
3808
3809
|
title: "LineShare",
|
|
3809
|
-
category:
|
|
3810
|
+
category: import_types.IconCategory.Brands,
|
|
3810
3811
|
description: "",
|
|
3811
3812
|
tags: [],
|
|
3812
3813
|
sizes: {
|
|
@@ -3815,7 +3816,7 @@ const generalIconsMetadata = [
|
|
|
3815
3816
|
},
|
|
3816
3817
|
{
|
|
3817
3818
|
title: "AddMenuItem",
|
|
3818
|
-
category:
|
|
3819
|
+
category: import_types.IconCategory.Actions,
|
|
3819
3820
|
description: "",
|
|
3820
3821
|
tags: [],
|
|
3821
3822
|
sizes: {
|
|
@@ -3824,7 +3825,7 @@ const generalIconsMetadata = [
|
|
|
3824
3825
|
},
|
|
3825
3826
|
{
|
|
3826
3827
|
title: "AddMenuFolder",
|
|
3827
|
-
category:
|
|
3828
|
+
category: import_types.IconCategory.Actions,
|
|
3828
3829
|
description: "",
|
|
3829
3830
|
tags: [],
|
|
3830
3831
|
sizes: {
|
|
@@ -3833,7 +3834,7 @@ const generalIconsMetadata = [
|
|
|
3833
3834
|
},
|
|
3834
3835
|
{
|
|
3835
3836
|
title: "MenuFolder",
|
|
3836
|
-
category:
|
|
3837
|
+
category: import_types.IconCategory.Page,
|
|
3837
3838
|
description: "",
|
|
3838
3839
|
tags: [],
|
|
3839
3840
|
sizes: {
|
|
@@ -3842,7 +3843,7 @@ const generalIconsMetadata = [
|
|
|
3842
3843
|
},
|
|
3843
3844
|
{
|
|
3844
3845
|
title: "SectionLayout",
|
|
3845
|
-
category:
|
|
3846
|
+
category: import_types.IconCategory.General,
|
|
3846
3847
|
description: "",
|
|
3847
3848
|
tags: [],
|
|
3848
3849
|
sizes: {
|
|
@@ -3851,7 +3852,7 @@ const generalIconsMetadata = [
|
|
|
3851
3852
|
},
|
|
3852
3853
|
{
|
|
3853
3854
|
title: "Pipette",
|
|
3854
|
-
category:
|
|
3855
|
+
category: import_types.IconCategory.Composer,
|
|
3855
3856
|
description: "",
|
|
3856
3857
|
tags: [],
|
|
3857
3858
|
sizes: {
|
|
@@ -3860,7 +3861,7 @@ const generalIconsMetadata = [
|
|
|
3860
3861
|
},
|
|
3861
3862
|
{
|
|
3862
3863
|
title: "Tablet",
|
|
3863
|
-
category:
|
|
3864
|
+
category: import_types.IconCategory.General,
|
|
3864
3865
|
description: "",
|
|
3865
3866
|
tags: [],
|
|
3866
3867
|
sizes: {
|
|
@@ -3869,7 +3870,7 @@ const generalIconsMetadata = [
|
|
|
3869
3870
|
},
|
|
3870
3871
|
{
|
|
3871
3872
|
title: "HorizontalStretchBold",
|
|
3872
|
-
category:
|
|
3873
|
+
category: import_types.IconCategory.Actions,
|
|
3873
3874
|
description: "",
|
|
3874
3875
|
tags: [],
|
|
3875
3876
|
sizes: {
|
|
@@ -3878,7 +3879,7 @@ const generalIconsMetadata = [
|
|
|
3878
3879
|
},
|
|
3879
3880
|
{
|
|
3880
3881
|
title: "JSX",
|
|
3881
|
-
category:
|
|
3882
|
+
category: import_types.IconCategory.FilesAndData,
|
|
3882
3883
|
description: "",
|
|
3883
3884
|
tags: [],
|
|
3884
3885
|
sizes: {
|
|
@@ -3887,7 +3888,7 @@ const generalIconsMetadata = [
|
|
|
3887
3888
|
},
|
|
3888
3889
|
{
|
|
3889
3890
|
title: "SqueezeBold",
|
|
3890
|
-
category:
|
|
3891
|
+
category: import_types.IconCategory.Actions,
|
|
3891
3892
|
description: "",
|
|
3892
3893
|
tags: [],
|
|
3893
3894
|
sizes: {
|
|
@@ -3896,7 +3897,7 @@ const generalIconsMetadata = [
|
|
|
3896
3897
|
},
|
|
3897
3898
|
{
|
|
3898
3899
|
title: "TextCase",
|
|
3899
|
-
category:
|
|
3900
|
+
category: import_types.IconCategory.TextFormatting,
|
|
3900
3901
|
description: "",
|
|
3901
3902
|
tags: [],
|
|
3902
3903
|
sizes: {
|
|
@@ -3906,7 +3907,7 @@ const generalIconsMetadata = [
|
|
|
3906
3907
|
},
|
|
3907
3908
|
{
|
|
3908
3909
|
title: "Uppercase",
|
|
3909
|
-
category:
|
|
3910
|
+
category: import_types.IconCategory.TextFormatting,
|
|
3910
3911
|
description: "",
|
|
3911
3912
|
tags: [],
|
|
3912
3913
|
sizes: {
|
|
@@ -3915,7 +3916,7 @@ const generalIconsMetadata = [
|
|
|
3915
3916
|
},
|
|
3916
3917
|
{
|
|
3917
3918
|
title: "Lowercase",
|
|
3918
|
-
category:
|
|
3919
|
+
category: import_types.IconCategory.TextFormatting,
|
|
3919
3920
|
description: "",
|
|
3920
3921
|
tags: [],
|
|
3921
3922
|
sizes: {
|
|
@@ -3924,7 +3925,7 @@ const generalIconsMetadata = [
|
|
|
3924
3925
|
},
|
|
3925
3926
|
{
|
|
3926
3927
|
title: "SocialShare",
|
|
3927
|
-
category:
|
|
3928
|
+
category: import_types.IconCategory.Components,
|
|
3928
3929
|
description: "",
|
|
3929
3930
|
tags: [],
|
|
3930
3931
|
sizes: {
|
|
@@ -3933,7 +3934,7 @@ const generalIconsMetadata = [
|
|
|
3933
3934
|
},
|
|
3934
3935
|
{
|
|
3935
3936
|
title: "Page404",
|
|
3936
|
-
category:
|
|
3937
|
+
category: import_types.IconCategory.Page,
|
|
3937
3938
|
description: "",
|
|
3938
3939
|
tags: [],
|
|
3939
3940
|
sizes: {
|
|
@@ -3942,21 +3943,21 @@ const generalIconsMetadata = [
|
|
|
3942
3943
|
},
|
|
3943
3944
|
{
|
|
3944
3945
|
title: "TextSparkles",
|
|
3945
|
-
category:
|
|
3946
|
+
category: import_types.IconCategory.Composer,
|
|
3946
3947
|
description: "Button - adds a text with AI features",
|
|
3947
3948
|
tags: ["text", "write", "AI"],
|
|
3948
3949
|
sizes: { "18": "TextSparklesSmall", "24": "TextSparkles" }
|
|
3949
3950
|
},
|
|
3950
3951
|
{
|
|
3951
3952
|
title: "EditSparkles",
|
|
3952
|
-
category:
|
|
3953
|
+
category: import_types.IconCategory.Actions,
|
|
3953
3954
|
description: "Button - opens editing mode with AI",
|
|
3954
3955
|
tags: ["edit", "pencil", "write", "AI"],
|
|
3955
3956
|
sizes: { "18": "EditSparklesSmall", "24": "EditSparkles" }
|
|
3956
3957
|
},
|
|
3957
3958
|
{
|
|
3958
3959
|
title: "DesignSparkles",
|
|
3959
|
-
category:
|
|
3960
|
+
category: import_types.IconCategory.Actions,
|
|
3960
3961
|
description: "Button - selects a magic brush tool",
|
|
3961
3962
|
tags: [
|
|
3962
3963
|
"AI",
|
|
@@ -3972,14 +3973,14 @@ const generalIconsMetadata = [
|
|
|
3972
3973
|
},
|
|
3973
3974
|
{
|
|
3974
3975
|
title: "PageSparkles",
|
|
3975
|
-
category:
|
|
3976
|
+
category: import_types.IconCategory.Page,
|
|
3976
3977
|
description: "Static indicator - marks a page with AI features",
|
|
3977
3978
|
tags: ["page", "layout", "AI"],
|
|
3978
3979
|
sizes: { "18": "PageSparklesSmall", "24": "PageSparkles" }
|
|
3979
3980
|
},
|
|
3980
3981
|
{
|
|
3981
3982
|
title: "LayoutGalleryWithPanelSparkles",
|
|
3982
|
-
category:
|
|
3983
|
+
category: import_types.IconCategory.LayoutAndAlignment,
|
|
3983
3984
|
description: "Button - displays items as a gallery with a panel on a side with AI features",
|
|
3984
3985
|
tags: ["layout", "AI", "enhance"],
|
|
3985
3986
|
sizes: {
|
|
@@ -3989,28 +3990,28 @@ const generalIconsMetadata = [
|
|
|
3989
3990
|
},
|
|
3990
3991
|
{
|
|
3991
3992
|
title: "SectionSparkles",
|
|
3992
|
-
category:
|
|
3993
|
+
category: import_types.IconCategory.LayoutAndAlignment,
|
|
3993
3994
|
description: "Button - displays a section with AI features",
|
|
3994
3995
|
tags: ["layout", "section", "AI"],
|
|
3995
3996
|
sizes: { "18": "SectionSparklesSmall", "24": "SectionSparkles" }
|
|
3996
3997
|
},
|
|
3997
3998
|
{
|
|
3998
3999
|
title: "ImageSparkles",
|
|
3999
|
-
category:
|
|
4000
|
+
category: import_types.IconCategory.Media,
|
|
4000
4001
|
description: "Button - adds an image with AI\nStatic indicator - marks image placeholder with AI features",
|
|
4001
4002
|
tags: ["picture", "AI", "enhance"],
|
|
4002
4003
|
sizes: { "18": "ImageSparklesSmall", "24": "ImageSparkles" }
|
|
4003
4004
|
},
|
|
4004
4005
|
{
|
|
4005
4006
|
title: "Erase",
|
|
4006
|
-
category:
|
|
4007
|
+
category: import_types.IconCategory.Composer,
|
|
4007
4008
|
description: "Button - selects Erase tool",
|
|
4008
4009
|
tags: ["delete", "vanish", "clean", "adjust"],
|
|
4009
4010
|
sizes: { "18": "EraseSmall", "24": "Erase" }
|
|
4010
4011
|
},
|
|
4011
4012
|
{
|
|
4012
4013
|
title: "EraseSparkles",
|
|
4013
|
-
category:
|
|
4014
|
+
category: import_types.IconCategory.Composer,
|
|
4014
4015
|
description: "Button - selects magic eraser tool",
|
|
4015
4016
|
tags: [
|
|
4016
4017
|
"AI",
|
|
@@ -4026,21 +4027,21 @@ const generalIconsMetadata = [
|
|
|
4026
4027
|
},
|
|
4027
4028
|
{
|
|
4028
4029
|
title: "CutOutSparkles",
|
|
4029
|
-
category:
|
|
4030
|
+
category: import_types.IconCategory.Composer,
|
|
4030
4031
|
description: "Button - cuts object out of background using AI",
|
|
4031
4032
|
tags: ["scissors", "AI"],
|
|
4032
4033
|
sizes: { "18": "CutOutSparklesSmall", "24": "CutOutSparkles" }
|
|
4033
4034
|
},
|
|
4034
4035
|
{
|
|
4035
4036
|
title: "MagicWandSparkles",
|
|
4036
|
-
category:
|
|
4037
|
+
category: import_types.IconCategory.Composer,
|
|
4037
4038
|
description: "Button - enables a tool represented by a magic wand and uses AI features",
|
|
4038
4039
|
tags: ["magic", "enhance", "AI"],
|
|
4039
4040
|
sizes: { "18": "MagicWandSparklesSmall", "24": "MagicWandSparkles" }
|
|
4040
4041
|
},
|
|
4041
4042
|
{
|
|
4042
4043
|
title: "Database",
|
|
4043
|
-
category:
|
|
4044
|
+
category: import_types.IconCategory.FilesAndData,
|
|
4044
4045
|
description: "",
|
|
4045
4046
|
tags: [],
|
|
4046
4047
|
sizes: {
|
|
@@ -4049,7 +4050,7 @@ const generalIconsMetadata = [
|
|
|
4049
4050
|
},
|
|
4050
4051
|
{
|
|
4051
4052
|
title: "GraphicBold",
|
|
4052
|
-
category:
|
|
4053
|
+
category: import_types.IconCategory.Composer,
|
|
4053
4054
|
description: "",
|
|
4054
4055
|
tags: [],
|
|
4055
4056
|
sizes: {
|
|
@@ -4058,7 +4059,7 @@ const generalIconsMetadata = [
|
|
|
4058
4059
|
},
|
|
4059
4060
|
{
|
|
4060
4061
|
title: "PauseBold",
|
|
4061
|
-
category:
|
|
4062
|
+
category: import_types.IconCategory.Media,
|
|
4062
4063
|
description: "",
|
|
4063
4064
|
tags: [],
|
|
4064
4065
|
sizes: {
|
|
@@ -4068,7 +4069,7 @@ const generalIconsMetadata = [
|
|
|
4068
4069
|
},
|
|
4069
4070
|
{
|
|
4070
4071
|
title: "DataTableDynamic",
|
|
4071
|
-
category:
|
|
4072
|
+
category: import_types.IconCategory.FilesAndData,
|
|
4072
4073
|
description: "",
|
|
4073
4074
|
tags: [],
|
|
4074
4075
|
sizes: {
|
|
@@ -4077,7 +4078,7 @@ const generalIconsMetadata = [
|
|
|
4077
4078
|
},
|
|
4078
4079
|
{
|
|
4079
4080
|
title: "MasterPageDynamic",
|
|
4080
|
-
category:
|
|
4081
|
+
category: import_types.IconCategory.Page,
|
|
4081
4082
|
description: "",
|
|
4082
4083
|
tags: [],
|
|
4083
4084
|
sizes: {
|
|
@@ -4086,7 +4087,7 @@ const generalIconsMetadata = [
|
|
|
4086
4087
|
},
|
|
4087
4088
|
{
|
|
4088
4089
|
title: "Figma",
|
|
4089
|
-
category:
|
|
4090
|
+
category: import_types.IconCategory.Brands,
|
|
4090
4091
|
description: "",
|
|
4091
4092
|
tags: [],
|
|
4092
4093
|
sizes: {
|
|
@@ -4095,7 +4096,7 @@ const generalIconsMetadata = [
|
|
|
4095
4096
|
},
|
|
4096
4097
|
{
|
|
4097
4098
|
title: "WixBlog",
|
|
4098
|
-
category:
|
|
4099
|
+
category: import_types.IconCategory.WixProducts,
|
|
4099
4100
|
description: "",
|
|
4100
4101
|
tags: [],
|
|
4101
4102
|
sizes: {
|
|
@@ -4104,7 +4105,7 @@ const generalIconsMetadata = [
|
|
|
4104
4105
|
},
|
|
4105
4106
|
{
|
|
4106
4107
|
title: "WixBookings",
|
|
4107
|
-
category:
|
|
4108
|
+
category: import_types.IconCategory.WixProducts,
|
|
4108
4109
|
description: "",
|
|
4109
4110
|
tags: [],
|
|
4110
4111
|
sizes: {
|