@sragatiping/cuboid 0.1.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/components/CodeSnippet/CodeSnippet.d.ts +50 -0
- package/dist/components/CodeSnippet/CodeSnippet.stories.d.ts +17 -0
- package/dist/components/CodeSnippet/__fixtures__/device-profile-report.d.ts +422 -0
- package/dist/components/CodeSnippet/index.d.ts +2 -0
- package/dist/components/CodeSnippet/tokenizer.d.ts +49 -0
- package/dist/components/DataGrid/DataGrid.d.ts +11 -0
- package/dist/components/DataGrid/index.d.ts +2 -0
- package/dist/components/Graph/GraphCanvas.d.ts +15 -0
- package/dist/components/Graph/GraphCanvas.stories.d.ts +20 -0
- package/dist/components/Graph/GraphCard.d.ts +31 -0
- package/dist/components/Graph/GraphEdge.d.ts +27 -0
- package/dist/components/Graph/GraphHandle.d.ts +16 -0
- package/dist/components/Graph/GraphRow.d.ts +14 -0
- package/dist/components/Graph/context.d.ts +36 -0
- package/dist/components/Graph/index.d.ts +10 -0
- package/dist/components/JsonGraph/DeviceProfileReport.stories.d.ts +11 -0
- package/dist/components/JsonGraph/JsonCardTitle.d.ts +12 -0
- package/dist/components/JsonGraph/JsonFieldRow.d.ts +15 -0
- package/dist/components/JsonGraph/JsonGraph.stories.d.ts +19 -0
- package/dist/components/JsonGraph/JsonInputHandle.d.ts +30 -0
- package/dist/components/JsonGraph/JsonObjectRow.d.ts +22 -0
- package/dist/components/JsonGraph/index.d.ts +8 -0
- package/dist/components/JsonGraph/treeLayout.d.ts +114 -0
- package/dist/components/JsonViewer/JsonViewer.d.ts +15 -0
- package/dist/components/JsonViewer/index.d.ts +2 -0
- package/dist/components/core/ActionMenu/ActionMenu.d.ts +28 -0
- package/dist/components/core/ActionMenu/ActionMenu.stories.d.ts +10 -0
- package/dist/components/core/ActionMenu/ActionMenuItem.d.ts +22 -0
- package/dist/components/core/ActionMenu/ActionMenuList.d.ts +32 -0
- package/dist/components/core/ActionMenu/actionMenuCssVars.d.ts +2 -0
- package/dist/components/core/ActionMenu/actionMenuKeyboard.d.ts +4 -0
- package/dist/components/core/ActionMenu/index.d.ts +6 -0
- package/dist/components/core/Breadcrumb/BreadcrumbLink.d.ts +12 -0
- package/dist/components/core/Breadcrumb/Breadcrumbs.d.ts +13 -0
- package/dist/components/core/Breadcrumb/Breadcrumbs.stories.d.ts +6 -0
- package/dist/components/core/Breadcrumb/index.d.ts +4 -0
- package/dist/components/core/Button/Button.d.ts +22 -0
- package/dist/components/core/Button/Button.stories.d.ts +6 -0
- package/dist/components/core/Button/index.d.ts +2 -0
- package/dist/components/core/Icon/Icon.d.ts +13 -0
- package/dist/components/core/Icon/Icon.stories.d.ts +6 -0
- package/dist/components/core/Icon/index.d.ts +2 -0
- package/dist/components/core/IconButton/IconButton.d.ts +28 -0
- package/dist/components/core/IconButton/IconButton.stories.d.ts +6 -0
- package/dist/components/core/IconButton/index.d.ts +3 -0
- package/dist/components/core/Link/Link.d.ts +18 -0
- package/dist/components/core/Link/Link.stories.d.ts +6 -0
- package/dist/components/core/Link/index.d.ts +2 -0
- package/dist/components/core/Overlay/Overlay.d.ts +21 -0
- package/dist/components/core/Overlay/Overlay.stories.d.ts +10 -0
- package/dist/components/core/Overlay/index.d.ts +2 -0
- package/dist/components/core/Pill/Pill.d.ts +25 -0
- package/dist/components/core/Pill/Pill.stories.d.ts +6 -0
- package/dist/components/core/Pill/index.d.ts +3 -0
- package/dist/components/core/Popover/Popover.d.ts +39 -0
- package/dist/components/core/Popover/Popover.stories.d.ts +10 -0
- package/dist/components/core/Popover/index.d.ts +2 -0
- package/dist/components/core/ResizeHandle/ResizeHandle.d.ts +21 -0
- package/dist/components/core/ResizeHandle/index.d.ts +2 -0
- package/dist/components/core/Sheet/Sheet.d.ts +55 -0
- package/dist/components/core/Sheet/Sheet.stories.d.ts +14 -0
- package/dist/components/core/Sheet/index.d.ts +4 -0
- package/dist/components/core/Sidebar/Sidebar.d.ts +68 -0
- package/dist/components/core/Sidebar/Sidebar.stories.d.ts +11 -0
- package/dist/components/core/Sidebar/index.d.ts +2 -0
- package/dist/components/core/Sidebar/sidebarCssVars.d.ts +2 -0
- package/dist/components/core/SiteHeader/SiteHeader.d.ts +17 -0
- package/dist/components/core/SiteHeader/SiteHeader.stories.d.ts +6 -0
- package/dist/components/core/SiteHeader/index.d.ts +2 -0
- package/dist/components/core/SplitLayout/SplitLayout.d.ts +24 -0
- package/dist/components/core/SplitLayout/SplitLayout.stories.d.ts +6 -0
- package/dist/components/core/SplitLayout/index.d.ts +2 -0
- package/dist/components/core/Stack/Stack.d.ts +43 -0
- package/dist/components/core/Stack/Stack.stories.d.ts +15 -0
- package/dist/components/core/Stack/index.d.ts +3 -0
- package/dist/components/core/Text/Text.d.ts +29 -0
- package/dist/components/core/Text/Text.stories.d.ts +8 -0
- package/dist/components/core/Text/index.d.ts +2 -0
- package/dist/components/core/Tooltip/Tooltip.d.ts +17 -0
- package/dist/components/core/Tooltip/Tooltip.stories.d.ts +10 -0
- package/dist/components/core/Tooltip/index.d.ts +2 -0
- package/dist/components/core/index.d.ts +34 -0
- package/dist/icons/Icons.stories.d.ts +6 -0
- package/dist/icons/index.d.ts +13 -0
- package/dist/icons/manifest.json.d.ts +2489 -0
- package/dist/icons/material/config.d.ts +4 -0
- package/dist/icons/material/createMaterialIcon.d.ts +7 -0
- package/dist/icons/material/index.d.ts +231 -0
- package/dist/icons/material/source.d.ts +220 -0
- package/dist/index.cjs.js +10 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.ts +47 -0
- package/dist/index.es.js +8135 -0
- package/dist/index.es.js.map +1 -0
- package/dist/style.css +1 -0
- package/dist/theme/ThemeContext.d.ts +20 -0
- package/dist/theme/defaultTheme.d.ts +2 -0
- package/dist/theme/figma/buildFigmaTheme.d.ts +7 -0
- package/dist/theme/output/base.json.d.ts +208 -0
- package/dist/theme/output/theme.json.d.ts +1898 -0
- package/dist/theme/types.d.ts +610 -0
- package/dist/theme/utils.d.ts +6 -0
- package/dist/utils/flattenJson.d.ts +18 -0
- package/dist/utils/parseLengthPx.d.ts +2 -0
- package/dist/utils/responsive.d.ts +8 -0
- package/package.json +71 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { MaterialSymbolsComponent } from '@material-symbols-svg/react/rounded/w400';
|
|
3
|
+
/**
|
|
4
|
+
* Wrap a Material Symbols **Rounded** glyph for use inside {@link Icon} or {@link IconButton}.
|
|
5
|
+
* Parent controls size via tokens; glyph uses `currentColor`.
|
|
6
|
+
*/
|
|
7
|
+
export declare function createMaterialIcon(IconComponent: MaterialSymbolsComponent): React.FC;
|
|
@@ -0,0 +1,231 @@
|
|
|
1
|
+
/** Material Symbols Rounded (w400) — sized by {@link Icon}, not by the glyph. */
|
|
2
|
+
export declare const AccountBalanceIcon: import('react').FC<{}>;
|
|
3
|
+
export declare const AccountIcon: import('react').FC<{}>;
|
|
4
|
+
export declare const AcuteIcon: import('react').FC<{}>;
|
|
5
|
+
export declare const AddTagIcon: import('react').FC<{}>;
|
|
6
|
+
export declare const AdjustIcon: import('react').FC<{}>;
|
|
7
|
+
export declare const AirportShuttleIcon: import('react').FC<{}>;
|
|
8
|
+
export declare const AltRouteIcon: import('react').FC<{}>;
|
|
9
|
+
export declare const AppSparkIcon: import('react').FC<{}>;
|
|
10
|
+
export declare const ApplicationIcon: import('react').FC<{}>;
|
|
11
|
+
export declare const AppsIcon: import('react').FC<{}>;
|
|
12
|
+
export declare const AppsUserManagementIcon: import('react').FC<{}>;
|
|
13
|
+
export declare const ArrowBackwardIcon: import('react').FC<{}>;
|
|
14
|
+
export declare const ArrowCircleUpIcon: import('react').FC<{}>;
|
|
15
|
+
export declare const ArrowDownwardIcon: import('react').FC<{}>;
|
|
16
|
+
export declare const ArrowDropDownIcon: import('react').FC<{}>;
|
|
17
|
+
export declare const ArrowDropLeftIcon: import('react').FC<{}>;
|
|
18
|
+
export declare const ArrowDropRightIcon: import('react').FC<{}>;
|
|
19
|
+
export declare const ArrowDropUpIcon: import('react').FC<{}>;
|
|
20
|
+
export declare const ArrowForwardIcon: import('react').FC<{}>;
|
|
21
|
+
export declare const ArrowSplitIcon: import('react').FC<{}>;
|
|
22
|
+
export declare const ArrowUpwardIcon: import('react').FC<{}>;
|
|
23
|
+
export declare const ArticleIcon: import('react').FC<{}>;
|
|
24
|
+
export declare const ArticlePersonIcon: import('react').FC<{}>;
|
|
25
|
+
export declare const ArticleShortcutIcon: import('react').FC<{}>;
|
|
26
|
+
export declare const AttachmentIcon: import('react').FC<{}>;
|
|
27
|
+
export declare const BookmarkIcon: import('react').FC<{}>;
|
|
28
|
+
export declare const BorderAllIcon: import('react').FC<{}>;
|
|
29
|
+
export declare const BrandAwarenessIcon: import('react').FC<{}>;
|
|
30
|
+
export declare const BrightnessIcon: import('react').FC<{}>;
|
|
31
|
+
export declare const BugReportIcon: import('react').FC<{}>;
|
|
32
|
+
export declare const CakeIcon: import('react').FC<{}>;
|
|
33
|
+
export declare const CalendarIcon: import('react').FC<{}>;
|
|
34
|
+
export declare const CallIcon: import('react').FC<{}>;
|
|
35
|
+
export declare const CameraIcon: import('react').FC<{}>;
|
|
36
|
+
export declare const CelebrationIcon: import('react').FC<{}>;
|
|
37
|
+
export declare const ChatIcon: import('react').FC<{}>;
|
|
38
|
+
export declare const CheckCircleUnreadIcon: import('react').FC<{}>;
|
|
39
|
+
export declare const CheckIcon: import('react').FC<{}>;
|
|
40
|
+
export declare const CheckbookIcon: import('react').FC<{}>;
|
|
41
|
+
export declare const ChevronDownIcon: import('react').FC<{}>;
|
|
42
|
+
export declare const ChevronLeftIcon: import('react').FC<{}>;
|
|
43
|
+
export declare const ChevronRightIcon: import('react').FC<{}>;
|
|
44
|
+
export declare const ChevronUpIcon: import('react').FC<{}>;
|
|
45
|
+
export declare const ChipsIcon: import('react').FC<{}>;
|
|
46
|
+
export declare const CircleAddIcon: import('react').FC<{}>;
|
|
47
|
+
export declare const CircleCheckIcon: import('react').FC<{}>;
|
|
48
|
+
export declare const CircleCircleIcon: import('react').FC<{}>;
|
|
49
|
+
export declare const CircleDeniedIcon: import('react').FC<{}>;
|
|
50
|
+
export declare const CircleIcon: import('react').FC<{}>;
|
|
51
|
+
export declare const CloseIcon: import('react').FC<{}>;
|
|
52
|
+
export declare const CloudDownloadIcon: import('react').FC<{}>;
|
|
53
|
+
export declare const CodeIcon: import('react').FC<{}>;
|
|
54
|
+
export declare const CollapseIcon: import('react').FC<{}>;
|
|
55
|
+
export declare const CollapseSheetIcon: import('react').FC<{}>;
|
|
56
|
+
export declare const CommentIcon: import('react').FC<{}>;
|
|
57
|
+
export declare const ContractEditIcon: import('react').FC<{}>;
|
|
58
|
+
export declare const ConvertToTextIcon: import('react').FC<{}>;
|
|
59
|
+
export declare const CopyIcon: import('react').FC<{}>;
|
|
60
|
+
export declare const CottageIcon: import('react').FC<{}>;
|
|
61
|
+
export declare const CreditCardIcon: import('react').FC<{}>;
|
|
62
|
+
export declare const CreditWorthyIcon: import('react').FC<{}>;
|
|
63
|
+
export declare const CropSquareIcon: import('react').FC<{}>;
|
|
64
|
+
export declare const CrownIcon: import('react').FC<{}>;
|
|
65
|
+
export declare const DangerousIcon: import('react').FC<{}>;
|
|
66
|
+
export declare const DataObjectIcon: import('react').FC<{}>;
|
|
67
|
+
export declare const DatabaseIcon: import('react').FC<{}>;
|
|
68
|
+
export declare const DeblurIcon: import('react').FC<{}>;
|
|
69
|
+
export declare const DeleteIcon: import('react').FC<{}>;
|
|
70
|
+
export declare const DeliveryTruckSpeedIcon: import('react').FC<{}>;
|
|
71
|
+
export declare const DeployedCodeIcon: import('react').FC<{}>;
|
|
72
|
+
export declare const DirectionsCarIcon: import('react').FC<{}>;
|
|
73
|
+
export declare const DiscoverTuneIcon: import('react').FC<{}>;
|
|
74
|
+
export declare const DockToBottomIcon: import('react').FC<{}>;
|
|
75
|
+
export declare const DockToLeftIcon: import('react').FC<{}>;
|
|
76
|
+
export declare const DockToRightIcon: import('react').FC<{}>;
|
|
77
|
+
export declare const DocsIcon: import('react').FC<{}>;
|
|
78
|
+
export declare const DocumentIcon: import('react').FC<{}>;
|
|
79
|
+
export declare const DollarIcon: import('react').FC<{}>;
|
|
80
|
+
export declare const DollarInputIcon: import('react').FC<{}>;
|
|
81
|
+
export declare const DotIndicatorIcon: import('react').FC<{}>;
|
|
82
|
+
export declare const DownloadIcon: import('react').FC<{}>;
|
|
83
|
+
export declare const DownloadingIcon: import('react').FC<{}>;
|
|
84
|
+
export declare const DragHandleIcon: import('react').FC<{}>;
|
|
85
|
+
export declare const DragIndicatorIcon: import('react').FC<{}>;
|
|
86
|
+
export declare const EditIcon: import('react').FC<{}>;
|
|
87
|
+
export declare const EligibilityRuleIcon: import('react').FC<{}>;
|
|
88
|
+
export declare const EmergencyHomeIcon: import('react').FC<{}>;
|
|
89
|
+
export declare const EmojiObjectsIcon: import('react').FC<{}>;
|
|
90
|
+
export declare const EnergyProgramSavingIcon: import('react').FC<{}>;
|
|
91
|
+
export declare const EqualizerIcon: import('react').FC<{}>;
|
|
92
|
+
export declare const ErrorIcon: import('react').FC<{}>;
|
|
93
|
+
export declare const ExpandCircleDownIcon: import('react').FC<{}>;
|
|
94
|
+
export declare const ExpandCircleUpIcon: import('react').FC<{}>;
|
|
95
|
+
export declare const ExpandIcon: import('react').FC<{}>;
|
|
96
|
+
export declare const ExpandSheetIcon: import('react').FC<{}>;
|
|
97
|
+
export declare const FieldsIcon: import('react').FC<{}>;
|
|
98
|
+
export declare const FirstPageIcon: import('react').FC<{}>;
|
|
99
|
+
export declare const Flag2Icon: import('react').FC<{}>;
|
|
100
|
+
export declare const FlagIcon: import('react').FC<{}>;
|
|
101
|
+
export declare const FlipIcon: import('react').FC<{}>;
|
|
102
|
+
export declare const FolderIcon: import('react').FC<{}>;
|
|
103
|
+
export declare const FormatAlignCenterIcon: import('react').FC<{}>;
|
|
104
|
+
export declare const FormatAlignLeftIcon: import('react').FC<{}>;
|
|
105
|
+
export declare const FormatAlignRightIcon: import('react').FC<{}>;
|
|
106
|
+
export declare const FormatBoldIcon: import('react').FC<{}>;
|
|
107
|
+
export declare const FormatItalicIcon: import('react').FC<{}>;
|
|
108
|
+
export declare const FormatListBulletedIcon: import('react').FC<{}>;
|
|
109
|
+
export declare const FormatListNumberedIcon: import('react').FC<{}>;
|
|
110
|
+
export declare const FormatUnderlinedIcon: import('react').FC<{}>;
|
|
111
|
+
export declare const ForwardMediaIcon: import('react').FC<{}>;
|
|
112
|
+
export declare const FrameSparkIcon: import('react').FC<{}>;
|
|
113
|
+
export declare const FunctionIcon: import('react').FC<{}>;
|
|
114
|
+
export declare const GiteIcon: import('react').FC<{}>;
|
|
115
|
+
export declare const HelpIcon: import('react').FC<{}>;
|
|
116
|
+
export declare const HistoryIcon: import('react').FC<{}>;
|
|
117
|
+
export declare const HomeIcon: import('react').FC<{}>;
|
|
118
|
+
export declare const IdVerifyIcon: import('react').FC<{}>;
|
|
119
|
+
export declare const ImageIcon: import('react').FC<{}>;
|
|
120
|
+
export declare const InHomeModeIcon: import('react').FC<{}>;
|
|
121
|
+
export declare const JamboardKioskIcon: import('react').FC<{}>;
|
|
122
|
+
export declare const KidStarIcon: import('react').FC<{}>;
|
|
123
|
+
export declare const LabelIcon: import('react').FC<{}>;
|
|
124
|
+
export declare const LaptopMacIcon: import('react').FC<{}>;
|
|
125
|
+
export declare const LaptopWindowsIcon: import('react').FC<{}>;
|
|
126
|
+
export declare const LightbulbIcon: import('react').FC<{}>;
|
|
127
|
+
export declare const LinkIcon: import('react').FC<{}>;
|
|
128
|
+
export declare const LockIcon: import('react').FC<{}>;
|
|
129
|
+
export declare const LogInIcon: import('react').FC<{}>;
|
|
130
|
+
export declare const LogOutIcon: import('react').FC<{}>;
|
|
131
|
+
export declare const LogoIcon: import('react').FC<{}>;
|
|
132
|
+
export declare const MailIcon: import('react').FC<{}>;
|
|
133
|
+
export declare const MapPinIcon: import('react').FC<{}>;
|
|
134
|
+
export declare const MarginIcon: import('react').FC<{}>;
|
|
135
|
+
export declare const MarkEmailUnreadIcon: import('react').FC<{}>;
|
|
136
|
+
export declare const MenuIcon: import('react').FC<{}>;
|
|
137
|
+
export declare const MessageIcon: import('react').FC<{}>;
|
|
138
|
+
export declare const MicIcon: import('react').FC<{}>;
|
|
139
|
+
export declare const MinusIcon: import('react').FC<{}>;
|
|
140
|
+
export declare const Mobile2Icon: import('react').FC<{}>;
|
|
141
|
+
export declare const MoneyBagIcon: import('react').FC<{}>;
|
|
142
|
+
export declare const MoreHorizIcon: import('react').FC<{}>;
|
|
143
|
+
export declare const MoreVertIcon: import('react').FC<{}>;
|
|
144
|
+
export declare const MotionPhotosPausedIcon: import('react').FC<{}>;
|
|
145
|
+
export declare const MotionPlayIcon: import('react').FC<{}>;
|
|
146
|
+
export declare const NestEcoLeafIcon: import('react').FC<{}>;
|
|
147
|
+
export declare const NewWindowIcon: import('react').FC<{}>;
|
|
148
|
+
export declare const NewsIcon: import('react').FC<{}>;
|
|
149
|
+
export declare const NotesIcon: import('react').FC<{}>;
|
|
150
|
+
export declare const NotificationsIcon: import('react').FC<{}>;
|
|
151
|
+
export declare const NumbersIcon: import('react').FC<{}>;
|
|
152
|
+
export declare const PageFooterIcon: import('react').FC<{}>;
|
|
153
|
+
export declare const PasskeyIcon: import('react').FC<{}>;
|
|
154
|
+
export declare const PendingIcon: import('react').FC<{}>;
|
|
155
|
+
export declare const PercentDiscountIcon: import('react').FC<{}>;
|
|
156
|
+
export declare const PercentIcon: import('react').FC<{}>;
|
|
157
|
+
export declare const PercentInputIcon: import('react').FC<{}>;
|
|
158
|
+
export declare const PersonAddIcon: import('react').FC<{}>;
|
|
159
|
+
export declare const PersonIcon: import('react').FC<{}>;
|
|
160
|
+
export declare const PlayArrowIcon: import('react').FC<{}>;
|
|
161
|
+
export declare const PlayCircleIcon: import('react').FC<{}>;
|
|
162
|
+
export declare const PlusIcon: import('react').FC<{}>;
|
|
163
|
+
export declare const PrimaryColorIcon: import('react').FC<{}>;
|
|
164
|
+
export declare const PriorityIcon: import('react').FC<{}>;
|
|
165
|
+
export declare const ProductivityIcon: import('react').FC<{}>;
|
|
166
|
+
export declare const ReleaseAlertIcon: import('react').FC<{}>;
|
|
167
|
+
export declare const ReplyIcon: import('react').FC<{}>;
|
|
168
|
+
export declare const ReportBoxIcon: import('react').FC<{}>;
|
|
169
|
+
export declare const RestartAltIcon: import('react').FC<{}>;
|
|
170
|
+
export declare const RoofingIcon: import('react').FC<{}>;
|
|
171
|
+
export declare const RotateLeftIcon: import('react').FC<{}>;
|
|
172
|
+
export declare const SavingsIcon: import('react').FC<{}>;
|
|
173
|
+
export declare const ScanIcon: import('react').FC<{}>;
|
|
174
|
+
export declare const ScheduleIcon: import('react').FC<{}>;
|
|
175
|
+
export declare const SchoolIcon: import('react').FC<{}>;
|
|
176
|
+
export declare const ScienceIcon: import('react').FC<{}>;
|
|
177
|
+
export declare const SearchIcon: import('react').FC<{}>;
|
|
178
|
+
export declare const SecurityIcon: import('react').FC<{}>;
|
|
179
|
+
export declare const SendIcon: import('react').FC<{}>;
|
|
180
|
+
export declare const SettingsBackupRestoreIcon: import('react').FC<{}>;
|
|
181
|
+
export declare const SettingsIcon: import('react').FC<{}>;
|
|
182
|
+
export declare const ShieldPersonIcon: import('react').FC<{}>;
|
|
183
|
+
export declare const ShoppingBagSpeedIcon: import('react').FC<{}>;
|
|
184
|
+
export declare const ShoppingIcon: import('react').FC<{}>;
|
|
185
|
+
export declare const SirenIcon: import('react').FC<{}>;
|
|
186
|
+
export declare const SortDefaultIcon: import('react').FC<{}>;
|
|
187
|
+
export declare const SortIcon: import('react').FC<{}>;
|
|
188
|
+
export declare const StackIcon: import('react').FC<{}>;
|
|
189
|
+
export declare const StethoscopeIcon: import('react').FC<{}>;
|
|
190
|
+
export declare const StickyNote2Icon: import('react').FC<{}>;
|
|
191
|
+
export declare const StickyNoteIcon: import('react').FC<{}>;
|
|
192
|
+
export declare const StopCircleIcon: import('react').FC<{}>;
|
|
193
|
+
export declare const StorefrontIcon: import('react').FC<{}>;
|
|
194
|
+
export declare const StrikethroughSIcon: import('react').FC<{}>;
|
|
195
|
+
export declare const StylusFountainPenIcon: import('react').FC<{}>;
|
|
196
|
+
export declare const StylusHighlighterIcon: import('react').FC<{}>;
|
|
197
|
+
export declare const StylusNoteIcon: import('react').FC<{}>;
|
|
198
|
+
export declare const SwapVertIcon: import('react').FC<{}>;
|
|
199
|
+
export declare const TableIcon: import('react').FC<{}>;
|
|
200
|
+
export declare const TagIcon: import('react').FC<{}>;
|
|
201
|
+
export declare const TextCompareIcon: import('react').FC<{}>;
|
|
202
|
+
export declare const TextIcon: import('react').FC<{}>;
|
|
203
|
+
export declare const TextSnippetIcon: import('react').FC<{}>;
|
|
204
|
+
export declare const ThemeIcon: import('react').FC<{}>;
|
|
205
|
+
export declare const ThermostatCarbonIcon: import('react').FC<{}>;
|
|
206
|
+
export declare const ThoughtIcon: import('react').FC<{}>;
|
|
207
|
+
export declare const ThumbDownIcon: import('react').FC<{}>;
|
|
208
|
+
export declare const ThumbUpIcon: import('react').FC<{}>;
|
|
209
|
+
export declare const TimerIcon: import('react').FC<{}>;
|
|
210
|
+
export declare const TipsIcon: import('react').FC<{}>;
|
|
211
|
+
export declare const ToggleOnIcon: import('react').FC<{}>;
|
|
212
|
+
export declare const TooltipInfoIcon: import('react').FC<{}>;
|
|
213
|
+
export declare const TravelExploreIcon: import('react').FC<{}>;
|
|
214
|
+
export declare const TriangleDownIcon: import('react').FC<{}>;
|
|
215
|
+
export declare const TriangleUpIcon: import('react').FC<{}>;
|
|
216
|
+
export declare const UnfoldLessIcon: import('react').FC<{}>;
|
|
217
|
+
export declare const UnfoldMoreIcon: import('react').FC<{}>;
|
|
218
|
+
export declare const UploadCloudIcon: import('react').FC<{}>;
|
|
219
|
+
export declare const UploadIcon: import('react').FC<{}>;
|
|
220
|
+
export declare const VariableAddIcon: import('react').FC<{}>;
|
|
221
|
+
export declare const VerifiedIcon: import('react').FC<{}>;
|
|
222
|
+
export declare const ViewKanbanIcon: import('react').FC<{}>;
|
|
223
|
+
export declare const ViewNewWindowIcon: import('react').FC<{}>;
|
|
224
|
+
export declare const VisibilityOffIcon: import('react').FC<{}>;
|
|
225
|
+
export declare const VisibilityOnIcon: import('react').FC<{}>;
|
|
226
|
+
export declare const WandStarsIcon: import('react').FC<{}>;
|
|
227
|
+
export declare const WarningIcon: import('react').FC<{}>;
|
|
228
|
+
/** Legacy / semantic aliases (see aliases.json). */
|
|
229
|
+
export { ArrowBackwardIcon as ArrowBackIcon };
|
|
230
|
+
export { ChevronDownIcon as ExpandMoreIcon };
|
|
231
|
+
export { ViewNewWindowIcon as OpenInNewIcon };
|
|
@@ -0,0 +1,220 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AUTO-GENERATED by `npm run icons:sync` — do not edit by hand.
|
|
3
|
+
* Material Symbols Rounded (w400) imports only.
|
|
4
|
+
*/
|
|
5
|
+
export { AccountBalance } from '@material-symbols-svg/react/rounded/account-balance';
|
|
6
|
+
export { AccountCircle, AccountCircleFill } from '@material-symbols-svg/react/rounded/account-circle';
|
|
7
|
+
export { Acute } from '@material-symbols-svg/react/rounded/acute';
|
|
8
|
+
export { Add } from '@material-symbols-svg/react/rounded/add';
|
|
9
|
+
export { AddCircle, AddCircleFill } from '@material-symbols-svg/react/rounded/add-circle';
|
|
10
|
+
export { Adjust } from '@material-symbols-svg/react/rounded/adjust';
|
|
11
|
+
export { AirportShuttle } from '@material-symbols-svg/react/rounded/airport-shuttle';
|
|
12
|
+
export { AltRoute } from '@material-symbols-svg/react/rounded/alt-route';
|
|
13
|
+
export { Apps } from '@material-symbols-svg/react/rounded/apps';
|
|
14
|
+
export { ArrowBack } from '@material-symbols-svg/react/rounded/arrow-back';
|
|
15
|
+
export { ArrowCircleUp } from '@material-symbols-svg/react/rounded/arrow-circle-up';
|
|
16
|
+
export { ArrowDownward } from '@material-symbols-svg/react/rounded/arrow-downward';
|
|
17
|
+
export { ArrowDropDown } from '@material-symbols-svg/react/rounded/arrow-drop-down';
|
|
18
|
+
export { ArrowDropUp } from '@material-symbols-svg/react/rounded/arrow-drop-up';
|
|
19
|
+
export { ArrowForward } from '@material-symbols-svg/react/rounded/arrow-forward';
|
|
20
|
+
export { ArrowLeft } from '@material-symbols-svg/react/rounded/arrow-left';
|
|
21
|
+
export { ArrowRight } from '@material-symbols-svg/react/rounded/arrow-right';
|
|
22
|
+
export { ArrowUpward } from '@material-symbols-svg/react/rounded/arrow-upward';
|
|
23
|
+
export { Article } from '@material-symbols-svg/react/rounded/article';
|
|
24
|
+
export { ArticlePerson } from '@material-symbols-svg/react/rounded/article-person';
|
|
25
|
+
export { ArticleShortcut } from '@material-symbols-svg/react/rounded/article-shortcut';
|
|
26
|
+
export { AttachMoney, AttachMoneyFill } from '@material-symbols-svg/react/rounded/attach-money';
|
|
27
|
+
export { Attachment } from '@material-symbols-svg/react/rounded/attachment';
|
|
28
|
+
export { Bookmark, BookmarkFill } from '@material-symbols-svg/react/rounded/bookmark';
|
|
29
|
+
export { BorderAll } from '@material-symbols-svg/react/rounded/border-all';
|
|
30
|
+
export { BrandAwareness } from '@material-symbols-svg/react/rounded/brand-awareness';
|
|
31
|
+
export { BrightnessMedium } from '@material-symbols-svg/react/rounded/brightness-medium';
|
|
32
|
+
export { BugReport } from '@material-symbols-svg/react/rounded/bug-report';
|
|
33
|
+
export { Cake } from '@material-symbols-svg/react/rounded/cake';
|
|
34
|
+
export { CalendarMonth, CalendarMonthFill } from '@material-symbols-svg/react/rounded/calendar-month';
|
|
35
|
+
export { Call } from '@material-symbols-svg/react/rounded/call';
|
|
36
|
+
export { CallSplit } from '@material-symbols-svg/react/rounded/call-split';
|
|
37
|
+
export { Camera, CameraFill } from '@material-symbols-svg/react/rounded/camera';
|
|
38
|
+
export { Celebration } from '@material-symbols-svg/react/rounded/celebration';
|
|
39
|
+
export { Chat, ChatFill } from '@material-symbols-svg/react/rounded/chat';
|
|
40
|
+
export { Check } from '@material-symbols-svg/react/rounded/check';
|
|
41
|
+
export { CheckCircle, CheckCircleFill } from '@material-symbols-svg/react/rounded/check-circle';
|
|
42
|
+
export { Checkbook } from '@material-symbols-svg/react/rounded/checkbook';
|
|
43
|
+
export { ChevronLeft } from '@material-symbols-svg/react/rounded/chevron-left';
|
|
44
|
+
export { ChevronRight } from '@material-symbols-svg/react/rounded/chevron-right';
|
|
45
|
+
export { Chips } from '@material-symbols-svg/react/rounded/chips';
|
|
46
|
+
export { Circle } from '@material-symbols-svg/react/rounded/circle';
|
|
47
|
+
export { Close } from '@material-symbols-svg/react/rounded/close';
|
|
48
|
+
export { CloseFullscreen } from '@material-symbols-svg/react/rounded/close-fullscreen';
|
|
49
|
+
export { CloudDownload } from '@material-symbols-svg/react/rounded/cloud-download';
|
|
50
|
+
export { CloudUpload, CloudUploadFill } from '@material-symbols-svg/react/rounded/cloud-upload';
|
|
51
|
+
export { Code, CodeFill } from '@material-symbols-svg/react/rounded/code';
|
|
52
|
+
export { CollapseAll } from '@material-symbols-svg/react/rounded/collapse-all';
|
|
53
|
+
export { Comment } from '@material-symbols-svg/react/rounded/comment';
|
|
54
|
+
export { ContentCopy, ContentCopyFill } from '@material-symbols-svg/react/rounded/content-copy';
|
|
55
|
+
export { ContractEdit } from '@material-symbols-svg/react/rounded/contract-edit';
|
|
56
|
+
export { ConvertToText } from '@material-symbols-svg/react/rounded/convert-to-text';
|
|
57
|
+
export { Cottage } from '@material-symbols-svg/react/rounded/cottage';
|
|
58
|
+
export { CreditCard } from '@material-symbols-svg/react/rounded/credit-card';
|
|
59
|
+
export { CreditScore } from '@material-symbols-svg/react/rounded/credit-score';
|
|
60
|
+
export { CrisisAlert } from '@material-symbols-svg/react/rounded/crisis-alert';
|
|
61
|
+
export { CropSquare } from '@material-symbols-svg/react/rounded/crop-square';
|
|
62
|
+
export { Crown } from '@material-symbols-svg/react/rounded/crown';
|
|
63
|
+
export { Dangerous } from '@material-symbols-svg/react/rounded/dangerous';
|
|
64
|
+
export { DarkMode, DarkModeFill } from '@material-symbols-svg/react/rounded/dark-mode';
|
|
65
|
+
export { DataObject } from '@material-symbols-svg/react/rounded/data-object';
|
|
66
|
+
export { Database } from '@material-symbols-svg/react/rounded/database';
|
|
67
|
+
export { Deblur } from '@material-symbols-svg/react/rounded/deblur';
|
|
68
|
+
export { Delete, DeleteFill } from '@material-symbols-svg/react/rounded/delete';
|
|
69
|
+
export { DeliveryTruckSpeed } from '@material-symbols-svg/react/rounded/delivery-truck-speed';
|
|
70
|
+
export { DeployedCode } from '@material-symbols-svg/react/rounded/deployed-code';
|
|
71
|
+
export { Description, DescriptionFill } from '@material-symbols-svg/react/rounded/description';
|
|
72
|
+
export { DirectionsCar } from '@material-symbols-svg/react/rounded/directions-car';
|
|
73
|
+
export { DoNotDisturbOn, DoNotDisturbOnFill } from '@material-symbols-svg/react/rounded/do-not-disturb-on';
|
|
74
|
+
export { DockToBottom } from '@material-symbols-svg/react/rounded/dock-to-bottom';
|
|
75
|
+
export { DockToLeft } from '@material-symbols-svg/react/rounded/dock-to-left';
|
|
76
|
+
export { DockToRight } from '@material-symbols-svg/react/rounded/dock-to-right';
|
|
77
|
+
export { Docs } from '@material-symbols-svg/react/rounded/docs';
|
|
78
|
+
export { DocumentScanner } from '@material-symbols-svg/react/rounded/document-scanner';
|
|
79
|
+
export { Download, DownloadFill } from '@material-symbols-svg/react/rounded/download';
|
|
80
|
+
export { Downloading } from '@material-symbols-svg/react/rounded/downloading';
|
|
81
|
+
export { DragHandle } from '@material-symbols-svg/react/rounded/drag-handle';
|
|
82
|
+
export { DragIndicator } from '@material-symbols-svg/react/rounded/drag-indicator';
|
|
83
|
+
export { Edit, EditFill } from '@material-symbols-svg/react/rounded/edit';
|
|
84
|
+
export { EmergencyHome } from '@material-symbols-svg/react/rounded/emergency-home';
|
|
85
|
+
export { EmojiObjects } from '@material-symbols-svg/react/rounded/emoji-objects';
|
|
86
|
+
export { EnergySavingsLeaf } from '@material-symbols-svg/react/rounded/energy-savings-leaf';
|
|
87
|
+
export { Equalizer } from '@material-symbols-svg/react/rounded/equalizer';
|
|
88
|
+
export { Error, ErrorFill } from '@material-symbols-svg/react/rounded/error';
|
|
89
|
+
export { ExpandAll } from '@material-symbols-svg/react/rounded/expand-all';
|
|
90
|
+
export { ExpandCircleDown, ExpandCircleDownFill } from '@material-symbols-svg/react/rounded/expand-circle-down';
|
|
91
|
+
export { ExpandCircleUp, ExpandCircleUpFill } from '@material-symbols-svg/react/rounded/expand-circle-up';
|
|
92
|
+
export { FiberManualRecord } from '@material-symbols-svg/react/rounded/fiber-manual-record';
|
|
93
|
+
export { FirstPage } from '@material-symbols-svg/react/rounded/first-page';
|
|
94
|
+
export { Flag } from '@material-symbols-svg/react/rounded/flag';
|
|
95
|
+
export { Flag2 } from '@material-symbols-svg/react/rounded/flag-2';
|
|
96
|
+
export { Flip } from '@material-symbols-svg/react/rounded/flip';
|
|
97
|
+
export { Folder, FolderFill } from '@material-symbols-svg/react/rounded/folder';
|
|
98
|
+
export { FormatAlignCenter } from '@material-symbols-svg/react/rounded/format-align-center';
|
|
99
|
+
export { FormatAlignLeft } from '@material-symbols-svg/react/rounded/format-align-left';
|
|
100
|
+
export { FormatAlignRight } from '@material-symbols-svg/react/rounded/format-align-right';
|
|
101
|
+
export { FormatBold } from '@material-symbols-svg/react/rounded/format-bold';
|
|
102
|
+
export { FormatItalic } from '@material-symbols-svg/react/rounded/format-italic';
|
|
103
|
+
export { FormatListBulleted } from '@material-symbols-svg/react/rounded/format-list-bulleted';
|
|
104
|
+
export { FormatListNumbered } from '@material-symbols-svg/react/rounded/format-list-numbered';
|
|
105
|
+
export { FormatUnderlined } from '@material-symbols-svg/react/rounded/format-underlined';
|
|
106
|
+
export { ForwardMedia } from '@material-symbols-svg/react/rounded/forward-media';
|
|
107
|
+
export { FrameInspect } from '@material-symbols-svg/react/rounded/frame-inspect';
|
|
108
|
+
export { Function } from '@material-symbols-svg/react/rounded/function';
|
|
109
|
+
export { Gite } from '@material-symbols-svg/react/rounded/gite';
|
|
110
|
+
export { Help, HelpFill } from '@material-symbols-svg/react/rounded/help';
|
|
111
|
+
export { History } from '@material-symbols-svg/react/rounded/history';
|
|
112
|
+
export { Home, HomeFill } from '@material-symbols-svg/react/rounded/home';
|
|
113
|
+
export { HomeAppLogo } from '@material-symbols-svg/react/rounded/home-app-logo';
|
|
114
|
+
export { IdCard } from '@material-symbols-svg/react/rounded/id-card';
|
|
115
|
+
export { Image, ImageFill } from '@material-symbols-svg/react/rounded/image';
|
|
116
|
+
export { Info, InfoFill } from '@material-symbols-svg/react/rounded/info';
|
|
117
|
+
export { Inventory2, Inventory2Fill } from '@material-symbols-svg/react/rounded/inventory-2';
|
|
118
|
+
export { JamboardKiosk } from '@material-symbols-svg/react/rounded/jamboard-kiosk';
|
|
119
|
+
export { KeyboardArrowDown } from '@material-symbols-svg/react/rounded/keyboard-arrow-down';
|
|
120
|
+
export { KeyboardArrowUp } from '@material-symbols-svg/react/rounded/keyboard-arrow-up';
|
|
121
|
+
export { KidStar } from '@material-symbols-svg/react/rounded/kid-star';
|
|
122
|
+
export { Label, LabelFill } from '@material-symbols-svg/react/rounded/label';
|
|
123
|
+
export { LaptopMac } from '@material-symbols-svg/react/rounded/laptop-mac';
|
|
124
|
+
export { LaptopWindows } from '@material-symbols-svg/react/rounded/laptop-windows';
|
|
125
|
+
export { Lightbulb, LightbulbFill } from '@material-symbols-svg/react/rounded/lightbulb';
|
|
126
|
+
export { Link } from '@material-symbols-svg/react/rounded/link';
|
|
127
|
+
export { LocationOn, LocationOnFill } from '@material-symbols-svg/react/rounded/location-on';
|
|
128
|
+
export { Lock, LockFill } from '@material-symbols-svg/react/rounded/lock';
|
|
129
|
+
export { Login } from '@material-symbols-svg/react/rounded/login';
|
|
130
|
+
export { Logout } from '@material-symbols-svg/react/rounded/logout';
|
|
131
|
+
export { Mail, MailFill } from '@material-symbols-svg/react/rounded/mail';
|
|
132
|
+
export { ManageAccounts, ManageAccountsFill } from '@material-symbols-svg/react/rounded/manage-accounts';
|
|
133
|
+
export { Margin } from '@material-symbols-svg/react/rounded/margin';
|
|
134
|
+
export { MarkChatUnread } from '@material-symbols-svg/react/rounded/mark-chat-unread';
|
|
135
|
+
export { MarkEmailUnread } from '@material-symbols-svg/react/rounded/mark-email-unread';
|
|
136
|
+
export { Menu } from '@material-symbols-svg/react/rounded/menu';
|
|
137
|
+
export { Mic } from '@material-symbols-svg/react/rounded/mic';
|
|
138
|
+
export { Mobile2 } from '@material-symbols-svg/react/rounded/mobile-2';
|
|
139
|
+
export { MoneyBag } from '@material-symbols-svg/react/rounded/money-bag';
|
|
140
|
+
export { MoreHoriz } from '@material-symbols-svg/react/rounded/more-horiz';
|
|
141
|
+
export { MoreVert } from '@material-symbols-svg/react/rounded/more-vert';
|
|
142
|
+
export { MotionPhotosPaused } from '@material-symbols-svg/react/rounded/motion-photos-paused';
|
|
143
|
+
export { MotionPlay } from '@material-symbols-svg/react/rounded/motion-play';
|
|
144
|
+
export { NestEcoLeaf } from '@material-symbols-svg/react/rounded/nest-eco-leaf';
|
|
145
|
+
export { News } from '@material-symbols-svg/react/rounded/news';
|
|
146
|
+
export { Notes } from '@material-symbols-svg/react/rounded/notes';
|
|
147
|
+
export { Notifications, NotificationsFill } from '@material-symbols-svg/react/rounded/notifications';
|
|
148
|
+
export { Numbers } from '@material-symbols-svg/react/rounded/numbers';
|
|
149
|
+
export { OpenInFull } from '@material-symbols-svg/react/rounded/open-in-full';
|
|
150
|
+
export { OpenInNew } from '@material-symbols-svg/react/rounded/open-in-new';
|
|
151
|
+
export { PageFooter } from '@material-symbols-svg/react/rounded/page-footer';
|
|
152
|
+
export { Palette } from '@material-symbols-svg/react/rounded/palette';
|
|
153
|
+
export { Passkey } from '@material-symbols-svg/react/rounded/passkey';
|
|
154
|
+
export { Pending, PendingFill } from '@material-symbols-svg/react/rounded/pending';
|
|
155
|
+
export { Percent } from '@material-symbols-svg/react/rounded/percent';
|
|
156
|
+
export { PercentDiscount } from '@material-symbols-svg/react/rounded/percent-discount';
|
|
157
|
+
export { Person, PersonFill } from '@material-symbols-svg/react/rounded/person';
|
|
158
|
+
export { PersonAdd, PersonAddFill } from '@material-symbols-svg/react/rounded/person-add';
|
|
159
|
+
export { PlayArrow } from '@material-symbols-svg/react/rounded/play-arrow';
|
|
160
|
+
export { PlayCircle } from '@material-symbols-svg/react/rounded/play-circle';
|
|
161
|
+
export { PriorityHigh } from '@material-symbols-svg/react/rounded/priority-high';
|
|
162
|
+
export { Productivity } from '@material-symbols-svg/react/rounded/productivity';
|
|
163
|
+
export { Psychology } from '@material-symbols-svg/react/rounded/psychology';
|
|
164
|
+
export { ReleaseAlert } from '@material-symbols-svg/react/rounded/release-alert';
|
|
165
|
+
export { Remove } from '@material-symbols-svg/react/rounded/remove';
|
|
166
|
+
export { Reply } from '@material-symbols-svg/react/rounded/reply';
|
|
167
|
+
export { RestartAlt } from '@material-symbols-svg/react/rounded/restart-alt';
|
|
168
|
+
export { Roofing } from '@material-symbols-svg/react/rounded/roofing';
|
|
169
|
+
export { RotateLeft } from '@material-symbols-svg/react/rounded/rotate-left';
|
|
170
|
+
export { Rule } from '@material-symbols-svg/react/rounded/rule';
|
|
171
|
+
export { Savings, SavingsFill } from '@material-symbols-svg/react/rounded/savings';
|
|
172
|
+
export { Schedule } from '@material-symbols-svg/react/rounded/schedule';
|
|
173
|
+
export { School } from '@material-symbols-svg/react/rounded/school';
|
|
174
|
+
export { Science } from '@material-symbols-svg/react/rounded/science';
|
|
175
|
+
export { Search } from '@material-symbols-svg/react/rounded/search';
|
|
176
|
+
export { Security } from '@material-symbols-svg/react/rounded/security';
|
|
177
|
+
export { Sell, SellFill } from '@material-symbols-svg/react/rounded/sell';
|
|
178
|
+
export { Send, SendFill } from '@material-symbols-svg/react/rounded/send';
|
|
179
|
+
export { Settings } from '@material-symbols-svg/react/rounded/settings';
|
|
180
|
+
export { SettingsBackupRestore } from '@material-symbols-svg/react/rounded/settings-backup-restore';
|
|
181
|
+
export { ShieldPerson } from '@material-symbols-svg/react/rounded/shield-person';
|
|
182
|
+
export { ShoppingBag, ShoppingBagFill } from '@material-symbols-svg/react/rounded/shopping-bag';
|
|
183
|
+
export { ShoppingBagSpeed } from '@material-symbols-svg/react/rounded/shopping-bag-speed';
|
|
184
|
+
export { Sort } from '@material-symbols-svg/react/rounded/sort';
|
|
185
|
+
export { Stack } from '@material-symbols-svg/react/rounded/stack';
|
|
186
|
+
export { Stethoscope } from '@material-symbols-svg/react/rounded/stethoscope';
|
|
187
|
+
export { StickyNote } from '@material-symbols-svg/react/rounded/sticky-note';
|
|
188
|
+
export { StickyNote2 } from '@material-symbols-svg/react/rounded/sticky-note-2';
|
|
189
|
+
export { StopCircle } from '@material-symbols-svg/react/rounded/stop-circle';
|
|
190
|
+
export { Storefront } from '@material-symbols-svg/react/rounded/storefront';
|
|
191
|
+
export { StrikethroughS } from '@material-symbols-svg/react/rounded/strikethrough-s';
|
|
192
|
+
export { StylusFountainPen } from '@material-symbols-svg/react/rounded/stylus-fountain-pen';
|
|
193
|
+
export { StylusHighlighter } from '@material-symbols-svg/react/rounded/stylus-highlighter';
|
|
194
|
+
export { StylusNote } from '@material-symbols-svg/react/rounded/stylus-note';
|
|
195
|
+
export { SwapVert } from '@material-symbols-svg/react/rounded/swap-vert';
|
|
196
|
+
export { Table, TableFill } from '@material-symbols-svg/react/rounded/table';
|
|
197
|
+
export { Tag } from '@material-symbols-svg/react/rounded/tag';
|
|
198
|
+
export { TextCompare } from '@material-symbols-svg/react/rounded/text-compare';
|
|
199
|
+
export { TextFields } from '@material-symbols-svg/react/rounded/text-fields';
|
|
200
|
+
export { TextSnippet, TextSnippetFill } from '@material-symbols-svg/react/rounded/text-snippet';
|
|
201
|
+
export { ThermostatCarbon } from '@material-symbols-svg/react/rounded/thermostat-carbon';
|
|
202
|
+
export { ThumbDown } from '@material-symbols-svg/react/rounded/thumb-down';
|
|
203
|
+
export { ThumbUp } from '@material-symbols-svg/react/rounded/thumb-up';
|
|
204
|
+
export { Timer, TimerFill } from '@material-symbols-svg/react/rounded/timer';
|
|
205
|
+
export { ToggleOn } from '@material-symbols-svg/react/rounded/toggle-on';
|
|
206
|
+
export { Token, TokenFill } from '@material-symbols-svg/react/rounded/token';
|
|
207
|
+
export { TravelExplore } from '@material-symbols-svg/react/rounded/travel-explore';
|
|
208
|
+
export { Tune } from '@material-symbols-svg/react/rounded/tune';
|
|
209
|
+
export { UnfoldLess } from '@material-symbols-svg/react/rounded/unfold-less';
|
|
210
|
+
export { UnfoldMore } from '@material-symbols-svg/react/rounded/unfold-more';
|
|
211
|
+
export { Upload, UploadFill } from '@material-symbols-svg/react/rounded/upload';
|
|
212
|
+
export { VariableAdd } from '@material-symbols-svg/react/rounded/variable-add';
|
|
213
|
+
export { Verified } from '@material-symbols-svg/react/rounded/verified';
|
|
214
|
+
export { ViewColumn } from '@material-symbols-svg/react/rounded/view-column';
|
|
215
|
+
export { ViewKanban } from '@material-symbols-svg/react/rounded/view-kanban';
|
|
216
|
+
export { Visibility, VisibilityFill } from '@material-symbols-svg/react/rounded/visibility';
|
|
217
|
+
export { VisibilityOff, VisibilityOffFill } from '@material-symbols-svg/react/rounded/visibility-off';
|
|
218
|
+
export { WandStars } from '@material-symbols-svg/react/rounded/wand-stars';
|
|
219
|
+
export { Warning, WarningFill } from '@material-symbols-svg/react/rounded/warning';
|
|
220
|
+
export { Widgets, WidgetsFill } from '@material-symbols-svg/react/rounded/widgets';
|