@neo4j-ndl/react 2.16.25 → 3.0.0-alpha-4904fb7
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/lib/cjs/_common/CodeBlockWrapper.js +10 -8
- package/lib/cjs/_common/CodeBlockWrapper.js.map +1 -1
- package/lib/cjs/_common/ConditionalWrap.js +1 -1
- package/lib/cjs/_common/ConditionalWrap.js.map +1 -1
- package/lib/cjs/_common/coditionalWrap.js +1 -1
- package/lib/cjs/_common/coditionalWrap.js.map +1 -1
- package/lib/cjs/_common/input/RadioAndCheckboxWrapper.js +6 -20
- package/lib/cjs/_common/input/RadioAndCheckboxWrapper.js.map +1 -1
- package/lib/cjs/_common/messages.js +1 -2
- package/lib/cjs/_common/messages.js.map +1 -1
- package/lib/cjs/{helpers → _common}/types.js +1 -2
- package/lib/cjs/_common/types.js.map +1 -0
- package/lib/cjs/_common/utils.js +3 -1
- package/lib/cjs/_common/utils.js.map +1 -1
- package/lib/cjs/accordion/Accordion.js +24 -24
- package/lib/cjs/accordion/Accordion.js.map +1 -1
- package/lib/cjs/avatar/Avatar.js +7 -17
- package/lib/cjs/avatar/Avatar.js.map +1 -1
- package/lib/cjs/banner/Banner.js +30 -25
- package/lib/cjs/banner/Banner.js.map +1 -1
- package/lib/cjs/breadcrumbs/Breadcrumbs.js +60 -90
- package/lib/cjs/breadcrumbs/Breadcrumbs.js.map +1 -1
- package/lib/cjs/button/Button.js +17 -33
- package/lib/cjs/button/Button.js.map +1 -1
- package/lib/cjs/button/IconButton.js +13 -21
- package/lib/cjs/button/IconButton.js.map +1 -1
- package/lib/cjs/button/IconButtonArray.js +43 -22
- package/lib/cjs/button/IconButtonArray.js.map +1 -1
- package/lib/cjs/callout/Callout.js +2 -14
- package/lib/cjs/callout/Callout.js.map +1 -1
- package/lib/cjs/charts/Axis.js +216 -0
- package/lib/cjs/charts/Axis.js.map +1 -0
- package/lib/cjs/charts/CartesianGrid.js +73 -0
- package/lib/cjs/charts/CartesianGrid.js.map +1 -0
- package/lib/cjs/charts/Chart.js +538 -0
- package/lib/cjs/charts/Chart.js.map +1 -0
- package/lib/cjs/charts/ChartTooltip.js +56 -0
- package/lib/cjs/charts/ChartTooltip.js.map +1 -0
- package/lib/cjs/charts/Charts.js +99 -0
- package/lib/cjs/charts/Charts.js.map +1 -0
- package/lib/cjs/charts/Dot.js +31 -0
- package/lib/cjs/charts/Dot.js.map +1 -0
- package/lib/cjs/charts/Legend.js +180 -0
- package/lib/cjs/charts/Legend.js.map +1 -0
- package/lib/cjs/charts/Line.js +101 -0
- package/lib/cjs/charts/Line.js.map +1 -0
- package/lib/cjs/{code-block → charts}/index.js +1 -1
- package/lib/cjs/charts/index.js.map +1 -0
- package/lib/cjs/{table/TableContext.js → charts/utils.js} +18 -14
- package/lib/cjs/charts/utils.js.map +1 -0
- package/lib/cjs/checkbox/Checkbox.js +2 -14
- package/lib/cjs/checkbox/Checkbox.js.map +1 -1
- package/lib/cjs/clipboard-copier/ClipboardButton.js +16 -20
- package/lib/cjs/clipboard-copier/ClipboardButton.js.map +1 -1
- package/lib/cjs/code/Code.js +179 -0
- package/lib/cjs/code/Code.js.map +1 -0
- package/lib/cjs/{cypher-code-block → code}/index.js +1 -1
- package/lib/cjs/code/index.js.map +1 -0
- package/lib/cjs/code/languages.js +49 -0
- package/lib/cjs/code/languages.js.map +1 -0
- package/lib/cjs/context-menu/ContextMenu.js +202 -319
- package/lib/cjs/context-menu/ContextMenu.js.map +1 -1
- package/lib/cjs/data-grid/Components.js +73 -44
- package/lib/cjs/data-grid/Components.js.map +1 -1
- package/lib/cjs/data-grid/DataGrid.js +6 -6
- package/lib/cjs/data-grid/DataGrid.js.map +1 -1
- package/lib/cjs/data-grid/illustrations/NoData.js +27 -0
- package/lib/cjs/data-grid/illustrations/NoData.js.map +1 -0
- package/lib/cjs/date-picker/DatePicker.js +33 -10
- package/lib/cjs/date-picker/DatePicker.js.map +1 -1
- package/lib/cjs/dialog/Dialog.js +25 -39
- package/lib/cjs/dialog/Dialog.js.map +1 -1
- package/lib/cjs/divider/Divider.js +2 -14
- package/lib/cjs/divider/Divider.js.map +1 -1
- package/lib/cjs/drawer/Drawer.js +10 -8
- package/lib/cjs/drawer/Drawer.js.map +1 -1
- package/lib/cjs/dropdown/Dropdown.js +18 -34
- package/lib/cjs/dropdown/Dropdown.js.map +1 -1
- package/lib/cjs/dropdown/Overrides.js +6 -2
- package/lib/cjs/dropdown/Overrides.js.map +1 -1
- package/lib/cjs/dropdown-button/DropdownButton.js +2 -21
- package/lib/cjs/dropdown-button/DropdownButton.js.map +1 -1
- package/lib/{types/context-menu/SafeArea.d.ts → cjs/dropdown-button/avatar-test.stories.tsx.js} +10 -18
- package/lib/cjs/dropdown-button/avatar-test.stories.tsx.js.map +1 -0
- package/lib/cjs/dropzone/Dropzone.js +4 -15
- package/lib/cjs/dropzone/Dropzone.js.map +1 -1
- package/lib/cjs/graph-label/GraphLabel.js +33 -34
- package/lib/cjs/graph-label/GraphLabel.js.map +1 -1
- package/lib/cjs/helpers/index.js +0 -1
- package/lib/cjs/helpers/index.js.map +1 -1
- package/lib/cjs/hooks/index.js +5 -3
- package/lib/cjs/hooks/index.js.map +1 -1
- package/lib/cjs/icons/generated/heroIcons.js +917 -596
- package/lib/cjs/icons/generated/heroIcons.js.map +1 -1
- package/lib/cjs/index.js +3 -5
- package/lib/cjs/index.js.map +1 -1
- package/lib/cjs/inline-edit/InlineEdit.js +12 -7
- package/lib/cjs/inline-edit/InlineEdit.js.map +1 -1
- package/lib/cjs/label/Label.js +4 -16
- package/lib/cjs/label/Label.js.map +1 -1
- package/lib/cjs/layout/Box.js +4 -16
- package/lib/cjs/layout/Box.js.map +1 -1
- package/lib/cjs/layout/Flex.js +4 -16
- package/lib/cjs/layout/Flex.js.map +1 -1
- package/lib/cjs/loading-spinner/LoadingSpinner.js +2 -13
- package/lib/cjs/loading-spinner/LoadingSpinner.js.map +1 -1
- package/lib/cjs/modal/Modal.js +2 -2
- package/lib/cjs/modal/Modal.js.map +1 -1
- package/lib/cjs/popover/Popover.js +89 -207
- package/lib/cjs/popover/Popover.js.map +1 -1
- package/lib/cjs/popover/use-popover.js +86 -0
- package/lib/cjs/popover/use-popover.js.map +1 -0
- package/lib/cjs/progress-bar/ProgressBar.js +2 -14
- package/lib/cjs/progress-bar/ProgressBar.js.map +1 -1
- package/lib/cjs/radio/Radio.js +2 -1
- package/lib/cjs/radio/Radio.js.map +1 -1
- package/lib/cjs/segmented-control/SegmentedControl.js +6 -19
- package/lib/cjs/segmented-control/SegmentedControl.js.map +1 -1
- package/lib/cjs/side-navigation/SideNavigation.js +52 -59
- package/lib/cjs/side-navigation/SideNavigation.js.map +1 -1
- package/lib/cjs/slider/Slider.js +5 -6
- package/lib/cjs/slider/Slider.js.map +1 -1
- package/lib/cjs/status-indicator/StatusIndicator.js.map +1 -1
- package/lib/cjs/switch/Switch.js +13 -1
- package/lib/cjs/switch/Switch.js.map +1 -1
- package/lib/cjs/tabs/Tabs.js +11 -27
- package/lib/cjs/tabs/Tabs.js.map +1 -1
- package/lib/cjs/tag/Tag.js +5 -18
- package/lib/cjs/tag/Tag.js.map +1 -1
- package/lib/cjs/text-input/TextInput.js +14 -24
- package/lib/cjs/text-input/TextInput.js.map +1 -1
- package/lib/cjs/text-link/TextLink.js +4 -17
- package/lib/cjs/text-link/TextLink.js.map +1 -1
- package/lib/cjs/textarea/Textarea.js +6 -20
- package/lib/cjs/textarea/Textarea.js.map +1 -1
- package/lib/cjs/toast/Toast.js +2 -3
- package/lib/cjs/toast/Toast.js.map +1 -1
- package/lib/cjs/tooltip/Tooltip.js +125 -0
- package/lib/cjs/tooltip/Tooltip.js.map +1 -0
- package/lib/cjs/{tip → tooltip}/index.js +15 -16
- package/lib/cjs/tooltip/index.js.map +1 -0
- package/lib/cjs/tooltip/use-tooltip.js +78 -0
- package/lib/cjs/tooltip/use-tooltip.js.map +1 -0
- package/lib/cjs/tree-view/TreeView.js +4 -16
- package/lib/cjs/tree-view/TreeView.js.map +1 -1
- package/lib/cjs/tree-view/TreeViewTextItem.js +11 -7
- package/lib/cjs/tree-view/TreeViewTextItem.js.map +1 -1
- package/lib/cjs/typography/Typography.js +4 -4
- package/lib/cjs/typography/Typography.js.map +1 -1
- package/lib/cjs/widget/Widget.js +3 -15
- package/lib/cjs/widget/Widget.js.map +1 -1
- package/lib/cjs/wizard/Wizard.js +106 -80
- package/lib/cjs/wizard/Wizard.js.map +1 -1
- package/lib/esm/_common/CodeBlockWrapper.js +10 -8
- package/lib/esm/_common/CodeBlockWrapper.js.map +1 -1
- package/lib/esm/_common/ConditionalWrap.js +1 -1
- package/lib/esm/_common/ConditionalWrap.js.map +1 -1
- package/lib/esm/_common/coditionalWrap.js +1 -1
- package/lib/esm/_common/coditionalWrap.js.map +1 -1
- package/lib/esm/_common/input/RadioAndCheckboxWrapper.js +7 -21
- package/lib/esm/_common/input/RadioAndCheckboxWrapper.js.map +1 -1
- package/lib/esm/_common/messages.js +0 -1
- package/lib/esm/_common/messages.js.map +1 -1
- package/lib/esm/{helpers → _common}/types.js +0 -1
- package/lib/esm/_common/types.js.map +1 -0
- package/lib/esm/_common/utils.js +3 -1
- package/lib/esm/_common/utils.js.map +1 -1
- package/lib/esm/accordion/Accordion.js +25 -25
- package/lib/esm/accordion/Accordion.js.map +1 -1
- package/lib/esm/avatar/Avatar.js +7 -17
- package/lib/esm/avatar/Avatar.js.map +1 -1
- package/lib/esm/banner/Banner.js +30 -25
- package/lib/esm/banner/Banner.js.map +1 -1
- package/lib/esm/breadcrumbs/Breadcrumbs.js +39 -92
- package/lib/esm/breadcrumbs/Breadcrumbs.js.map +1 -1
- package/lib/esm/button/Button.js +11 -27
- package/lib/esm/button/Button.js.map +1 -1
- package/lib/esm/button/IconButton.js +13 -21
- package/lib/esm/button/IconButton.js.map +1 -1
- package/lib/esm/button/IconButtonArray.js +43 -22
- package/lib/esm/button/IconButtonArray.js.map +1 -1
- package/lib/esm/callout/Callout.js +2 -14
- package/lib/esm/callout/Callout.js.map +1 -1
- package/lib/esm/charts/Axis.js +187 -0
- package/lib/esm/charts/Axis.js.map +1 -0
- package/lib/esm/charts/CartesianGrid.js +66 -0
- package/lib/esm/charts/CartesianGrid.js.map +1 -0
- package/lib/esm/charts/Chart.js +517 -0
- package/lib/esm/charts/Chart.js.map +1 -0
- package/lib/esm/charts/ChartTooltip.js +50 -0
- package/lib/esm/charts/ChartTooltip.js.map +1 -0
- package/lib/esm/charts/Charts.js +96 -0
- package/lib/esm/charts/Charts.js.map +1 -0
- package/lib/esm/charts/Dot.js +28 -0
- package/lib/esm/charts/Dot.js.map +1 -0
- package/lib/esm/charts/Legend.js +174 -0
- package/lib/esm/charts/Legend.js.map +1 -0
- package/lib/esm/charts/Line.js +75 -0
- package/lib/esm/charts/Line.js.map +1 -0
- package/lib/esm/charts/index.js +22 -0
- package/lib/esm/charts/index.js.map +1 -0
- package/lib/esm/{table/TableContext.js → charts/utils.js} +16 -11
- package/lib/esm/charts/utils.js.map +1 -0
- package/lib/esm/checkbox/Checkbox.js +2 -14
- package/lib/esm/checkbox/Checkbox.js.map +1 -1
- package/lib/esm/clipboard-copier/ClipboardButton.js +16 -20
- package/lib/esm/clipboard-copier/ClipboardButton.js.map +1 -1
- package/lib/esm/code/Code.js +150 -0
- package/lib/esm/code/Code.js.map +1 -0
- package/lib/{types/text-input-preview/index.d.ts → esm/code/index.js} +2 -1
- package/lib/esm/code/index.js.map +1 -0
- package/lib/esm/code/languages.js +46 -0
- package/lib/esm/code/languages.js.map +1 -0
- package/lib/esm/context-menu/ContextMenu.js +198 -295
- package/lib/esm/context-menu/ContextMenu.js.map +1 -1
- package/lib/esm/data-grid/Components.js +69 -43
- package/lib/esm/data-grid/Components.js.map +1 -1
- package/lib/esm/data-grid/DataGrid.js +6 -6
- package/lib/esm/data-grid/DataGrid.js.map +1 -1
- package/lib/esm/data-grid/illustrations/NoData.js +25 -0
- package/lib/esm/data-grid/illustrations/NoData.js.map +1 -0
- package/lib/esm/date-picker/DatePicker.js +33 -10
- package/lib/esm/date-picker/DatePicker.js.map +1 -1
- package/lib/esm/dialog/Dialog.js +25 -39
- package/lib/esm/dialog/Dialog.js.map +1 -1
- package/lib/esm/divider/Divider.js +2 -14
- package/lib/esm/divider/Divider.js.map +1 -1
- package/lib/esm/drawer/Drawer.js +11 -9
- package/lib/esm/drawer/Drawer.js.map +1 -1
- package/lib/esm/dropdown/Dropdown.js +18 -34
- package/lib/esm/dropdown/Dropdown.js.map +1 -1
- package/lib/esm/dropdown/Overrides.js +6 -2
- package/lib/esm/dropdown/Overrides.js.map +1 -1
- package/lib/esm/dropdown-button/DropdownButton.js +2 -21
- package/lib/esm/dropdown-button/DropdownButton.js.map +1 -1
- package/lib/esm/dropdown-button/avatar-test.stories.tsx.js +27 -0
- package/lib/esm/dropdown-button/avatar-test.stories.tsx.js.map +1 -0
- package/lib/esm/dropzone/Dropzone.js +4 -15
- package/lib/esm/dropzone/Dropzone.js.map +1 -1
- package/lib/esm/graph-label/GraphLabel.js +33 -34
- package/lib/esm/graph-label/GraphLabel.js.map +1 -1
- package/lib/esm/helpers/index.js +0 -1
- package/lib/esm/helpers/index.js.map +1 -1
- package/lib/esm/hooks/index.js +1 -1
- package/lib/esm/hooks/index.js.map +1 -1
- package/lib/esm/icons/generated/heroIcons.js +904 -584
- package/lib/esm/icons/generated/heroIcons.js.map +1 -1
- package/lib/esm/index.js +3 -5
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/inline-edit/InlineEdit.js +12 -7
- package/lib/esm/inline-edit/InlineEdit.js.map +1 -1
- package/lib/esm/label/Label.js +4 -16
- package/lib/esm/label/Label.js.map +1 -1
- package/lib/esm/layout/Box.js +6 -18
- package/lib/esm/layout/Box.js.map +1 -1
- package/lib/esm/layout/Flex.js +5 -17
- package/lib/esm/layout/Flex.js.map +1 -1
- package/lib/esm/loading-spinner/LoadingSpinner.js +2 -13
- package/lib/esm/loading-spinner/LoadingSpinner.js.map +1 -1
- package/lib/esm/modal/Modal.js +2 -2
- package/lib/esm/modal/Modal.js.map +1 -1
- package/lib/esm/popover/Popover.js +64 -204
- package/lib/esm/popover/Popover.js.map +1 -1
- package/lib/esm/popover/use-popover.js +83 -0
- package/lib/esm/popover/use-popover.js.map +1 -0
- package/lib/esm/progress-bar/ProgressBar.js +2 -14
- package/lib/esm/progress-bar/ProgressBar.js.map +1 -1
- package/lib/esm/radio/Radio.js +2 -1
- package/lib/esm/radio/Radio.js.map +1 -1
- package/lib/esm/segmented-control/SegmentedControl.js +7 -20
- package/lib/esm/segmented-control/SegmentedControl.js.map +1 -1
- package/lib/esm/side-navigation/SideNavigation.js +52 -59
- package/lib/esm/side-navigation/SideNavigation.js.map +1 -1
- package/lib/esm/slider/Slider.js +5 -6
- package/lib/esm/slider/Slider.js.map +1 -1
- package/lib/esm/status-indicator/StatusIndicator.js.map +1 -1
- package/lib/esm/switch/Switch.js +13 -1
- package/lib/esm/switch/Switch.js.map +1 -1
- package/lib/esm/tabs/Tabs.js +12 -28
- package/lib/esm/tabs/Tabs.js.map +1 -1
- package/lib/esm/tag/Tag.js +5 -18
- package/lib/esm/tag/Tag.js.map +1 -1
- package/lib/esm/text-input/TextInput.js +14 -24
- package/lib/esm/text-input/TextInput.js.map +1 -1
- package/lib/esm/text-link/TextLink.js +4 -17
- package/lib/esm/text-link/TextLink.js.map +1 -1
- package/lib/esm/textarea/Textarea.js +6 -20
- package/lib/esm/textarea/Textarea.js.map +1 -1
- package/lib/esm/toast/Toast.js +2 -3
- package/lib/esm/toast/Toast.js.map +1 -1
- package/lib/esm/tooltip/Tooltip.js +119 -0
- package/lib/esm/tooltip/Tooltip.js.map +1 -0
- package/lib/esm/{tip → tooltip}/index.js +0 -1
- package/lib/esm/tooltip/index.js.map +1 -0
- package/lib/esm/tooltip/use-tooltip.js +73 -0
- package/lib/esm/tooltip/use-tooltip.js.map +1 -0
- package/lib/esm/tree-view/TreeView.js +4 -16
- package/lib/esm/tree-view/TreeView.js.map +1 -1
- package/lib/esm/tree-view/TreeViewTextItem.js +11 -7
- package/lib/esm/tree-view/TreeViewTextItem.js.map +1 -1
- package/lib/esm/typography/Typography.js +5 -5
- package/lib/esm/typography/Typography.js.map +1 -1
- package/lib/esm/widget/Widget.js +3 -15
- package/lib/esm/widget/Widget.js.map +1 -1
- package/lib/esm/wizard/Wizard.js +83 -76
- package/lib/esm/wizard/Wizard.js.map +1 -1
- package/lib/types/_common/CodeBlockWrapper.d.ts +10 -6
- package/lib/types/_common/ConditionalWrap.d.ts +2 -2
- package/lib/types/_common/coditionalWrap.d.ts +2 -2
- package/lib/types/_common/input/RadioAndCheckboxWrapper.d.ts +15 -4
- package/lib/types/_common/input/types.d.ts +7 -9
- package/lib/types/_common/messages.d.ts +0 -1
- package/lib/types/_common/types.d.ts +40 -0
- package/lib/types/accordion/Accordion.d.ts +15 -9
- package/lib/types/avatar/Avatar.d.ts +14 -7
- package/lib/types/banner/Banner.d.ts +39 -19
- package/lib/types/breadcrumbs/Breadcrumbs.d.ts +18 -21
- package/lib/types/button/Button.d.ts +35 -13
- package/lib/types/button/IconButton.d.ts +31 -12
- package/lib/types/button/IconButtonArray.d.ts +20 -15
- package/lib/types/callout/Callout.d.ts +6 -3
- package/lib/types/charts/Axis.d.ts +37 -0
- package/lib/types/{tip/Tooltip.d.ts → charts/CartesianGrid.d.ts} +7 -6
- package/lib/types/charts/Chart.d.ts +105 -0
- package/lib/types/charts/ChartTooltip.d.ts +59 -0
- package/lib/types/charts/Charts.d.ts +94 -0
- package/lib/types/charts/Dot.d.ts +27 -0
- package/lib/types/charts/Legend.d.ts +25 -0
- package/lib/types/charts/Line.d.ts +43 -0
- package/lib/types/{code-block → charts}/index.d.ts +1 -1
- package/lib/{esm/cypher-code-block/index.js → types/charts/utils.d.ts} +3 -2
- package/lib/types/clipboard-copier/ClipboardButton.d.ts +6 -4
- package/lib/types/{code-block/CodeBlock.d.ts → code/Code.d.ts} +29 -7
- package/lib/types/{cypher-code-block → code}/index.d.ts +1 -1
- package/lib/types/code/languages.d.ts +22 -0
- package/lib/types/context-menu/ContextMenu.d.ts +43 -66
- package/lib/types/data-grid/Components.d.ts +12 -5
- package/lib/types/data-grid/DataGrid.d.ts +8 -5
- package/lib/types/data-grid/DataGridContext.d.ts +3 -3
- package/lib/types/data-grid/datagrid-types.d.ts +3 -3
- package/lib/types/data-grid/illustrations/NoData.d.ts +23 -0
- package/lib/types/date-picker/DatePicker.d.ts +6 -6
- package/lib/types/dialog/Dialog.d.ts +14 -10
- package/lib/types/divider/Divider.d.ts +6 -3
- package/lib/types/drawer/Drawer.d.ts +11 -8
- package/lib/types/dropdown/Dropdown.d.ts +4 -1
- package/lib/types/dropdown/Overrides.d.ts +1 -1
- package/lib/types/dropdown/types.d.ts +5 -6
- package/lib/types/dropdown-button/DropdownButton.d.ts +7 -2
- package/lib/{esm/code-block/index.js → types/dropdown-button/avatar-test.stories.tsx.d.ts} +3 -2
- package/lib/types/dropzone/Dropzone.d.ts +8 -2
- package/lib/types/graph-label/GraphLabel.d.ts +18 -7
- package/lib/types/helpers/index.d.ts +0 -1
- package/lib/types/hooks/index.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons.d.ts +256 -0
- package/lib/types/index.d.ts +3 -5
- package/lib/types/inline-edit/InlineEdit.d.ts +5 -2
- package/lib/types/label/Label.d.ts +4 -3
- package/lib/types/layout/Box.d.ts +6 -10
- package/lib/types/layout/Flex.d.ts +6 -11
- package/lib/types/loading-spinner/LoadingSpinner.d.ts +2 -0
- package/lib/types/modal/Modal.d.ts +6 -4
- package/lib/types/popover/Popover.d.ts +37 -66
- package/lib/types/popover/index.d.ts +4 -0
- package/lib/types/popover/use-popover.d.ts +44 -0
- package/lib/types/portal/Portal.d.ts +1 -1
- package/lib/types/progress-bar/ProgressBar.d.ts +5 -2
- package/lib/types/segmented-control/SegmentedControl.d.ts +11 -5
- package/lib/types/side-navigation/SideNavigation.d.ts +35 -19
- package/lib/types/slider/Slider.d.ts +7 -4
- package/lib/types/status-indicator/StatusIndicator.d.ts +4 -2
- package/lib/types/tabs/Tabs.d.ts +10 -19
- package/lib/types/tag/Tag.d.ts +9 -7
- package/lib/types/text-input/TextInput.d.ts +18 -10
- package/lib/types/text-link/TextLink.d.ts +8 -6
- package/lib/types/textarea/Textarea.d.ts +11 -4
- package/lib/types/toast/Toast.d.ts +3 -0
- package/lib/types/tooltip/Tooltip.d.ts +80 -0
- package/lib/types/{tip → tooltip}/index.d.ts +0 -1
- package/lib/types/tooltip/use-tooltip.d.ts +38 -0
- package/lib/types/tree-view/TreeView.d.ts +7 -3
- package/lib/types/tree-view/tree-view-types.d.ts +2 -2
- package/lib/types/typography/Typography.d.ts +16 -5
- package/lib/types/widget/Widget.d.ts +3 -0
- package/lib/types/wizard/Wizard.d.ts +18 -10
- package/package.json +39 -37
- package/lib/cjs/code-block/CodeBlock.js +0 -105
- package/lib/cjs/code-block/CodeBlock.js.map +0 -1
- package/lib/cjs/code-block/index.js.map +0 -1
- package/lib/cjs/code-block/languages.js +0 -303
- package/lib/cjs/code-block/languages.js.map +0 -1
- package/lib/cjs/context-menu/SafeArea.js +0 -84
- package/lib/cjs/context-menu/SafeArea.js.map +0 -1
- package/lib/cjs/cypher-code-block/CypherCodeBlock.js +0 -74
- package/lib/cjs/cypher-code-block/CypherCodeBlock.js.map +0 -1
- package/lib/cjs/cypher-code-block/index.js.map +0 -1
- package/lib/cjs/helpers/types.js.map +0 -1
- package/lib/cjs/table/Components.js +0 -264
- package/lib/cjs/table/Components.js.map +0 -1
- package/lib/cjs/table/Table.js +0 -100
- package/lib/cjs/table/Table.js.map +0 -1
- package/lib/cjs/table/TableContext.js.map +0 -1
- package/lib/cjs/table/helpers.js +0 -86
- package/lib/cjs/table/helpers.js.map +0 -1
- package/lib/cjs/table/index.js +0 -55
- package/lib/cjs/table/index.js.map +0 -1
- package/lib/cjs/text-input-preview/TextInputPreview.js +0 -75
- package/lib/cjs/text-input-preview/TextInputPreview.js.map +0 -1
- package/lib/cjs/text-input-preview/index.js +0 -38
- package/lib/cjs/text-input-preview/index.js.map +0 -1
- package/lib/cjs/tip/Tip.js +0 -196
- package/lib/cjs/tip/Tip.js.map +0 -1
- package/lib/cjs/tip/Tooltip.js +0 -56
- package/lib/cjs/tip/Tooltip.js.map +0 -1
- package/lib/cjs/tip/index.js.map +0 -1
- package/lib/esm/code-block/CodeBlock.js +0 -79
- package/lib/esm/code-block/CodeBlock.js.map +0 -1
- package/lib/esm/code-block/index.js.map +0 -1
- package/lib/esm/code-block/languages.js +0 -302
- package/lib/esm/code-block/languages.js.map +0 -1
- package/lib/esm/context-menu/SafeArea.js +0 -81
- package/lib/esm/context-menu/SafeArea.js.map +0 -1
- package/lib/esm/cypher-code-block/CypherCodeBlock.js +0 -48
- package/lib/esm/cypher-code-block/CypherCodeBlock.js.map +0 -1
- package/lib/esm/cypher-code-block/index.js.map +0 -1
- package/lib/esm/helpers/types.js.map +0 -1
- package/lib/esm/table/Components.js +0 -244
- package/lib/esm/table/Components.js.map +0 -1
- package/lib/esm/table/Table.js +0 -97
- package/lib/esm/table/Table.js.map +0 -1
- package/lib/esm/table/TableContext.js.map +0 -1
- package/lib/esm/table/helpers.js +0 -81
- package/lib/esm/table/helpers.js.map +0 -1
- package/lib/esm/table/index.js +0 -25
- package/lib/esm/table/index.js.map +0 -1
- package/lib/esm/text-input-preview/TextInputPreview.js +0 -72
- package/lib/esm/text-input-preview/TextInputPreview.js.map +0 -1
- package/lib/esm/text-input-preview/index.js +0 -22
- package/lib/esm/text-input-preview/index.js.map +0 -1
- package/lib/esm/tip/Tip.js +0 -186
- package/lib/esm/tip/Tip.js.map +0 -1
- package/lib/esm/tip/Tooltip.js +0 -50
- package/lib/esm/tip/Tooltip.js.map +0 -1
- package/lib/esm/tip/index.js.map +0 -1
- package/lib/types/code-block/languages.d.ts +0 -23
- package/lib/types/cypher-code-block/CypherCodeBlock.d.ts +0 -33
- package/lib/types/helpers/types.d.ts +0 -42
- package/lib/types/table/Components.d.ts +0 -81
- package/lib/types/table/Table.d.ts +0 -62
- package/lib/types/table/TableContext.d.ts +0 -61
- package/lib/types/table/helpers.d.ts +0 -39
- package/lib/types/table/index.d.ts +0 -24
- package/lib/types/text-input-preview/TextInputPreview.d.ts +0 -59
- package/lib/types/tip/Tip.d.ts +0 -168
|
@@ -34,2921 +34,3241 @@ import { forwardRef } from 'react';
|
|
|
34
34
|
import AcademicCapIconOutlineOriginal from '@heroicons/react/24/outline/AcademicCapIcon';
|
|
35
35
|
export const AcademicCapIconOutline = forwardRef(function AcademicCapIconOutline(_a, ref) {
|
|
36
36
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
37
|
-
return _jsx(AcademicCapIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
37
|
+
return _jsx(AcademicCapIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
38
38
|
});
|
|
39
39
|
import AdjustmentsHorizontalIconOutlineOriginal from '@heroicons/react/24/outline/AdjustmentsHorizontalIcon';
|
|
40
40
|
export const AdjustmentsHorizontalIconOutline = forwardRef(function AdjustmentsHorizontalIconOutline(_a, ref) {
|
|
41
41
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
42
|
-
return _jsx(AdjustmentsHorizontalIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
42
|
+
return _jsx(AdjustmentsHorizontalIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
43
43
|
});
|
|
44
44
|
import AdjustmentsVerticalIconOutlineOriginal from '@heroicons/react/24/outline/AdjustmentsVerticalIcon';
|
|
45
45
|
export const AdjustmentsVerticalIconOutline = forwardRef(function AdjustmentsVerticalIconOutline(_a, ref) {
|
|
46
46
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
47
|
-
return _jsx(AdjustmentsVerticalIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
47
|
+
return _jsx(AdjustmentsVerticalIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
48
48
|
});
|
|
49
49
|
import ArchiveBoxArrowDownIconOutlineOriginal from '@heroicons/react/24/outline/ArchiveBoxArrowDownIcon';
|
|
50
50
|
export const ArchiveBoxArrowDownIconOutline = forwardRef(function ArchiveBoxArrowDownIconOutline(_a, ref) {
|
|
51
51
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
52
|
-
return _jsx(ArchiveBoxArrowDownIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
52
|
+
return _jsx(ArchiveBoxArrowDownIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
53
53
|
});
|
|
54
54
|
import ArchiveBoxXMarkIconOutlineOriginal from '@heroicons/react/24/outline/ArchiveBoxXMarkIcon';
|
|
55
55
|
export const ArchiveBoxXMarkIconOutline = forwardRef(function ArchiveBoxXMarkIconOutline(_a, ref) {
|
|
56
56
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
57
|
-
return _jsx(ArchiveBoxXMarkIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
57
|
+
return _jsx(ArchiveBoxXMarkIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
58
58
|
});
|
|
59
59
|
import ArchiveBoxIconOutlineOriginal from '@heroicons/react/24/outline/ArchiveBoxIcon';
|
|
60
60
|
export const ArchiveBoxIconOutline = forwardRef(function ArchiveBoxIconOutline(_a, ref) {
|
|
61
61
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
62
|
-
return _jsx(ArchiveBoxIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
62
|
+
return _jsx(ArchiveBoxIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
63
63
|
});
|
|
64
64
|
import ArrowDownCircleIconOutlineOriginal from '@heroicons/react/24/outline/ArrowDownCircleIcon';
|
|
65
65
|
export const ArrowDownCircleIconOutline = forwardRef(function ArrowDownCircleIconOutline(_a, ref) {
|
|
66
66
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
67
|
-
return _jsx(ArrowDownCircleIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
67
|
+
return _jsx(ArrowDownCircleIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
68
68
|
});
|
|
69
69
|
import ArrowDownLeftIconOutlineOriginal from '@heroicons/react/24/outline/ArrowDownLeftIcon';
|
|
70
70
|
export const ArrowDownLeftIconOutline = forwardRef(function ArrowDownLeftIconOutline(_a, ref) {
|
|
71
71
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
72
|
-
return _jsx(ArrowDownLeftIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
72
|
+
return _jsx(ArrowDownLeftIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
73
73
|
});
|
|
74
74
|
import ArrowDownOnSquareStackIconOutlineOriginal from '@heroicons/react/24/outline/ArrowDownOnSquareStackIcon';
|
|
75
75
|
export const ArrowDownOnSquareStackIconOutline = forwardRef(function ArrowDownOnSquareStackIconOutline(_a, ref) {
|
|
76
76
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
77
|
-
return _jsx(ArrowDownOnSquareStackIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
77
|
+
return _jsx(ArrowDownOnSquareStackIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
78
78
|
});
|
|
79
79
|
import ArrowDownOnSquareIconOutlineOriginal from '@heroicons/react/24/outline/ArrowDownOnSquareIcon';
|
|
80
80
|
export const ArrowDownOnSquareIconOutline = forwardRef(function ArrowDownOnSquareIconOutline(_a, ref) {
|
|
81
81
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
82
|
-
return _jsx(ArrowDownOnSquareIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
82
|
+
return _jsx(ArrowDownOnSquareIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
83
83
|
});
|
|
84
84
|
import ArrowDownRightIconOutlineOriginal from '@heroicons/react/24/outline/ArrowDownRightIcon';
|
|
85
85
|
export const ArrowDownRightIconOutline = forwardRef(function ArrowDownRightIconOutline(_a, ref) {
|
|
86
86
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
87
|
-
return _jsx(ArrowDownRightIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
87
|
+
return _jsx(ArrowDownRightIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
88
88
|
});
|
|
89
89
|
import ArrowDownTrayIconOutlineOriginal from '@heroicons/react/24/outline/ArrowDownTrayIcon';
|
|
90
90
|
export const ArrowDownTrayIconOutline = forwardRef(function ArrowDownTrayIconOutline(_a, ref) {
|
|
91
91
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
92
|
-
return _jsx(ArrowDownTrayIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
92
|
+
return _jsx(ArrowDownTrayIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
93
93
|
});
|
|
94
94
|
import ArrowDownIconOutlineOriginal from '@heroicons/react/24/outline/ArrowDownIcon';
|
|
95
95
|
export const ArrowDownIconOutline = forwardRef(function ArrowDownIconOutline(_a, ref) {
|
|
96
96
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
97
|
-
return _jsx(ArrowDownIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
97
|
+
return _jsx(ArrowDownIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
98
98
|
});
|
|
99
99
|
import ArrowLeftCircleIconOutlineOriginal from '@heroicons/react/24/outline/ArrowLeftCircleIcon';
|
|
100
100
|
export const ArrowLeftCircleIconOutline = forwardRef(function ArrowLeftCircleIconOutline(_a, ref) {
|
|
101
101
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
102
|
-
return _jsx(ArrowLeftCircleIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
102
|
+
return _jsx(ArrowLeftCircleIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
103
|
+
});
|
|
104
|
+
import ArrowLeftEndOnRectangleIconOutlineOriginal from '@heroicons/react/24/outline/ArrowLeftEndOnRectangleIcon';
|
|
105
|
+
export const ArrowLeftEndOnRectangleIconOutline = forwardRef(function ArrowLeftEndOnRectangleIconOutline(_a, ref) {
|
|
106
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
107
|
+
return _jsx(ArrowLeftEndOnRectangleIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
103
108
|
});
|
|
104
109
|
import ArrowLeftOnRectangleIconOutlineOriginal from '@heroicons/react/24/outline/ArrowLeftOnRectangleIcon';
|
|
105
110
|
export const ArrowLeftOnRectangleIconOutline = forwardRef(function ArrowLeftOnRectangleIconOutline(_a, ref) {
|
|
106
111
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
107
|
-
return _jsx(ArrowLeftOnRectangleIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
112
|
+
return _jsx(ArrowLeftOnRectangleIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
113
|
+
});
|
|
114
|
+
import ArrowLeftStartOnRectangleIconOutlineOriginal from '@heroicons/react/24/outline/ArrowLeftStartOnRectangleIcon';
|
|
115
|
+
export const ArrowLeftStartOnRectangleIconOutline = forwardRef(function ArrowLeftStartOnRectangleIconOutline(_a, ref) {
|
|
116
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
117
|
+
return _jsx(ArrowLeftStartOnRectangleIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
108
118
|
});
|
|
109
119
|
import ArrowLeftIconOutlineOriginal from '@heroicons/react/24/outline/ArrowLeftIcon';
|
|
110
120
|
export const ArrowLeftIconOutline = forwardRef(function ArrowLeftIconOutline(_a, ref) {
|
|
111
121
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
112
|
-
return _jsx(ArrowLeftIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
122
|
+
return _jsx(ArrowLeftIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
113
123
|
});
|
|
114
124
|
import ArrowLongDownIconOutlineOriginal from '@heroicons/react/24/outline/ArrowLongDownIcon';
|
|
115
125
|
export const ArrowLongDownIconOutline = forwardRef(function ArrowLongDownIconOutline(_a, ref) {
|
|
116
126
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
117
|
-
return _jsx(ArrowLongDownIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
127
|
+
return _jsx(ArrowLongDownIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
118
128
|
});
|
|
119
129
|
import ArrowLongLeftIconOutlineOriginal from '@heroicons/react/24/outline/ArrowLongLeftIcon';
|
|
120
130
|
export const ArrowLongLeftIconOutline = forwardRef(function ArrowLongLeftIconOutline(_a, ref) {
|
|
121
131
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
122
|
-
return _jsx(ArrowLongLeftIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
132
|
+
return _jsx(ArrowLongLeftIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
123
133
|
});
|
|
124
134
|
import ArrowLongRightIconOutlineOriginal from '@heroicons/react/24/outline/ArrowLongRightIcon';
|
|
125
135
|
export const ArrowLongRightIconOutline = forwardRef(function ArrowLongRightIconOutline(_a, ref) {
|
|
126
136
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
127
|
-
return _jsx(ArrowLongRightIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
137
|
+
return _jsx(ArrowLongRightIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
128
138
|
});
|
|
129
139
|
import ArrowLongUpIconOutlineOriginal from '@heroicons/react/24/outline/ArrowLongUpIcon';
|
|
130
140
|
export const ArrowLongUpIconOutline = forwardRef(function ArrowLongUpIconOutline(_a, ref) {
|
|
131
141
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
132
|
-
return _jsx(ArrowLongUpIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
142
|
+
return _jsx(ArrowLongUpIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
133
143
|
});
|
|
134
144
|
import ArrowPathRoundedSquareIconOutlineOriginal from '@heroicons/react/24/outline/ArrowPathRoundedSquareIcon';
|
|
135
145
|
export const ArrowPathRoundedSquareIconOutline = forwardRef(function ArrowPathRoundedSquareIconOutline(_a, ref) {
|
|
136
146
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
137
|
-
return _jsx(ArrowPathRoundedSquareIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
147
|
+
return _jsx(ArrowPathRoundedSquareIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
138
148
|
});
|
|
139
149
|
import ArrowPathIconOutlineOriginal from '@heroicons/react/24/outline/ArrowPathIcon';
|
|
140
150
|
export const ArrowPathIconOutline = forwardRef(function ArrowPathIconOutline(_a, ref) {
|
|
141
151
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
142
|
-
return _jsx(ArrowPathIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
152
|
+
return _jsx(ArrowPathIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
143
153
|
});
|
|
144
154
|
import ArrowRightCircleIconOutlineOriginal from '@heroicons/react/24/outline/ArrowRightCircleIcon';
|
|
145
155
|
export const ArrowRightCircleIconOutline = forwardRef(function ArrowRightCircleIconOutline(_a, ref) {
|
|
146
156
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
147
|
-
return _jsx(ArrowRightCircleIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
157
|
+
return _jsx(ArrowRightCircleIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
158
|
+
});
|
|
159
|
+
import ArrowRightEndOnRectangleIconOutlineOriginal from '@heroicons/react/24/outline/ArrowRightEndOnRectangleIcon';
|
|
160
|
+
export const ArrowRightEndOnRectangleIconOutline = forwardRef(function ArrowRightEndOnRectangleIconOutline(_a, ref) {
|
|
161
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
162
|
+
return _jsx(ArrowRightEndOnRectangleIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
148
163
|
});
|
|
149
164
|
import ArrowRightOnRectangleIconOutlineOriginal from '@heroicons/react/24/outline/ArrowRightOnRectangleIcon';
|
|
150
165
|
export const ArrowRightOnRectangleIconOutline = forwardRef(function ArrowRightOnRectangleIconOutline(_a, ref) {
|
|
151
166
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
152
|
-
return _jsx(ArrowRightOnRectangleIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
167
|
+
return _jsx(ArrowRightOnRectangleIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
168
|
+
});
|
|
169
|
+
import ArrowRightStartOnRectangleIconOutlineOriginal from '@heroicons/react/24/outline/ArrowRightStartOnRectangleIcon';
|
|
170
|
+
export const ArrowRightStartOnRectangleIconOutline = forwardRef(function ArrowRightStartOnRectangleIconOutline(_a, ref) {
|
|
171
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
172
|
+
return _jsx(ArrowRightStartOnRectangleIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
153
173
|
});
|
|
154
174
|
import ArrowRightIconOutlineOriginal from '@heroicons/react/24/outline/ArrowRightIcon';
|
|
155
175
|
export const ArrowRightIconOutline = forwardRef(function ArrowRightIconOutline(_a, ref) {
|
|
156
176
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
157
|
-
return _jsx(ArrowRightIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
177
|
+
return _jsx(ArrowRightIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
158
178
|
});
|
|
159
179
|
import ArrowSmallDownIconOutlineOriginal from '@heroicons/react/24/outline/ArrowSmallDownIcon';
|
|
160
180
|
export const ArrowSmallDownIconOutline = forwardRef(function ArrowSmallDownIconOutline(_a, ref) {
|
|
161
181
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
162
|
-
return _jsx(ArrowSmallDownIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
182
|
+
return _jsx(ArrowSmallDownIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
163
183
|
});
|
|
164
184
|
import ArrowSmallLeftIconOutlineOriginal from '@heroicons/react/24/outline/ArrowSmallLeftIcon';
|
|
165
185
|
export const ArrowSmallLeftIconOutline = forwardRef(function ArrowSmallLeftIconOutline(_a, ref) {
|
|
166
186
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
167
|
-
return _jsx(ArrowSmallLeftIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
187
|
+
return _jsx(ArrowSmallLeftIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
168
188
|
});
|
|
169
189
|
import ArrowSmallRightIconOutlineOriginal from '@heroicons/react/24/outline/ArrowSmallRightIcon';
|
|
170
190
|
export const ArrowSmallRightIconOutline = forwardRef(function ArrowSmallRightIconOutline(_a, ref) {
|
|
171
191
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
172
|
-
return _jsx(ArrowSmallRightIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
192
|
+
return _jsx(ArrowSmallRightIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
173
193
|
});
|
|
174
194
|
import ArrowSmallUpIconOutlineOriginal from '@heroicons/react/24/outline/ArrowSmallUpIcon';
|
|
175
195
|
export const ArrowSmallUpIconOutline = forwardRef(function ArrowSmallUpIconOutline(_a, ref) {
|
|
176
196
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
177
|
-
return _jsx(ArrowSmallUpIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
197
|
+
return _jsx(ArrowSmallUpIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
178
198
|
});
|
|
179
199
|
import ArrowTopRightOnSquareIconOutlineOriginal from '@heroicons/react/24/outline/ArrowTopRightOnSquareIcon';
|
|
180
200
|
export const ArrowTopRightOnSquareIconOutline = forwardRef(function ArrowTopRightOnSquareIconOutline(_a, ref) {
|
|
181
201
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
182
|
-
return _jsx(ArrowTopRightOnSquareIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
202
|
+
return _jsx(ArrowTopRightOnSquareIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
183
203
|
});
|
|
184
204
|
import ArrowTrendingDownIconOutlineOriginal from '@heroicons/react/24/outline/ArrowTrendingDownIcon';
|
|
185
205
|
export const ArrowTrendingDownIconOutline = forwardRef(function ArrowTrendingDownIconOutline(_a, ref) {
|
|
186
206
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
187
|
-
return _jsx(ArrowTrendingDownIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
207
|
+
return _jsx(ArrowTrendingDownIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
188
208
|
});
|
|
189
209
|
import ArrowTrendingUpIconOutlineOriginal from '@heroicons/react/24/outline/ArrowTrendingUpIcon';
|
|
190
210
|
export const ArrowTrendingUpIconOutline = forwardRef(function ArrowTrendingUpIconOutline(_a, ref) {
|
|
191
211
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
192
|
-
return _jsx(ArrowTrendingUpIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
212
|
+
return _jsx(ArrowTrendingUpIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
213
|
+
});
|
|
214
|
+
import ArrowTurnDownLeftIconOutlineOriginal from '@heroicons/react/24/outline/ArrowTurnDownLeftIcon';
|
|
215
|
+
export const ArrowTurnDownLeftIconOutline = forwardRef(function ArrowTurnDownLeftIconOutline(_a, ref) {
|
|
216
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
217
|
+
return _jsx(ArrowTurnDownLeftIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
218
|
+
});
|
|
219
|
+
import ArrowTurnDownRightIconOutlineOriginal from '@heroicons/react/24/outline/ArrowTurnDownRightIcon';
|
|
220
|
+
export const ArrowTurnDownRightIconOutline = forwardRef(function ArrowTurnDownRightIconOutline(_a, ref) {
|
|
221
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
222
|
+
return _jsx(ArrowTurnDownRightIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
223
|
+
});
|
|
224
|
+
import ArrowTurnLeftDownIconOutlineOriginal from '@heroicons/react/24/outline/ArrowTurnLeftDownIcon';
|
|
225
|
+
export const ArrowTurnLeftDownIconOutline = forwardRef(function ArrowTurnLeftDownIconOutline(_a, ref) {
|
|
226
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
227
|
+
return _jsx(ArrowTurnLeftDownIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
228
|
+
});
|
|
229
|
+
import ArrowTurnLeftUpIconOutlineOriginal from '@heroicons/react/24/outline/ArrowTurnLeftUpIcon';
|
|
230
|
+
export const ArrowTurnLeftUpIconOutline = forwardRef(function ArrowTurnLeftUpIconOutline(_a, ref) {
|
|
231
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
232
|
+
return _jsx(ArrowTurnLeftUpIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
233
|
+
});
|
|
234
|
+
import ArrowTurnRightDownIconOutlineOriginal from '@heroicons/react/24/outline/ArrowTurnRightDownIcon';
|
|
235
|
+
export const ArrowTurnRightDownIconOutline = forwardRef(function ArrowTurnRightDownIconOutline(_a, ref) {
|
|
236
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
237
|
+
return _jsx(ArrowTurnRightDownIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
238
|
+
});
|
|
239
|
+
import ArrowTurnRightUpIconOutlineOriginal from '@heroicons/react/24/outline/ArrowTurnRightUpIcon';
|
|
240
|
+
export const ArrowTurnRightUpIconOutline = forwardRef(function ArrowTurnRightUpIconOutline(_a, ref) {
|
|
241
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
242
|
+
return _jsx(ArrowTurnRightUpIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
243
|
+
});
|
|
244
|
+
import ArrowTurnUpLeftIconOutlineOriginal from '@heroicons/react/24/outline/ArrowTurnUpLeftIcon';
|
|
245
|
+
export const ArrowTurnUpLeftIconOutline = forwardRef(function ArrowTurnUpLeftIconOutline(_a, ref) {
|
|
246
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
247
|
+
return _jsx(ArrowTurnUpLeftIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
248
|
+
});
|
|
249
|
+
import ArrowTurnUpRightIconOutlineOriginal from '@heroicons/react/24/outline/ArrowTurnUpRightIcon';
|
|
250
|
+
export const ArrowTurnUpRightIconOutline = forwardRef(function ArrowTurnUpRightIconOutline(_a, ref) {
|
|
251
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
252
|
+
return _jsx(ArrowTurnUpRightIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
193
253
|
});
|
|
194
254
|
import ArrowUpCircleIconOutlineOriginal from '@heroicons/react/24/outline/ArrowUpCircleIcon';
|
|
195
255
|
export const ArrowUpCircleIconOutline = forwardRef(function ArrowUpCircleIconOutline(_a, ref) {
|
|
196
256
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
197
|
-
return _jsx(ArrowUpCircleIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
257
|
+
return _jsx(ArrowUpCircleIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
198
258
|
});
|
|
199
259
|
import ArrowUpLeftIconOutlineOriginal from '@heroicons/react/24/outline/ArrowUpLeftIcon';
|
|
200
260
|
export const ArrowUpLeftIconOutline = forwardRef(function ArrowUpLeftIconOutline(_a, ref) {
|
|
201
261
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
202
|
-
return _jsx(ArrowUpLeftIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
262
|
+
return _jsx(ArrowUpLeftIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
203
263
|
});
|
|
204
264
|
import ArrowUpOnSquareStackIconOutlineOriginal from '@heroicons/react/24/outline/ArrowUpOnSquareStackIcon';
|
|
205
265
|
export const ArrowUpOnSquareStackIconOutline = forwardRef(function ArrowUpOnSquareStackIconOutline(_a, ref) {
|
|
206
266
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
207
|
-
return _jsx(ArrowUpOnSquareStackIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
267
|
+
return _jsx(ArrowUpOnSquareStackIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
208
268
|
});
|
|
209
269
|
import ArrowUpOnSquareIconOutlineOriginal from '@heroicons/react/24/outline/ArrowUpOnSquareIcon';
|
|
210
270
|
export const ArrowUpOnSquareIconOutline = forwardRef(function ArrowUpOnSquareIconOutline(_a, ref) {
|
|
211
271
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
212
|
-
return _jsx(ArrowUpOnSquareIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
272
|
+
return _jsx(ArrowUpOnSquareIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
213
273
|
});
|
|
214
274
|
import ArrowUpRightIconOutlineOriginal from '@heroicons/react/24/outline/ArrowUpRightIcon';
|
|
215
275
|
export const ArrowUpRightIconOutline = forwardRef(function ArrowUpRightIconOutline(_a, ref) {
|
|
216
276
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
217
|
-
return _jsx(ArrowUpRightIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
277
|
+
return _jsx(ArrowUpRightIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
218
278
|
});
|
|
219
279
|
import ArrowUpTrayIconOutlineOriginal from '@heroicons/react/24/outline/ArrowUpTrayIcon';
|
|
220
280
|
export const ArrowUpTrayIconOutline = forwardRef(function ArrowUpTrayIconOutline(_a, ref) {
|
|
221
281
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
222
|
-
return _jsx(ArrowUpTrayIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
282
|
+
return _jsx(ArrowUpTrayIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
223
283
|
});
|
|
224
284
|
import ArrowUpIconOutlineOriginal from '@heroicons/react/24/outline/ArrowUpIcon';
|
|
225
285
|
export const ArrowUpIconOutline = forwardRef(function ArrowUpIconOutline(_a, ref) {
|
|
226
286
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
227
|
-
return _jsx(ArrowUpIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
287
|
+
return _jsx(ArrowUpIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
228
288
|
});
|
|
229
289
|
import ArrowUturnDownIconOutlineOriginal from '@heroicons/react/24/outline/ArrowUturnDownIcon';
|
|
230
290
|
export const ArrowUturnDownIconOutline = forwardRef(function ArrowUturnDownIconOutline(_a, ref) {
|
|
231
291
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
232
|
-
return _jsx(ArrowUturnDownIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
292
|
+
return _jsx(ArrowUturnDownIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
233
293
|
});
|
|
234
294
|
import ArrowUturnLeftIconOutlineOriginal from '@heroicons/react/24/outline/ArrowUturnLeftIcon';
|
|
235
295
|
export const ArrowUturnLeftIconOutline = forwardRef(function ArrowUturnLeftIconOutline(_a, ref) {
|
|
236
296
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
237
|
-
return _jsx(ArrowUturnLeftIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
297
|
+
return _jsx(ArrowUturnLeftIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
238
298
|
});
|
|
239
299
|
import ArrowUturnRightIconOutlineOriginal from '@heroicons/react/24/outline/ArrowUturnRightIcon';
|
|
240
300
|
export const ArrowUturnRightIconOutline = forwardRef(function ArrowUturnRightIconOutline(_a, ref) {
|
|
241
301
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
242
|
-
return _jsx(ArrowUturnRightIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
302
|
+
return _jsx(ArrowUturnRightIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
243
303
|
});
|
|
244
304
|
import ArrowUturnUpIconOutlineOriginal from '@heroicons/react/24/outline/ArrowUturnUpIcon';
|
|
245
305
|
export const ArrowUturnUpIconOutline = forwardRef(function ArrowUturnUpIconOutline(_a, ref) {
|
|
246
306
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
247
|
-
return _jsx(ArrowUturnUpIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
307
|
+
return _jsx(ArrowUturnUpIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
248
308
|
});
|
|
249
309
|
import ArrowsPointingInIconOutlineOriginal from '@heroicons/react/24/outline/ArrowsPointingInIcon';
|
|
250
310
|
export const ArrowsPointingInIconOutline = forwardRef(function ArrowsPointingInIconOutline(_a, ref) {
|
|
251
311
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
252
|
-
return _jsx(ArrowsPointingInIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
312
|
+
return _jsx(ArrowsPointingInIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
253
313
|
});
|
|
254
314
|
import ArrowsPointingOutIconOutlineOriginal from '@heroicons/react/24/outline/ArrowsPointingOutIcon';
|
|
255
315
|
export const ArrowsPointingOutIconOutline = forwardRef(function ArrowsPointingOutIconOutline(_a, ref) {
|
|
256
316
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
257
|
-
return _jsx(ArrowsPointingOutIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
317
|
+
return _jsx(ArrowsPointingOutIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
258
318
|
});
|
|
259
319
|
import ArrowsRightLeftIconOutlineOriginal from '@heroicons/react/24/outline/ArrowsRightLeftIcon';
|
|
260
320
|
export const ArrowsRightLeftIconOutline = forwardRef(function ArrowsRightLeftIconOutline(_a, ref) {
|
|
261
321
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
262
|
-
return _jsx(ArrowsRightLeftIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
322
|
+
return _jsx(ArrowsRightLeftIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
263
323
|
});
|
|
264
324
|
import ArrowsUpDownIconOutlineOriginal from '@heroicons/react/24/outline/ArrowsUpDownIcon';
|
|
265
325
|
export const ArrowsUpDownIconOutline = forwardRef(function ArrowsUpDownIconOutline(_a, ref) {
|
|
266
326
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
267
|
-
return _jsx(ArrowsUpDownIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
327
|
+
return _jsx(ArrowsUpDownIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
268
328
|
});
|
|
269
329
|
import AtSymbolIconOutlineOriginal from '@heroicons/react/24/outline/AtSymbolIcon';
|
|
270
330
|
export const AtSymbolIconOutline = forwardRef(function AtSymbolIconOutline(_a, ref) {
|
|
271
331
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
272
|
-
return _jsx(AtSymbolIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
332
|
+
return _jsx(AtSymbolIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
273
333
|
});
|
|
274
334
|
import BackspaceIconOutlineOriginal from '@heroicons/react/24/outline/BackspaceIcon';
|
|
275
335
|
export const BackspaceIconOutline = forwardRef(function BackspaceIconOutline(_a, ref) {
|
|
276
336
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
277
|
-
return _jsx(BackspaceIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
337
|
+
return _jsx(BackspaceIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
278
338
|
});
|
|
279
339
|
import BackwardIconOutlineOriginal from '@heroicons/react/24/outline/BackwardIcon';
|
|
280
340
|
export const BackwardIconOutline = forwardRef(function BackwardIconOutline(_a, ref) {
|
|
281
341
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
282
|
-
return _jsx(BackwardIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
342
|
+
return _jsx(BackwardIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
283
343
|
});
|
|
284
344
|
import BanknotesIconOutlineOriginal from '@heroicons/react/24/outline/BanknotesIcon';
|
|
285
345
|
export const BanknotesIconOutline = forwardRef(function BanknotesIconOutline(_a, ref) {
|
|
286
346
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
287
|
-
return _jsx(BanknotesIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
347
|
+
return _jsx(BanknotesIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
288
348
|
});
|
|
289
349
|
import Bars2IconOutlineOriginal from '@heroicons/react/24/outline/Bars2Icon';
|
|
290
350
|
export const Bars2IconOutline = forwardRef(function Bars2IconOutline(_a, ref) {
|
|
291
351
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
292
|
-
return _jsx(Bars2IconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
352
|
+
return _jsx(Bars2IconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
293
353
|
});
|
|
294
354
|
import Bars3BottomLeftIconOutlineOriginal from '@heroicons/react/24/outline/Bars3BottomLeftIcon';
|
|
295
355
|
export const Bars3BottomLeftIconOutline = forwardRef(function Bars3BottomLeftIconOutline(_a, ref) {
|
|
296
356
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
297
|
-
return _jsx(Bars3BottomLeftIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
357
|
+
return _jsx(Bars3BottomLeftIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
298
358
|
});
|
|
299
359
|
import Bars3BottomRightIconOutlineOriginal from '@heroicons/react/24/outline/Bars3BottomRightIcon';
|
|
300
360
|
export const Bars3BottomRightIconOutline = forwardRef(function Bars3BottomRightIconOutline(_a, ref) {
|
|
301
361
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
302
|
-
return _jsx(Bars3BottomRightIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
362
|
+
return _jsx(Bars3BottomRightIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
303
363
|
});
|
|
304
364
|
import Bars3CenterLeftIconOutlineOriginal from '@heroicons/react/24/outline/Bars3CenterLeftIcon';
|
|
305
365
|
export const Bars3CenterLeftIconOutline = forwardRef(function Bars3CenterLeftIconOutline(_a, ref) {
|
|
306
366
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
307
|
-
return _jsx(Bars3CenterLeftIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
367
|
+
return _jsx(Bars3CenterLeftIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
308
368
|
});
|
|
309
369
|
import Bars3IconOutlineOriginal from '@heroicons/react/24/outline/Bars3Icon';
|
|
310
370
|
export const Bars3IconOutline = forwardRef(function Bars3IconOutline(_a, ref) {
|
|
311
371
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
312
|
-
return _jsx(Bars3IconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
372
|
+
return _jsx(Bars3IconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
313
373
|
});
|
|
314
374
|
import Bars4IconOutlineOriginal from '@heroicons/react/24/outline/Bars4Icon';
|
|
315
375
|
export const Bars4IconOutline = forwardRef(function Bars4IconOutline(_a, ref) {
|
|
316
376
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
317
|
-
return _jsx(Bars4IconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
377
|
+
return _jsx(Bars4IconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
318
378
|
});
|
|
319
379
|
import BarsArrowDownIconOutlineOriginal from '@heroicons/react/24/outline/BarsArrowDownIcon';
|
|
320
380
|
export const BarsArrowDownIconOutline = forwardRef(function BarsArrowDownIconOutline(_a, ref) {
|
|
321
381
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
322
|
-
return _jsx(BarsArrowDownIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
382
|
+
return _jsx(BarsArrowDownIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
323
383
|
});
|
|
324
384
|
import BarsArrowUpIconOutlineOriginal from '@heroicons/react/24/outline/BarsArrowUpIcon';
|
|
325
385
|
export const BarsArrowUpIconOutline = forwardRef(function BarsArrowUpIconOutline(_a, ref) {
|
|
326
386
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
327
|
-
return _jsx(BarsArrowUpIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
387
|
+
return _jsx(BarsArrowUpIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
328
388
|
});
|
|
329
389
|
import Battery0IconOutlineOriginal from '@heroicons/react/24/outline/Battery0Icon';
|
|
330
390
|
export const Battery0IconOutline = forwardRef(function Battery0IconOutline(_a, ref) {
|
|
331
391
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
332
|
-
return _jsx(Battery0IconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
392
|
+
return _jsx(Battery0IconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
333
393
|
});
|
|
334
394
|
import Battery100IconOutlineOriginal from '@heroicons/react/24/outline/Battery100Icon';
|
|
335
395
|
export const Battery100IconOutline = forwardRef(function Battery100IconOutline(_a, ref) {
|
|
336
396
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
337
|
-
return _jsx(Battery100IconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
397
|
+
return _jsx(Battery100IconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
338
398
|
});
|
|
339
399
|
import Battery50IconOutlineOriginal from '@heroicons/react/24/outline/Battery50Icon';
|
|
340
400
|
export const Battery50IconOutline = forwardRef(function Battery50IconOutline(_a, ref) {
|
|
341
401
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
342
|
-
return _jsx(Battery50IconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
402
|
+
return _jsx(Battery50IconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
343
403
|
});
|
|
344
404
|
import BeakerIconOutlineOriginal from '@heroicons/react/24/outline/BeakerIcon';
|
|
345
405
|
export const BeakerIconOutline = forwardRef(function BeakerIconOutline(_a, ref) {
|
|
346
406
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
347
|
-
return _jsx(BeakerIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
407
|
+
return _jsx(BeakerIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
348
408
|
});
|
|
349
409
|
import BellAlertIconOutlineOriginal from '@heroicons/react/24/outline/BellAlertIcon';
|
|
350
410
|
export const BellAlertIconOutline = forwardRef(function BellAlertIconOutline(_a, ref) {
|
|
351
411
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
352
|
-
return _jsx(BellAlertIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
412
|
+
return _jsx(BellAlertIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
353
413
|
});
|
|
354
414
|
import BellSlashIconOutlineOriginal from '@heroicons/react/24/outline/BellSlashIcon';
|
|
355
415
|
export const BellSlashIconOutline = forwardRef(function BellSlashIconOutline(_a, ref) {
|
|
356
416
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
357
|
-
return _jsx(BellSlashIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
417
|
+
return _jsx(BellSlashIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
358
418
|
});
|
|
359
419
|
import BellSnoozeIconOutlineOriginal from '@heroicons/react/24/outline/BellSnoozeIcon';
|
|
360
420
|
export const BellSnoozeIconOutline = forwardRef(function BellSnoozeIconOutline(_a, ref) {
|
|
361
421
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
362
|
-
return _jsx(BellSnoozeIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
422
|
+
return _jsx(BellSnoozeIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
363
423
|
});
|
|
364
424
|
import BellIconOutlineOriginal from '@heroicons/react/24/outline/BellIcon';
|
|
365
425
|
export const BellIconOutline = forwardRef(function BellIconOutline(_a, ref) {
|
|
366
426
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
367
|
-
return _jsx(BellIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
427
|
+
return _jsx(BellIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
428
|
+
});
|
|
429
|
+
import BoldIconOutlineOriginal from '@heroicons/react/24/outline/BoldIcon';
|
|
430
|
+
export const BoldIconOutline = forwardRef(function BoldIconOutline(_a, ref) {
|
|
431
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
432
|
+
return _jsx(BoldIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
368
433
|
});
|
|
369
434
|
import BoltSlashIconOutlineOriginal from '@heroicons/react/24/outline/BoltSlashIcon';
|
|
370
435
|
export const BoltSlashIconOutline = forwardRef(function BoltSlashIconOutline(_a, ref) {
|
|
371
436
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
372
|
-
return _jsx(BoltSlashIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
437
|
+
return _jsx(BoltSlashIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
373
438
|
});
|
|
374
439
|
import BoltIconOutlineOriginal from '@heroicons/react/24/outline/BoltIcon';
|
|
375
440
|
export const BoltIconOutline = forwardRef(function BoltIconOutline(_a, ref) {
|
|
376
441
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
377
|
-
return _jsx(BoltIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
442
|
+
return _jsx(BoltIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
378
443
|
});
|
|
379
444
|
import BookOpenIconOutlineOriginal from '@heroicons/react/24/outline/BookOpenIcon';
|
|
380
445
|
export const BookOpenIconOutline = forwardRef(function BookOpenIconOutline(_a, ref) {
|
|
381
446
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
382
|
-
return _jsx(BookOpenIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
447
|
+
return _jsx(BookOpenIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
383
448
|
});
|
|
384
449
|
import BookmarkSlashIconOutlineOriginal from '@heroicons/react/24/outline/BookmarkSlashIcon';
|
|
385
450
|
export const BookmarkSlashIconOutline = forwardRef(function BookmarkSlashIconOutline(_a, ref) {
|
|
386
451
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
387
|
-
return _jsx(BookmarkSlashIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
452
|
+
return _jsx(BookmarkSlashIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
388
453
|
});
|
|
389
454
|
import BookmarkSquareIconOutlineOriginal from '@heroicons/react/24/outline/BookmarkSquareIcon';
|
|
390
455
|
export const BookmarkSquareIconOutline = forwardRef(function BookmarkSquareIconOutline(_a, ref) {
|
|
391
456
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
392
|
-
return _jsx(BookmarkSquareIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
457
|
+
return _jsx(BookmarkSquareIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
393
458
|
});
|
|
394
459
|
import BookmarkIconOutlineOriginal from '@heroicons/react/24/outline/BookmarkIcon';
|
|
395
460
|
export const BookmarkIconOutline = forwardRef(function BookmarkIconOutline(_a, ref) {
|
|
396
461
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
397
|
-
return _jsx(BookmarkIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
462
|
+
return _jsx(BookmarkIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
398
463
|
});
|
|
399
464
|
import BriefcaseIconOutlineOriginal from '@heroicons/react/24/outline/BriefcaseIcon';
|
|
400
465
|
export const BriefcaseIconOutline = forwardRef(function BriefcaseIconOutline(_a, ref) {
|
|
401
466
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
402
|
-
return _jsx(BriefcaseIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
467
|
+
return _jsx(BriefcaseIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
403
468
|
});
|
|
404
469
|
import BugAntIconOutlineOriginal from '@heroicons/react/24/outline/BugAntIcon';
|
|
405
470
|
export const BugAntIconOutline = forwardRef(function BugAntIconOutline(_a, ref) {
|
|
406
471
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
407
|
-
return _jsx(BugAntIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
472
|
+
return _jsx(BugAntIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
408
473
|
});
|
|
409
474
|
import BuildingLibraryIconOutlineOriginal from '@heroicons/react/24/outline/BuildingLibraryIcon';
|
|
410
475
|
export const BuildingLibraryIconOutline = forwardRef(function BuildingLibraryIconOutline(_a, ref) {
|
|
411
476
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
412
|
-
return _jsx(BuildingLibraryIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
477
|
+
return _jsx(BuildingLibraryIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
413
478
|
});
|
|
414
479
|
import BuildingOffice2IconOutlineOriginal from '@heroicons/react/24/outline/BuildingOffice2Icon';
|
|
415
480
|
export const BuildingOffice2IconOutline = forwardRef(function BuildingOffice2IconOutline(_a, ref) {
|
|
416
481
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
417
|
-
return _jsx(BuildingOffice2IconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
482
|
+
return _jsx(BuildingOffice2IconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
418
483
|
});
|
|
419
484
|
import BuildingOfficeIconOutlineOriginal from '@heroicons/react/24/outline/BuildingOfficeIcon';
|
|
420
485
|
export const BuildingOfficeIconOutline = forwardRef(function BuildingOfficeIconOutline(_a, ref) {
|
|
421
486
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
422
|
-
return _jsx(BuildingOfficeIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
487
|
+
return _jsx(BuildingOfficeIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
423
488
|
});
|
|
424
489
|
import BuildingStorefrontIconOutlineOriginal from '@heroicons/react/24/outline/BuildingStorefrontIcon';
|
|
425
490
|
export const BuildingStorefrontIconOutline = forwardRef(function BuildingStorefrontIconOutline(_a, ref) {
|
|
426
491
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
427
|
-
return _jsx(BuildingStorefrontIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
492
|
+
return _jsx(BuildingStorefrontIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
428
493
|
});
|
|
429
494
|
import CakeIconOutlineOriginal from '@heroicons/react/24/outline/CakeIcon';
|
|
430
495
|
export const CakeIconOutline = forwardRef(function CakeIconOutline(_a, ref) {
|
|
431
496
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
432
|
-
return _jsx(CakeIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
497
|
+
return _jsx(CakeIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
433
498
|
});
|
|
434
499
|
import CalculatorIconOutlineOriginal from '@heroicons/react/24/outline/CalculatorIcon';
|
|
435
500
|
export const CalculatorIconOutline = forwardRef(function CalculatorIconOutline(_a, ref) {
|
|
436
501
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
437
|
-
return _jsx(CalculatorIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
502
|
+
return _jsx(CalculatorIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
503
|
+
});
|
|
504
|
+
import CalendarDateRangeIconOutlineOriginal from '@heroicons/react/24/outline/CalendarDateRangeIcon';
|
|
505
|
+
export const CalendarDateRangeIconOutline = forwardRef(function CalendarDateRangeIconOutline(_a, ref) {
|
|
506
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
507
|
+
return _jsx(CalendarDateRangeIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
438
508
|
});
|
|
439
509
|
import CalendarDaysIconOutlineOriginal from '@heroicons/react/24/outline/CalendarDaysIcon';
|
|
440
510
|
export const CalendarDaysIconOutline = forwardRef(function CalendarDaysIconOutline(_a, ref) {
|
|
441
511
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
442
|
-
return _jsx(CalendarDaysIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
512
|
+
return _jsx(CalendarDaysIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
443
513
|
});
|
|
444
514
|
import CalendarIconOutlineOriginal from '@heroicons/react/24/outline/CalendarIcon';
|
|
445
515
|
export const CalendarIconOutline = forwardRef(function CalendarIconOutline(_a, ref) {
|
|
446
516
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
447
|
-
return _jsx(CalendarIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
517
|
+
return _jsx(CalendarIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
448
518
|
});
|
|
449
519
|
import CameraIconOutlineOriginal from '@heroicons/react/24/outline/CameraIcon';
|
|
450
520
|
export const CameraIconOutline = forwardRef(function CameraIconOutline(_a, ref) {
|
|
451
521
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
452
|
-
return _jsx(CameraIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
522
|
+
return _jsx(CameraIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
453
523
|
});
|
|
454
524
|
import ChartBarSquareIconOutlineOriginal from '@heroicons/react/24/outline/ChartBarSquareIcon';
|
|
455
525
|
export const ChartBarSquareIconOutline = forwardRef(function ChartBarSquareIconOutline(_a, ref) {
|
|
456
526
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
457
|
-
return _jsx(ChartBarSquareIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
527
|
+
return _jsx(ChartBarSquareIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
458
528
|
});
|
|
459
529
|
import ChartBarIconOutlineOriginal from '@heroicons/react/24/outline/ChartBarIcon';
|
|
460
530
|
export const ChartBarIconOutline = forwardRef(function ChartBarIconOutline(_a, ref) {
|
|
461
531
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
462
|
-
return _jsx(ChartBarIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
532
|
+
return _jsx(ChartBarIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
463
533
|
});
|
|
464
534
|
import ChartPieIconOutlineOriginal from '@heroicons/react/24/outline/ChartPieIcon';
|
|
465
535
|
export const ChartPieIconOutline = forwardRef(function ChartPieIconOutline(_a, ref) {
|
|
466
536
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
467
|
-
return _jsx(ChartPieIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
537
|
+
return _jsx(ChartPieIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
468
538
|
});
|
|
469
539
|
import ChatBubbleBottomCenterTextIconOutlineOriginal from '@heroicons/react/24/outline/ChatBubbleBottomCenterTextIcon';
|
|
470
540
|
export const ChatBubbleBottomCenterTextIconOutline = forwardRef(function ChatBubbleBottomCenterTextIconOutline(_a, ref) {
|
|
471
541
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
472
|
-
return _jsx(ChatBubbleBottomCenterTextIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
542
|
+
return _jsx(ChatBubbleBottomCenterTextIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
473
543
|
});
|
|
474
544
|
import ChatBubbleBottomCenterIconOutlineOriginal from '@heroicons/react/24/outline/ChatBubbleBottomCenterIcon';
|
|
475
545
|
export const ChatBubbleBottomCenterIconOutline = forwardRef(function ChatBubbleBottomCenterIconOutline(_a, ref) {
|
|
476
546
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
477
|
-
return _jsx(ChatBubbleBottomCenterIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
547
|
+
return _jsx(ChatBubbleBottomCenterIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
478
548
|
});
|
|
479
549
|
import ChatBubbleLeftEllipsisIconOutlineOriginal from '@heroicons/react/24/outline/ChatBubbleLeftEllipsisIcon';
|
|
480
550
|
export const ChatBubbleLeftEllipsisIconOutline = forwardRef(function ChatBubbleLeftEllipsisIconOutline(_a, ref) {
|
|
481
551
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
482
|
-
return _jsx(ChatBubbleLeftEllipsisIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
552
|
+
return _jsx(ChatBubbleLeftEllipsisIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
483
553
|
});
|
|
484
554
|
import ChatBubbleLeftRightIconOutlineOriginal from '@heroicons/react/24/outline/ChatBubbleLeftRightIcon';
|
|
485
555
|
export const ChatBubbleLeftRightIconOutline = forwardRef(function ChatBubbleLeftRightIconOutline(_a, ref) {
|
|
486
556
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
487
|
-
return _jsx(ChatBubbleLeftRightIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
557
|
+
return _jsx(ChatBubbleLeftRightIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
488
558
|
});
|
|
489
559
|
import ChatBubbleLeftIconOutlineOriginal from '@heroicons/react/24/outline/ChatBubbleLeftIcon';
|
|
490
560
|
export const ChatBubbleLeftIconOutline = forwardRef(function ChatBubbleLeftIconOutline(_a, ref) {
|
|
491
561
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
492
|
-
return _jsx(ChatBubbleLeftIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
562
|
+
return _jsx(ChatBubbleLeftIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
493
563
|
});
|
|
494
564
|
import ChatBubbleOvalLeftEllipsisIconOutlineOriginal from '@heroicons/react/24/outline/ChatBubbleOvalLeftEllipsisIcon';
|
|
495
565
|
export const ChatBubbleOvalLeftEllipsisIconOutline = forwardRef(function ChatBubbleOvalLeftEllipsisIconOutline(_a, ref) {
|
|
496
566
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
497
|
-
return _jsx(ChatBubbleOvalLeftEllipsisIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
567
|
+
return _jsx(ChatBubbleOvalLeftEllipsisIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
498
568
|
});
|
|
499
569
|
import ChatBubbleOvalLeftIconOutlineOriginal from '@heroicons/react/24/outline/ChatBubbleOvalLeftIcon';
|
|
500
570
|
export const ChatBubbleOvalLeftIconOutline = forwardRef(function ChatBubbleOvalLeftIconOutline(_a, ref) {
|
|
501
571
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
502
|
-
return _jsx(ChatBubbleOvalLeftIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
572
|
+
return _jsx(ChatBubbleOvalLeftIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
503
573
|
});
|
|
504
574
|
import CheckBadgeIconOutlineOriginal from '@heroicons/react/24/outline/CheckBadgeIcon';
|
|
505
575
|
export const CheckBadgeIconOutline = forwardRef(function CheckBadgeIconOutline(_a, ref) {
|
|
506
576
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
507
|
-
return _jsx(CheckBadgeIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
577
|
+
return _jsx(CheckBadgeIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
508
578
|
});
|
|
509
579
|
import CheckCircleIconOutlineOriginal from '@heroicons/react/24/outline/CheckCircleIcon';
|
|
510
580
|
export const CheckCircleIconOutline = forwardRef(function CheckCircleIconOutline(_a, ref) {
|
|
511
581
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
512
|
-
return _jsx(CheckCircleIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
582
|
+
return _jsx(CheckCircleIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
513
583
|
});
|
|
514
584
|
import CheckIconOutlineOriginal from '@heroicons/react/24/outline/CheckIcon';
|
|
515
585
|
export const CheckIconOutline = forwardRef(function CheckIconOutline(_a, ref) {
|
|
516
586
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
517
|
-
return _jsx(CheckIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
587
|
+
return _jsx(CheckIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
518
588
|
});
|
|
519
589
|
import ChevronDoubleDownIconOutlineOriginal from '@heroicons/react/24/outline/ChevronDoubleDownIcon';
|
|
520
590
|
export const ChevronDoubleDownIconOutline = forwardRef(function ChevronDoubleDownIconOutline(_a, ref) {
|
|
521
591
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
522
|
-
return _jsx(ChevronDoubleDownIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
592
|
+
return _jsx(ChevronDoubleDownIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
523
593
|
});
|
|
524
594
|
import ChevronDoubleLeftIconOutlineOriginal from '@heroicons/react/24/outline/ChevronDoubleLeftIcon';
|
|
525
595
|
export const ChevronDoubleLeftIconOutline = forwardRef(function ChevronDoubleLeftIconOutline(_a, ref) {
|
|
526
596
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
527
|
-
return _jsx(ChevronDoubleLeftIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
597
|
+
return _jsx(ChevronDoubleLeftIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
528
598
|
});
|
|
529
599
|
import ChevronDoubleRightIconOutlineOriginal from '@heroicons/react/24/outline/ChevronDoubleRightIcon';
|
|
530
600
|
export const ChevronDoubleRightIconOutline = forwardRef(function ChevronDoubleRightIconOutline(_a, ref) {
|
|
531
601
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
532
|
-
return _jsx(ChevronDoubleRightIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
602
|
+
return _jsx(ChevronDoubleRightIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
533
603
|
});
|
|
534
604
|
import ChevronDoubleUpIconOutlineOriginal from '@heroicons/react/24/outline/ChevronDoubleUpIcon';
|
|
535
605
|
export const ChevronDoubleUpIconOutline = forwardRef(function ChevronDoubleUpIconOutline(_a, ref) {
|
|
536
606
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
537
|
-
return _jsx(ChevronDoubleUpIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
607
|
+
return _jsx(ChevronDoubleUpIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
538
608
|
});
|
|
539
609
|
import ChevronDownIconOutlineOriginal from '@heroicons/react/24/outline/ChevronDownIcon';
|
|
540
610
|
export const ChevronDownIconOutline = forwardRef(function ChevronDownIconOutline(_a, ref) {
|
|
541
611
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
542
|
-
return _jsx(ChevronDownIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
612
|
+
return _jsx(ChevronDownIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
543
613
|
});
|
|
544
614
|
import ChevronLeftIconOutlineOriginal from '@heroicons/react/24/outline/ChevronLeftIcon';
|
|
545
615
|
export const ChevronLeftIconOutline = forwardRef(function ChevronLeftIconOutline(_a, ref) {
|
|
546
616
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
547
|
-
return _jsx(ChevronLeftIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
617
|
+
return _jsx(ChevronLeftIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
548
618
|
});
|
|
549
619
|
import ChevronRightIconOutlineOriginal from '@heroicons/react/24/outline/ChevronRightIcon';
|
|
550
620
|
export const ChevronRightIconOutline = forwardRef(function ChevronRightIconOutline(_a, ref) {
|
|
551
621
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
552
|
-
return _jsx(ChevronRightIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
622
|
+
return _jsx(ChevronRightIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
553
623
|
});
|
|
554
624
|
import ChevronUpDownIconOutlineOriginal from '@heroicons/react/24/outline/ChevronUpDownIcon';
|
|
555
625
|
export const ChevronUpDownIconOutline = forwardRef(function ChevronUpDownIconOutline(_a, ref) {
|
|
556
626
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
557
|
-
return _jsx(ChevronUpDownIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
627
|
+
return _jsx(ChevronUpDownIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
558
628
|
});
|
|
559
629
|
import ChevronUpIconOutlineOriginal from '@heroicons/react/24/outline/ChevronUpIcon';
|
|
560
630
|
export const ChevronUpIconOutline = forwardRef(function ChevronUpIconOutline(_a, ref) {
|
|
561
631
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
562
|
-
return _jsx(ChevronUpIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
632
|
+
return _jsx(ChevronUpIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
563
633
|
});
|
|
564
634
|
import CircleStackIconOutlineOriginal from '@heroicons/react/24/outline/CircleStackIcon';
|
|
565
635
|
export const CircleStackIconOutline = forwardRef(function CircleStackIconOutline(_a, ref) {
|
|
566
636
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
567
|
-
return _jsx(CircleStackIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
637
|
+
return _jsx(CircleStackIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
568
638
|
});
|
|
569
639
|
import ClipboardDocumentCheckIconOutlineOriginal from '@heroicons/react/24/outline/ClipboardDocumentCheckIcon';
|
|
570
640
|
export const ClipboardDocumentCheckIconOutline = forwardRef(function ClipboardDocumentCheckIconOutline(_a, ref) {
|
|
571
641
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
572
|
-
return _jsx(ClipboardDocumentCheckIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
642
|
+
return _jsx(ClipboardDocumentCheckIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
573
643
|
});
|
|
574
644
|
import ClipboardDocumentListIconOutlineOriginal from '@heroicons/react/24/outline/ClipboardDocumentListIcon';
|
|
575
645
|
export const ClipboardDocumentListIconOutline = forwardRef(function ClipboardDocumentListIconOutline(_a, ref) {
|
|
576
646
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
577
|
-
return _jsx(ClipboardDocumentListIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
647
|
+
return _jsx(ClipboardDocumentListIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
578
648
|
});
|
|
579
649
|
import ClipboardDocumentIconOutlineOriginal from '@heroicons/react/24/outline/ClipboardDocumentIcon';
|
|
580
650
|
export const ClipboardDocumentIconOutline = forwardRef(function ClipboardDocumentIconOutline(_a, ref) {
|
|
581
651
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
582
|
-
return _jsx(ClipboardDocumentIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
652
|
+
return _jsx(ClipboardDocumentIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
583
653
|
});
|
|
584
654
|
import ClipboardIconOutlineOriginal from '@heroicons/react/24/outline/ClipboardIcon';
|
|
585
655
|
export const ClipboardIconOutline = forwardRef(function ClipboardIconOutline(_a, ref) {
|
|
586
656
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
587
|
-
return _jsx(ClipboardIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
657
|
+
return _jsx(ClipboardIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
588
658
|
});
|
|
589
659
|
import ClockIconOutlineOriginal from '@heroicons/react/24/outline/ClockIcon';
|
|
590
660
|
export const ClockIconOutline = forwardRef(function ClockIconOutline(_a, ref) {
|
|
591
661
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
592
|
-
return _jsx(ClockIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
662
|
+
return _jsx(ClockIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
593
663
|
});
|
|
594
664
|
import CloudArrowDownIconOutlineOriginal from '@heroicons/react/24/outline/CloudArrowDownIcon';
|
|
595
665
|
export const CloudArrowDownIconOutline = forwardRef(function CloudArrowDownIconOutline(_a, ref) {
|
|
596
666
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
597
|
-
return _jsx(CloudArrowDownIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
667
|
+
return _jsx(CloudArrowDownIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
598
668
|
});
|
|
599
669
|
import CloudArrowUpIconOutlineOriginal from '@heroicons/react/24/outline/CloudArrowUpIcon';
|
|
600
670
|
export const CloudArrowUpIconOutline = forwardRef(function CloudArrowUpIconOutline(_a, ref) {
|
|
601
671
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
602
|
-
return _jsx(CloudArrowUpIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
672
|
+
return _jsx(CloudArrowUpIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
603
673
|
});
|
|
604
674
|
import CloudIconOutlineOriginal from '@heroicons/react/24/outline/CloudIcon';
|
|
605
675
|
export const CloudIconOutline = forwardRef(function CloudIconOutline(_a, ref) {
|
|
606
676
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
607
|
-
return _jsx(CloudIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
677
|
+
return _jsx(CloudIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
608
678
|
});
|
|
609
679
|
import CodeBracketSquareIconOutlineOriginal from '@heroicons/react/24/outline/CodeBracketSquareIcon';
|
|
610
680
|
export const CodeBracketSquareIconOutline = forwardRef(function CodeBracketSquareIconOutline(_a, ref) {
|
|
611
681
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
612
|
-
return _jsx(CodeBracketSquareIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
682
|
+
return _jsx(CodeBracketSquareIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
613
683
|
});
|
|
614
684
|
import CodeBracketIconOutlineOriginal from '@heroicons/react/24/outline/CodeBracketIcon';
|
|
615
685
|
export const CodeBracketIconOutline = forwardRef(function CodeBracketIconOutline(_a, ref) {
|
|
616
686
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
617
|
-
return _jsx(CodeBracketIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
687
|
+
return _jsx(CodeBracketIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
618
688
|
});
|
|
619
689
|
import Cog6ToothIconOutlineOriginal from '@heroicons/react/24/outline/Cog6ToothIcon';
|
|
620
690
|
export const Cog6ToothIconOutline = forwardRef(function Cog6ToothIconOutline(_a, ref) {
|
|
621
691
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
622
|
-
return _jsx(Cog6ToothIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
692
|
+
return _jsx(Cog6ToothIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
623
693
|
});
|
|
624
694
|
import Cog8ToothIconOutlineOriginal from '@heroicons/react/24/outline/Cog8ToothIcon';
|
|
625
695
|
export const Cog8ToothIconOutline = forwardRef(function Cog8ToothIconOutline(_a, ref) {
|
|
626
696
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
627
|
-
return _jsx(Cog8ToothIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
697
|
+
return _jsx(Cog8ToothIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
628
698
|
});
|
|
629
699
|
import CogIconOutlineOriginal from '@heroicons/react/24/outline/CogIcon';
|
|
630
700
|
export const CogIconOutline = forwardRef(function CogIconOutline(_a, ref) {
|
|
631
701
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
632
|
-
return _jsx(CogIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
702
|
+
return _jsx(CogIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
633
703
|
});
|
|
634
704
|
import CommandLineIconOutlineOriginal from '@heroicons/react/24/outline/CommandLineIcon';
|
|
635
705
|
export const CommandLineIconOutline = forwardRef(function CommandLineIconOutline(_a, ref) {
|
|
636
706
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
637
|
-
return _jsx(CommandLineIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
707
|
+
return _jsx(CommandLineIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
638
708
|
});
|
|
639
709
|
import ComputerDesktopIconOutlineOriginal from '@heroicons/react/24/outline/ComputerDesktopIcon';
|
|
640
710
|
export const ComputerDesktopIconOutline = forwardRef(function ComputerDesktopIconOutline(_a, ref) {
|
|
641
711
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
642
|
-
return _jsx(ComputerDesktopIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
712
|
+
return _jsx(ComputerDesktopIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
643
713
|
});
|
|
644
714
|
import CpuChipIconOutlineOriginal from '@heroicons/react/24/outline/CpuChipIcon';
|
|
645
715
|
export const CpuChipIconOutline = forwardRef(function CpuChipIconOutline(_a, ref) {
|
|
646
716
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
647
|
-
return _jsx(CpuChipIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
717
|
+
return _jsx(CpuChipIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
648
718
|
});
|
|
649
719
|
import CreditCardIconOutlineOriginal from '@heroicons/react/24/outline/CreditCardIcon';
|
|
650
720
|
export const CreditCardIconOutline = forwardRef(function CreditCardIconOutline(_a, ref) {
|
|
651
721
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
652
|
-
return _jsx(CreditCardIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
722
|
+
return _jsx(CreditCardIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
653
723
|
});
|
|
654
724
|
import CubeTransparentIconOutlineOriginal from '@heroicons/react/24/outline/CubeTransparentIcon';
|
|
655
725
|
export const CubeTransparentIconOutline = forwardRef(function CubeTransparentIconOutline(_a, ref) {
|
|
656
726
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
657
|
-
return _jsx(CubeTransparentIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
727
|
+
return _jsx(CubeTransparentIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
658
728
|
});
|
|
659
729
|
import CubeIconOutlineOriginal from '@heroicons/react/24/outline/CubeIcon';
|
|
660
730
|
export const CubeIconOutline = forwardRef(function CubeIconOutline(_a, ref) {
|
|
661
731
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
662
|
-
return _jsx(CubeIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
732
|
+
return _jsx(CubeIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
663
733
|
});
|
|
664
734
|
import CurrencyBangladeshiIconOutlineOriginal from '@heroicons/react/24/outline/CurrencyBangladeshiIcon';
|
|
665
735
|
export const CurrencyBangladeshiIconOutline = forwardRef(function CurrencyBangladeshiIconOutline(_a, ref) {
|
|
666
736
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
667
|
-
return _jsx(CurrencyBangladeshiIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
737
|
+
return _jsx(CurrencyBangladeshiIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
668
738
|
});
|
|
669
739
|
import CurrencyDollarIconOutlineOriginal from '@heroicons/react/24/outline/CurrencyDollarIcon';
|
|
670
740
|
export const CurrencyDollarIconOutline = forwardRef(function CurrencyDollarIconOutline(_a, ref) {
|
|
671
741
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
672
|
-
return _jsx(CurrencyDollarIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
742
|
+
return _jsx(CurrencyDollarIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
673
743
|
});
|
|
674
744
|
import CurrencyEuroIconOutlineOriginal from '@heroicons/react/24/outline/CurrencyEuroIcon';
|
|
675
745
|
export const CurrencyEuroIconOutline = forwardRef(function CurrencyEuroIconOutline(_a, ref) {
|
|
676
746
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
677
|
-
return _jsx(CurrencyEuroIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
747
|
+
return _jsx(CurrencyEuroIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
678
748
|
});
|
|
679
749
|
import CurrencyPoundIconOutlineOriginal from '@heroicons/react/24/outline/CurrencyPoundIcon';
|
|
680
750
|
export const CurrencyPoundIconOutline = forwardRef(function CurrencyPoundIconOutline(_a, ref) {
|
|
681
751
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
682
|
-
return _jsx(CurrencyPoundIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
752
|
+
return _jsx(CurrencyPoundIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
683
753
|
});
|
|
684
754
|
import CurrencyRupeeIconOutlineOriginal from '@heroicons/react/24/outline/CurrencyRupeeIcon';
|
|
685
755
|
export const CurrencyRupeeIconOutline = forwardRef(function CurrencyRupeeIconOutline(_a, ref) {
|
|
686
756
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
687
|
-
return _jsx(CurrencyRupeeIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
757
|
+
return _jsx(CurrencyRupeeIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
688
758
|
});
|
|
689
759
|
import CurrencyYenIconOutlineOriginal from '@heroicons/react/24/outline/CurrencyYenIcon';
|
|
690
760
|
export const CurrencyYenIconOutline = forwardRef(function CurrencyYenIconOutline(_a, ref) {
|
|
691
761
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
692
|
-
return _jsx(CurrencyYenIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
762
|
+
return _jsx(CurrencyYenIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
693
763
|
});
|
|
694
764
|
import CursorArrowRaysIconOutlineOriginal from '@heroicons/react/24/outline/CursorArrowRaysIcon';
|
|
695
765
|
export const CursorArrowRaysIconOutline = forwardRef(function CursorArrowRaysIconOutline(_a, ref) {
|
|
696
766
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
697
|
-
return _jsx(CursorArrowRaysIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
767
|
+
return _jsx(CursorArrowRaysIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
698
768
|
});
|
|
699
769
|
import CursorArrowRippleIconOutlineOriginal from '@heroicons/react/24/outline/CursorArrowRippleIcon';
|
|
700
770
|
export const CursorArrowRippleIconOutline = forwardRef(function CursorArrowRippleIconOutline(_a, ref) {
|
|
701
771
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
702
|
-
return _jsx(CursorArrowRippleIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
772
|
+
return _jsx(CursorArrowRippleIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
703
773
|
});
|
|
704
774
|
import DevicePhoneMobileIconOutlineOriginal from '@heroicons/react/24/outline/DevicePhoneMobileIcon';
|
|
705
775
|
export const DevicePhoneMobileIconOutline = forwardRef(function DevicePhoneMobileIconOutline(_a, ref) {
|
|
706
776
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
707
|
-
return _jsx(DevicePhoneMobileIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
777
|
+
return _jsx(DevicePhoneMobileIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
708
778
|
});
|
|
709
779
|
import DeviceTabletIconOutlineOriginal from '@heroicons/react/24/outline/DeviceTabletIcon';
|
|
710
780
|
export const DeviceTabletIconOutline = forwardRef(function DeviceTabletIconOutline(_a, ref) {
|
|
711
781
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
712
|
-
return _jsx(DeviceTabletIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
782
|
+
return _jsx(DeviceTabletIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
783
|
+
});
|
|
784
|
+
import DivideIconOutlineOriginal from '@heroicons/react/24/outline/DivideIcon';
|
|
785
|
+
export const DivideIconOutline = forwardRef(function DivideIconOutline(_a, ref) {
|
|
786
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
787
|
+
return _jsx(DivideIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
713
788
|
});
|
|
714
789
|
import DocumentArrowDownIconOutlineOriginal from '@heroicons/react/24/outline/DocumentArrowDownIcon';
|
|
715
790
|
export const DocumentArrowDownIconOutline = forwardRef(function DocumentArrowDownIconOutline(_a, ref) {
|
|
716
791
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
717
|
-
return _jsx(DocumentArrowDownIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
792
|
+
return _jsx(DocumentArrowDownIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
718
793
|
});
|
|
719
794
|
import DocumentArrowUpIconOutlineOriginal from '@heroicons/react/24/outline/DocumentArrowUpIcon';
|
|
720
795
|
export const DocumentArrowUpIconOutline = forwardRef(function DocumentArrowUpIconOutline(_a, ref) {
|
|
721
796
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
722
|
-
return _jsx(DocumentArrowUpIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
797
|
+
return _jsx(DocumentArrowUpIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
723
798
|
});
|
|
724
799
|
import DocumentChartBarIconOutlineOriginal from '@heroicons/react/24/outline/DocumentChartBarIcon';
|
|
725
800
|
export const DocumentChartBarIconOutline = forwardRef(function DocumentChartBarIconOutline(_a, ref) {
|
|
726
801
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
727
|
-
return _jsx(DocumentChartBarIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
802
|
+
return _jsx(DocumentChartBarIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
728
803
|
});
|
|
729
804
|
import DocumentCheckIconOutlineOriginal from '@heroicons/react/24/outline/DocumentCheckIcon';
|
|
730
805
|
export const DocumentCheckIconOutline = forwardRef(function DocumentCheckIconOutline(_a, ref) {
|
|
731
806
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
732
|
-
return _jsx(DocumentCheckIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
807
|
+
return _jsx(DocumentCheckIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
808
|
+
});
|
|
809
|
+
import DocumentCurrencyBangladeshiIconOutlineOriginal from '@heroicons/react/24/outline/DocumentCurrencyBangladeshiIcon';
|
|
810
|
+
export const DocumentCurrencyBangladeshiIconOutline = forwardRef(function DocumentCurrencyBangladeshiIconOutline(_a, ref) {
|
|
811
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
812
|
+
return _jsx(DocumentCurrencyBangladeshiIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
813
|
+
});
|
|
814
|
+
import DocumentCurrencyDollarIconOutlineOriginal from '@heroicons/react/24/outline/DocumentCurrencyDollarIcon';
|
|
815
|
+
export const DocumentCurrencyDollarIconOutline = forwardRef(function DocumentCurrencyDollarIconOutline(_a, ref) {
|
|
816
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
817
|
+
return _jsx(DocumentCurrencyDollarIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
818
|
+
});
|
|
819
|
+
import DocumentCurrencyEuroIconOutlineOriginal from '@heroicons/react/24/outline/DocumentCurrencyEuroIcon';
|
|
820
|
+
export const DocumentCurrencyEuroIconOutline = forwardRef(function DocumentCurrencyEuroIconOutline(_a, ref) {
|
|
821
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
822
|
+
return _jsx(DocumentCurrencyEuroIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
823
|
+
});
|
|
824
|
+
import DocumentCurrencyPoundIconOutlineOriginal from '@heroicons/react/24/outline/DocumentCurrencyPoundIcon';
|
|
825
|
+
export const DocumentCurrencyPoundIconOutline = forwardRef(function DocumentCurrencyPoundIconOutline(_a, ref) {
|
|
826
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
827
|
+
return _jsx(DocumentCurrencyPoundIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
828
|
+
});
|
|
829
|
+
import DocumentCurrencyRupeeIconOutlineOriginal from '@heroicons/react/24/outline/DocumentCurrencyRupeeIcon';
|
|
830
|
+
export const DocumentCurrencyRupeeIconOutline = forwardRef(function DocumentCurrencyRupeeIconOutline(_a, ref) {
|
|
831
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
832
|
+
return _jsx(DocumentCurrencyRupeeIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
833
|
+
});
|
|
834
|
+
import DocumentCurrencyYenIconOutlineOriginal from '@heroicons/react/24/outline/DocumentCurrencyYenIcon';
|
|
835
|
+
export const DocumentCurrencyYenIconOutline = forwardRef(function DocumentCurrencyYenIconOutline(_a, ref) {
|
|
836
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
837
|
+
return _jsx(DocumentCurrencyYenIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
733
838
|
});
|
|
734
839
|
import DocumentDuplicateIconOutlineOriginal from '@heroicons/react/24/outline/DocumentDuplicateIcon';
|
|
735
840
|
export const DocumentDuplicateIconOutline = forwardRef(function DocumentDuplicateIconOutline(_a, ref) {
|
|
736
841
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
737
|
-
return _jsx(DocumentDuplicateIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
842
|
+
return _jsx(DocumentDuplicateIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
738
843
|
});
|
|
739
844
|
import DocumentMagnifyingGlassIconOutlineOriginal from '@heroicons/react/24/outline/DocumentMagnifyingGlassIcon';
|
|
740
845
|
export const DocumentMagnifyingGlassIconOutline = forwardRef(function DocumentMagnifyingGlassIconOutline(_a, ref) {
|
|
741
846
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
742
|
-
return _jsx(DocumentMagnifyingGlassIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
847
|
+
return _jsx(DocumentMagnifyingGlassIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
743
848
|
});
|
|
744
849
|
import DocumentMinusIconOutlineOriginal from '@heroicons/react/24/outline/DocumentMinusIcon';
|
|
745
850
|
export const DocumentMinusIconOutline = forwardRef(function DocumentMinusIconOutline(_a, ref) {
|
|
746
851
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
747
|
-
return _jsx(DocumentMinusIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
852
|
+
return _jsx(DocumentMinusIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
748
853
|
});
|
|
749
854
|
import DocumentPlusIconOutlineOriginal from '@heroicons/react/24/outline/DocumentPlusIcon';
|
|
750
855
|
export const DocumentPlusIconOutline = forwardRef(function DocumentPlusIconOutline(_a, ref) {
|
|
751
856
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
752
|
-
return _jsx(DocumentPlusIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
857
|
+
return _jsx(DocumentPlusIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
753
858
|
});
|
|
754
859
|
import DocumentTextIconOutlineOriginal from '@heroicons/react/24/outline/DocumentTextIcon';
|
|
755
860
|
export const DocumentTextIconOutline = forwardRef(function DocumentTextIconOutline(_a, ref) {
|
|
756
861
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
757
|
-
return _jsx(DocumentTextIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
862
|
+
return _jsx(DocumentTextIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
758
863
|
});
|
|
759
864
|
import DocumentIconOutlineOriginal from '@heroicons/react/24/outline/DocumentIcon';
|
|
760
865
|
export const DocumentIconOutline = forwardRef(function DocumentIconOutline(_a, ref) {
|
|
761
866
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
762
|
-
return _jsx(DocumentIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
867
|
+
return _jsx(DocumentIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
763
868
|
});
|
|
764
869
|
import EllipsisHorizontalCircleIconOutlineOriginal from '@heroicons/react/24/outline/EllipsisHorizontalCircleIcon';
|
|
765
870
|
export const EllipsisHorizontalCircleIconOutline = forwardRef(function EllipsisHorizontalCircleIconOutline(_a, ref) {
|
|
766
871
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
767
|
-
return _jsx(EllipsisHorizontalCircleIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
872
|
+
return _jsx(EllipsisHorizontalCircleIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
768
873
|
});
|
|
769
874
|
import EllipsisHorizontalIconOutlineOriginal from '@heroicons/react/24/outline/EllipsisHorizontalIcon';
|
|
770
875
|
export const EllipsisHorizontalIconOutline = forwardRef(function EllipsisHorizontalIconOutline(_a, ref) {
|
|
771
876
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
772
|
-
return _jsx(EllipsisHorizontalIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
877
|
+
return _jsx(EllipsisHorizontalIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
773
878
|
});
|
|
774
879
|
import EllipsisVerticalIconOutlineOriginal from '@heroicons/react/24/outline/EllipsisVerticalIcon';
|
|
775
880
|
export const EllipsisVerticalIconOutline = forwardRef(function EllipsisVerticalIconOutline(_a, ref) {
|
|
776
881
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
777
|
-
return _jsx(EllipsisVerticalIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
882
|
+
return _jsx(EllipsisVerticalIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
778
883
|
});
|
|
779
884
|
import EnvelopeOpenIconOutlineOriginal from '@heroicons/react/24/outline/EnvelopeOpenIcon';
|
|
780
885
|
export const EnvelopeOpenIconOutline = forwardRef(function EnvelopeOpenIconOutline(_a, ref) {
|
|
781
886
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
782
|
-
return _jsx(EnvelopeOpenIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
887
|
+
return _jsx(EnvelopeOpenIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
783
888
|
});
|
|
784
889
|
import EnvelopeIconOutlineOriginal from '@heroicons/react/24/outline/EnvelopeIcon';
|
|
785
890
|
export const EnvelopeIconOutline = forwardRef(function EnvelopeIconOutline(_a, ref) {
|
|
786
891
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
787
|
-
return _jsx(EnvelopeIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
892
|
+
return _jsx(EnvelopeIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
893
|
+
});
|
|
894
|
+
import EqualsIconOutlineOriginal from '@heroicons/react/24/outline/EqualsIcon';
|
|
895
|
+
export const EqualsIconOutline = forwardRef(function EqualsIconOutline(_a, ref) {
|
|
896
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
897
|
+
return _jsx(EqualsIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
788
898
|
});
|
|
789
899
|
import ExclamationCircleIconOutlineOriginal from '@heroicons/react/24/outline/ExclamationCircleIcon';
|
|
790
900
|
export const ExclamationCircleIconOutline = forwardRef(function ExclamationCircleIconOutline(_a, ref) {
|
|
791
901
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
792
|
-
return _jsx(ExclamationCircleIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
902
|
+
return _jsx(ExclamationCircleIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
793
903
|
});
|
|
794
904
|
import ExclamationTriangleIconOutlineOriginal from '@heroicons/react/24/outline/ExclamationTriangleIcon';
|
|
795
905
|
export const ExclamationTriangleIconOutline = forwardRef(function ExclamationTriangleIconOutline(_a, ref) {
|
|
796
906
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
797
|
-
return _jsx(ExclamationTriangleIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
907
|
+
return _jsx(ExclamationTriangleIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
798
908
|
});
|
|
799
909
|
import EyeDropperIconOutlineOriginal from '@heroicons/react/24/outline/EyeDropperIcon';
|
|
800
910
|
export const EyeDropperIconOutline = forwardRef(function EyeDropperIconOutline(_a, ref) {
|
|
801
911
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
802
|
-
return _jsx(EyeDropperIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
912
|
+
return _jsx(EyeDropperIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
803
913
|
});
|
|
804
914
|
import EyeSlashIconOutlineOriginal from '@heroicons/react/24/outline/EyeSlashIcon';
|
|
805
915
|
export const EyeSlashIconOutline = forwardRef(function EyeSlashIconOutline(_a, ref) {
|
|
806
916
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
807
|
-
return _jsx(EyeSlashIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
917
|
+
return _jsx(EyeSlashIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
808
918
|
});
|
|
809
919
|
import EyeIconOutlineOriginal from '@heroicons/react/24/outline/EyeIcon';
|
|
810
920
|
export const EyeIconOutline = forwardRef(function EyeIconOutline(_a, ref) {
|
|
811
921
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
812
|
-
return _jsx(EyeIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
922
|
+
return _jsx(EyeIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
813
923
|
});
|
|
814
924
|
import FaceFrownIconOutlineOriginal from '@heroicons/react/24/outline/FaceFrownIcon';
|
|
815
925
|
export const FaceFrownIconOutline = forwardRef(function FaceFrownIconOutline(_a, ref) {
|
|
816
926
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
817
|
-
return _jsx(FaceFrownIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
927
|
+
return _jsx(FaceFrownIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
818
928
|
});
|
|
819
929
|
import FaceSmileIconOutlineOriginal from '@heroicons/react/24/outline/FaceSmileIcon';
|
|
820
930
|
export const FaceSmileIconOutline = forwardRef(function FaceSmileIconOutline(_a, ref) {
|
|
821
931
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
822
|
-
return _jsx(FaceSmileIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
932
|
+
return _jsx(FaceSmileIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
823
933
|
});
|
|
824
934
|
import FilmIconOutlineOriginal from '@heroicons/react/24/outline/FilmIcon';
|
|
825
935
|
export const FilmIconOutline = forwardRef(function FilmIconOutline(_a, ref) {
|
|
826
936
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
827
|
-
return _jsx(FilmIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
937
|
+
return _jsx(FilmIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
828
938
|
});
|
|
829
939
|
import FingerPrintIconOutlineOriginal from '@heroicons/react/24/outline/FingerPrintIcon';
|
|
830
940
|
export const FingerPrintIconOutline = forwardRef(function FingerPrintIconOutline(_a, ref) {
|
|
831
941
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
832
|
-
return _jsx(FingerPrintIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
942
|
+
return _jsx(FingerPrintIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
833
943
|
});
|
|
834
944
|
import FireIconOutlineOriginal from '@heroicons/react/24/outline/FireIcon';
|
|
835
945
|
export const FireIconOutline = forwardRef(function FireIconOutline(_a, ref) {
|
|
836
946
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
837
|
-
return _jsx(FireIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
947
|
+
return _jsx(FireIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
838
948
|
});
|
|
839
949
|
import FlagIconOutlineOriginal from '@heroicons/react/24/outline/FlagIcon';
|
|
840
950
|
export const FlagIconOutline = forwardRef(function FlagIconOutline(_a, ref) {
|
|
841
951
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
842
|
-
return _jsx(FlagIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
952
|
+
return _jsx(FlagIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
843
953
|
});
|
|
844
954
|
import FolderArrowDownIconOutlineOriginal from '@heroicons/react/24/outline/FolderArrowDownIcon';
|
|
845
955
|
export const FolderArrowDownIconOutline = forwardRef(function FolderArrowDownIconOutline(_a, ref) {
|
|
846
956
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
847
|
-
return _jsx(FolderArrowDownIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
957
|
+
return _jsx(FolderArrowDownIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
848
958
|
});
|
|
849
959
|
import FolderMinusIconOutlineOriginal from '@heroicons/react/24/outline/FolderMinusIcon';
|
|
850
960
|
export const FolderMinusIconOutline = forwardRef(function FolderMinusIconOutline(_a, ref) {
|
|
851
961
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
852
|
-
return _jsx(FolderMinusIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
962
|
+
return _jsx(FolderMinusIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
853
963
|
});
|
|
854
964
|
import FolderOpenIconOutlineOriginal from '@heroicons/react/24/outline/FolderOpenIcon';
|
|
855
965
|
export const FolderOpenIconOutline = forwardRef(function FolderOpenIconOutline(_a, ref) {
|
|
856
966
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
857
|
-
return _jsx(FolderOpenIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
967
|
+
return _jsx(FolderOpenIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
858
968
|
});
|
|
859
969
|
import FolderPlusIconOutlineOriginal from '@heroicons/react/24/outline/FolderPlusIcon';
|
|
860
970
|
export const FolderPlusIconOutline = forwardRef(function FolderPlusIconOutline(_a, ref) {
|
|
861
971
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
862
|
-
return _jsx(FolderPlusIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
972
|
+
return _jsx(FolderPlusIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
863
973
|
});
|
|
864
974
|
import FolderIconOutlineOriginal from '@heroicons/react/24/outline/FolderIcon';
|
|
865
975
|
export const FolderIconOutline = forwardRef(function FolderIconOutline(_a, ref) {
|
|
866
976
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
867
|
-
return _jsx(FolderIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
977
|
+
return _jsx(FolderIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
868
978
|
});
|
|
869
979
|
import ForwardIconOutlineOriginal from '@heroicons/react/24/outline/ForwardIcon';
|
|
870
980
|
export const ForwardIconOutline = forwardRef(function ForwardIconOutline(_a, ref) {
|
|
871
981
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
872
|
-
return _jsx(ForwardIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
982
|
+
return _jsx(ForwardIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
873
983
|
});
|
|
874
984
|
import FunnelIconOutlineOriginal from '@heroicons/react/24/outline/FunnelIcon';
|
|
875
985
|
export const FunnelIconOutline = forwardRef(function FunnelIconOutline(_a, ref) {
|
|
876
986
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
877
|
-
return _jsx(FunnelIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
987
|
+
return _jsx(FunnelIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
878
988
|
});
|
|
879
989
|
import GifIconOutlineOriginal from '@heroicons/react/24/outline/GifIcon';
|
|
880
990
|
export const GifIconOutline = forwardRef(function GifIconOutline(_a, ref) {
|
|
881
991
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
882
|
-
return _jsx(GifIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
992
|
+
return _jsx(GifIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
883
993
|
});
|
|
884
994
|
import GiftTopIconOutlineOriginal from '@heroicons/react/24/outline/GiftTopIcon';
|
|
885
995
|
export const GiftTopIconOutline = forwardRef(function GiftTopIconOutline(_a, ref) {
|
|
886
996
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
887
|
-
return _jsx(GiftTopIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
997
|
+
return _jsx(GiftTopIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
888
998
|
});
|
|
889
999
|
import GiftIconOutlineOriginal from '@heroicons/react/24/outline/GiftIcon';
|
|
890
1000
|
export const GiftIconOutline = forwardRef(function GiftIconOutline(_a, ref) {
|
|
891
1001
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
892
|
-
return _jsx(GiftIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1002
|
+
return _jsx(GiftIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
893
1003
|
});
|
|
894
1004
|
import GlobeAltIconOutlineOriginal from '@heroicons/react/24/outline/GlobeAltIcon';
|
|
895
1005
|
export const GlobeAltIconOutline = forwardRef(function GlobeAltIconOutline(_a, ref) {
|
|
896
1006
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
897
|
-
return _jsx(GlobeAltIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1007
|
+
return _jsx(GlobeAltIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
898
1008
|
});
|
|
899
1009
|
import GlobeAmericasIconOutlineOriginal from '@heroicons/react/24/outline/GlobeAmericasIcon';
|
|
900
1010
|
export const GlobeAmericasIconOutline = forwardRef(function GlobeAmericasIconOutline(_a, ref) {
|
|
901
1011
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
902
|
-
return _jsx(GlobeAmericasIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1012
|
+
return _jsx(GlobeAmericasIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
903
1013
|
});
|
|
904
1014
|
import GlobeAsiaAustraliaIconOutlineOriginal from '@heroicons/react/24/outline/GlobeAsiaAustraliaIcon';
|
|
905
1015
|
export const GlobeAsiaAustraliaIconOutline = forwardRef(function GlobeAsiaAustraliaIconOutline(_a, ref) {
|
|
906
1016
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
907
|
-
return _jsx(GlobeAsiaAustraliaIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1017
|
+
return _jsx(GlobeAsiaAustraliaIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
908
1018
|
});
|
|
909
1019
|
import GlobeEuropeAfricaIconOutlineOriginal from '@heroicons/react/24/outline/GlobeEuropeAfricaIcon';
|
|
910
1020
|
export const GlobeEuropeAfricaIconOutline = forwardRef(function GlobeEuropeAfricaIconOutline(_a, ref) {
|
|
911
1021
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
912
|
-
return _jsx(GlobeEuropeAfricaIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1022
|
+
return _jsx(GlobeEuropeAfricaIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1023
|
+
});
|
|
1024
|
+
import H1IconOutlineOriginal from '@heroicons/react/24/outline/H1Icon';
|
|
1025
|
+
export const H1IconOutline = forwardRef(function H1IconOutline(_a, ref) {
|
|
1026
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1027
|
+
return _jsx(H1IconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1028
|
+
});
|
|
1029
|
+
import H2IconOutlineOriginal from '@heroicons/react/24/outline/H2Icon';
|
|
1030
|
+
export const H2IconOutline = forwardRef(function H2IconOutline(_a, ref) {
|
|
1031
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1032
|
+
return _jsx(H2IconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1033
|
+
});
|
|
1034
|
+
import H3IconOutlineOriginal from '@heroicons/react/24/outline/H3Icon';
|
|
1035
|
+
export const H3IconOutline = forwardRef(function H3IconOutline(_a, ref) {
|
|
1036
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1037
|
+
return _jsx(H3IconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
913
1038
|
});
|
|
914
1039
|
import HandRaisedIconOutlineOriginal from '@heroicons/react/24/outline/HandRaisedIcon';
|
|
915
1040
|
export const HandRaisedIconOutline = forwardRef(function HandRaisedIconOutline(_a, ref) {
|
|
916
1041
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
917
|
-
return _jsx(HandRaisedIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1042
|
+
return _jsx(HandRaisedIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
918
1043
|
});
|
|
919
1044
|
import HandThumbDownIconOutlineOriginal from '@heroicons/react/24/outline/HandThumbDownIcon';
|
|
920
1045
|
export const HandThumbDownIconOutline = forwardRef(function HandThumbDownIconOutline(_a, ref) {
|
|
921
1046
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
922
|
-
return _jsx(HandThumbDownIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1047
|
+
return _jsx(HandThumbDownIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
923
1048
|
});
|
|
924
1049
|
import HandThumbUpIconOutlineOriginal from '@heroicons/react/24/outline/HandThumbUpIcon';
|
|
925
1050
|
export const HandThumbUpIconOutline = forwardRef(function HandThumbUpIconOutline(_a, ref) {
|
|
926
1051
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
927
|
-
return _jsx(HandThumbUpIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1052
|
+
return _jsx(HandThumbUpIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
928
1053
|
});
|
|
929
1054
|
import HashtagIconOutlineOriginal from '@heroicons/react/24/outline/HashtagIcon';
|
|
930
1055
|
export const HashtagIconOutline = forwardRef(function HashtagIconOutline(_a, ref) {
|
|
931
1056
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
932
|
-
return _jsx(HashtagIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1057
|
+
return _jsx(HashtagIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
933
1058
|
});
|
|
934
1059
|
import HeartIconOutlineOriginal from '@heroicons/react/24/outline/HeartIcon';
|
|
935
1060
|
export const HeartIconOutline = forwardRef(function HeartIconOutline(_a, ref) {
|
|
936
1061
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
937
|
-
return _jsx(HeartIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1062
|
+
return _jsx(HeartIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
938
1063
|
});
|
|
939
1064
|
import HomeModernIconOutlineOriginal from '@heroicons/react/24/outline/HomeModernIcon';
|
|
940
1065
|
export const HomeModernIconOutline = forwardRef(function HomeModernIconOutline(_a, ref) {
|
|
941
1066
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
942
|
-
return _jsx(HomeModernIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1067
|
+
return _jsx(HomeModernIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
943
1068
|
});
|
|
944
1069
|
import HomeIconOutlineOriginal from '@heroicons/react/24/outline/HomeIcon';
|
|
945
1070
|
export const HomeIconOutline = forwardRef(function HomeIconOutline(_a, ref) {
|
|
946
1071
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
947
|
-
return _jsx(HomeIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1072
|
+
return _jsx(HomeIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
948
1073
|
});
|
|
949
1074
|
import IdentificationIconOutlineOriginal from '@heroicons/react/24/outline/IdentificationIcon';
|
|
950
1075
|
export const IdentificationIconOutline = forwardRef(function IdentificationIconOutline(_a, ref) {
|
|
951
1076
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
952
|
-
return _jsx(IdentificationIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1077
|
+
return _jsx(IdentificationIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
953
1078
|
});
|
|
954
1079
|
import InboxArrowDownIconOutlineOriginal from '@heroicons/react/24/outline/InboxArrowDownIcon';
|
|
955
1080
|
export const InboxArrowDownIconOutline = forwardRef(function InboxArrowDownIconOutline(_a, ref) {
|
|
956
1081
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
957
|
-
return _jsx(InboxArrowDownIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1082
|
+
return _jsx(InboxArrowDownIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
958
1083
|
});
|
|
959
1084
|
import InboxStackIconOutlineOriginal from '@heroicons/react/24/outline/InboxStackIcon';
|
|
960
1085
|
export const InboxStackIconOutline = forwardRef(function InboxStackIconOutline(_a, ref) {
|
|
961
1086
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
962
|
-
return _jsx(InboxStackIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1087
|
+
return _jsx(InboxStackIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
963
1088
|
});
|
|
964
1089
|
import InboxIconOutlineOriginal from '@heroicons/react/24/outline/InboxIcon';
|
|
965
1090
|
export const InboxIconOutline = forwardRef(function InboxIconOutline(_a, ref) {
|
|
966
1091
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
967
|
-
return _jsx(InboxIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1092
|
+
return _jsx(InboxIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
968
1093
|
});
|
|
969
1094
|
import InformationCircleIconOutlineOriginal from '@heroicons/react/24/outline/InformationCircleIcon';
|
|
970
1095
|
export const InformationCircleIconOutline = forwardRef(function InformationCircleIconOutline(_a, ref) {
|
|
971
1096
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
972
|
-
return _jsx(InformationCircleIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1097
|
+
return _jsx(InformationCircleIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1098
|
+
});
|
|
1099
|
+
import ItalicIconOutlineOriginal from '@heroicons/react/24/outline/ItalicIcon';
|
|
1100
|
+
export const ItalicIconOutline = forwardRef(function ItalicIconOutline(_a, ref) {
|
|
1101
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1102
|
+
return _jsx(ItalicIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
973
1103
|
});
|
|
974
1104
|
import KeyIconOutlineOriginal from '@heroicons/react/24/outline/KeyIcon';
|
|
975
1105
|
export const KeyIconOutline = forwardRef(function KeyIconOutline(_a, ref) {
|
|
976
1106
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
977
|
-
return _jsx(KeyIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1107
|
+
return _jsx(KeyIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
978
1108
|
});
|
|
979
1109
|
import LanguageIconOutlineOriginal from '@heroicons/react/24/outline/LanguageIcon';
|
|
980
1110
|
export const LanguageIconOutline = forwardRef(function LanguageIconOutline(_a, ref) {
|
|
981
1111
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
982
|
-
return _jsx(LanguageIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1112
|
+
return _jsx(LanguageIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
983
1113
|
});
|
|
984
1114
|
import LifebuoyIconOutlineOriginal from '@heroicons/react/24/outline/LifebuoyIcon';
|
|
985
1115
|
export const LifebuoyIconOutline = forwardRef(function LifebuoyIconOutline(_a, ref) {
|
|
986
1116
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
987
|
-
return _jsx(LifebuoyIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1117
|
+
return _jsx(LifebuoyIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
988
1118
|
});
|
|
989
1119
|
import LightBulbIconOutlineOriginal from '@heroicons/react/24/outline/LightBulbIcon';
|
|
990
1120
|
export const LightBulbIconOutline = forwardRef(function LightBulbIconOutline(_a, ref) {
|
|
991
1121
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
992
|
-
return _jsx(LightBulbIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1122
|
+
return _jsx(LightBulbIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1123
|
+
});
|
|
1124
|
+
import LinkSlashIconOutlineOriginal from '@heroicons/react/24/outline/LinkSlashIcon';
|
|
1125
|
+
export const LinkSlashIconOutline = forwardRef(function LinkSlashIconOutline(_a, ref) {
|
|
1126
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1127
|
+
return _jsx(LinkSlashIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
993
1128
|
});
|
|
994
1129
|
import LinkIconOutlineOriginal from '@heroicons/react/24/outline/LinkIcon';
|
|
995
1130
|
export const LinkIconOutline = forwardRef(function LinkIconOutline(_a, ref) {
|
|
996
1131
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
997
|
-
return _jsx(LinkIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1132
|
+
return _jsx(LinkIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
998
1133
|
});
|
|
999
1134
|
import ListBulletIconOutlineOriginal from '@heroicons/react/24/outline/ListBulletIcon';
|
|
1000
1135
|
export const ListBulletIconOutline = forwardRef(function ListBulletIconOutline(_a, ref) {
|
|
1001
1136
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1002
|
-
return _jsx(ListBulletIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1137
|
+
return _jsx(ListBulletIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1003
1138
|
});
|
|
1004
1139
|
import LockClosedIconOutlineOriginal from '@heroicons/react/24/outline/LockClosedIcon';
|
|
1005
1140
|
export const LockClosedIconOutline = forwardRef(function LockClosedIconOutline(_a, ref) {
|
|
1006
1141
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1007
|
-
return _jsx(LockClosedIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1142
|
+
return _jsx(LockClosedIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1008
1143
|
});
|
|
1009
1144
|
import LockOpenIconOutlineOriginal from '@heroicons/react/24/outline/LockOpenIcon';
|
|
1010
1145
|
export const LockOpenIconOutline = forwardRef(function LockOpenIconOutline(_a, ref) {
|
|
1011
1146
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1012
|
-
return _jsx(LockOpenIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1147
|
+
return _jsx(LockOpenIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1013
1148
|
});
|
|
1014
1149
|
import MagnifyingGlassCircleIconOutlineOriginal from '@heroicons/react/24/outline/MagnifyingGlassCircleIcon';
|
|
1015
1150
|
export const MagnifyingGlassCircleIconOutline = forwardRef(function MagnifyingGlassCircleIconOutline(_a, ref) {
|
|
1016
1151
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1017
|
-
return _jsx(MagnifyingGlassCircleIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1152
|
+
return _jsx(MagnifyingGlassCircleIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1018
1153
|
});
|
|
1019
1154
|
import MagnifyingGlassMinusIconOutlineOriginal from '@heroicons/react/24/outline/MagnifyingGlassMinusIcon';
|
|
1020
1155
|
export const MagnifyingGlassMinusIconOutline = forwardRef(function MagnifyingGlassMinusIconOutline(_a, ref) {
|
|
1021
1156
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1022
|
-
return _jsx(MagnifyingGlassMinusIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1157
|
+
return _jsx(MagnifyingGlassMinusIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1023
1158
|
});
|
|
1024
1159
|
import MagnifyingGlassPlusIconOutlineOriginal from '@heroicons/react/24/outline/MagnifyingGlassPlusIcon';
|
|
1025
1160
|
export const MagnifyingGlassPlusIconOutline = forwardRef(function MagnifyingGlassPlusIconOutline(_a, ref) {
|
|
1026
1161
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1027
|
-
return _jsx(MagnifyingGlassPlusIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1162
|
+
return _jsx(MagnifyingGlassPlusIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1028
1163
|
});
|
|
1029
1164
|
import MagnifyingGlassIconOutlineOriginal from '@heroicons/react/24/outline/MagnifyingGlassIcon';
|
|
1030
1165
|
export const MagnifyingGlassIconOutline = forwardRef(function MagnifyingGlassIconOutline(_a, ref) {
|
|
1031
1166
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1032
|
-
return _jsx(MagnifyingGlassIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1167
|
+
return _jsx(MagnifyingGlassIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1033
1168
|
});
|
|
1034
1169
|
import MapPinIconOutlineOriginal from '@heroicons/react/24/outline/MapPinIcon';
|
|
1035
1170
|
export const MapPinIconOutline = forwardRef(function MapPinIconOutline(_a, ref) {
|
|
1036
1171
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1037
|
-
return _jsx(MapPinIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1172
|
+
return _jsx(MapPinIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1038
1173
|
});
|
|
1039
1174
|
import MapIconOutlineOriginal from '@heroicons/react/24/outline/MapIcon';
|
|
1040
1175
|
export const MapIconOutline = forwardRef(function MapIconOutline(_a, ref) {
|
|
1041
1176
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1042
|
-
return _jsx(MapIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1177
|
+
return _jsx(MapIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1043
1178
|
});
|
|
1044
1179
|
import MegaphoneIconOutlineOriginal from '@heroicons/react/24/outline/MegaphoneIcon';
|
|
1045
1180
|
export const MegaphoneIconOutline = forwardRef(function MegaphoneIconOutline(_a, ref) {
|
|
1046
1181
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1047
|
-
return _jsx(MegaphoneIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1182
|
+
return _jsx(MegaphoneIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1048
1183
|
});
|
|
1049
1184
|
import MicrophoneIconOutlineOriginal from '@heroicons/react/24/outline/MicrophoneIcon';
|
|
1050
1185
|
export const MicrophoneIconOutline = forwardRef(function MicrophoneIconOutline(_a, ref) {
|
|
1051
1186
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1052
|
-
return _jsx(MicrophoneIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1187
|
+
return _jsx(MicrophoneIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1053
1188
|
});
|
|
1054
1189
|
import MinusCircleIconOutlineOriginal from '@heroicons/react/24/outline/MinusCircleIcon';
|
|
1055
1190
|
export const MinusCircleIconOutline = forwardRef(function MinusCircleIconOutline(_a, ref) {
|
|
1056
1191
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1057
|
-
return _jsx(MinusCircleIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1192
|
+
return _jsx(MinusCircleIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1058
1193
|
});
|
|
1059
1194
|
import MinusSmallIconOutlineOriginal from '@heroicons/react/24/outline/MinusSmallIcon';
|
|
1060
1195
|
export const MinusSmallIconOutline = forwardRef(function MinusSmallIconOutline(_a, ref) {
|
|
1061
1196
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1062
|
-
return _jsx(MinusSmallIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1197
|
+
return _jsx(MinusSmallIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1063
1198
|
});
|
|
1064
1199
|
import MinusIconOutlineOriginal from '@heroicons/react/24/outline/MinusIcon';
|
|
1065
1200
|
export const MinusIconOutline = forwardRef(function MinusIconOutline(_a, ref) {
|
|
1066
1201
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1067
|
-
return _jsx(MinusIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1202
|
+
return _jsx(MinusIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1068
1203
|
});
|
|
1069
1204
|
import MoonIconOutlineOriginal from '@heroicons/react/24/outline/MoonIcon';
|
|
1070
1205
|
export const MoonIconOutline = forwardRef(function MoonIconOutline(_a, ref) {
|
|
1071
1206
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1072
|
-
return _jsx(MoonIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1207
|
+
return _jsx(MoonIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1073
1208
|
});
|
|
1074
1209
|
import MusicalNoteIconOutlineOriginal from '@heroicons/react/24/outline/MusicalNoteIcon';
|
|
1075
1210
|
export const MusicalNoteIconOutline = forwardRef(function MusicalNoteIconOutline(_a, ref) {
|
|
1076
1211
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1077
|
-
return _jsx(MusicalNoteIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1212
|
+
return _jsx(MusicalNoteIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1078
1213
|
});
|
|
1079
1214
|
import NewspaperIconOutlineOriginal from '@heroicons/react/24/outline/NewspaperIcon';
|
|
1080
1215
|
export const NewspaperIconOutline = forwardRef(function NewspaperIconOutline(_a, ref) {
|
|
1081
1216
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1082
|
-
return _jsx(NewspaperIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1217
|
+
return _jsx(NewspaperIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1083
1218
|
});
|
|
1084
1219
|
import NoSymbolIconOutlineOriginal from '@heroicons/react/24/outline/NoSymbolIcon';
|
|
1085
1220
|
export const NoSymbolIconOutline = forwardRef(function NoSymbolIconOutline(_a, ref) {
|
|
1086
1221
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1087
|
-
return _jsx(NoSymbolIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1222
|
+
return _jsx(NoSymbolIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1223
|
+
});
|
|
1224
|
+
import NumberedListIconOutlineOriginal from '@heroicons/react/24/outline/NumberedListIcon';
|
|
1225
|
+
export const NumberedListIconOutline = forwardRef(function NumberedListIconOutline(_a, ref) {
|
|
1226
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1227
|
+
return _jsx(NumberedListIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1088
1228
|
});
|
|
1089
1229
|
import PaintBrushIconOutlineOriginal from '@heroicons/react/24/outline/PaintBrushIcon';
|
|
1090
1230
|
export const PaintBrushIconOutline = forwardRef(function PaintBrushIconOutline(_a, ref) {
|
|
1091
1231
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1092
|
-
return _jsx(PaintBrushIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1232
|
+
return _jsx(PaintBrushIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1093
1233
|
});
|
|
1094
1234
|
import PaperAirplaneIconOutlineOriginal from '@heroicons/react/24/outline/PaperAirplaneIcon';
|
|
1095
1235
|
export const PaperAirplaneIconOutline = forwardRef(function PaperAirplaneIconOutline(_a, ref) {
|
|
1096
1236
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1097
|
-
return _jsx(PaperAirplaneIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1237
|
+
return _jsx(PaperAirplaneIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1098
1238
|
});
|
|
1099
1239
|
import PaperClipIconOutlineOriginal from '@heroicons/react/24/outline/PaperClipIcon';
|
|
1100
1240
|
export const PaperClipIconOutline = forwardRef(function PaperClipIconOutline(_a, ref) {
|
|
1101
1241
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1102
|
-
return _jsx(PaperClipIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1242
|
+
return _jsx(PaperClipIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1103
1243
|
});
|
|
1104
1244
|
import PauseCircleIconOutlineOriginal from '@heroicons/react/24/outline/PauseCircleIcon';
|
|
1105
1245
|
export const PauseCircleIconOutline = forwardRef(function PauseCircleIconOutline(_a, ref) {
|
|
1106
1246
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1107
|
-
return _jsx(PauseCircleIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1247
|
+
return _jsx(PauseCircleIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1108
1248
|
});
|
|
1109
1249
|
import PauseIconOutlineOriginal from '@heroicons/react/24/outline/PauseIcon';
|
|
1110
1250
|
export const PauseIconOutline = forwardRef(function PauseIconOutline(_a, ref) {
|
|
1111
1251
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1112
|
-
return _jsx(PauseIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1252
|
+
return _jsx(PauseIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1113
1253
|
});
|
|
1114
1254
|
import PencilSquareIconOutlineOriginal from '@heroicons/react/24/outline/PencilSquareIcon';
|
|
1115
1255
|
export const PencilSquareIconOutline = forwardRef(function PencilSquareIconOutline(_a, ref) {
|
|
1116
1256
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1117
|
-
return _jsx(PencilSquareIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1257
|
+
return _jsx(PencilSquareIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1118
1258
|
});
|
|
1119
1259
|
import PencilIconOutlineOriginal from '@heroicons/react/24/outline/PencilIcon';
|
|
1120
1260
|
export const PencilIconOutline = forwardRef(function PencilIconOutline(_a, ref) {
|
|
1121
1261
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1122
|
-
return _jsx(PencilIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1262
|
+
return _jsx(PencilIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1263
|
+
});
|
|
1264
|
+
import PercentBadgeIconOutlineOriginal from '@heroicons/react/24/outline/PercentBadgeIcon';
|
|
1265
|
+
export const PercentBadgeIconOutline = forwardRef(function PercentBadgeIconOutline(_a, ref) {
|
|
1266
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1267
|
+
return _jsx(PercentBadgeIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1123
1268
|
});
|
|
1124
1269
|
import PhoneArrowDownLeftIconOutlineOriginal from '@heroicons/react/24/outline/PhoneArrowDownLeftIcon';
|
|
1125
1270
|
export const PhoneArrowDownLeftIconOutline = forwardRef(function PhoneArrowDownLeftIconOutline(_a, ref) {
|
|
1126
1271
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1127
|
-
return _jsx(PhoneArrowDownLeftIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1272
|
+
return _jsx(PhoneArrowDownLeftIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1128
1273
|
});
|
|
1129
1274
|
import PhoneArrowUpRightIconOutlineOriginal from '@heroicons/react/24/outline/PhoneArrowUpRightIcon';
|
|
1130
1275
|
export const PhoneArrowUpRightIconOutline = forwardRef(function PhoneArrowUpRightIconOutline(_a, ref) {
|
|
1131
1276
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1132
|
-
return _jsx(PhoneArrowUpRightIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1277
|
+
return _jsx(PhoneArrowUpRightIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1133
1278
|
});
|
|
1134
1279
|
import PhoneXMarkIconOutlineOriginal from '@heroicons/react/24/outline/PhoneXMarkIcon';
|
|
1135
1280
|
export const PhoneXMarkIconOutline = forwardRef(function PhoneXMarkIconOutline(_a, ref) {
|
|
1136
1281
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1137
|
-
return _jsx(PhoneXMarkIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1282
|
+
return _jsx(PhoneXMarkIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1138
1283
|
});
|
|
1139
1284
|
import PhoneIconOutlineOriginal from '@heroicons/react/24/outline/PhoneIcon';
|
|
1140
1285
|
export const PhoneIconOutline = forwardRef(function PhoneIconOutline(_a, ref) {
|
|
1141
1286
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1142
|
-
return _jsx(PhoneIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1287
|
+
return _jsx(PhoneIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1143
1288
|
});
|
|
1144
1289
|
import PhotoIconOutlineOriginal from '@heroicons/react/24/outline/PhotoIcon';
|
|
1145
1290
|
export const PhotoIconOutline = forwardRef(function PhotoIconOutline(_a, ref) {
|
|
1146
1291
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1147
|
-
return _jsx(PhotoIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1292
|
+
return _jsx(PhotoIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1148
1293
|
});
|
|
1149
1294
|
import PlayCircleIconOutlineOriginal from '@heroicons/react/24/outline/PlayCircleIcon';
|
|
1150
1295
|
export const PlayCircleIconOutline = forwardRef(function PlayCircleIconOutline(_a, ref) {
|
|
1151
1296
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1152
|
-
return _jsx(PlayCircleIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1297
|
+
return _jsx(PlayCircleIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1153
1298
|
});
|
|
1154
1299
|
import PlayPauseIconOutlineOriginal from '@heroicons/react/24/outline/PlayPauseIcon';
|
|
1155
1300
|
export const PlayPauseIconOutline = forwardRef(function PlayPauseIconOutline(_a, ref) {
|
|
1156
1301
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1157
|
-
return _jsx(PlayPauseIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1302
|
+
return _jsx(PlayPauseIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1158
1303
|
});
|
|
1159
1304
|
import PlayIconOutlineOriginal from '@heroicons/react/24/outline/PlayIcon';
|
|
1160
1305
|
export const PlayIconOutline = forwardRef(function PlayIconOutline(_a, ref) {
|
|
1161
1306
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1162
|
-
return _jsx(PlayIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1307
|
+
return _jsx(PlayIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1163
1308
|
});
|
|
1164
1309
|
import PlusCircleIconOutlineOriginal from '@heroicons/react/24/outline/PlusCircleIcon';
|
|
1165
1310
|
export const PlusCircleIconOutline = forwardRef(function PlusCircleIconOutline(_a, ref) {
|
|
1166
1311
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1167
|
-
return _jsx(PlusCircleIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1312
|
+
return _jsx(PlusCircleIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1168
1313
|
});
|
|
1169
1314
|
import PlusSmallIconOutlineOriginal from '@heroicons/react/24/outline/PlusSmallIcon';
|
|
1170
1315
|
export const PlusSmallIconOutline = forwardRef(function PlusSmallIconOutline(_a, ref) {
|
|
1171
1316
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1172
|
-
return _jsx(PlusSmallIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1317
|
+
return _jsx(PlusSmallIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1173
1318
|
});
|
|
1174
1319
|
import PlusIconOutlineOriginal from '@heroicons/react/24/outline/PlusIcon';
|
|
1175
1320
|
export const PlusIconOutline = forwardRef(function PlusIconOutline(_a, ref) {
|
|
1176
1321
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1177
|
-
return _jsx(PlusIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1322
|
+
return _jsx(PlusIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1178
1323
|
});
|
|
1179
1324
|
import PowerIconOutlineOriginal from '@heroicons/react/24/outline/PowerIcon';
|
|
1180
1325
|
export const PowerIconOutline = forwardRef(function PowerIconOutline(_a, ref) {
|
|
1181
1326
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1182
|
-
return _jsx(PowerIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1327
|
+
return _jsx(PowerIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1183
1328
|
});
|
|
1184
1329
|
import PresentationChartBarIconOutlineOriginal from '@heroicons/react/24/outline/PresentationChartBarIcon';
|
|
1185
1330
|
export const PresentationChartBarIconOutline = forwardRef(function PresentationChartBarIconOutline(_a, ref) {
|
|
1186
1331
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1187
|
-
return _jsx(PresentationChartBarIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1332
|
+
return _jsx(PresentationChartBarIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1188
1333
|
});
|
|
1189
1334
|
import PresentationChartLineIconOutlineOriginal from '@heroicons/react/24/outline/PresentationChartLineIcon';
|
|
1190
1335
|
export const PresentationChartLineIconOutline = forwardRef(function PresentationChartLineIconOutline(_a, ref) {
|
|
1191
1336
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1192
|
-
return _jsx(PresentationChartLineIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1337
|
+
return _jsx(PresentationChartLineIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1193
1338
|
});
|
|
1194
1339
|
import PrinterIconOutlineOriginal from '@heroicons/react/24/outline/PrinterIcon';
|
|
1195
1340
|
export const PrinterIconOutline = forwardRef(function PrinterIconOutline(_a, ref) {
|
|
1196
1341
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1197
|
-
return _jsx(PrinterIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1342
|
+
return _jsx(PrinterIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1198
1343
|
});
|
|
1199
1344
|
import PuzzlePieceIconOutlineOriginal from '@heroicons/react/24/outline/PuzzlePieceIcon';
|
|
1200
1345
|
export const PuzzlePieceIconOutline = forwardRef(function PuzzlePieceIconOutline(_a, ref) {
|
|
1201
1346
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1202
|
-
return _jsx(PuzzlePieceIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1347
|
+
return _jsx(PuzzlePieceIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1203
1348
|
});
|
|
1204
1349
|
import QrCodeIconOutlineOriginal from '@heroicons/react/24/outline/QrCodeIcon';
|
|
1205
1350
|
export const QrCodeIconOutline = forwardRef(function QrCodeIconOutline(_a, ref) {
|
|
1206
1351
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1207
|
-
return _jsx(QrCodeIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1352
|
+
return _jsx(QrCodeIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1208
1353
|
});
|
|
1209
1354
|
import QuestionMarkCircleIconOutlineOriginal from '@heroicons/react/24/outline/QuestionMarkCircleIcon';
|
|
1210
1355
|
export const QuestionMarkCircleIconOutline = forwardRef(function QuestionMarkCircleIconOutline(_a, ref) {
|
|
1211
1356
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1212
|
-
return _jsx(QuestionMarkCircleIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1357
|
+
return _jsx(QuestionMarkCircleIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1213
1358
|
});
|
|
1214
1359
|
import QueueListIconOutlineOriginal from '@heroicons/react/24/outline/QueueListIcon';
|
|
1215
1360
|
export const QueueListIconOutline = forwardRef(function QueueListIconOutline(_a, ref) {
|
|
1216
1361
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1217
|
-
return _jsx(QueueListIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1362
|
+
return _jsx(QueueListIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1218
1363
|
});
|
|
1219
1364
|
import RadioIconOutlineOriginal from '@heroicons/react/24/outline/RadioIcon';
|
|
1220
1365
|
export const RadioIconOutline = forwardRef(function RadioIconOutline(_a, ref) {
|
|
1221
1366
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1222
|
-
return _jsx(RadioIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1367
|
+
return _jsx(RadioIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1223
1368
|
});
|
|
1224
1369
|
import ReceiptPercentIconOutlineOriginal from '@heroicons/react/24/outline/ReceiptPercentIcon';
|
|
1225
1370
|
export const ReceiptPercentIconOutline = forwardRef(function ReceiptPercentIconOutline(_a, ref) {
|
|
1226
1371
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1227
|
-
return _jsx(ReceiptPercentIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1372
|
+
return _jsx(ReceiptPercentIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1228
1373
|
});
|
|
1229
1374
|
import ReceiptRefundIconOutlineOriginal from '@heroicons/react/24/outline/ReceiptRefundIcon';
|
|
1230
1375
|
export const ReceiptRefundIconOutline = forwardRef(function ReceiptRefundIconOutline(_a, ref) {
|
|
1231
1376
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1232
|
-
return _jsx(ReceiptRefundIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1377
|
+
return _jsx(ReceiptRefundIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1233
1378
|
});
|
|
1234
1379
|
import RectangleGroupIconOutlineOriginal from '@heroicons/react/24/outline/RectangleGroupIcon';
|
|
1235
1380
|
export const RectangleGroupIconOutline = forwardRef(function RectangleGroupIconOutline(_a, ref) {
|
|
1236
1381
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1237
|
-
return _jsx(RectangleGroupIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1382
|
+
return _jsx(RectangleGroupIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1238
1383
|
});
|
|
1239
1384
|
import RectangleStackIconOutlineOriginal from '@heroicons/react/24/outline/RectangleStackIcon';
|
|
1240
1385
|
export const RectangleStackIconOutline = forwardRef(function RectangleStackIconOutline(_a, ref) {
|
|
1241
1386
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1242
|
-
return _jsx(RectangleStackIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1387
|
+
return _jsx(RectangleStackIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1243
1388
|
});
|
|
1244
1389
|
import RocketLaunchIconOutlineOriginal from '@heroicons/react/24/outline/RocketLaunchIcon';
|
|
1245
1390
|
export const RocketLaunchIconOutline = forwardRef(function RocketLaunchIconOutline(_a, ref) {
|
|
1246
1391
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1247
|
-
return _jsx(RocketLaunchIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1392
|
+
return _jsx(RocketLaunchIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1248
1393
|
});
|
|
1249
1394
|
import RssIconOutlineOriginal from '@heroicons/react/24/outline/RssIcon';
|
|
1250
1395
|
export const RssIconOutline = forwardRef(function RssIconOutline(_a, ref) {
|
|
1251
1396
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1252
|
-
return _jsx(RssIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1397
|
+
return _jsx(RssIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1253
1398
|
});
|
|
1254
1399
|
import ScaleIconOutlineOriginal from '@heroicons/react/24/outline/ScaleIcon';
|
|
1255
1400
|
export const ScaleIconOutline = forwardRef(function ScaleIconOutline(_a, ref) {
|
|
1256
1401
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1257
|
-
return _jsx(ScaleIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1402
|
+
return _jsx(ScaleIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1258
1403
|
});
|
|
1259
1404
|
import ScissorsIconOutlineOriginal from '@heroicons/react/24/outline/ScissorsIcon';
|
|
1260
1405
|
export const ScissorsIconOutline = forwardRef(function ScissorsIconOutline(_a, ref) {
|
|
1261
1406
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1262
|
-
return _jsx(ScissorsIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1407
|
+
return _jsx(ScissorsIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1263
1408
|
});
|
|
1264
1409
|
import ServerStackIconOutlineOriginal from '@heroicons/react/24/outline/ServerStackIcon';
|
|
1265
1410
|
export const ServerStackIconOutline = forwardRef(function ServerStackIconOutline(_a, ref) {
|
|
1266
1411
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1267
|
-
return _jsx(ServerStackIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1412
|
+
return _jsx(ServerStackIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1268
1413
|
});
|
|
1269
1414
|
import ServerIconOutlineOriginal from '@heroicons/react/24/outline/ServerIcon';
|
|
1270
1415
|
export const ServerIconOutline = forwardRef(function ServerIconOutline(_a, ref) {
|
|
1271
1416
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1272
|
-
return _jsx(ServerIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1417
|
+
return _jsx(ServerIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1273
1418
|
});
|
|
1274
1419
|
import ShareIconOutlineOriginal from '@heroicons/react/24/outline/ShareIcon';
|
|
1275
1420
|
export const ShareIconOutline = forwardRef(function ShareIconOutline(_a, ref) {
|
|
1276
1421
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1277
|
-
return _jsx(ShareIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1422
|
+
return _jsx(ShareIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1278
1423
|
});
|
|
1279
1424
|
import ShieldCheckIconOutlineOriginal from '@heroicons/react/24/outline/ShieldCheckIcon';
|
|
1280
1425
|
export const ShieldCheckIconOutline = forwardRef(function ShieldCheckIconOutline(_a, ref) {
|
|
1281
1426
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1282
|
-
return _jsx(ShieldCheckIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1427
|
+
return _jsx(ShieldCheckIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1283
1428
|
});
|
|
1284
1429
|
import ShieldExclamationIconOutlineOriginal from '@heroicons/react/24/outline/ShieldExclamationIcon';
|
|
1285
1430
|
export const ShieldExclamationIconOutline = forwardRef(function ShieldExclamationIconOutline(_a, ref) {
|
|
1286
1431
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1287
|
-
return _jsx(ShieldExclamationIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1432
|
+
return _jsx(ShieldExclamationIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1288
1433
|
});
|
|
1289
1434
|
import ShoppingBagIconOutlineOriginal from '@heroicons/react/24/outline/ShoppingBagIcon';
|
|
1290
1435
|
export const ShoppingBagIconOutline = forwardRef(function ShoppingBagIconOutline(_a, ref) {
|
|
1291
1436
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1292
|
-
return _jsx(ShoppingBagIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1437
|
+
return _jsx(ShoppingBagIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1293
1438
|
});
|
|
1294
1439
|
import ShoppingCartIconOutlineOriginal from '@heroicons/react/24/outline/ShoppingCartIcon';
|
|
1295
1440
|
export const ShoppingCartIconOutline = forwardRef(function ShoppingCartIconOutline(_a, ref) {
|
|
1296
1441
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1297
|
-
return _jsx(ShoppingCartIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1442
|
+
return _jsx(ShoppingCartIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1298
1443
|
});
|
|
1299
1444
|
import SignalSlashIconOutlineOriginal from '@heroicons/react/24/outline/SignalSlashIcon';
|
|
1300
1445
|
export const SignalSlashIconOutline = forwardRef(function SignalSlashIconOutline(_a, ref) {
|
|
1301
1446
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1302
|
-
return _jsx(SignalSlashIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1447
|
+
return _jsx(SignalSlashIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1303
1448
|
});
|
|
1304
1449
|
import SignalIconOutlineOriginal from '@heroicons/react/24/outline/SignalIcon';
|
|
1305
1450
|
export const SignalIconOutline = forwardRef(function SignalIconOutline(_a, ref) {
|
|
1306
1451
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1307
|
-
return _jsx(SignalIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1452
|
+
return _jsx(SignalIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1453
|
+
});
|
|
1454
|
+
import SlashIconOutlineOriginal from '@heroicons/react/24/outline/SlashIcon';
|
|
1455
|
+
export const SlashIconOutline = forwardRef(function SlashIconOutline(_a, ref) {
|
|
1456
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1457
|
+
return _jsx(SlashIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1308
1458
|
});
|
|
1309
1459
|
import SparklesIconOutlineOriginal from '@heroicons/react/24/outline/SparklesIcon';
|
|
1310
1460
|
export const SparklesIconOutline = forwardRef(function SparklesIconOutline(_a, ref) {
|
|
1311
1461
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1312
|
-
return _jsx(SparklesIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1462
|
+
return _jsx(SparklesIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1313
1463
|
});
|
|
1314
1464
|
import SpeakerWaveIconOutlineOriginal from '@heroicons/react/24/outline/SpeakerWaveIcon';
|
|
1315
1465
|
export const SpeakerWaveIconOutline = forwardRef(function SpeakerWaveIconOutline(_a, ref) {
|
|
1316
1466
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1317
|
-
return _jsx(SpeakerWaveIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1467
|
+
return _jsx(SpeakerWaveIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1318
1468
|
});
|
|
1319
1469
|
import SpeakerXMarkIconOutlineOriginal from '@heroicons/react/24/outline/SpeakerXMarkIcon';
|
|
1320
1470
|
export const SpeakerXMarkIconOutline = forwardRef(function SpeakerXMarkIconOutline(_a, ref) {
|
|
1321
1471
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1322
|
-
return _jsx(SpeakerXMarkIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1472
|
+
return _jsx(SpeakerXMarkIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1323
1473
|
});
|
|
1324
1474
|
import Square2StackIconOutlineOriginal from '@heroicons/react/24/outline/Square2StackIcon';
|
|
1325
1475
|
export const Square2StackIconOutline = forwardRef(function Square2StackIconOutline(_a, ref) {
|
|
1326
1476
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1327
|
-
return _jsx(Square2StackIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1477
|
+
return _jsx(Square2StackIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1328
1478
|
});
|
|
1329
1479
|
import Square3Stack3DIconOutlineOriginal from '@heroicons/react/24/outline/Square3Stack3DIcon';
|
|
1330
1480
|
export const Square3Stack3DIconOutline = forwardRef(function Square3Stack3DIconOutline(_a, ref) {
|
|
1331
1481
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1332
|
-
return _jsx(Square3Stack3DIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1482
|
+
return _jsx(Square3Stack3DIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1333
1483
|
});
|
|
1334
1484
|
import Squares2X2IconOutlineOriginal from '@heroicons/react/24/outline/Squares2X2Icon';
|
|
1335
1485
|
export const Squares2X2IconOutline = forwardRef(function Squares2X2IconOutline(_a, ref) {
|
|
1336
1486
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1337
|
-
return _jsx(Squares2X2IconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1487
|
+
return _jsx(Squares2X2IconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1338
1488
|
});
|
|
1339
1489
|
import SquaresPlusIconOutlineOriginal from '@heroicons/react/24/outline/SquaresPlusIcon';
|
|
1340
1490
|
export const SquaresPlusIconOutline = forwardRef(function SquaresPlusIconOutline(_a, ref) {
|
|
1341
1491
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1342
|
-
return _jsx(SquaresPlusIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1492
|
+
return _jsx(SquaresPlusIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1343
1493
|
});
|
|
1344
1494
|
import StarIconOutlineOriginal from '@heroicons/react/24/outline/StarIcon';
|
|
1345
1495
|
export const StarIconOutline = forwardRef(function StarIconOutline(_a, ref) {
|
|
1346
1496
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1347
|
-
return _jsx(StarIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1497
|
+
return _jsx(StarIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1348
1498
|
});
|
|
1349
1499
|
import StopCircleIconOutlineOriginal from '@heroicons/react/24/outline/StopCircleIcon';
|
|
1350
1500
|
export const StopCircleIconOutline = forwardRef(function StopCircleIconOutline(_a, ref) {
|
|
1351
1501
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1352
|
-
return _jsx(StopCircleIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1502
|
+
return _jsx(StopCircleIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1353
1503
|
});
|
|
1354
1504
|
import StopIconOutlineOriginal from '@heroicons/react/24/outline/StopIcon';
|
|
1355
1505
|
export const StopIconOutline = forwardRef(function StopIconOutline(_a, ref) {
|
|
1356
1506
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1357
|
-
return _jsx(StopIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1507
|
+
return _jsx(StopIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1508
|
+
});
|
|
1509
|
+
import StrikethroughIconOutlineOriginal from '@heroicons/react/24/outline/StrikethroughIcon';
|
|
1510
|
+
export const StrikethroughIconOutline = forwardRef(function StrikethroughIconOutline(_a, ref) {
|
|
1511
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1512
|
+
return _jsx(StrikethroughIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1358
1513
|
});
|
|
1359
1514
|
import SunIconOutlineOriginal from '@heroicons/react/24/outline/SunIcon';
|
|
1360
1515
|
export const SunIconOutline = forwardRef(function SunIconOutline(_a, ref) {
|
|
1361
1516
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1362
|
-
return _jsx(SunIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1517
|
+
return _jsx(SunIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1363
1518
|
});
|
|
1364
1519
|
import SwatchIconOutlineOriginal from '@heroicons/react/24/outline/SwatchIcon';
|
|
1365
1520
|
export const SwatchIconOutline = forwardRef(function SwatchIconOutline(_a, ref) {
|
|
1366
1521
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1367
|
-
return _jsx(SwatchIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1522
|
+
return _jsx(SwatchIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1368
1523
|
});
|
|
1369
1524
|
import TableCellsIconOutlineOriginal from '@heroicons/react/24/outline/TableCellsIcon';
|
|
1370
1525
|
export const TableCellsIconOutline = forwardRef(function TableCellsIconOutline(_a, ref) {
|
|
1371
1526
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1372
|
-
return _jsx(TableCellsIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1527
|
+
return _jsx(TableCellsIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1373
1528
|
});
|
|
1374
1529
|
import TagIconOutlineOriginal from '@heroicons/react/24/outline/TagIcon';
|
|
1375
1530
|
export const TagIconOutline = forwardRef(function TagIconOutline(_a, ref) {
|
|
1376
1531
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1377
|
-
return _jsx(TagIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1532
|
+
return _jsx(TagIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1378
1533
|
});
|
|
1379
1534
|
import TicketIconOutlineOriginal from '@heroicons/react/24/outline/TicketIcon';
|
|
1380
1535
|
export const TicketIconOutline = forwardRef(function TicketIconOutline(_a, ref) {
|
|
1381
1536
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1382
|
-
return _jsx(TicketIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1537
|
+
return _jsx(TicketIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1383
1538
|
});
|
|
1384
1539
|
import TrashIconOutlineOriginal from '@heroicons/react/24/outline/TrashIcon';
|
|
1385
1540
|
export const TrashIconOutline = forwardRef(function TrashIconOutline(_a, ref) {
|
|
1386
1541
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1387
|
-
return _jsx(TrashIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1542
|
+
return _jsx(TrashIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1388
1543
|
});
|
|
1389
1544
|
import TrophyIconOutlineOriginal from '@heroicons/react/24/outline/TrophyIcon';
|
|
1390
1545
|
export const TrophyIconOutline = forwardRef(function TrophyIconOutline(_a, ref) {
|
|
1391
1546
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1392
|
-
return _jsx(TrophyIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1547
|
+
return _jsx(TrophyIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1393
1548
|
});
|
|
1394
1549
|
import TruckIconOutlineOriginal from '@heroicons/react/24/outline/TruckIcon';
|
|
1395
1550
|
export const TruckIconOutline = forwardRef(function TruckIconOutline(_a, ref) {
|
|
1396
1551
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1397
|
-
return _jsx(TruckIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1552
|
+
return _jsx(TruckIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1398
1553
|
});
|
|
1399
1554
|
import TvIconOutlineOriginal from '@heroicons/react/24/outline/TvIcon';
|
|
1400
1555
|
export const TvIconOutline = forwardRef(function TvIconOutline(_a, ref) {
|
|
1401
1556
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1402
|
-
return _jsx(TvIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1557
|
+
return _jsx(TvIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1558
|
+
});
|
|
1559
|
+
import UnderlineIconOutlineOriginal from '@heroicons/react/24/outline/UnderlineIcon';
|
|
1560
|
+
export const UnderlineIconOutline = forwardRef(function UnderlineIconOutline(_a, ref) {
|
|
1561
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1562
|
+
return _jsx(UnderlineIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1403
1563
|
});
|
|
1404
1564
|
import UserCircleIconOutlineOriginal from '@heroicons/react/24/outline/UserCircleIcon';
|
|
1405
1565
|
export const UserCircleIconOutline = forwardRef(function UserCircleIconOutline(_a, ref) {
|
|
1406
1566
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1407
|
-
return _jsx(UserCircleIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1567
|
+
return _jsx(UserCircleIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1408
1568
|
});
|
|
1409
1569
|
import UserGroupIconOutlineOriginal from '@heroicons/react/24/outline/UserGroupIcon';
|
|
1410
1570
|
export const UserGroupIconOutline = forwardRef(function UserGroupIconOutline(_a, ref) {
|
|
1411
1571
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1412
|
-
return _jsx(UserGroupIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1572
|
+
return _jsx(UserGroupIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1413
1573
|
});
|
|
1414
1574
|
import UserMinusIconOutlineOriginal from '@heroicons/react/24/outline/UserMinusIcon';
|
|
1415
1575
|
export const UserMinusIconOutline = forwardRef(function UserMinusIconOutline(_a, ref) {
|
|
1416
1576
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1417
|
-
return _jsx(UserMinusIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1577
|
+
return _jsx(UserMinusIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1418
1578
|
});
|
|
1419
1579
|
import UserPlusIconOutlineOriginal from '@heroicons/react/24/outline/UserPlusIcon';
|
|
1420
1580
|
export const UserPlusIconOutline = forwardRef(function UserPlusIconOutline(_a, ref) {
|
|
1421
1581
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1422
|
-
return _jsx(UserPlusIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1582
|
+
return _jsx(UserPlusIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1423
1583
|
});
|
|
1424
1584
|
import UserIconOutlineOriginal from '@heroicons/react/24/outline/UserIcon';
|
|
1425
1585
|
export const UserIconOutline = forwardRef(function UserIconOutline(_a, ref) {
|
|
1426
1586
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1427
|
-
return _jsx(UserIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1587
|
+
return _jsx(UserIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1428
1588
|
});
|
|
1429
1589
|
import UsersIconOutlineOriginal from '@heroicons/react/24/outline/UsersIcon';
|
|
1430
1590
|
export const UsersIconOutline = forwardRef(function UsersIconOutline(_a, ref) {
|
|
1431
1591
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1432
|
-
return _jsx(UsersIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1592
|
+
return _jsx(UsersIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1433
1593
|
});
|
|
1434
1594
|
import VariableIconOutlineOriginal from '@heroicons/react/24/outline/VariableIcon';
|
|
1435
1595
|
export const VariableIconOutline = forwardRef(function VariableIconOutline(_a, ref) {
|
|
1436
1596
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1437
|
-
return _jsx(VariableIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1597
|
+
return _jsx(VariableIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1438
1598
|
});
|
|
1439
1599
|
import VideoCameraSlashIconOutlineOriginal from '@heroicons/react/24/outline/VideoCameraSlashIcon';
|
|
1440
1600
|
export const VideoCameraSlashIconOutline = forwardRef(function VideoCameraSlashIconOutline(_a, ref) {
|
|
1441
1601
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1442
|
-
return _jsx(VideoCameraSlashIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1602
|
+
return _jsx(VideoCameraSlashIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1443
1603
|
});
|
|
1444
1604
|
import VideoCameraIconOutlineOriginal from '@heroicons/react/24/outline/VideoCameraIcon';
|
|
1445
1605
|
export const VideoCameraIconOutline = forwardRef(function VideoCameraIconOutline(_a, ref) {
|
|
1446
1606
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1447
|
-
return _jsx(VideoCameraIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1607
|
+
return _jsx(VideoCameraIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1448
1608
|
});
|
|
1449
1609
|
import ViewColumnsIconOutlineOriginal from '@heroicons/react/24/outline/ViewColumnsIcon';
|
|
1450
1610
|
export const ViewColumnsIconOutline = forwardRef(function ViewColumnsIconOutline(_a, ref) {
|
|
1451
1611
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1452
|
-
return _jsx(ViewColumnsIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1612
|
+
return _jsx(ViewColumnsIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1453
1613
|
});
|
|
1454
1614
|
import ViewfinderCircleIconOutlineOriginal from '@heroicons/react/24/outline/ViewfinderCircleIcon';
|
|
1455
1615
|
export const ViewfinderCircleIconOutline = forwardRef(function ViewfinderCircleIconOutline(_a, ref) {
|
|
1456
1616
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1457
|
-
return _jsx(ViewfinderCircleIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1617
|
+
return _jsx(ViewfinderCircleIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1458
1618
|
});
|
|
1459
1619
|
import WalletIconOutlineOriginal from '@heroicons/react/24/outline/WalletIcon';
|
|
1460
1620
|
export const WalletIconOutline = forwardRef(function WalletIconOutline(_a, ref) {
|
|
1461
1621
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1462
|
-
return _jsx(WalletIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1622
|
+
return _jsx(WalletIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1463
1623
|
});
|
|
1464
1624
|
import WifiIconOutlineOriginal from '@heroicons/react/24/outline/WifiIcon';
|
|
1465
1625
|
export const WifiIconOutline = forwardRef(function WifiIconOutline(_a, ref) {
|
|
1466
1626
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1467
|
-
return _jsx(WifiIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1627
|
+
return _jsx(WifiIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1468
1628
|
});
|
|
1469
1629
|
import WindowIconOutlineOriginal from '@heroicons/react/24/outline/WindowIcon';
|
|
1470
1630
|
export const WindowIconOutline = forwardRef(function WindowIconOutline(_a, ref) {
|
|
1471
1631
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1472
|
-
return _jsx(WindowIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1632
|
+
return _jsx(WindowIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1473
1633
|
});
|
|
1474
1634
|
import WrenchScrewdriverIconOutlineOriginal from '@heroicons/react/24/outline/WrenchScrewdriverIcon';
|
|
1475
1635
|
export const WrenchScrewdriverIconOutline = forwardRef(function WrenchScrewdriverIconOutline(_a, ref) {
|
|
1476
1636
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1477
|
-
return _jsx(WrenchScrewdriverIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1637
|
+
return _jsx(WrenchScrewdriverIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1478
1638
|
});
|
|
1479
1639
|
import WrenchIconOutlineOriginal from '@heroicons/react/24/outline/WrenchIcon';
|
|
1480
1640
|
export const WrenchIconOutline = forwardRef(function WrenchIconOutline(_a, ref) {
|
|
1481
1641
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1482
|
-
return _jsx(WrenchIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1642
|
+
return _jsx(WrenchIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1483
1643
|
});
|
|
1484
1644
|
import XCircleIconOutlineOriginal from '@heroicons/react/24/outline/XCircleIcon';
|
|
1485
1645
|
export const XCircleIconOutline = forwardRef(function XCircleIconOutline(_a, ref) {
|
|
1486
1646
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1487
|
-
return _jsx(XCircleIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1647
|
+
return _jsx(XCircleIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1488
1648
|
});
|
|
1489
1649
|
import XMarkIconOutlineOriginal from '@heroicons/react/24/outline/XMarkIcon';
|
|
1490
1650
|
export const XMarkIconOutline = forwardRef(function XMarkIconOutline(_a, ref) {
|
|
1491
1651
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1492
|
-
return _jsx(XMarkIconOutlineOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1652
|
+
return _jsx(XMarkIconOutlineOriginal, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1493
1653
|
});
|
|
1494
1654
|
import AcademicCapIconSolidOriginal from '@heroicons/react/24/solid/AcademicCapIcon';
|
|
1495
1655
|
export const AcademicCapIconSolid = forwardRef(function AcademicCapIconSolid(_a, ref) {
|
|
1496
1656
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1497
|
-
return _jsx(AcademicCapIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1657
|
+
return _jsx(AcademicCapIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1498
1658
|
});
|
|
1499
1659
|
import AdjustmentsHorizontalIconSolidOriginal from '@heroicons/react/24/solid/AdjustmentsHorizontalIcon';
|
|
1500
1660
|
export const AdjustmentsHorizontalIconSolid = forwardRef(function AdjustmentsHorizontalIconSolid(_a, ref) {
|
|
1501
1661
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1502
|
-
return _jsx(AdjustmentsHorizontalIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1662
|
+
return _jsx(AdjustmentsHorizontalIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1503
1663
|
});
|
|
1504
1664
|
import AdjustmentsVerticalIconSolidOriginal from '@heroicons/react/24/solid/AdjustmentsVerticalIcon';
|
|
1505
1665
|
export const AdjustmentsVerticalIconSolid = forwardRef(function AdjustmentsVerticalIconSolid(_a, ref) {
|
|
1506
1666
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1507
|
-
return _jsx(AdjustmentsVerticalIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1667
|
+
return _jsx(AdjustmentsVerticalIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1508
1668
|
});
|
|
1509
1669
|
import ArchiveBoxArrowDownIconSolidOriginal from '@heroicons/react/24/solid/ArchiveBoxArrowDownIcon';
|
|
1510
1670
|
export const ArchiveBoxArrowDownIconSolid = forwardRef(function ArchiveBoxArrowDownIconSolid(_a, ref) {
|
|
1511
1671
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1512
|
-
return _jsx(ArchiveBoxArrowDownIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1672
|
+
return _jsx(ArchiveBoxArrowDownIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1513
1673
|
});
|
|
1514
1674
|
import ArchiveBoxXMarkIconSolidOriginal from '@heroicons/react/24/solid/ArchiveBoxXMarkIcon';
|
|
1515
1675
|
export const ArchiveBoxXMarkIconSolid = forwardRef(function ArchiveBoxXMarkIconSolid(_a, ref) {
|
|
1516
1676
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1517
|
-
return _jsx(ArchiveBoxXMarkIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1677
|
+
return _jsx(ArchiveBoxXMarkIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1518
1678
|
});
|
|
1519
1679
|
import ArchiveBoxIconSolidOriginal from '@heroicons/react/24/solid/ArchiveBoxIcon';
|
|
1520
1680
|
export const ArchiveBoxIconSolid = forwardRef(function ArchiveBoxIconSolid(_a, ref) {
|
|
1521
1681
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1522
|
-
return _jsx(ArchiveBoxIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1682
|
+
return _jsx(ArchiveBoxIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1523
1683
|
});
|
|
1524
1684
|
import ArrowDownCircleIconSolidOriginal from '@heroicons/react/24/solid/ArrowDownCircleIcon';
|
|
1525
1685
|
export const ArrowDownCircleIconSolid = forwardRef(function ArrowDownCircleIconSolid(_a, ref) {
|
|
1526
1686
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1527
|
-
return _jsx(ArrowDownCircleIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1687
|
+
return _jsx(ArrowDownCircleIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1528
1688
|
});
|
|
1529
1689
|
import ArrowDownLeftIconSolidOriginal from '@heroicons/react/24/solid/ArrowDownLeftIcon';
|
|
1530
1690
|
export const ArrowDownLeftIconSolid = forwardRef(function ArrowDownLeftIconSolid(_a, ref) {
|
|
1531
1691
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1532
|
-
return _jsx(ArrowDownLeftIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1692
|
+
return _jsx(ArrowDownLeftIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1533
1693
|
});
|
|
1534
1694
|
import ArrowDownOnSquareStackIconSolidOriginal from '@heroicons/react/24/solid/ArrowDownOnSquareStackIcon';
|
|
1535
1695
|
export const ArrowDownOnSquareStackIconSolid = forwardRef(function ArrowDownOnSquareStackIconSolid(_a, ref) {
|
|
1536
1696
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1537
|
-
return _jsx(ArrowDownOnSquareStackIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1697
|
+
return _jsx(ArrowDownOnSquareStackIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1538
1698
|
});
|
|
1539
1699
|
import ArrowDownOnSquareIconSolidOriginal from '@heroicons/react/24/solid/ArrowDownOnSquareIcon';
|
|
1540
1700
|
export const ArrowDownOnSquareIconSolid = forwardRef(function ArrowDownOnSquareIconSolid(_a, ref) {
|
|
1541
1701
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1542
|
-
return _jsx(ArrowDownOnSquareIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1702
|
+
return _jsx(ArrowDownOnSquareIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1543
1703
|
});
|
|
1544
1704
|
import ArrowDownRightIconSolidOriginal from '@heroicons/react/24/solid/ArrowDownRightIcon';
|
|
1545
1705
|
export const ArrowDownRightIconSolid = forwardRef(function ArrowDownRightIconSolid(_a, ref) {
|
|
1546
1706
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1547
|
-
return _jsx(ArrowDownRightIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1707
|
+
return _jsx(ArrowDownRightIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1548
1708
|
});
|
|
1549
1709
|
import ArrowDownTrayIconSolidOriginal from '@heroicons/react/24/solid/ArrowDownTrayIcon';
|
|
1550
1710
|
export const ArrowDownTrayIconSolid = forwardRef(function ArrowDownTrayIconSolid(_a, ref) {
|
|
1551
1711
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1552
|
-
return _jsx(ArrowDownTrayIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1712
|
+
return _jsx(ArrowDownTrayIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1553
1713
|
});
|
|
1554
1714
|
import ArrowDownIconSolidOriginal from '@heroicons/react/24/solid/ArrowDownIcon';
|
|
1555
1715
|
export const ArrowDownIconSolid = forwardRef(function ArrowDownIconSolid(_a, ref) {
|
|
1556
1716
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1557
|
-
return _jsx(ArrowDownIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1717
|
+
return _jsx(ArrowDownIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1558
1718
|
});
|
|
1559
1719
|
import ArrowLeftCircleIconSolidOriginal from '@heroicons/react/24/solid/ArrowLeftCircleIcon';
|
|
1560
1720
|
export const ArrowLeftCircleIconSolid = forwardRef(function ArrowLeftCircleIconSolid(_a, ref) {
|
|
1561
1721
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1562
|
-
return _jsx(ArrowLeftCircleIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1722
|
+
return _jsx(ArrowLeftCircleIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1723
|
+
});
|
|
1724
|
+
import ArrowLeftEndOnRectangleIconSolidOriginal from '@heroicons/react/24/solid/ArrowLeftEndOnRectangleIcon';
|
|
1725
|
+
export const ArrowLeftEndOnRectangleIconSolid = forwardRef(function ArrowLeftEndOnRectangleIconSolid(_a, ref) {
|
|
1726
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1727
|
+
return _jsx(ArrowLeftEndOnRectangleIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1563
1728
|
});
|
|
1564
1729
|
import ArrowLeftOnRectangleIconSolidOriginal from '@heroicons/react/24/solid/ArrowLeftOnRectangleIcon';
|
|
1565
1730
|
export const ArrowLeftOnRectangleIconSolid = forwardRef(function ArrowLeftOnRectangleIconSolid(_a, ref) {
|
|
1566
1731
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1567
|
-
return _jsx(ArrowLeftOnRectangleIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1732
|
+
return _jsx(ArrowLeftOnRectangleIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1733
|
+
});
|
|
1734
|
+
import ArrowLeftStartOnRectangleIconSolidOriginal from '@heroicons/react/24/solid/ArrowLeftStartOnRectangleIcon';
|
|
1735
|
+
export const ArrowLeftStartOnRectangleIconSolid = forwardRef(function ArrowLeftStartOnRectangleIconSolid(_a, ref) {
|
|
1736
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1737
|
+
return _jsx(ArrowLeftStartOnRectangleIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1568
1738
|
});
|
|
1569
1739
|
import ArrowLeftIconSolidOriginal from '@heroicons/react/24/solid/ArrowLeftIcon';
|
|
1570
1740
|
export const ArrowLeftIconSolid = forwardRef(function ArrowLeftIconSolid(_a, ref) {
|
|
1571
1741
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1572
|
-
return _jsx(ArrowLeftIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1742
|
+
return _jsx(ArrowLeftIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1573
1743
|
});
|
|
1574
1744
|
import ArrowLongDownIconSolidOriginal from '@heroicons/react/24/solid/ArrowLongDownIcon';
|
|
1575
1745
|
export const ArrowLongDownIconSolid = forwardRef(function ArrowLongDownIconSolid(_a, ref) {
|
|
1576
1746
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1577
|
-
return _jsx(ArrowLongDownIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1747
|
+
return _jsx(ArrowLongDownIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1578
1748
|
});
|
|
1579
1749
|
import ArrowLongLeftIconSolidOriginal from '@heroicons/react/24/solid/ArrowLongLeftIcon';
|
|
1580
1750
|
export const ArrowLongLeftIconSolid = forwardRef(function ArrowLongLeftIconSolid(_a, ref) {
|
|
1581
1751
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1582
|
-
return _jsx(ArrowLongLeftIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1752
|
+
return _jsx(ArrowLongLeftIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1583
1753
|
});
|
|
1584
1754
|
import ArrowLongRightIconSolidOriginal from '@heroicons/react/24/solid/ArrowLongRightIcon';
|
|
1585
1755
|
export const ArrowLongRightIconSolid = forwardRef(function ArrowLongRightIconSolid(_a, ref) {
|
|
1586
1756
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1587
|
-
return _jsx(ArrowLongRightIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1757
|
+
return _jsx(ArrowLongRightIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1588
1758
|
});
|
|
1589
1759
|
import ArrowLongUpIconSolidOriginal from '@heroicons/react/24/solid/ArrowLongUpIcon';
|
|
1590
1760
|
export const ArrowLongUpIconSolid = forwardRef(function ArrowLongUpIconSolid(_a, ref) {
|
|
1591
1761
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1592
|
-
return _jsx(ArrowLongUpIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1762
|
+
return _jsx(ArrowLongUpIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1593
1763
|
});
|
|
1594
1764
|
import ArrowPathRoundedSquareIconSolidOriginal from '@heroicons/react/24/solid/ArrowPathRoundedSquareIcon';
|
|
1595
1765
|
export const ArrowPathRoundedSquareIconSolid = forwardRef(function ArrowPathRoundedSquareIconSolid(_a, ref) {
|
|
1596
1766
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1597
|
-
return _jsx(ArrowPathRoundedSquareIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1767
|
+
return _jsx(ArrowPathRoundedSquareIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1598
1768
|
});
|
|
1599
1769
|
import ArrowPathIconSolidOriginal from '@heroicons/react/24/solid/ArrowPathIcon';
|
|
1600
1770
|
export const ArrowPathIconSolid = forwardRef(function ArrowPathIconSolid(_a, ref) {
|
|
1601
1771
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1602
|
-
return _jsx(ArrowPathIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1772
|
+
return _jsx(ArrowPathIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1603
1773
|
});
|
|
1604
1774
|
import ArrowRightCircleIconSolidOriginal from '@heroicons/react/24/solid/ArrowRightCircleIcon';
|
|
1605
1775
|
export const ArrowRightCircleIconSolid = forwardRef(function ArrowRightCircleIconSolid(_a, ref) {
|
|
1606
1776
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1607
|
-
return _jsx(ArrowRightCircleIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1777
|
+
return _jsx(ArrowRightCircleIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1778
|
+
});
|
|
1779
|
+
import ArrowRightEndOnRectangleIconSolidOriginal from '@heroicons/react/24/solid/ArrowRightEndOnRectangleIcon';
|
|
1780
|
+
export const ArrowRightEndOnRectangleIconSolid = forwardRef(function ArrowRightEndOnRectangleIconSolid(_a, ref) {
|
|
1781
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1782
|
+
return _jsx(ArrowRightEndOnRectangleIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1608
1783
|
});
|
|
1609
1784
|
import ArrowRightOnRectangleIconSolidOriginal from '@heroicons/react/24/solid/ArrowRightOnRectangleIcon';
|
|
1610
1785
|
export const ArrowRightOnRectangleIconSolid = forwardRef(function ArrowRightOnRectangleIconSolid(_a, ref) {
|
|
1611
1786
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1612
|
-
return _jsx(ArrowRightOnRectangleIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1787
|
+
return _jsx(ArrowRightOnRectangleIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1788
|
+
});
|
|
1789
|
+
import ArrowRightStartOnRectangleIconSolidOriginal from '@heroicons/react/24/solid/ArrowRightStartOnRectangleIcon';
|
|
1790
|
+
export const ArrowRightStartOnRectangleIconSolid = forwardRef(function ArrowRightStartOnRectangleIconSolid(_a, ref) {
|
|
1791
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1792
|
+
return _jsx(ArrowRightStartOnRectangleIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1613
1793
|
});
|
|
1614
1794
|
import ArrowRightIconSolidOriginal from '@heroicons/react/24/solid/ArrowRightIcon';
|
|
1615
1795
|
export const ArrowRightIconSolid = forwardRef(function ArrowRightIconSolid(_a, ref) {
|
|
1616
1796
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1617
|
-
return _jsx(ArrowRightIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1797
|
+
return _jsx(ArrowRightIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1618
1798
|
});
|
|
1619
1799
|
import ArrowSmallDownIconSolidOriginal from '@heroicons/react/24/solid/ArrowSmallDownIcon';
|
|
1620
1800
|
export const ArrowSmallDownIconSolid = forwardRef(function ArrowSmallDownIconSolid(_a, ref) {
|
|
1621
1801
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1622
|
-
return _jsx(ArrowSmallDownIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1802
|
+
return _jsx(ArrowSmallDownIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1623
1803
|
});
|
|
1624
1804
|
import ArrowSmallLeftIconSolidOriginal from '@heroicons/react/24/solid/ArrowSmallLeftIcon';
|
|
1625
1805
|
export const ArrowSmallLeftIconSolid = forwardRef(function ArrowSmallLeftIconSolid(_a, ref) {
|
|
1626
1806
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1627
|
-
return _jsx(ArrowSmallLeftIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1807
|
+
return _jsx(ArrowSmallLeftIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1628
1808
|
});
|
|
1629
1809
|
import ArrowSmallRightIconSolidOriginal from '@heroicons/react/24/solid/ArrowSmallRightIcon';
|
|
1630
1810
|
export const ArrowSmallRightIconSolid = forwardRef(function ArrowSmallRightIconSolid(_a, ref) {
|
|
1631
1811
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1632
|
-
return _jsx(ArrowSmallRightIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1812
|
+
return _jsx(ArrowSmallRightIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1633
1813
|
});
|
|
1634
1814
|
import ArrowSmallUpIconSolidOriginal from '@heroicons/react/24/solid/ArrowSmallUpIcon';
|
|
1635
1815
|
export const ArrowSmallUpIconSolid = forwardRef(function ArrowSmallUpIconSolid(_a, ref) {
|
|
1636
1816
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1637
|
-
return _jsx(ArrowSmallUpIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1817
|
+
return _jsx(ArrowSmallUpIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1638
1818
|
});
|
|
1639
1819
|
import ArrowTopRightOnSquareIconSolidOriginal from '@heroicons/react/24/solid/ArrowTopRightOnSquareIcon';
|
|
1640
1820
|
export const ArrowTopRightOnSquareIconSolid = forwardRef(function ArrowTopRightOnSquareIconSolid(_a, ref) {
|
|
1641
1821
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1642
|
-
return _jsx(ArrowTopRightOnSquareIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1822
|
+
return _jsx(ArrowTopRightOnSquareIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1643
1823
|
});
|
|
1644
1824
|
import ArrowTrendingDownIconSolidOriginal from '@heroicons/react/24/solid/ArrowTrendingDownIcon';
|
|
1645
1825
|
export const ArrowTrendingDownIconSolid = forwardRef(function ArrowTrendingDownIconSolid(_a, ref) {
|
|
1646
1826
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1647
|
-
return _jsx(ArrowTrendingDownIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1827
|
+
return _jsx(ArrowTrendingDownIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1648
1828
|
});
|
|
1649
1829
|
import ArrowTrendingUpIconSolidOriginal from '@heroicons/react/24/solid/ArrowTrendingUpIcon';
|
|
1650
1830
|
export const ArrowTrendingUpIconSolid = forwardRef(function ArrowTrendingUpIconSolid(_a, ref) {
|
|
1651
1831
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1652
|
-
return _jsx(ArrowTrendingUpIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1832
|
+
return _jsx(ArrowTrendingUpIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1833
|
+
});
|
|
1834
|
+
import ArrowTurnDownLeftIconSolidOriginal from '@heroicons/react/24/solid/ArrowTurnDownLeftIcon';
|
|
1835
|
+
export const ArrowTurnDownLeftIconSolid = forwardRef(function ArrowTurnDownLeftIconSolid(_a, ref) {
|
|
1836
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1837
|
+
return _jsx(ArrowTurnDownLeftIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1838
|
+
});
|
|
1839
|
+
import ArrowTurnDownRightIconSolidOriginal from '@heroicons/react/24/solid/ArrowTurnDownRightIcon';
|
|
1840
|
+
export const ArrowTurnDownRightIconSolid = forwardRef(function ArrowTurnDownRightIconSolid(_a, ref) {
|
|
1841
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1842
|
+
return _jsx(ArrowTurnDownRightIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1843
|
+
});
|
|
1844
|
+
import ArrowTurnLeftDownIconSolidOriginal from '@heroicons/react/24/solid/ArrowTurnLeftDownIcon';
|
|
1845
|
+
export const ArrowTurnLeftDownIconSolid = forwardRef(function ArrowTurnLeftDownIconSolid(_a, ref) {
|
|
1846
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1847
|
+
return _jsx(ArrowTurnLeftDownIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1848
|
+
});
|
|
1849
|
+
import ArrowTurnLeftUpIconSolidOriginal from '@heroicons/react/24/solid/ArrowTurnLeftUpIcon';
|
|
1850
|
+
export const ArrowTurnLeftUpIconSolid = forwardRef(function ArrowTurnLeftUpIconSolid(_a, ref) {
|
|
1851
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1852
|
+
return _jsx(ArrowTurnLeftUpIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1853
|
+
});
|
|
1854
|
+
import ArrowTurnRightDownIconSolidOriginal from '@heroicons/react/24/solid/ArrowTurnRightDownIcon';
|
|
1855
|
+
export const ArrowTurnRightDownIconSolid = forwardRef(function ArrowTurnRightDownIconSolid(_a, ref) {
|
|
1856
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1857
|
+
return _jsx(ArrowTurnRightDownIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1858
|
+
});
|
|
1859
|
+
import ArrowTurnRightUpIconSolidOriginal from '@heroicons/react/24/solid/ArrowTurnRightUpIcon';
|
|
1860
|
+
export const ArrowTurnRightUpIconSolid = forwardRef(function ArrowTurnRightUpIconSolid(_a, ref) {
|
|
1861
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1862
|
+
return _jsx(ArrowTurnRightUpIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1863
|
+
});
|
|
1864
|
+
import ArrowTurnUpLeftIconSolidOriginal from '@heroicons/react/24/solid/ArrowTurnUpLeftIcon';
|
|
1865
|
+
export const ArrowTurnUpLeftIconSolid = forwardRef(function ArrowTurnUpLeftIconSolid(_a, ref) {
|
|
1866
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1867
|
+
return _jsx(ArrowTurnUpLeftIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1868
|
+
});
|
|
1869
|
+
import ArrowTurnUpRightIconSolidOriginal from '@heroicons/react/24/solid/ArrowTurnUpRightIcon';
|
|
1870
|
+
export const ArrowTurnUpRightIconSolid = forwardRef(function ArrowTurnUpRightIconSolid(_a, ref) {
|
|
1871
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1872
|
+
return _jsx(ArrowTurnUpRightIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1653
1873
|
});
|
|
1654
1874
|
import ArrowUpCircleIconSolidOriginal from '@heroicons/react/24/solid/ArrowUpCircleIcon';
|
|
1655
1875
|
export const ArrowUpCircleIconSolid = forwardRef(function ArrowUpCircleIconSolid(_a, ref) {
|
|
1656
1876
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1657
|
-
return _jsx(ArrowUpCircleIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1877
|
+
return _jsx(ArrowUpCircleIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1658
1878
|
});
|
|
1659
1879
|
import ArrowUpLeftIconSolidOriginal from '@heroicons/react/24/solid/ArrowUpLeftIcon';
|
|
1660
1880
|
export const ArrowUpLeftIconSolid = forwardRef(function ArrowUpLeftIconSolid(_a, ref) {
|
|
1661
1881
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1662
|
-
return _jsx(ArrowUpLeftIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1882
|
+
return _jsx(ArrowUpLeftIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1663
1883
|
});
|
|
1664
1884
|
import ArrowUpOnSquareStackIconSolidOriginal from '@heroicons/react/24/solid/ArrowUpOnSquareStackIcon';
|
|
1665
1885
|
export const ArrowUpOnSquareStackIconSolid = forwardRef(function ArrowUpOnSquareStackIconSolid(_a, ref) {
|
|
1666
1886
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1667
|
-
return _jsx(ArrowUpOnSquareStackIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1887
|
+
return _jsx(ArrowUpOnSquareStackIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1668
1888
|
});
|
|
1669
1889
|
import ArrowUpOnSquareIconSolidOriginal from '@heroicons/react/24/solid/ArrowUpOnSquareIcon';
|
|
1670
1890
|
export const ArrowUpOnSquareIconSolid = forwardRef(function ArrowUpOnSquareIconSolid(_a, ref) {
|
|
1671
1891
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1672
|
-
return _jsx(ArrowUpOnSquareIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1892
|
+
return _jsx(ArrowUpOnSquareIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1673
1893
|
});
|
|
1674
1894
|
import ArrowUpRightIconSolidOriginal from '@heroicons/react/24/solid/ArrowUpRightIcon';
|
|
1675
1895
|
export const ArrowUpRightIconSolid = forwardRef(function ArrowUpRightIconSolid(_a, ref) {
|
|
1676
1896
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1677
|
-
return _jsx(ArrowUpRightIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1897
|
+
return _jsx(ArrowUpRightIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1678
1898
|
});
|
|
1679
1899
|
import ArrowUpTrayIconSolidOriginal from '@heroicons/react/24/solid/ArrowUpTrayIcon';
|
|
1680
1900
|
export const ArrowUpTrayIconSolid = forwardRef(function ArrowUpTrayIconSolid(_a, ref) {
|
|
1681
1901
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1682
|
-
return _jsx(ArrowUpTrayIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1902
|
+
return _jsx(ArrowUpTrayIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1683
1903
|
});
|
|
1684
1904
|
import ArrowUpIconSolidOriginal from '@heroicons/react/24/solid/ArrowUpIcon';
|
|
1685
1905
|
export const ArrowUpIconSolid = forwardRef(function ArrowUpIconSolid(_a, ref) {
|
|
1686
1906
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1687
|
-
return _jsx(ArrowUpIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1907
|
+
return _jsx(ArrowUpIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1688
1908
|
});
|
|
1689
1909
|
import ArrowUturnDownIconSolidOriginal from '@heroicons/react/24/solid/ArrowUturnDownIcon';
|
|
1690
1910
|
export const ArrowUturnDownIconSolid = forwardRef(function ArrowUturnDownIconSolid(_a, ref) {
|
|
1691
1911
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1692
|
-
return _jsx(ArrowUturnDownIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1912
|
+
return _jsx(ArrowUturnDownIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1693
1913
|
});
|
|
1694
1914
|
import ArrowUturnLeftIconSolidOriginal from '@heroicons/react/24/solid/ArrowUturnLeftIcon';
|
|
1695
1915
|
export const ArrowUturnLeftIconSolid = forwardRef(function ArrowUturnLeftIconSolid(_a, ref) {
|
|
1696
1916
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1697
|
-
return _jsx(ArrowUturnLeftIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1917
|
+
return _jsx(ArrowUturnLeftIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1698
1918
|
});
|
|
1699
1919
|
import ArrowUturnRightIconSolidOriginal from '@heroicons/react/24/solid/ArrowUturnRightIcon';
|
|
1700
1920
|
export const ArrowUturnRightIconSolid = forwardRef(function ArrowUturnRightIconSolid(_a, ref) {
|
|
1701
1921
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1702
|
-
return _jsx(ArrowUturnRightIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1922
|
+
return _jsx(ArrowUturnRightIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1703
1923
|
});
|
|
1704
1924
|
import ArrowUturnUpIconSolidOriginal from '@heroicons/react/24/solid/ArrowUturnUpIcon';
|
|
1705
1925
|
export const ArrowUturnUpIconSolid = forwardRef(function ArrowUturnUpIconSolid(_a, ref) {
|
|
1706
1926
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1707
|
-
return _jsx(ArrowUturnUpIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1927
|
+
return _jsx(ArrowUturnUpIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1708
1928
|
});
|
|
1709
1929
|
import ArrowsPointingInIconSolidOriginal from '@heroicons/react/24/solid/ArrowsPointingInIcon';
|
|
1710
1930
|
export const ArrowsPointingInIconSolid = forwardRef(function ArrowsPointingInIconSolid(_a, ref) {
|
|
1711
1931
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1712
|
-
return _jsx(ArrowsPointingInIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1932
|
+
return _jsx(ArrowsPointingInIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1713
1933
|
});
|
|
1714
1934
|
import ArrowsPointingOutIconSolidOriginal from '@heroicons/react/24/solid/ArrowsPointingOutIcon';
|
|
1715
1935
|
export const ArrowsPointingOutIconSolid = forwardRef(function ArrowsPointingOutIconSolid(_a, ref) {
|
|
1716
1936
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1717
|
-
return _jsx(ArrowsPointingOutIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1937
|
+
return _jsx(ArrowsPointingOutIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1718
1938
|
});
|
|
1719
1939
|
import ArrowsRightLeftIconSolidOriginal from '@heroicons/react/24/solid/ArrowsRightLeftIcon';
|
|
1720
1940
|
export const ArrowsRightLeftIconSolid = forwardRef(function ArrowsRightLeftIconSolid(_a, ref) {
|
|
1721
1941
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1722
|
-
return _jsx(ArrowsRightLeftIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1942
|
+
return _jsx(ArrowsRightLeftIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1723
1943
|
});
|
|
1724
1944
|
import ArrowsUpDownIconSolidOriginal from '@heroicons/react/24/solid/ArrowsUpDownIcon';
|
|
1725
1945
|
export const ArrowsUpDownIconSolid = forwardRef(function ArrowsUpDownIconSolid(_a, ref) {
|
|
1726
1946
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1727
|
-
return _jsx(ArrowsUpDownIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1947
|
+
return _jsx(ArrowsUpDownIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1728
1948
|
});
|
|
1729
1949
|
import AtSymbolIconSolidOriginal from '@heroicons/react/24/solid/AtSymbolIcon';
|
|
1730
1950
|
export const AtSymbolIconSolid = forwardRef(function AtSymbolIconSolid(_a, ref) {
|
|
1731
1951
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1732
|
-
return _jsx(AtSymbolIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1952
|
+
return _jsx(AtSymbolIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1733
1953
|
});
|
|
1734
1954
|
import BackspaceIconSolidOriginal from '@heroicons/react/24/solid/BackspaceIcon';
|
|
1735
1955
|
export const BackspaceIconSolid = forwardRef(function BackspaceIconSolid(_a, ref) {
|
|
1736
1956
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1737
|
-
return _jsx(BackspaceIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1957
|
+
return _jsx(BackspaceIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1738
1958
|
});
|
|
1739
1959
|
import BackwardIconSolidOriginal from '@heroicons/react/24/solid/BackwardIcon';
|
|
1740
1960
|
export const BackwardIconSolid = forwardRef(function BackwardIconSolid(_a, ref) {
|
|
1741
1961
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1742
|
-
return _jsx(BackwardIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1962
|
+
return _jsx(BackwardIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1743
1963
|
});
|
|
1744
1964
|
import BanknotesIconSolidOriginal from '@heroicons/react/24/solid/BanknotesIcon';
|
|
1745
1965
|
export const BanknotesIconSolid = forwardRef(function BanknotesIconSolid(_a, ref) {
|
|
1746
1966
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1747
|
-
return _jsx(BanknotesIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1967
|
+
return _jsx(BanknotesIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1748
1968
|
});
|
|
1749
1969
|
import Bars2IconSolidOriginal from '@heroicons/react/24/solid/Bars2Icon';
|
|
1750
1970
|
export const Bars2IconSolid = forwardRef(function Bars2IconSolid(_a, ref) {
|
|
1751
1971
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1752
|
-
return _jsx(Bars2IconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1972
|
+
return _jsx(Bars2IconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1753
1973
|
});
|
|
1754
1974
|
import Bars3BottomLeftIconSolidOriginal from '@heroicons/react/24/solid/Bars3BottomLeftIcon';
|
|
1755
1975
|
export const Bars3BottomLeftIconSolid = forwardRef(function Bars3BottomLeftIconSolid(_a, ref) {
|
|
1756
1976
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1757
|
-
return _jsx(Bars3BottomLeftIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1977
|
+
return _jsx(Bars3BottomLeftIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1758
1978
|
});
|
|
1759
1979
|
import Bars3BottomRightIconSolidOriginal from '@heroicons/react/24/solid/Bars3BottomRightIcon';
|
|
1760
1980
|
export const Bars3BottomRightIconSolid = forwardRef(function Bars3BottomRightIconSolid(_a, ref) {
|
|
1761
1981
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1762
|
-
return _jsx(Bars3BottomRightIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1982
|
+
return _jsx(Bars3BottomRightIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1763
1983
|
});
|
|
1764
1984
|
import Bars3CenterLeftIconSolidOriginal from '@heroicons/react/24/solid/Bars3CenterLeftIcon';
|
|
1765
1985
|
export const Bars3CenterLeftIconSolid = forwardRef(function Bars3CenterLeftIconSolid(_a, ref) {
|
|
1766
1986
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1767
|
-
return _jsx(Bars3CenterLeftIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1987
|
+
return _jsx(Bars3CenterLeftIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1768
1988
|
});
|
|
1769
1989
|
import Bars3IconSolidOriginal from '@heroicons/react/24/solid/Bars3Icon';
|
|
1770
1990
|
export const Bars3IconSolid = forwardRef(function Bars3IconSolid(_a, ref) {
|
|
1771
1991
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1772
|
-
return _jsx(Bars3IconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1992
|
+
return _jsx(Bars3IconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1773
1993
|
});
|
|
1774
1994
|
import Bars4IconSolidOriginal from '@heroicons/react/24/solid/Bars4Icon';
|
|
1775
1995
|
export const Bars4IconSolid = forwardRef(function Bars4IconSolid(_a, ref) {
|
|
1776
1996
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1777
|
-
return _jsx(Bars4IconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1997
|
+
return _jsx(Bars4IconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1778
1998
|
});
|
|
1779
1999
|
import BarsArrowDownIconSolidOriginal from '@heroicons/react/24/solid/BarsArrowDownIcon';
|
|
1780
2000
|
export const BarsArrowDownIconSolid = forwardRef(function BarsArrowDownIconSolid(_a, ref) {
|
|
1781
2001
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1782
|
-
return _jsx(BarsArrowDownIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2002
|
+
return _jsx(BarsArrowDownIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1783
2003
|
});
|
|
1784
2004
|
import BarsArrowUpIconSolidOriginal from '@heroicons/react/24/solid/BarsArrowUpIcon';
|
|
1785
2005
|
export const BarsArrowUpIconSolid = forwardRef(function BarsArrowUpIconSolid(_a, ref) {
|
|
1786
2006
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1787
|
-
return _jsx(BarsArrowUpIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2007
|
+
return _jsx(BarsArrowUpIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1788
2008
|
});
|
|
1789
2009
|
import Battery0IconSolidOriginal from '@heroicons/react/24/solid/Battery0Icon';
|
|
1790
2010
|
export const Battery0IconSolid = forwardRef(function Battery0IconSolid(_a, ref) {
|
|
1791
2011
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1792
|
-
return _jsx(Battery0IconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2012
|
+
return _jsx(Battery0IconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1793
2013
|
});
|
|
1794
2014
|
import Battery100IconSolidOriginal from '@heroicons/react/24/solid/Battery100Icon';
|
|
1795
2015
|
export const Battery100IconSolid = forwardRef(function Battery100IconSolid(_a, ref) {
|
|
1796
2016
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1797
|
-
return _jsx(Battery100IconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2017
|
+
return _jsx(Battery100IconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1798
2018
|
});
|
|
1799
2019
|
import Battery50IconSolidOriginal from '@heroicons/react/24/solid/Battery50Icon';
|
|
1800
2020
|
export const Battery50IconSolid = forwardRef(function Battery50IconSolid(_a, ref) {
|
|
1801
2021
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1802
|
-
return _jsx(Battery50IconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2022
|
+
return _jsx(Battery50IconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1803
2023
|
});
|
|
1804
2024
|
import BeakerIconSolidOriginal from '@heroicons/react/24/solid/BeakerIcon';
|
|
1805
2025
|
export const BeakerIconSolid = forwardRef(function BeakerIconSolid(_a, ref) {
|
|
1806
2026
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1807
|
-
return _jsx(BeakerIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2027
|
+
return _jsx(BeakerIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1808
2028
|
});
|
|
1809
2029
|
import BellAlertIconSolidOriginal from '@heroicons/react/24/solid/BellAlertIcon';
|
|
1810
2030
|
export const BellAlertIconSolid = forwardRef(function BellAlertIconSolid(_a, ref) {
|
|
1811
2031
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1812
|
-
return _jsx(BellAlertIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2032
|
+
return _jsx(BellAlertIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1813
2033
|
});
|
|
1814
2034
|
import BellSlashIconSolidOriginal from '@heroicons/react/24/solid/BellSlashIcon';
|
|
1815
2035
|
export const BellSlashIconSolid = forwardRef(function BellSlashIconSolid(_a, ref) {
|
|
1816
2036
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1817
|
-
return _jsx(BellSlashIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2037
|
+
return _jsx(BellSlashIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1818
2038
|
});
|
|
1819
2039
|
import BellSnoozeIconSolidOriginal from '@heroicons/react/24/solid/BellSnoozeIcon';
|
|
1820
2040
|
export const BellSnoozeIconSolid = forwardRef(function BellSnoozeIconSolid(_a, ref) {
|
|
1821
2041
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1822
|
-
return _jsx(BellSnoozeIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2042
|
+
return _jsx(BellSnoozeIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1823
2043
|
});
|
|
1824
2044
|
import BellIconSolidOriginal from '@heroicons/react/24/solid/BellIcon';
|
|
1825
2045
|
export const BellIconSolid = forwardRef(function BellIconSolid(_a, ref) {
|
|
1826
2046
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1827
|
-
return _jsx(BellIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2047
|
+
return _jsx(BellIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2048
|
+
});
|
|
2049
|
+
import BoldIconSolidOriginal from '@heroicons/react/24/solid/BoldIcon';
|
|
2050
|
+
export const BoldIconSolid = forwardRef(function BoldIconSolid(_a, ref) {
|
|
2051
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2052
|
+
return _jsx(BoldIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1828
2053
|
});
|
|
1829
2054
|
import BoltSlashIconSolidOriginal from '@heroicons/react/24/solid/BoltSlashIcon';
|
|
1830
2055
|
export const BoltSlashIconSolid = forwardRef(function BoltSlashIconSolid(_a, ref) {
|
|
1831
2056
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1832
|
-
return _jsx(BoltSlashIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2057
|
+
return _jsx(BoltSlashIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1833
2058
|
});
|
|
1834
2059
|
import BoltIconSolidOriginal from '@heroicons/react/24/solid/BoltIcon';
|
|
1835
2060
|
export const BoltIconSolid = forwardRef(function BoltIconSolid(_a, ref) {
|
|
1836
2061
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1837
|
-
return _jsx(BoltIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2062
|
+
return _jsx(BoltIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1838
2063
|
});
|
|
1839
2064
|
import BookOpenIconSolidOriginal from '@heroicons/react/24/solid/BookOpenIcon';
|
|
1840
2065
|
export const BookOpenIconSolid = forwardRef(function BookOpenIconSolid(_a, ref) {
|
|
1841
2066
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1842
|
-
return _jsx(BookOpenIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2067
|
+
return _jsx(BookOpenIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1843
2068
|
});
|
|
1844
2069
|
import BookmarkSlashIconSolidOriginal from '@heroicons/react/24/solid/BookmarkSlashIcon';
|
|
1845
2070
|
export const BookmarkSlashIconSolid = forwardRef(function BookmarkSlashIconSolid(_a, ref) {
|
|
1846
2071
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1847
|
-
return _jsx(BookmarkSlashIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2072
|
+
return _jsx(BookmarkSlashIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1848
2073
|
});
|
|
1849
2074
|
import BookmarkSquareIconSolidOriginal from '@heroicons/react/24/solid/BookmarkSquareIcon';
|
|
1850
2075
|
export const BookmarkSquareIconSolid = forwardRef(function BookmarkSquareIconSolid(_a, ref) {
|
|
1851
2076
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1852
|
-
return _jsx(BookmarkSquareIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2077
|
+
return _jsx(BookmarkSquareIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1853
2078
|
});
|
|
1854
2079
|
import BookmarkIconSolidOriginal from '@heroicons/react/24/solid/BookmarkIcon';
|
|
1855
2080
|
export const BookmarkIconSolid = forwardRef(function BookmarkIconSolid(_a, ref) {
|
|
1856
2081
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1857
|
-
return _jsx(BookmarkIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2082
|
+
return _jsx(BookmarkIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1858
2083
|
});
|
|
1859
2084
|
import BriefcaseIconSolidOriginal from '@heroicons/react/24/solid/BriefcaseIcon';
|
|
1860
2085
|
export const BriefcaseIconSolid = forwardRef(function BriefcaseIconSolid(_a, ref) {
|
|
1861
2086
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1862
|
-
return _jsx(BriefcaseIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2087
|
+
return _jsx(BriefcaseIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1863
2088
|
});
|
|
1864
2089
|
import BugAntIconSolidOriginal from '@heroicons/react/24/solid/BugAntIcon';
|
|
1865
2090
|
export const BugAntIconSolid = forwardRef(function BugAntIconSolid(_a, ref) {
|
|
1866
2091
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1867
|
-
return _jsx(BugAntIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2092
|
+
return _jsx(BugAntIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1868
2093
|
});
|
|
1869
2094
|
import BuildingLibraryIconSolidOriginal from '@heroicons/react/24/solid/BuildingLibraryIcon';
|
|
1870
2095
|
export const BuildingLibraryIconSolid = forwardRef(function BuildingLibraryIconSolid(_a, ref) {
|
|
1871
2096
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1872
|
-
return _jsx(BuildingLibraryIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2097
|
+
return _jsx(BuildingLibraryIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1873
2098
|
});
|
|
1874
2099
|
import BuildingOffice2IconSolidOriginal from '@heroicons/react/24/solid/BuildingOffice2Icon';
|
|
1875
2100
|
export const BuildingOffice2IconSolid = forwardRef(function BuildingOffice2IconSolid(_a, ref) {
|
|
1876
2101
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1877
|
-
return _jsx(BuildingOffice2IconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2102
|
+
return _jsx(BuildingOffice2IconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1878
2103
|
});
|
|
1879
2104
|
import BuildingOfficeIconSolidOriginal from '@heroicons/react/24/solid/BuildingOfficeIcon';
|
|
1880
2105
|
export const BuildingOfficeIconSolid = forwardRef(function BuildingOfficeIconSolid(_a, ref) {
|
|
1881
2106
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1882
|
-
return _jsx(BuildingOfficeIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2107
|
+
return _jsx(BuildingOfficeIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1883
2108
|
});
|
|
1884
2109
|
import BuildingStorefrontIconSolidOriginal from '@heroicons/react/24/solid/BuildingStorefrontIcon';
|
|
1885
2110
|
export const BuildingStorefrontIconSolid = forwardRef(function BuildingStorefrontIconSolid(_a, ref) {
|
|
1886
2111
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1887
|
-
return _jsx(BuildingStorefrontIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2112
|
+
return _jsx(BuildingStorefrontIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1888
2113
|
});
|
|
1889
2114
|
import CakeIconSolidOriginal from '@heroicons/react/24/solid/CakeIcon';
|
|
1890
2115
|
export const CakeIconSolid = forwardRef(function CakeIconSolid(_a, ref) {
|
|
1891
2116
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1892
|
-
return _jsx(CakeIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2117
|
+
return _jsx(CakeIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1893
2118
|
});
|
|
1894
2119
|
import CalculatorIconSolidOriginal from '@heroicons/react/24/solid/CalculatorIcon';
|
|
1895
2120
|
export const CalculatorIconSolid = forwardRef(function CalculatorIconSolid(_a, ref) {
|
|
1896
2121
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1897
|
-
return _jsx(CalculatorIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2122
|
+
return _jsx(CalculatorIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2123
|
+
});
|
|
2124
|
+
import CalendarDateRangeIconSolidOriginal from '@heroicons/react/24/solid/CalendarDateRangeIcon';
|
|
2125
|
+
export const CalendarDateRangeIconSolid = forwardRef(function CalendarDateRangeIconSolid(_a, ref) {
|
|
2126
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2127
|
+
return _jsx(CalendarDateRangeIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1898
2128
|
});
|
|
1899
2129
|
import CalendarDaysIconSolidOriginal from '@heroicons/react/24/solid/CalendarDaysIcon';
|
|
1900
2130
|
export const CalendarDaysIconSolid = forwardRef(function CalendarDaysIconSolid(_a, ref) {
|
|
1901
2131
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1902
|
-
return _jsx(CalendarDaysIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2132
|
+
return _jsx(CalendarDaysIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1903
2133
|
});
|
|
1904
2134
|
import CalendarIconSolidOriginal from '@heroicons/react/24/solid/CalendarIcon';
|
|
1905
2135
|
export const CalendarIconSolid = forwardRef(function CalendarIconSolid(_a, ref) {
|
|
1906
2136
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1907
|
-
return _jsx(CalendarIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2137
|
+
return _jsx(CalendarIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1908
2138
|
});
|
|
1909
2139
|
import CameraIconSolidOriginal from '@heroicons/react/24/solid/CameraIcon';
|
|
1910
2140
|
export const CameraIconSolid = forwardRef(function CameraIconSolid(_a, ref) {
|
|
1911
2141
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1912
|
-
return _jsx(CameraIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2142
|
+
return _jsx(CameraIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1913
2143
|
});
|
|
1914
2144
|
import ChartBarSquareIconSolidOriginal from '@heroicons/react/24/solid/ChartBarSquareIcon';
|
|
1915
2145
|
export const ChartBarSquareIconSolid = forwardRef(function ChartBarSquareIconSolid(_a, ref) {
|
|
1916
2146
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1917
|
-
return _jsx(ChartBarSquareIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2147
|
+
return _jsx(ChartBarSquareIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1918
2148
|
});
|
|
1919
2149
|
import ChartBarIconSolidOriginal from '@heroicons/react/24/solid/ChartBarIcon';
|
|
1920
2150
|
export const ChartBarIconSolid = forwardRef(function ChartBarIconSolid(_a, ref) {
|
|
1921
2151
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1922
|
-
return _jsx(ChartBarIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2152
|
+
return _jsx(ChartBarIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1923
2153
|
});
|
|
1924
2154
|
import ChartPieIconSolidOriginal from '@heroicons/react/24/solid/ChartPieIcon';
|
|
1925
2155
|
export const ChartPieIconSolid = forwardRef(function ChartPieIconSolid(_a, ref) {
|
|
1926
2156
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1927
|
-
return _jsx(ChartPieIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2157
|
+
return _jsx(ChartPieIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1928
2158
|
});
|
|
1929
2159
|
import ChatBubbleBottomCenterTextIconSolidOriginal from '@heroicons/react/24/solid/ChatBubbleBottomCenterTextIcon';
|
|
1930
2160
|
export const ChatBubbleBottomCenterTextIconSolid = forwardRef(function ChatBubbleBottomCenterTextIconSolid(_a, ref) {
|
|
1931
2161
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1932
|
-
return _jsx(ChatBubbleBottomCenterTextIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2162
|
+
return _jsx(ChatBubbleBottomCenterTextIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1933
2163
|
});
|
|
1934
2164
|
import ChatBubbleBottomCenterIconSolidOriginal from '@heroicons/react/24/solid/ChatBubbleBottomCenterIcon';
|
|
1935
2165
|
export const ChatBubbleBottomCenterIconSolid = forwardRef(function ChatBubbleBottomCenterIconSolid(_a, ref) {
|
|
1936
2166
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1937
|
-
return _jsx(ChatBubbleBottomCenterIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2167
|
+
return _jsx(ChatBubbleBottomCenterIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1938
2168
|
});
|
|
1939
2169
|
import ChatBubbleLeftEllipsisIconSolidOriginal from '@heroicons/react/24/solid/ChatBubbleLeftEllipsisIcon';
|
|
1940
2170
|
export const ChatBubbleLeftEllipsisIconSolid = forwardRef(function ChatBubbleLeftEllipsisIconSolid(_a, ref) {
|
|
1941
2171
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1942
|
-
return _jsx(ChatBubbleLeftEllipsisIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2172
|
+
return _jsx(ChatBubbleLeftEllipsisIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1943
2173
|
});
|
|
1944
2174
|
import ChatBubbleLeftRightIconSolidOriginal from '@heroicons/react/24/solid/ChatBubbleLeftRightIcon';
|
|
1945
2175
|
export const ChatBubbleLeftRightIconSolid = forwardRef(function ChatBubbleLeftRightIconSolid(_a, ref) {
|
|
1946
2176
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1947
|
-
return _jsx(ChatBubbleLeftRightIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2177
|
+
return _jsx(ChatBubbleLeftRightIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1948
2178
|
});
|
|
1949
2179
|
import ChatBubbleLeftIconSolidOriginal from '@heroicons/react/24/solid/ChatBubbleLeftIcon';
|
|
1950
2180
|
export const ChatBubbleLeftIconSolid = forwardRef(function ChatBubbleLeftIconSolid(_a, ref) {
|
|
1951
2181
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1952
|
-
return _jsx(ChatBubbleLeftIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2182
|
+
return _jsx(ChatBubbleLeftIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1953
2183
|
});
|
|
1954
2184
|
import ChatBubbleOvalLeftEllipsisIconSolidOriginal from '@heroicons/react/24/solid/ChatBubbleOvalLeftEllipsisIcon';
|
|
1955
2185
|
export const ChatBubbleOvalLeftEllipsisIconSolid = forwardRef(function ChatBubbleOvalLeftEllipsisIconSolid(_a, ref) {
|
|
1956
2186
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1957
|
-
return _jsx(ChatBubbleOvalLeftEllipsisIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2187
|
+
return _jsx(ChatBubbleOvalLeftEllipsisIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1958
2188
|
});
|
|
1959
2189
|
import ChatBubbleOvalLeftIconSolidOriginal from '@heroicons/react/24/solid/ChatBubbleOvalLeftIcon';
|
|
1960
2190
|
export const ChatBubbleOvalLeftIconSolid = forwardRef(function ChatBubbleOvalLeftIconSolid(_a, ref) {
|
|
1961
2191
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1962
|
-
return _jsx(ChatBubbleOvalLeftIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2192
|
+
return _jsx(ChatBubbleOvalLeftIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1963
2193
|
});
|
|
1964
2194
|
import CheckBadgeIconSolidOriginal from '@heroicons/react/24/solid/CheckBadgeIcon';
|
|
1965
2195
|
export const CheckBadgeIconSolid = forwardRef(function CheckBadgeIconSolid(_a, ref) {
|
|
1966
2196
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1967
|
-
return _jsx(CheckBadgeIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2197
|
+
return _jsx(CheckBadgeIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1968
2198
|
});
|
|
1969
2199
|
import CheckCircleIconSolidOriginal from '@heroicons/react/24/solid/CheckCircleIcon';
|
|
1970
2200
|
export const CheckCircleIconSolid = forwardRef(function CheckCircleIconSolid(_a, ref) {
|
|
1971
2201
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1972
|
-
return _jsx(CheckCircleIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2202
|
+
return _jsx(CheckCircleIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1973
2203
|
});
|
|
1974
2204
|
import CheckIconSolidOriginal from '@heroicons/react/24/solid/CheckIcon';
|
|
1975
2205
|
export const CheckIconSolid = forwardRef(function CheckIconSolid(_a, ref) {
|
|
1976
2206
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1977
|
-
return _jsx(CheckIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2207
|
+
return _jsx(CheckIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1978
2208
|
});
|
|
1979
2209
|
import ChevronDoubleDownIconSolidOriginal from '@heroicons/react/24/solid/ChevronDoubleDownIcon';
|
|
1980
2210
|
export const ChevronDoubleDownIconSolid = forwardRef(function ChevronDoubleDownIconSolid(_a, ref) {
|
|
1981
2211
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1982
|
-
return _jsx(ChevronDoubleDownIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2212
|
+
return _jsx(ChevronDoubleDownIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1983
2213
|
});
|
|
1984
2214
|
import ChevronDoubleLeftIconSolidOriginal from '@heroicons/react/24/solid/ChevronDoubleLeftIcon';
|
|
1985
2215
|
export const ChevronDoubleLeftIconSolid = forwardRef(function ChevronDoubleLeftIconSolid(_a, ref) {
|
|
1986
2216
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1987
|
-
return _jsx(ChevronDoubleLeftIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2217
|
+
return _jsx(ChevronDoubleLeftIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1988
2218
|
});
|
|
1989
2219
|
import ChevronDoubleRightIconSolidOriginal from '@heroicons/react/24/solid/ChevronDoubleRightIcon';
|
|
1990
2220
|
export const ChevronDoubleRightIconSolid = forwardRef(function ChevronDoubleRightIconSolid(_a, ref) {
|
|
1991
2221
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1992
|
-
return _jsx(ChevronDoubleRightIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2222
|
+
return _jsx(ChevronDoubleRightIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1993
2223
|
});
|
|
1994
2224
|
import ChevronDoubleUpIconSolidOriginal from '@heroicons/react/24/solid/ChevronDoubleUpIcon';
|
|
1995
2225
|
export const ChevronDoubleUpIconSolid = forwardRef(function ChevronDoubleUpIconSolid(_a, ref) {
|
|
1996
2226
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1997
|
-
return _jsx(ChevronDoubleUpIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2227
|
+
return _jsx(ChevronDoubleUpIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1998
2228
|
});
|
|
1999
2229
|
import ChevronDownIconSolidOriginal from '@heroicons/react/24/solid/ChevronDownIcon';
|
|
2000
2230
|
export const ChevronDownIconSolid = forwardRef(function ChevronDownIconSolid(_a, ref) {
|
|
2001
2231
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2002
|
-
return _jsx(ChevronDownIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2232
|
+
return _jsx(ChevronDownIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2003
2233
|
});
|
|
2004
2234
|
import ChevronLeftIconSolidOriginal from '@heroicons/react/24/solid/ChevronLeftIcon';
|
|
2005
2235
|
export const ChevronLeftIconSolid = forwardRef(function ChevronLeftIconSolid(_a, ref) {
|
|
2006
2236
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2007
|
-
return _jsx(ChevronLeftIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2237
|
+
return _jsx(ChevronLeftIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2008
2238
|
});
|
|
2009
2239
|
import ChevronRightIconSolidOriginal from '@heroicons/react/24/solid/ChevronRightIcon';
|
|
2010
2240
|
export const ChevronRightIconSolid = forwardRef(function ChevronRightIconSolid(_a, ref) {
|
|
2011
2241
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2012
|
-
return _jsx(ChevronRightIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2242
|
+
return _jsx(ChevronRightIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2013
2243
|
});
|
|
2014
2244
|
import ChevronUpDownIconSolidOriginal from '@heroicons/react/24/solid/ChevronUpDownIcon';
|
|
2015
2245
|
export const ChevronUpDownIconSolid = forwardRef(function ChevronUpDownIconSolid(_a, ref) {
|
|
2016
2246
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2017
|
-
return _jsx(ChevronUpDownIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2247
|
+
return _jsx(ChevronUpDownIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2018
2248
|
});
|
|
2019
2249
|
import ChevronUpIconSolidOriginal from '@heroicons/react/24/solid/ChevronUpIcon';
|
|
2020
2250
|
export const ChevronUpIconSolid = forwardRef(function ChevronUpIconSolid(_a, ref) {
|
|
2021
2251
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2022
|
-
return _jsx(ChevronUpIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2252
|
+
return _jsx(ChevronUpIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2023
2253
|
});
|
|
2024
2254
|
import CircleStackIconSolidOriginal from '@heroicons/react/24/solid/CircleStackIcon';
|
|
2025
2255
|
export const CircleStackIconSolid = forwardRef(function CircleStackIconSolid(_a, ref) {
|
|
2026
2256
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2027
|
-
return _jsx(CircleStackIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2257
|
+
return _jsx(CircleStackIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2028
2258
|
});
|
|
2029
2259
|
import ClipboardDocumentCheckIconSolidOriginal from '@heroicons/react/24/solid/ClipboardDocumentCheckIcon';
|
|
2030
2260
|
export const ClipboardDocumentCheckIconSolid = forwardRef(function ClipboardDocumentCheckIconSolid(_a, ref) {
|
|
2031
2261
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2032
|
-
return _jsx(ClipboardDocumentCheckIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2262
|
+
return _jsx(ClipboardDocumentCheckIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2033
2263
|
});
|
|
2034
2264
|
import ClipboardDocumentListIconSolidOriginal from '@heroicons/react/24/solid/ClipboardDocumentListIcon';
|
|
2035
2265
|
export const ClipboardDocumentListIconSolid = forwardRef(function ClipboardDocumentListIconSolid(_a, ref) {
|
|
2036
2266
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2037
|
-
return _jsx(ClipboardDocumentListIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2267
|
+
return _jsx(ClipboardDocumentListIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2038
2268
|
});
|
|
2039
2269
|
import ClipboardDocumentIconSolidOriginal from '@heroicons/react/24/solid/ClipboardDocumentIcon';
|
|
2040
2270
|
export const ClipboardDocumentIconSolid = forwardRef(function ClipboardDocumentIconSolid(_a, ref) {
|
|
2041
2271
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2042
|
-
return _jsx(ClipboardDocumentIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2272
|
+
return _jsx(ClipboardDocumentIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2043
2273
|
});
|
|
2044
2274
|
import ClipboardIconSolidOriginal from '@heroicons/react/24/solid/ClipboardIcon';
|
|
2045
2275
|
export const ClipboardIconSolid = forwardRef(function ClipboardIconSolid(_a, ref) {
|
|
2046
2276
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2047
|
-
return _jsx(ClipboardIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2277
|
+
return _jsx(ClipboardIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2048
2278
|
});
|
|
2049
2279
|
import ClockIconSolidOriginal from '@heroicons/react/24/solid/ClockIcon';
|
|
2050
2280
|
export const ClockIconSolid = forwardRef(function ClockIconSolid(_a, ref) {
|
|
2051
2281
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2052
|
-
return _jsx(ClockIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2282
|
+
return _jsx(ClockIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2053
2283
|
});
|
|
2054
2284
|
import CloudArrowDownIconSolidOriginal from '@heroicons/react/24/solid/CloudArrowDownIcon';
|
|
2055
2285
|
export const CloudArrowDownIconSolid = forwardRef(function CloudArrowDownIconSolid(_a, ref) {
|
|
2056
2286
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2057
|
-
return _jsx(CloudArrowDownIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2287
|
+
return _jsx(CloudArrowDownIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2058
2288
|
});
|
|
2059
2289
|
import CloudArrowUpIconSolidOriginal from '@heroicons/react/24/solid/CloudArrowUpIcon';
|
|
2060
2290
|
export const CloudArrowUpIconSolid = forwardRef(function CloudArrowUpIconSolid(_a, ref) {
|
|
2061
2291
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2062
|
-
return _jsx(CloudArrowUpIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2292
|
+
return _jsx(CloudArrowUpIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2063
2293
|
});
|
|
2064
2294
|
import CloudIconSolidOriginal from '@heroicons/react/24/solid/CloudIcon';
|
|
2065
2295
|
export const CloudIconSolid = forwardRef(function CloudIconSolid(_a, ref) {
|
|
2066
2296
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2067
|
-
return _jsx(CloudIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2297
|
+
return _jsx(CloudIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2068
2298
|
});
|
|
2069
2299
|
import CodeBracketSquareIconSolidOriginal from '@heroicons/react/24/solid/CodeBracketSquareIcon';
|
|
2070
2300
|
export const CodeBracketSquareIconSolid = forwardRef(function CodeBracketSquareIconSolid(_a, ref) {
|
|
2071
2301
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2072
|
-
return _jsx(CodeBracketSquareIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2302
|
+
return _jsx(CodeBracketSquareIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2073
2303
|
});
|
|
2074
2304
|
import CodeBracketIconSolidOriginal from '@heroicons/react/24/solid/CodeBracketIcon';
|
|
2075
2305
|
export const CodeBracketIconSolid = forwardRef(function CodeBracketIconSolid(_a, ref) {
|
|
2076
2306
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2077
|
-
return _jsx(CodeBracketIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2307
|
+
return _jsx(CodeBracketIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2078
2308
|
});
|
|
2079
2309
|
import Cog6ToothIconSolidOriginal from '@heroicons/react/24/solid/Cog6ToothIcon';
|
|
2080
2310
|
export const Cog6ToothIconSolid = forwardRef(function Cog6ToothIconSolid(_a, ref) {
|
|
2081
2311
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2082
|
-
return _jsx(Cog6ToothIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2312
|
+
return _jsx(Cog6ToothIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2083
2313
|
});
|
|
2084
2314
|
import Cog8ToothIconSolidOriginal from '@heroicons/react/24/solid/Cog8ToothIcon';
|
|
2085
2315
|
export const Cog8ToothIconSolid = forwardRef(function Cog8ToothIconSolid(_a, ref) {
|
|
2086
2316
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2087
|
-
return _jsx(Cog8ToothIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2317
|
+
return _jsx(Cog8ToothIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2088
2318
|
});
|
|
2089
2319
|
import CogIconSolidOriginal from '@heroicons/react/24/solid/CogIcon';
|
|
2090
2320
|
export const CogIconSolid = forwardRef(function CogIconSolid(_a, ref) {
|
|
2091
2321
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2092
|
-
return _jsx(CogIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2322
|
+
return _jsx(CogIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2093
2323
|
});
|
|
2094
2324
|
import CommandLineIconSolidOriginal from '@heroicons/react/24/solid/CommandLineIcon';
|
|
2095
2325
|
export const CommandLineIconSolid = forwardRef(function CommandLineIconSolid(_a, ref) {
|
|
2096
2326
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2097
|
-
return _jsx(CommandLineIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2327
|
+
return _jsx(CommandLineIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2098
2328
|
});
|
|
2099
2329
|
import ComputerDesktopIconSolidOriginal from '@heroicons/react/24/solid/ComputerDesktopIcon';
|
|
2100
2330
|
export const ComputerDesktopIconSolid = forwardRef(function ComputerDesktopIconSolid(_a, ref) {
|
|
2101
2331
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2102
|
-
return _jsx(ComputerDesktopIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2332
|
+
return _jsx(ComputerDesktopIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2103
2333
|
});
|
|
2104
2334
|
import CpuChipIconSolidOriginal from '@heroicons/react/24/solid/CpuChipIcon';
|
|
2105
2335
|
export const CpuChipIconSolid = forwardRef(function CpuChipIconSolid(_a, ref) {
|
|
2106
2336
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2107
|
-
return _jsx(CpuChipIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2337
|
+
return _jsx(CpuChipIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2108
2338
|
});
|
|
2109
2339
|
import CreditCardIconSolidOriginal from '@heroicons/react/24/solid/CreditCardIcon';
|
|
2110
2340
|
export const CreditCardIconSolid = forwardRef(function CreditCardIconSolid(_a, ref) {
|
|
2111
2341
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2112
|
-
return _jsx(CreditCardIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2342
|
+
return _jsx(CreditCardIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2113
2343
|
});
|
|
2114
2344
|
import CubeTransparentIconSolidOriginal from '@heroicons/react/24/solid/CubeTransparentIcon';
|
|
2115
2345
|
export const CubeTransparentIconSolid = forwardRef(function CubeTransparentIconSolid(_a, ref) {
|
|
2116
2346
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2117
|
-
return _jsx(CubeTransparentIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2347
|
+
return _jsx(CubeTransparentIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2118
2348
|
});
|
|
2119
2349
|
import CubeIconSolidOriginal from '@heroicons/react/24/solid/CubeIcon';
|
|
2120
2350
|
export const CubeIconSolid = forwardRef(function CubeIconSolid(_a, ref) {
|
|
2121
2351
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2122
|
-
return _jsx(CubeIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2352
|
+
return _jsx(CubeIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2123
2353
|
});
|
|
2124
2354
|
import CurrencyBangladeshiIconSolidOriginal from '@heroicons/react/24/solid/CurrencyBangladeshiIcon';
|
|
2125
2355
|
export const CurrencyBangladeshiIconSolid = forwardRef(function CurrencyBangladeshiIconSolid(_a, ref) {
|
|
2126
2356
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2127
|
-
return _jsx(CurrencyBangladeshiIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2357
|
+
return _jsx(CurrencyBangladeshiIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2128
2358
|
});
|
|
2129
2359
|
import CurrencyDollarIconSolidOriginal from '@heroicons/react/24/solid/CurrencyDollarIcon';
|
|
2130
2360
|
export const CurrencyDollarIconSolid = forwardRef(function CurrencyDollarIconSolid(_a, ref) {
|
|
2131
2361
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2132
|
-
return _jsx(CurrencyDollarIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2362
|
+
return _jsx(CurrencyDollarIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2133
2363
|
});
|
|
2134
2364
|
import CurrencyEuroIconSolidOriginal from '@heroicons/react/24/solid/CurrencyEuroIcon';
|
|
2135
2365
|
export const CurrencyEuroIconSolid = forwardRef(function CurrencyEuroIconSolid(_a, ref) {
|
|
2136
2366
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2137
|
-
return _jsx(CurrencyEuroIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2367
|
+
return _jsx(CurrencyEuroIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2138
2368
|
});
|
|
2139
2369
|
import CurrencyPoundIconSolidOriginal from '@heroicons/react/24/solid/CurrencyPoundIcon';
|
|
2140
2370
|
export const CurrencyPoundIconSolid = forwardRef(function CurrencyPoundIconSolid(_a, ref) {
|
|
2141
2371
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2142
|
-
return _jsx(CurrencyPoundIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2372
|
+
return _jsx(CurrencyPoundIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2143
2373
|
});
|
|
2144
2374
|
import CurrencyRupeeIconSolidOriginal from '@heroicons/react/24/solid/CurrencyRupeeIcon';
|
|
2145
2375
|
export const CurrencyRupeeIconSolid = forwardRef(function CurrencyRupeeIconSolid(_a, ref) {
|
|
2146
2376
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2147
|
-
return _jsx(CurrencyRupeeIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2377
|
+
return _jsx(CurrencyRupeeIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2148
2378
|
});
|
|
2149
2379
|
import CurrencyYenIconSolidOriginal from '@heroicons/react/24/solid/CurrencyYenIcon';
|
|
2150
2380
|
export const CurrencyYenIconSolid = forwardRef(function CurrencyYenIconSolid(_a, ref) {
|
|
2151
2381
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2152
|
-
return _jsx(CurrencyYenIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2382
|
+
return _jsx(CurrencyYenIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2153
2383
|
});
|
|
2154
2384
|
import CursorArrowRaysIconSolidOriginal from '@heroicons/react/24/solid/CursorArrowRaysIcon';
|
|
2155
2385
|
export const CursorArrowRaysIconSolid = forwardRef(function CursorArrowRaysIconSolid(_a, ref) {
|
|
2156
2386
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2157
|
-
return _jsx(CursorArrowRaysIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2387
|
+
return _jsx(CursorArrowRaysIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2158
2388
|
});
|
|
2159
2389
|
import CursorArrowRippleIconSolidOriginal from '@heroicons/react/24/solid/CursorArrowRippleIcon';
|
|
2160
2390
|
export const CursorArrowRippleIconSolid = forwardRef(function CursorArrowRippleIconSolid(_a, ref) {
|
|
2161
2391
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2162
|
-
return _jsx(CursorArrowRippleIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2392
|
+
return _jsx(CursorArrowRippleIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2163
2393
|
});
|
|
2164
2394
|
import DevicePhoneMobileIconSolidOriginal from '@heroicons/react/24/solid/DevicePhoneMobileIcon';
|
|
2165
2395
|
export const DevicePhoneMobileIconSolid = forwardRef(function DevicePhoneMobileIconSolid(_a, ref) {
|
|
2166
2396
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2167
|
-
return _jsx(DevicePhoneMobileIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2397
|
+
return _jsx(DevicePhoneMobileIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2168
2398
|
});
|
|
2169
2399
|
import DeviceTabletIconSolidOriginal from '@heroicons/react/24/solid/DeviceTabletIcon';
|
|
2170
2400
|
export const DeviceTabletIconSolid = forwardRef(function DeviceTabletIconSolid(_a, ref) {
|
|
2171
2401
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2172
|
-
return _jsx(DeviceTabletIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2402
|
+
return _jsx(DeviceTabletIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2403
|
+
});
|
|
2404
|
+
import DivideIconSolidOriginal from '@heroicons/react/24/solid/DivideIcon';
|
|
2405
|
+
export const DivideIconSolid = forwardRef(function DivideIconSolid(_a, ref) {
|
|
2406
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2407
|
+
return _jsx(DivideIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2173
2408
|
});
|
|
2174
2409
|
import DocumentArrowDownIconSolidOriginal from '@heroicons/react/24/solid/DocumentArrowDownIcon';
|
|
2175
2410
|
export const DocumentArrowDownIconSolid = forwardRef(function DocumentArrowDownIconSolid(_a, ref) {
|
|
2176
2411
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2177
|
-
return _jsx(DocumentArrowDownIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2412
|
+
return _jsx(DocumentArrowDownIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2178
2413
|
});
|
|
2179
2414
|
import DocumentArrowUpIconSolidOriginal from '@heroicons/react/24/solid/DocumentArrowUpIcon';
|
|
2180
2415
|
export const DocumentArrowUpIconSolid = forwardRef(function DocumentArrowUpIconSolid(_a, ref) {
|
|
2181
2416
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2182
|
-
return _jsx(DocumentArrowUpIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2417
|
+
return _jsx(DocumentArrowUpIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2183
2418
|
});
|
|
2184
2419
|
import DocumentChartBarIconSolidOriginal from '@heroicons/react/24/solid/DocumentChartBarIcon';
|
|
2185
2420
|
export const DocumentChartBarIconSolid = forwardRef(function DocumentChartBarIconSolid(_a, ref) {
|
|
2186
2421
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2187
|
-
return _jsx(DocumentChartBarIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2422
|
+
return _jsx(DocumentChartBarIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2188
2423
|
});
|
|
2189
2424
|
import DocumentCheckIconSolidOriginal from '@heroicons/react/24/solid/DocumentCheckIcon';
|
|
2190
2425
|
export const DocumentCheckIconSolid = forwardRef(function DocumentCheckIconSolid(_a, ref) {
|
|
2191
2426
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2192
|
-
return _jsx(DocumentCheckIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2427
|
+
return _jsx(DocumentCheckIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2428
|
+
});
|
|
2429
|
+
import DocumentCurrencyBangladeshiIconSolidOriginal from '@heroicons/react/24/solid/DocumentCurrencyBangladeshiIcon';
|
|
2430
|
+
export const DocumentCurrencyBangladeshiIconSolid = forwardRef(function DocumentCurrencyBangladeshiIconSolid(_a, ref) {
|
|
2431
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2432
|
+
return _jsx(DocumentCurrencyBangladeshiIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2433
|
+
});
|
|
2434
|
+
import DocumentCurrencyDollarIconSolidOriginal from '@heroicons/react/24/solid/DocumentCurrencyDollarIcon';
|
|
2435
|
+
export const DocumentCurrencyDollarIconSolid = forwardRef(function DocumentCurrencyDollarIconSolid(_a, ref) {
|
|
2436
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2437
|
+
return _jsx(DocumentCurrencyDollarIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2438
|
+
});
|
|
2439
|
+
import DocumentCurrencyEuroIconSolidOriginal from '@heroicons/react/24/solid/DocumentCurrencyEuroIcon';
|
|
2440
|
+
export const DocumentCurrencyEuroIconSolid = forwardRef(function DocumentCurrencyEuroIconSolid(_a, ref) {
|
|
2441
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2442
|
+
return _jsx(DocumentCurrencyEuroIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2443
|
+
});
|
|
2444
|
+
import DocumentCurrencyPoundIconSolidOriginal from '@heroicons/react/24/solid/DocumentCurrencyPoundIcon';
|
|
2445
|
+
export const DocumentCurrencyPoundIconSolid = forwardRef(function DocumentCurrencyPoundIconSolid(_a, ref) {
|
|
2446
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2447
|
+
return _jsx(DocumentCurrencyPoundIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2448
|
+
});
|
|
2449
|
+
import DocumentCurrencyRupeeIconSolidOriginal from '@heroicons/react/24/solid/DocumentCurrencyRupeeIcon';
|
|
2450
|
+
export const DocumentCurrencyRupeeIconSolid = forwardRef(function DocumentCurrencyRupeeIconSolid(_a, ref) {
|
|
2451
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2452
|
+
return _jsx(DocumentCurrencyRupeeIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2453
|
+
});
|
|
2454
|
+
import DocumentCurrencyYenIconSolidOriginal from '@heroicons/react/24/solid/DocumentCurrencyYenIcon';
|
|
2455
|
+
export const DocumentCurrencyYenIconSolid = forwardRef(function DocumentCurrencyYenIconSolid(_a, ref) {
|
|
2456
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2457
|
+
return _jsx(DocumentCurrencyYenIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2193
2458
|
});
|
|
2194
2459
|
import DocumentDuplicateIconSolidOriginal from '@heroicons/react/24/solid/DocumentDuplicateIcon';
|
|
2195
2460
|
export const DocumentDuplicateIconSolid = forwardRef(function DocumentDuplicateIconSolid(_a, ref) {
|
|
2196
2461
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2197
|
-
return _jsx(DocumentDuplicateIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2462
|
+
return _jsx(DocumentDuplicateIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2198
2463
|
});
|
|
2199
2464
|
import DocumentMagnifyingGlassIconSolidOriginal from '@heroicons/react/24/solid/DocumentMagnifyingGlassIcon';
|
|
2200
2465
|
export const DocumentMagnifyingGlassIconSolid = forwardRef(function DocumentMagnifyingGlassIconSolid(_a, ref) {
|
|
2201
2466
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2202
|
-
return _jsx(DocumentMagnifyingGlassIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2467
|
+
return _jsx(DocumentMagnifyingGlassIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2203
2468
|
});
|
|
2204
2469
|
import DocumentMinusIconSolidOriginal from '@heroicons/react/24/solid/DocumentMinusIcon';
|
|
2205
2470
|
export const DocumentMinusIconSolid = forwardRef(function DocumentMinusIconSolid(_a, ref) {
|
|
2206
2471
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2207
|
-
return _jsx(DocumentMinusIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2472
|
+
return _jsx(DocumentMinusIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2208
2473
|
});
|
|
2209
2474
|
import DocumentPlusIconSolidOriginal from '@heroicons/react/24/solid/DocumentPlusIcon';
|
|
2210
2475
|
export const DocumentPlusIconSolid = forwardRef(function DocumentPlusIconSolid(_a, ref) {
|
|
2211
2476
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2212
|
-
return _jsx(DocumentPlusIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2477
|
+
return _jsx(DocumentPlusIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2213
2478
|
});
|
|
2214
2479
|
import DocumentTextIconSolidOriginal from '@heroicons/react/24/solid/DocumentTextIcon';
|
|
2215
2480
|
export const DocumentTextIconSolid = forwardRef(function DocumentTextIconSolid(_a, ref) {
|
|
2216
2481
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2217
|
-
return _jsx(DocumentTextIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2482
|
+
return _jsx(DocumentTextIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2218
2483
|
});
|
|
2219
2484
|
import DocumentIconSolidOriginal from '@heroicons/react/24/solid/DocumentIcon';
|
|
2220
2485
|
export const DocumentIconSolid = forwardRef(function DocumentIconSolid(_a, ref) {
|
|
2221
2486
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2222
|
-
return _jsx(DocumentIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2487
|
+
return _jsx(DocumentIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2223
2488
|
});
|
|
2224
2489
|
import EllipsisHorizontalCircleIconSolidOriginal from '@heroicons/react/24/solid/EllipsisHorizontalCircleIcon';
|
|
2225
2490
|
export const EllipsisHorizontalCircleIconSolid = forwardRef(function EllipsisHorizontalCircleIconSolid(_a, ref) {
|
|
2226
2491
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2227
|
-
return _jsx(EllipsisHorizontalCircleIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2492
|
+
return _jsx(EllipsisHorizontalCircleIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2228
2493
|
});
|
|
2229
2494
|
import EllipsisHorizontalIconSolidOriginal from '@heroicons/react/24/solid/EllipsisHorizontalIcon';
|
|
2230
2495
|
export const EllipsisHorizontalIconSolid = forwardRef(function EllipsisHorizontalIconSolid(_a, ref) {
|
|
2231
2496
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2232
|
-
return _jsx(EllipsisHorizontalIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2497
|
+
return _jsx(EllipsisHorizontalIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2233
2498
|
});
|
|
2234
2499
|
import EllipsisVerticalIconSolidOriginal from '@heroicons/react/24/solid/EllipsisVerticalIcon';
|
|
2235
2500
|
export const EllipsisVerticalIconSolid = forwardRef(function EllipsisVerticalIconSolid(_a, ref) {
|
|
2236
2501
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2237
|
-
return _jsx(EllipsisVerticalIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2502
|
+
return _jsx(EllipsisVerticalIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2238
2503
|
});
|
|
2239
2504
|
import EnvelopeOpenIconSolidOriginal from '@heroicons/react/24/solid/EnvelopeOpenIcon';
|
|
2240
2505
|
export const EnvelopeOpenIconSolid = forwardRef(function EnvelopeOpenIconSolid(_a, ref) {
|
|
2241
2506
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2242
|
-
return _jsx(EnvelopeOpenIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2507
|
+
return _jsx(EnvelopeOpenIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2243
2508
|
});
|
|
2244
2509
|
import EnvelopeIconSolidOriginal from '@heroicons/react/24/solid/EnvelopeIcon';
|
|
2245
2510
|
export const EnvelopeIconSolid = forwardRef(function EnvelopeIconSolid(_a, ref) {
|
|
2246
2511
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2247
|
-
return _jsx(EnvelopeIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2512
|
+
return _jsx(EnvelopeIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2513
|
+
});
|
|
2514
|
+
import EqualsIconSolidOriginal from '@heroicons/react/24/solid/EqualsIcon';
|
|
2515
|
+
export const EqualsIconSolid = forwardRef(function EqualsIconSolid(_a, ref) {
|
|
2516
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2517
|
+
return _jsx(EqualsIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2248
2518
|
});
|
|
2249
2519
|
import ExclamationCircleIconSolidOriginal from '@heroicons/react/24/solid/ExclamationCircleIcon';
|
|
2250
2520
|
export const ExclamationCircleIconSolid = forwardRef(function ExclamationCircleIconSolid(_a, ref) {
|
|
2251
2521
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2252
|
-
return _jsx(ExclamationCircleIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2522
|
+
return _jsx(ExclamationCircleIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2253
2523
|
});
|
|
2254
2524
|
import ExclamationTriangleIconSolidOriginal from '@heroicons/react/24/solid/ExclamationTriangleIcon';
|
|
2255
2525
|
export const ExclamationTriangleIconSolid = forwardRef(function ExclamationTriangleIconSolid(_a, ref) {
|
|
2256
2526
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2257
|
-
return _jsx(ExclamationTriangleIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2527
|
+
return _jsx(ExclamationTriangleIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2258
2528
|
});
|
|
2259
2529
|
import EyeDropperIconSolidOriginal from '@heroicons/react/24/solid/EyeDropperIcon';
|
|
2260
2530
|
export const EyeDropperIconSolid = forwardRef(function EyeDropperIconSolid(_a, ref) {
|
|
2261
2531
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2262
|
-
return _jsx(EyeDropperIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2532
|
+
return _jsx(EyeDropperIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2263
2533
|
});
|
|
2264
2534
|
import EyeSlashIconSolidOriginal from '@heroicons/react/24/solid/EyeSlashIcon';
|
|
2265
2535
|
export const EyeSlashIconSolid = forwardRef(function EyeSlashIconSolid(_a, ref) {
|
|
2266
2536
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2267
|
-
return _jsx(EyeSlashIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2537
|
+
return _jsx(EyeSlashIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2268
2538
|
});
|
|
2269
2539
|
import EyeIconSolidOriginal from '@heroicons/react/24/solid/EyeIcon';
|
|
2270
2540
|
export const EyeIconSolid = forwardRef(function EyeIconSolid(_a, ref) {
|
|
2271
2541
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2272
|
-
return _jsx(EyeIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2542
|
+
return _jsx(EyeIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2273
2543
|
});
|
|
2274
2544
|
import FaceFrownIconSolidOriginal from '@heroicons/react/24/solid/FaceFrownIcon';
|
|
2275
2545
|
export const FaceFrownIconSolid = forwardRef(function FaceFrownIconSolid(_a, ref) {
|
|
2276
2546
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2277
|
-
return _jsx(FaceFrownIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2547
|
+
return _jsx(FaceFrownIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2278
2548
|
});
|
|
2279
2549
|
import FaceSmileIconSolidOriginal from '@heroicons/react/24/solid/FaceSmileIcon';
|
|
2280
2550
|
export const FaceSmileIconSolid = forwardRef(function FaceSmileIconSolid(_a, ref) {
|
|
2281
2551
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2282
|
-
return _jsx(FaceSmileIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2552
|
+
return _jsx(FaceSmileIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2283
2553
|
});
|
|
2284
2554
|
import FilmIconSolidOriginal from '@heroicons/react/24/solid/FilmIcon';
|
|
2285
2555
|
export const FilmIconSolid = forwardRef(function FilmIconSolid(_a, ref) {
|
|
2286
2556
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2287
|
-
return _jsx(FilmIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2557
|
+
return _jsx(FilmIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2288
2558
|
});
|
|
2289
2559
|
import FingerPrintIconSolidOriginal from '@heroicons/react/24/solid/FingerPrintIcon';
|
|
2290
2560
|
export const FingerPrintIconSolid = forwardRef(function FingerPrintIconSolid(_a, ref) {
|
|
2291
2561
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2292
|
-
return _jsx(FingerPrintIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2562
|
+
return _jsx(FingerPrintIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2293
2563
|
});
|
|
2294
2564
|
import FireIconSolidOriginal from '@heroicons/react/24/solid/FireIcon';
|
|
2295
2565
|
export const FireIconSolid = forwardRef(function FireIconSolid(_a, ref) {
|
|
2296
2566
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2297
|
-
return _jsx(FireIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2567
|
+
return _jsx(FireIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2298
2568
|
});
|
|
2299
2569
|
import FlagIconSolidOriginal from '@heroicons/react/24/solid/FlagIcon';
|
|
2300
2570
|
export const FlagIconSolid = forwardRef(function FlagIconSolid(_a, ref) {
|
|
2301
2571
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2302
|
-
return _jsx(FlagIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2572
|
+
return _jsx(FlagIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2303
2573
|
});
|
|
2304
2574
|
import FolderArrowDownIconSolidOriginal from '@heroicons/react/24/solid/FolderArrowDownIcon';
|
|
2305
2575
|
export const FolderArrowDownIconSolid = forwardRef(function FolderArrowDownIconSolid(_a, ref) {
|
|
2306
2576
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2307
|
-
return _jsx(FolderArrowDownIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2577
|
+
return _jsx(FolderArrowDownIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2308
2578
|
});
|
|
2309
2579
|
import FolderMinusIconSolidOriginal from '@heroicons/react/24/solid/FolderMinusIcon';
|
|
2310
2580
|
export const FolderMinusIconSolid = forwardRef(function FolderMinusIconSolid(_a, ref) {
|
|
2311
2581
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2312
|
-
return _jsx(FolderMinusIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2582
|
+
return _jsx(FolderMinusIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2313
2583
|
});
|
|
2314
2584
|
import FolderOpenIconSolidOriginal from '@heroicons/react/24/solid/FolderOpenIcon';
|
|
2315
2585
|
export const FolderOpenIconSolid = forwardRef(function FolderOpenIconSolid(_a, ref) {
|
|
2316
2586
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2317
|
-
return _jsx(FolderOpenIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2587
|
+
return _jsx(FolderOpenIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2318
2588
|
});
|
|
2319
2589
|
import FolderPlusIconSolidOriginal from '@heroicons/react/24/solid/FolderPlusIcon';
|
|
2320
2590
|
export const FolderPlusIconSolid = forwardRef(function FolderPlusIconSolid(_a, ref) {
|
|
2321
2591
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2322
|
-
return _jsx(FolderPlusIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2592
|
+
return _jsx(FolderPlusIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2323
2593
|
});
|
|
2324
2594
|
import FolderIconSolidOriginal from '@heroicons/react/24/solid/FolderIcon';
|
|
2325
2595
|
export const FolderIconSolid = forwardRef(function FolderIconSolid(_a, ref) {
|
|
2326
2596
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2327
|
-
return _jsx(FolderIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2597
|
+
return _jsx(FolderIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2328
2598
|
});
|
|
2329
2599
|
import ForwardIconSolidOriginal from '@heroicons/react/24/solid/ForwardIcon';
|
|
2330
2600
|
export const ForwardIconSolid = forwardRef(function ForwardIconSolid(_a, ref) {
|
|
2331
2601
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2332
|
-
return _jsx(ForwardIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2602
|
+
return _jsx(ForwardIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2333
2603
|
});
|
|
2334
2604
|
import FunnelIconSolidOriginal from '@heroicons/react/24/solid/FunnelIcon';
|
|
2335
2605
|
export const FunnelIconSolid = forwardRef(function FunnelIconSolid(_a, ref) {
|
|
2336
2606
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2337
|
-
return _jsx(FunnelIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2607
|
+
return _jsx(FunnelIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2338
2608
|
});
|
|
2339
2609
|
import GifIconSolidOriginal from '@heroicons/react/24/solid/GifIcon';
|
|
2340
2610
|
export const GifIconSolid = forwardRef(function GifIconSolid(_a, ref) {
|
|
2341
2611
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2342
|
-
return _jsx(GifIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2612
|
+
return _jsx(GifIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2343
2613
|
});
|
|
2344
2614
|
import GiftTopIconSolidOriginal from '@heroicons/react/24/solid/GiftTopIcon';
|
|
2345
2615
|
export const GiftTopIconSolid = forwardRef(function GiftTopIconSolid(_a, ref) {
|
|
2346
2616
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2347
|
-
return _jsx(GiftTopIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2617
|
+
return _jsx(GiftTopIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2348
2618
|
});
|
|
2349
2619
|
import GiftIconSolidOriginal from '@heroicons/react/24/solid/GiftIcon';
|
|
2350
2620
|
export const GiftIconSolid = forwardRef(function GiftIconSolid(_a, ref) {
|
|
2351
2621
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2352
|
-
return _jsx(GiftIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2622
|
+
return _jsx(GiftIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2353
2623
|
});
|
|
2354
2624
|
import GlobeAltIconSolidOriginal from '@heroicons/react/24/solid/GlobeAltIcon';
|
|
2355
2625
|
export const GlobeAltIconSolid = forwardRef(function GlobeAltIconSolid(_a, ref) {
|
|
2356
2626
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2357
|
-
return _jsx(GlobeAltIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2627
|
+
return _jsx(GlobeAltIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2358
2628
|
});
|
|
2359
2629
|
import GlobeAmericasIconSolidOriginal from '@heroicons/react/24/solid/GlobeAmericasIcon';
|
|
2360
2630
|
export const GlobeAmericasIconSolid = forwardRef(function GlobeAmericasIconSolid(_a, ref) {
|
|
2361
2631
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2362
|
-
return _jsx(GlobeAmericasIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2632
|
+
return _jsx(GlobeAmericasIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2363
2633
|
});
|
|
2364
2634
|
import GlobeAsiaAustraliaIconSolidOriginal from '@heroicons/react/24/solid/GlobeAsiaAustraliaIcon';
|
|
2365
2635
|
export const GlobeAsiaAustraliaIconSolid = forwardRef(function GlobeAsiaAustraliaIconSolid(_a, ref) {
|
|
2366
2636
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2367
|
-
return _jsx(GlobeAsiaAustraliaIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2637
|
+
return _jsx(GlobeAsiaAustraliaIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2368
2638
|
});
|
|
2369
2639
|
import GlobeEuropeAfricaIconSolidOriginal from '@heroicons/react/24/solid/GlobeEuropeAfricaIcon';
|
|
2370
2640
|
export const GlobeEuropeAfricaIconSolid = forwardRef(function GlobeEuropeAfricaIconSolid(_a, ref) {
|
|
2371
2641
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2372
|
-
return _jsx(GlobeEuropeAfricaIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2642
|
+
return _jsx(GlobeEuropeAfricaIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2643
|
+
});
|
|
2644
|
+
import H1IconSolidOriginal from '@heroicons/react/24/solid/H1Icon';
|
|
2645
|
+
export const H1IconSolid = forwardRef(function H1IconSolid(_a, ref) {
|
|
2646
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2647
|
+
return _jsx(H1IconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2648
|
+
});
|
|
2649
|
+
import H2IconSolidOriginal from '@heroicons/react/24/solid/H2Icon';
|
|
2650
|
+
export const H2IconSolid = forwardRef(function H2IconSolid(_a, ref) {
|
|
2651
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2652
|
+
return _jsx(H2IconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2653
|
+
});
|
|
2654
|
+
import H3IconSolidOriginal from '@heroicons/react/24/solid/H3Icon';
|
|
2655
|
+
export const H3IconSolid = forwardRef(function H3IconSolid(_a, ref) {
|
|
2656
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2657
|
+
return _jsx(H3IconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2373
2658
|
});
|
|
2374
2659
|
import HandRaisedIconSolidOriginal from '@heroicons/react/24/solid/HandRaisedIcon';
|
|
2375
2660
|
export const HandRaisedIconSolid = forwardRef(function HandRaisedIconSolid(_a, ref) {
|
|
2376
2661
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2377
|
-
return _jsx(HandRaisedIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2662
|
+
return _jsx(HandRaisedIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2378
2663
|
});
|
|
2379
2664
|
import HandThumbDownIconSolidOriginal from '@heroicons/react/24/solid/HandThumbDownIcon';
|
|
2380
2665
|
export const HandThumbDownIconSolid = forwardRef(function HandThumbDownIconSolid(_a, ref) {
|
|
2381
2666
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2382
|
-
return _jsx(HandThumbDownIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2667
|
+
return _jsx(HandThumbDownIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2383
2668
|
});
|
|
2384
2669
|
import HandThumbUpIconSolidOriginal from '@heroicons/react/24/solid/HandThumbUpIcon';
|
|
2385
2670
|
export const HandThumbUpIconSolid = forwardRef(function HandThumbUpIconSolid(_a, ref) {
|
|
2386
2671
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2387
|
-
return _jsx(HandThumbUpIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2672
|
+
return _jsx(HandThumbUpIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2388
2673
|
});
|
|
2389
2674
|
import HashtagIconSolidOriginal from '@heroicons/react/24/solid/HashtagIcon';
|
|
2390
2675
|
export const HashtagIconSolid = forwardRef(function HashtagIconSolid(_a, ref) {
|
|
2391
2676
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2392
|
-
return _jsx(HashtagIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2677
|
+
return _jsx(HashtagIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2393
2678
|
});
|
|
2394
2679
|
import HeartIconSolidOriginal from '@heroicons/react/24/solid/HeartIcon';
|
|
2395
2680
|
export const HeartIconSolid = forwardRef(function HeartIconSolid(_a, ref) {
|
|
2396
2681
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2397
|
-
return _jsx(HeartIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2682
|
+
return _jsx(HeartIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2398
2683
|
});
|
|
2399
2684
|
import HomeModernIconSolidOriginal from '@heroicons/react/24/solid/HomeModernIcon';
|
|
2400
2685
|
export const HomeModernIconSolid = forwardRef(function HomeModernIconSolid(_a, ref) {
|
|
2401
2686
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2402
|
-
return _jsx(HomeModernIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2687
|
+
return _jsx(HomeModernIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2403
2688
|
});
|
|
2404
2689
|
import HomeIconSolidOriginal from '@heroicons/react/24/solid/HomeIcon';
|
|
2405
2690
|
export const HomeIconSolid = forwardRef(function HomeIconSolid(_a, ref) {
|
|
2406
2691
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2407
|
-
return _jsx(HomeIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2692
|
+
return _jsx(HomeIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2408
2693
|
});
|
|
2409
2694
|
import IdentificationIconSolidOriginal from '@heroicons/react/24/solid/IdentificationIcon';
|
|
2410
2695
|
export const IdentificationIconSolid = forwardRef(function IdentificationIconSolid(_a, ref) {
|
|
2411
2696
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2412
|
-
return _jsx(IdentificationIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2697
|
+
return _jsx(IdentificationIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2413
2698
|
});
|
|
2414
2699
|
import InboxArrowDownIconSolidOriginal from '@heroicons/react/24/solid/InboxArrowDownIcon';
|
|
2415
2700
|
export const InboxArrowDownIconSolid = forwardRef(function InboxArrowDownIconSolid(_a, ref) {
|
|
2416
2701
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2417
|
-
return _jsx(InboxArrowDownIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2702
|
+
return _jsx(InboxArrowDownIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2418
2703
|
});
|
|
2419
2704
|
import InboxStackIconSolidOriginal from '@heroicons/react/24/solid/InboxStackIcon';
|
|
2420
2705
|
export const InboxStackIconSolid = forwardRef(function InboxStackIconSolid(_a, ref) {
|
|
2421
2706
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2422
|
-
return _jsx(InboxStackIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2707
|
+
return _jsx(InboxStackIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2423
2708
|
});
|
|
2424
2709
|
import InboxIconSolidOriginal from '@heroicons/react/24/solid/InboxIcon';
|
|
2425
2710
|
export const InboxIconSolid = forwardRef(function InboxIconSolid(_a, ref) {
|
|
2426
2711
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2427
|
-
return _jsx(InboxIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2712
|
+
return _jsx(InboxIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2428
2713
|
});
|
|
2429
2714
|
import InformationCircleIconSolidOriginal from '@heroicons/react/24/solid/InformationCircleIcon';
|
|
2430
2715
|
export const InformationCircleIconSolid = forwardRef(function InformationCircleIconSolid(_a, ref) {
|
|
2431
2716
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2432
|
-
return _jsx(InformationCircleIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2717
|
+
return _jsx(InformationCircleIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2718
|
+
});
|
|
2719
|
+
import ItalicIconSolidOriginal from '@heroicons/react/24/solid/ItalicIcon';
|
|
2720
|
+
export const ItalicIconSolid = forwardRef(function ItalicIconSolid(_a, ref) {
|
|
2721
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2722
|
+
return _jsx(ItalicIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2433
2723
|
});
|
|
2434
2724
|
import KeyIconSolidOriginal from '@heroicons/react/24/solid/KeyIcon';
|
|
2435
2725
|
export const KeyIconSolid = forwardRef(function KeyIconSolid(_a, ref) {
|
|
2436
2726
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2437
|
-
return _jsx(KeyIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2727
|
+
return _jsx(KeyIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2438
2728
|
});
|
|
2439
2729
|
import LanguageIconSolidOriginal from '@heroicons/react/24/solid/LanguageIcon';
|
|
2440
2730
|
export const LanguageIconSolid = forwardRef(function LanguageIconSolid(_a, ref) {
|
|
2441
2731
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2442
|
-
return _jsx(LanguageIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2732
|
+
return _jsx(LanguageIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2443
2733
|
});
|
|
2444
2734
|
import LifebuoyIconSolidOriginal from '@heroicons/react/24/solid/LifebuoyIcon';
|
|
2445
2735
|
export const LifebuoyIconSolid = forwardRef(function LifebuoyIconSolid(_a, ref) {
|
|
2446
2736
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2447
|
-
return _jsx(LifebuoyIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2737
|
+
return _jsx(LifebuoyIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2448
2738
|
});
|
|
2449
2739
|
import LightBulbIconSolidOriginal from '@heroicons/react/24/solid/LightBulbIcon';
|
|
2450
2740
|
export const LightBulbIconSolid = forwardRef(function LightBulbIconSolid(_a, ref) {
|
|
2451
2741
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2452
|
-
return _jsx(LightBulbIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2742
|
+
return _jsx(LightBulbIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2743
|
+
});
|
|
2744
|
+
import LinkSlashIconSolidOriginal from '@heroicons/react/24/solid/LinkSlashIcon';
|
|
2745
|
+
export const LinkSlashIconSolid = forwardRef(function LinkSlashIconSolid(_a, ref) {
|
|
2746
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2747
|
+
return _jsx(LinkSlashIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2453
2748
|
});
|
|
2454
2749
|
import LinkIconSolidOriginal from '@heroicons/react/24/solid/LinkIcon';
|
|
2455
2750
|
export const LinkIconSolid = forwardRef(function LinkIconSolid(_a, ref) {
|
|
2456
2751
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2457
|
-
return _jsx(LinkIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2752
|
+
return _jsx(LinkIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2458
2753
|
});
|
|
2459
2754
|
import ListBulletIconSolidOriginal from '@heroicons/react/24/solid/ListBulletIcon';
|
|
2460
2755
|
export const ListBulletIconSolid = forwardRef(function ListBulletIconSolid(_a, ref) {
|
|
2461
2756
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2462
|
-
return _jsx(ListBulletIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2757
|
+
return _jsx(ListBulletIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2463
2758
|
});
|
|
2464
2759
|
import LockClosedIconSolidOriginal from '@heroicons/react/24/solid/LockClosedIcon';
|
|
2465
2760
|
export const LockClosedIconSolid = forwardRef(function LockClosedIconSolid(_a, ref) {
|
|
2466
2761
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2467
|
-
return _jsx(LockClosedIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2762
|
+
return _jsx(LockClosedIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2468
2763
|
});
|
|
2469
2764
|
import LockOpenIconSolidOriginal from '@heroicons/react/24/solid/LockOpenIcon';
|
|
2470
2765
|
export const LockOpenIconSolid = forwardRef(function LockOpenIconSolid(_a, ref) {
|
|
2471
2766
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2472
|
-
return _jsx(LockOpenIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2767
|
+
return _jsx(LockOpenIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2473
2768
|
});
|
|
2474
2769
|
import MagnifyingGlassCircleIconSolidOriginal from '@heroicons/react/24/solid/MagnifyingGlassCircleIcon';
|
|
2475
2770
|
export const MagnifyingGlassCircleIconSolid = forwardRef(function MagnifyingGlassCircleIconSolid(_a, ref) {
|
|
2476
2771
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2477
|
-
return _jsx(MagnifyingGlassCircleIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2772
|
+
return _jsx(MagnifyingGlassCircleIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2478
2773
|
});
|
|
2479
2774
|
import MagnifyingGlassMinusIconSolidOriginal from '@heroicons/react/24/solid/MagnifyingGlassMinusIcon';
|
|
2480
2775
|
export const MagnifyingGlassMinusIconSolid = forwardRef(function MagnifyingGlassMinusIconSolid(_a, ref) {
|
|
2481
2776
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2482
|
-
return _jsx(MagnifyingGlassMinusIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2777
|
+
return _jsx(MagnifyingGlassMinusIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2483
2778
|
});
|
|
2484
2779
|
import MagnifyingGlassPlusIconSolidOriginal from '@heroicons/react/24/solid/MagnifyingGlassPlusIcon';
|
|
2485
2780
|
export const MagnifyingGlassPlusIconSolid = forwardRef(function MagnifyingGlassPlusIconSolid(_a, ref) {
|
|
2486
2781
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2487
|
-
return _jsx(MagnifyingGlassPlusIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2782
|
+
return _jsx(MagnifyingGlassPlusIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2488
2783
|
});
|
|
2489
2784
|
import MagnifyingGlassIconSolidOriginal from '@heroicons/react/24/solid/MagnifyingGlassIcon';
|
|
2490
2785
|
export const MagnifyingGlassIconSolid = forwardRef(function MagnifyingGlassIconSolid(_a, ref) {
|
|
2491
2786
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2492
|
-
return _jsx(MagnifyingGlassIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2787
|
+
return _jsx(MagnifyingGlassIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2493
2788
|
});
|
|
2494
2789
|
import MapPinIconSolidOriginal from '@heroicons/react/24/solid/MapPinIcon';
|
|
2495
2790
|
export const MapPinIconSolid = forwardRef(function MapPinIconSolid(_a, ref) {
|
|
2496
2791
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2497
|
-
return _jsx(MapPinIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2792
|
+
return _jsx(MapPinIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2498
2793
|
});
|
|
2499
2794
|
import MapIconSolidOriginal from '@heroicons/react/24/solid/MapIcon';
|
|
2500
2795
|
export const MapIconSolid = forwardRef(function MapIconSolid(_a, ref) {
|
|
2501
2796
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2502
|
-
return _jsx(MapIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2797
|
+
return _jsx(MapIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2503
2798
|
});
|
|
2504
2799
|
import MegaphoneIconSolidOriginal from '@heroicons/react/24/solid/MegaphoneIcon';
|
|
2505
2800
|
export const MegaphoneIconSolid = forwardRef(function MegaphoneIconSolid(_a, ref) {
|
|
2506
2801
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2507
|
-
return _jsx(MegaphoneIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2802
|
+
return _jsx(MegaphoneIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2508
2803
|
});
|
|
2509
2804
|
import MicrophoneIconSolidOriginal from '@heroicons/react/24/solid/MicrophoneIcon';
|
|
2510
2805
|
export const MicrophoneIconSolid = forwardRef(function MicrophoneIconSolid(_a, ref) {
|
|
2511
2806
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2512
|
-
return _jsx(MicrophoneIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2807
|
+
return _jsx(MicrophoneIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2513
2808
|
});
|
|
2514
2809
|
import MinusCircleIconSolidOriginal from '@heroicons/react/24/solid/MinusCircleIcon';
|
|
2515
2810
|
export const MinusCircleIconSolid = forwardRef(function MinusCircleIconSolid(_a, ref) {
|
|
2516
2811
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2517
|
-
return _jsx(MinusCircleIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2812
|
+
return _jsx(MinusCircleIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2518
2813
|
});
|
|
2519
2814
|
import MinusSmallIconSolidOriginal from '@heroicons/react/24/solid/MinusSmallIcon';
|
|
2520
2815
|
export const MinusSmallIconSolid = forwardRef(function MinusSmallIconSolid(_a, ref) {
|
|
2521
2816
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2522
|
-
return _jsx(MinusSmallIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2817
|
+
return _jsx(MinusSmallIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2523
2818
|
});
|
|
2524
2819
|
import MinusIconSolidOriginal from '@heroicons/react/24/solid/MinusIcon';
|
|
2525
2820
|
export const MinusIconSolid = forwardRef(function MinusIconSolid(_a, ref) {
|
|
2526
2821
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2527
|
-
return _jsx(MinusIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2822
|
+
return _jsx(MinusIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2528
2823
|
});
|
|
2529
2824
|
import MoonIconSolidOriginal from '@heroicons/react/24/solid/MoonIcon';
|
|
2530
2825
|
export const MoonIconSolid = forwardRef(function MoonIconSolid(_a, ref) {
|
|
2531
2826
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2532
|
-
return _jsx(MoonIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2827
|
+
return _jsx(MoonIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2533
2828
|
});
|
|
2534
2829
|
import MusicalNoteIconSolidOriginal from '@heroicons/react/24/solid/MusicalNoteIcon';
|
|
2535
2830
|
export const MusicalNoteIconSolid = forwardRef(function MusicalNoteIconSolid(_a, ref) {
|
|
2536
2831
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2537
|
-
return _jsx(MusicalNoteIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2832
|
+
return _jsx(MusicalNoteIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2538
2833
|
});
|
|
2539
2834
|
import NewspaperIconSolidOriginal from '@heroicons/react/24/solid/NewspaperIcon';
|
|
2540
2835
|
export const NewspaperIconSolid = forwardRef(function NewspaperIconSolid(_a, ref) {
|
|
2541
2836
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2542
|
-
return _jsx(NewspaperIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2837
|
+
return _jsx(NewspaperIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2543
2838
|
});
|
|
2544
2839
|
import NoSymbolIconSolidOriginal from '@heroicons/react/24/solid/NoSymbolIcon';
|
|
2545
2840
|
export const NoSymbolIconSolid = forwardRef(function NoSymbolIconSolid(_a, ref) {
|
|
2546
2841
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2547
|
-
return _jsx(NoSymbolIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2842
|
+
return _jsx(NoSymbolIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2843
|
+
});
|
|
2844
|
+
import NumberedListIconSolidOriginal from '@heroicons/react/24/solid/NumberedListIcon';
|
|
2845
|
+
export const NumberedListIconSolid = forwardRef(function NumberedListIconSolid(_a, ref) {
|
|
2846
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2847
|
+
return _jsx(NumberedListIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2548
2848
|
});
|
|
2549
2849
|
import PaintBrushIconSolidOriginal from '@heroicons/react/24/solid/PaintBrushIcon';
|
|
2550
2850
|
export const PaintBrushIconSolid = forwardRef(function PaintBrushIconSolid(_a, ref) {
|
|
2551
2851
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2552
|
-
return _jsx(PaintBrushIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2852
|
+
return _jsx(PaintBrushIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2553
2853
|
});
|
|
2554
2854
|
import PaperAirplaneIconSolidOriginal from '@heroicons/react/24/solid/PaperAirplaneIcon';
|
|
2555
2855
|
export const PaperAirplaneIconSolid = forwardRef(function PaperAirplaneIconSolid(_a, ref) {
|
|
2556
2856
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2557
|
-
return _jsx(PaperAirplaneIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2857
|
+
return _jsx(PaperAirplaneIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2558
2858
|
});
|
|
2559
2859
|
import PaperClipIconSolidOriginal from '@heroicons/react/24/solid/PaperClipIcon';
|
|
2560
2860
|
export const PaperClipIconSolid = forwardRef(function PaperClipIconSolid(_a, ref) {
|
|
2561
2861
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2562
|
-
return _jsx(PaperClipIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2862
|
+
return _jsx(PaperClipIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2563
2863
|
});
|
|
2564
2864
|
import PauseCircleIconSolidOriginal from '@heroicons/react/24/solid/PauseCircleIcon';
|
|
2565
2865
|
export const PauseCircleIconSolid = forwardRef(function PauseCircleIconSolid(_a, ref) {
|
|
2566
2866
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2567
|
-
return _jsx(PauseCircleIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2867
|
+
return _jsx(PauseCircleIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2568
2868
|
});
|
|
2569
2869
|
import PauseIconSolidOriginal from '@heroicons/react/24/solid/PauseIcon';
|
|
2570
2870
|
export const PauseIconSolid = forwardRef(function PauseIconSolid(_a, ref) {
|
|
2571
2871
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2572
|
-
return _jsx(PauseIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2872
|
+
return _jsx(PauseIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2573
2873
|
});
|
|
2574
2874
|
import PencilSquareIconSolidOriginal from '@heroicons/react/24/solid/PencilSquareIcon';
|
|
2575
2875
|
export const PencilSquareIconSolid = forwardRef(function PencilSquareIconSolid(_a, ref) {
|
|
2576
2876
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2577
|
-
return _jsx(PencilSquareIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2877
|
+
return _jsx(PencilSquareIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2578
2878
|
});
|
|
2579
2879
|
import PencilIconSolidOriginal from '@heroicons/react/24/solid/PencilIcon';
|
|
2580
2880
|
export const PencilIconSolid = forwardRef(function PencilIconSolid(_a, ref) {
|
|
2581
2881
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2582
|
-
return _jsx(PencilIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2882
|
+
return _jsx(PencilIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2883
|
+
});
|
|
2884
|
+
import PercentBadgeIconSolidOriginal from '@heroicons/react/24/solid/PercentBadgeIcon';
|
|
2885
|
+
export const PercentBadgeIconSolid = forwardRef(function PercentBadgeIconSolid(_a, ref) {
|
|
2886
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2887
|
+
return _jsx(PercentBadgeIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2583
2888
|
});
|
|
2584
2889
|
import PhoneArrowDownLeftIconSolidOriginal from '@heroicons/react/24/solid/PhoneArrowDownLeftIcon';
|
|
2585
2890
|
export const PhoneArrowDownLeftIconSolid = forwardRef(function PhoneArrowDownLeftIconSolid(_a, ref) {
|
|
2586
2891
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2587
|
-
return _jsx(PhoneArrowDownLeftIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2892
|
+
return _jsx(PhoneArrowDownLeftIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2588
2893
|
});
|
|
2589
2894
|
import PhoneArrowUpRightIconSolidOriginal from '@heroicons/react/24/solid/PhoneArrowUpRightIcon';
|
|
2590
2895
|
export const PhoneArrowUpRightIconSolid = forwardRef(function PhoneArrowUpRightIconSolid(_a, ref) {
|
|
2591
2896
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2592
|
-
return _jsx(PhoneArrowUpRightIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2897
|
+
return _jsx(PhoneArrowUpRightIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2593
2898
|
});
|
|
2594
2899
|
import PhoneXMarkIconSolidOriginal from '@heroicons/react/24/solid/PhoneXMarkIcon';
|
|
2595
2900
|
export const PhoneXMarkIconSolid = forwardRef(function PhoneXMarkIconSolid(_a, ref) {
|
|
2596
2901
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2597
|
-
return _jsx(PhoneXMarkIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2902
|
+
return _jsx(PhoneXMarkIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2598
2903
|
});
|
|
2599
2904
|
import PhoneIconSolidOriginal from '@heroicons/react/24/solid/PhoneIcon';
|
|
2600
2905
|
export const PhoneIconSolid = forwardRef(function PhoneIconSolid(_a, ref) {
|
|
2601
2906
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2602
|
-
return _jsx(PhoneIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2907
|
+
return _jsx(PhoneIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2603
2908
|
});
|
|
2604
2909
|
import PhotoIconSolidOriginal from '@heroicons/react/24/solid/PhotoIcon';
|
|
2605
2910
|
export const PhotoIconSolid = forwardRef(function PhotoIconSolid(_a, ref) {
|
|
2606
2911
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2607
|
-
return _jsx(PhotoIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2912
|
+
return _jsx(PhotoIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2608
2913
|
});
|
|
2609
2914
|
import PlayCircleIconSolidOriginal from '@heroicons/react/24/solid/PlayCircleIcon';
|
|
2610
2915
|
export const PlayCircleIconSolid = forwardRef(function PlayCircleIconSolid(_a, ref) {
|
|
2611
2916
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2612
|
-
return _jsx(PlayCircleIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2917
|
+
return _jsx(PlayCircleIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2613
2918
|
});
|
|
2614
2919
|
import PlayPauseIconSolidOriginal from '@heroicons/react/24/solid/PlayPauseIcon';
|
|
2615
2920
|
export const PlayPauseIconSolid = forwardRef(function PlayPauseIconSolid(_a, ref) {
|
|
2616
2921
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2617
|
-
return _jsx(PlayPauseIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2922
|
+
return _jsx(PlayPauseIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2618
2923
|
});
|
|
2619
2924
|
import PlayIconSolidOriginal from '@heroicons/react/24/solid/PlayIcon';
|
|
2620
2925
|
export const PlayIconSolid = forwardRef(function PlayIconSolid(_a, ref) {
|
|
2621
2926
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2622
|
-
return _jsx(PlayIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2927
|
+
return _jsx(PlayIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2623
2928
|
});
|
|
2624
2929
|
import PlusCircleIconSolidOriginal from '@heroicons/react/24/solid/PlusCircleIcon';
|
|
2625
2930
|
export const PlusCircleIconSolid = forwardRef(function PlusCircleIconSolid(_a, ref) {
|
|
2626
2931
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2627
|
-
return _jsx(PlusCircleIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2932
|
+
return _jsx(PlusCircleIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2628
2933
|
});
|
|
2629
2934
|
import PlusSmallIconSolidOriginal from '@heroicons/react/24/solid/PlusSmallIcon';
|
|
2630
2935
|
export const PlusSmallIconSolid = forwardRef(function PlusSmallIconSolid(_a, ref) {
|
|
2631
2936
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2632
|
-
return _jsx(PlusSmallIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2937
|
+
return _jsx(PlusSmallIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2633
2938
|
});
|
|
2634
2939
|
import PlusIconSolidOriginal from '@heroicons/react/24/solid/PlusIcon';
|
|
2635
2940
|
export const PlusIconSolid = forwardRef(function PlusIconSolid(_a, ref) {
|
|
2636
2941
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2637
|
-
return _jsx(PlusIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2942
|
+
return _jsx(PlusIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2638
2943
|
});
|
|
2639
2944
|
import PowerIconSolidOriginal from '@heroicons/react/24/solid/PowerIcon';
|
|
2640
2945
|
export const PowerIconSolid = forwardRef(function PowerIconSolid(_a, ref) {
|
|
2641
2946
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2642
|
-
return _jsx(PowerIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2947
|
+
return _jsx(PowerIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2643
2948
|
});
|
|
2644
2949
|
import PresentationChartBarIconSolidOriginal from '@heroicons/react/24/solid/PresentationChartBarIcon';
|
|
2645
2950
|
export const PresentationChartBarIconSolid = forwardRef(function PresentationChartBarIconSolid(_a, ref) {
|
|
2646
2951
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2647
|
-
return _jsx(PresentationChartBarIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2952
|
+
return _jsx(PresentationChartBarIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2648
2953
|
});
|
|
2649
2954
|
import PresentationChartLineIconSolidOriginal from '@heroicons/react/24/solid/PresentationChartLineIcon';
|
|
2650
2955
|
export const PresentationChartLineIconSolid = forwardRef(function PresentationChartLineIconSolid(_a, ref) {
|
|
2651
2956
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2652
|
-
return _jsx(PresentationChartLineIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2957
|
+
return _jsx(PresentationChartLineIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2653
2958
|
});
|
|
2654
2959
|
import PrinterIconSolidOriginal from '@heroicons/react/24/solid/PrinterIcon';
|
|
2655
2960
|
export const PrinterIconSolid = forwardRef(function PrinterIconSolid(_a, ref) {
|
|
2656
2961
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2657
|
-
return _jsx(PrinterIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2962
|
+
return _jsx(PrinterIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2658
2963
|
});
|
|
2659
2964
|
import PuzzlePieceIconSolidOriginal from '@heroicons/react/24/solid/PuzzlePieceIcon';
|
|
2660
2965
|
export const PuzzlePieceIconSolid = forwardRef(function PuzzlePieceIconSolid(_a, ref) {
|
|
2661
2966
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2662
|
-
return _jsx(PuzzlePieceIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2967
|
+
return _jsx(PuzzlePieceIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2663
2968
|
});
|
|
2664
2969
|
import QrCodeIconSolidOriginal from '@heroicons/react/24/solid/QrCodeIcon';
|
|
2665
2970
|
export const QrCodeIconSolid = forwardRef(function QrCodeIconSolid(_a, ref) {
|
|
2666
2971
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2667
|
-
return _jsx(QrCodeIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2972
|
+
return _jsx(QrCodeIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2668
2973
|
});
|
|
2669
2974
|
import QuestionMarkCircleIconSolidOriginal from '@heroicons/react/24/solid/QuestionMarkCircleIcon';
|
|
2670
2975
|
export const QuestionMarkCircleIconSolid = forwardRef(function QuestionMarkCircleIconSolid(_a, ref) {
|
|
2671
2976
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2672
|
-
return _jsx(QuestionMarkCircleIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2977
|
+
return _jsx(QuestionMarkCircleIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2673
2978
|
});
|
|
2674
2979
|
import QueueListIconSolidOriginal from '@heroicons/react/24/solid/QueueListIcon';
|
|
2675
2980
|
export const QueueListIconSolid = forwardRef(function QueueListIconSolid(_a, ref) {
|
|
2676
2981
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2677
|
-
return _jsx(QueueListIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2982
|
+
return _jsx(QueueListIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2678
2983
|
});
|
|
2679
2984
|
import RadioIconSolidOriginal from '@heroicons/react/24/solid/RadioIcon';
|
|
2680
2985
|
export const RadioIconSolid = forwardRef(function RadioIconSolid(_a, ref) {
|
|
2681
2986
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2682
|
-
return _jsx(RadioIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2987
|
+
return _jsx(RadioIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2683
2988
|
});
|
|
2684
2989
|
import ReceiptPercentIconSolidOriginal from '@heroicons/react/24/solid/ReceiptPercentIcon';
|
|
2685
2990
|
export const ReceiptPercentIconSolid = forwardRef(function ReceiptPercentIconSolid(_a, ref) {
|
|
2686
2991
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2687
|
-
return _jsx(ReceiptPercentIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2992
|
+
return _jsx(ReceiptPercentIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2688
2993
|
});
|
|
2689
2994
|
import ReceiptRefundIconSolidOriginal from '@heroicons/react/24/solid/ReceiptRefundIcon';
|
|
2690
2995
|
export const ReceiptRefundIconSolid = forwardRef(function ReceiptRefundIconSolid(_a, ref) {
|
|
2691
2996
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2692
|
-
return _jsx(ReceiptRefundIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2997
|
+
return _jsx(ReceiptRefundIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2693
2998
|
});
|
|
2694
2999
|
import RectangleGroupIconSolidOriginal from '@heroicons/react/24/solid/RectangleGroupIcon';
|
|
2695
3000
|
export const RectangleGroupIconSolid = forwardRef(function RectangleGroupIconSolid(_a, ref) {
|
|
2696
3001
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2697
|
-
return _jsx(RectangleGroupIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3002
|
+
return _jsx(RectangleGroupIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2698
3003
|
});
|
|
2699
3004
|
import RectangleStackIconSolidOriginal from '@heroicons/react/24/solid/RectangleStackIcon';
|
|
2700
3005
|
export const RectangleStackIconSolid = forwardRef(function RectangleStackIconSolid(_a, ref) {
|
|
2701
3006
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2702
|
-
return _jsx(RectangleStackIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3007
|
+
return _jsx(RectangleStackIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2703
3008
|
});
|
|
2704
3009
|
import RocketLaunchIconSolidOriginal from '@heroicons/react/24/solid/RocketLaunchIcon';
|
|
2705
3010
|
export const RocketLaunchIconSolid = forwardRef(function RocketLaunchIconSolid(_a, ref) {
|
|
2706
3011
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2707
|
-
return _jsx(RocketLaunchIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3012
|
+
return _jsx(RocketLaunchIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2708
3013
|
});
|
|
2709
3014
|
import RssIconSolidOriginal from '@heroicons/react/24/solid/RssIcon';
|
|
2710
3015
|
export const RssIconSolid = forwardRef(function RssIconSolid(_a, ref) {
|
|
2711
3016
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2712
|
-
return _jsx(RssIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3017
|
+
return _jsx(RssIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2713
3018
|
});
|
|
2714
3019
|
import ScaleIconSolidOriginal from '@heroicons/react/24/solid/ScaleIcon';
|
|
2715
3020
|
export const ScaleIconSolid = forwardRef(function ScaleIconSolid(_a, ref) {
|
|
2716
3021
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2717
|
-
return _jsx(ScaleIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3022
|
+
return _jsx(ScaleIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2718
3023
|
});
|
|
2719
3024
|
import ScissorsIconSolidOriginal from '@heroicons/react/24/solid/ScissorsIcon';
|
|
2720
3025
|
export const ScissorsIconSolid = forwardRef(function ScissorsIconSolid(_a, ref) {
|
|
2721
3026
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2722
|
-
return _jsx(ScissorsIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3027
|
+
return _jsx(ScissorsIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2723
3028
|
});
|
|
2724
3029
|
import ServerStackIconSolidOriginal from '@heroicons/react/24/solid/ServerStackIcon';
|
|
2725
3030
|
export const ServerStackIconSolid = forwardRef(function ServerStackIconSolid(_a, ref) {
|
|
2726
3031
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2727
|
-
return _jsx(ServerStackIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3032
|
+
return _jsx(ServerStackIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2728
3033
|
});
|
|
2729
3034
|
import ServerIconSolidOriginal from '@heroicons/react/24/solid/ServerIcon';
|
|
2730
3035
|
export const ServerIconSolid = forwardRef(function ServerIconSolid(_a, ref) {
|
|
2731
3036
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2732
|
-
return _jsx(ServerIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3037
|
+
return _jsx(ServerIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2733
3038
|
});
|
|
2734
3039
|
import ShareIconSolidOriginal from '@heroicons/react/24/solid/ShareIcon';
|
|
2735
3040
|
export const ShareIconSolid = forwardRef(function ShareIconSolid(_a, ref) {
|
|
2736
3041
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2737
|
-
return _jsx(ShareIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3042
|
+
return _jsx(ShareIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2738
3043
|
});
|
|
2739
3044
|
import ShieldCheckIconSolidOriginal from '@heroicons/react/24/solid/ShieldCheckIcon';
|
|
2740
3045
|
export const ShieldCheckIconSolid = forwardRef(function ShieldCheckIconSolid(_a, ref) {
|
|
2741
3046
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2742
|
-
return _jsx(ShieldCheckIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3047
|
+
return _jsx(ShieldCheckIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2743
3048
|
});
|
|
2744
3049
|
import ShieldExclamationIconSolidOriginal from '@heroicons/react/24/solid/ShieldExclamationIcon';
|
|
2745
3050
|
export const ShieldExclamationIconSolid = forwardRef(function ShieldExclamationIconSolid(_a, ref) {
|
|
2746
3051
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2747
|
-
return _jsx(ShieldExclamationIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3052
|
+
return _jsx(ShieldExclamationIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2748
3053
|
});
|
|
2749
3054
|
import ShoppingBagIconSolidOriginal from '@heroicons/react/24/solid/ShoppingBagIcon';
|
|
2750
3055
|
export const ShoppingBagIconSolid = forwardRef(function ShoppingBagIconSolid(_a, ref) {
|
|
2751
3056
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2752
|
-
return _jsx(ShoppingBagIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3057
|
+
return _jsx(ShoppingBagIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2753
3058
|
});
|
|
2754
3059
|
import ShoppingCartIconSolidOriginal from '@heroicons/react/24/solid/ShoppingCartIcon';
|
|
2755
3060
|
export const ShoppingCartIconSolid = forwardRef(function ShoppingCartIconSolid(_a, ref) {
|
|
2756
3061
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2757
|
-
return _jsx(ShoppingCartIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3062
|
+
return _jsx(ShoppingCartIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2758
3063
|
});
|
|
2759
3064
|
import SignalSlashIconSolidOriginal from '@heroicons/react/24/solid/SignalSlashIcon';
|
|
2760
3065
|
export const SignalSlashIconSolid = forwardRef(function SignalSlashIconSolid(_a, ref) {
|
|
2761
3066
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2762
|
-
return _jsx(SignalSlashIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3067
|
+
return _jsx(SignalSlashIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2763
3068
|
});
|
|
2764
3069
|
import SignalIconSolidOriginal from '@heroicons/react/24/solid/SignalIcon';
|
|
2765
3070
|
export const SignalIconSolid = forwardRef(function SignalIconSolid(_a, ref) {
|
|
2766
3071
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2767
|
-
return _jsx(SignalIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3072
|
+
return _jsx(SignalIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3073
|
+
});
|
|
3074
|
+
import SlashIconSolidOriginal from '@heroicons/react/24/solid/SlashIcon';
|
|
3075
|
+
export const SlashIconSolid = forwardRef(function SlashIconSolid(_a, ref) {
|
|
3076
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3077
|
+
return _jsx(SlashIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2768
3078
|
});
|
|
2769
3079
|
import SparklesIconSolidOriginal from '@heroicons/react/24/solid/SparklesIcon';
|
|
2770
3080
|
export const SparklesIconSolid = forwardRef(function SparklesIconSolid(_a, ref) {
|
|
2771
3081
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2772
|
-
return _jsx(SparklesIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3082
|
+
return _jsx(SparklesIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2773
3083
|
});
|
|
2774
3084
|
import SpeakerWaveIconSolidOriginal from '@heroicons/react/24/solid/SpeakerWaveIcon';
|
|
2775
3085
|
export const SpeakerWaveIconSolid = forwardRef(function SpeakerWaveIconSolid(_a, ref) {
|
|
2776
3086
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2777
|
-
return _jsx(SpeakerWaveIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3087
|
+
return _jsx(SpeakerWaveIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2778
3088
|
});
|
|
2779
3089
|
import SpeakerXMarkIconSolidOriginal from '@heroicons/react/24/solid/SpeakerXMarkIcon';
|
|
2780
3090
|
export const SpeakerXMarkIconSolid = forwardRef(function SpeakerXMarkIconSolid(_a, ref) {
|
|
2781
3091
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2782
|
-
return _jsx(SpeakerXMarkIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3092
|
+
return _jsx(SpeakerXMarkIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2783
3093
|
});
|
|
2784
3094
|
import Square2StackIconSolidOriginal from '@heroicons/react/24/solid/Square2StackIcon';
|
|
2785
3095
|
export const Square2StackIconSolid = forwardRef(function Square2StackIconSolid(_a, ref) {
|
|
2786
3096
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2787
|
-
return _jsx(Square2StackIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3097
|
+
return _jsx(Square2StackIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2788
3098
|
});
|
|
2789
3099
|
import Square3Stack3DIconSolidOriginal from '@heroicons/react/24/solid/Square3Stack3DIcon';
|
|
2790
3100
|
export const Square3Stack3DIconSolid = forwardRef(function Square3Stack3DIconSolid(_a, ref) {
|
|
2791
3101
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2792
|
-
return _jsx(Square3Stack3DIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3102
|
+
return _jsx(Square3Stack3DIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2793
3103
|
});
|
|
2794
3104
|
import Squares2X2IconSolidOriginal from '@heroicons/react/24/solid/Squares2X2Icon';
|
|
2795
3105
|
export const Squares2X2IconSolid = forwardRef(function Squares2X2IconSolid(_a, ref) {
|
|
2796
3106
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2797
|
-
return _jsx(Squares2X2IconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3107
|
+
return _jsx(Squares2X2IconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2798
3108
|
});
|
|
2799
3109
|
import SquaresPlusIconSolidOriginal from '@heroicons/react/24/solid/SquaresPlusIcon';
|
|
2800
3110
|
export const SquaresPlusIconSolid = forwardRef(function SquaresPlusIconSolid(_a, ref) {
|
|
2801
3111
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2802
|
-
return _jsx(SquaresPlusIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3112
|
+
return _jsx(SquaresPlusIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2803
3113
|
});
|
|
2804
3114
|
import StarIconSolidOriginal from '@heroicons/react/24/solid/StarIcon';
|
|
2805
3115
|
export const StarIconSolid = forwardRef(function StarIconSolid(_a, ref) {
|
|
2806
3116
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2807
|
-
return _jsx(StarIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3117
|
+
return _jsx(StarIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2808
3118
|
});
|
|
2809
3119
|
import StopCircleIconSolidOriginal from '@heroicons/react/24/solid/StopCircleIcon';
|
|
2810
3120
|
export const StopCircleIconSolid = forwardRef(function StopCircleIconSolid(_a, ref) {
|
|
2811
3121
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2812
|
-
return _jsx(StopCircleIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3122
|
+
return _jsx(StopCircleIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2813
3123
|
});
|
|
2814
3124
|
import StopIconSolidOriginal from '@heroicons/react/24/solid/StopIcon';
|
|
2815
3125
|
export const StopIconSolid = forwardRef(function StopIconSolid(_a, ref) {
|
|
2816
3126
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2817
|
-
return _jsx(StopIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3127
|
+
return _jsx(StopIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3128
|
+
});
|
|
3129
|
+
import StrikethroughIconSolidOriginal from '@heroicons/react/24/solid/StrikethroughIcon';
|
|
3130
|
+
export const StrikethroughIconSolid = forwardRef(function StrikethroughIconSolid(_a, ref) {
|
|
3131
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3132
|
+
return _jsx(StrikethroughIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2818
3133
|
});
|
|
2819
3134
|
import SunIconSolidOriginal from '@heroicons/react/24/solid/SunIcon';
|
|
2820
3135
|
export const SunIconSolid = forwardRef(function SunIconSolid(_a, ref) {
|
|
2821
3136
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2822
|
-
return _jsx(SunIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3137
|
+
return _jsx(SunIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2823
3138
|
});
|
|
2824
3139
|
import SwatchIconSolidOriginal from '@heroicons/react/24/solid/SwatchIcon';
|
|
2825
3140
|
export const SwatchIconSolid = forwardRef(function SwatchIconSolid(_a, ref) {
|
|
2826
3141
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2827
|
-
return _jsx(SwatchIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3142
|
+
return _jsx(SwatchIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2828
3143
|
});
|
|
2829
3144
|
import TableCellsIconSolidOriginal from '@heroicons/react/24/solid/TableCellsIcon';
|
|
2830
3145
|
export const TableCellsIconSolid = forwardRef(function TableCellsIconSolid(_a, ref) {
|
|
2831
3146
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2832
|
-
return _jsx(TableCellsIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3147
|
+
return _jsx(TableCellsIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2833
3148
|
});
|
|
2834
3149
|
import TagIconSolidOriginal from '@heroicons/react/24/solid/TagIcon';
|
|
2835
3150
|
export const TagIconSolid = forwardRef(function TagIconSolid(_a, ref) {
|
|
2836
3151
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2837
|
-
return _jsx(TagIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3152
|
+
return _jsx(TagIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2838
3153
|
});
|
|
2839
3154
|
import TicketIconSolidOriginal from '@heroicons/react/24/solid/TicketIcon';
|
|
2840
3155
|
export const TicketIconSolid = forwardRef(function TicketIconSolid(_a, ref) {
|
|
2841
3156
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2842
|
-
return _jsx(TicketIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3157
|
+
return _jsx(TicketIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2843
3158
|
});
|
|
2844
3159
|
import TrashIconSolidOriginal from '@heroicons/react/24/solid/TrashIcon';
|
|
2845
3160
|
export const TrashIconSolid = forwardRef(function TrashIconSolid(_a, ref) {
|
|
2846
3161
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2847
|
-
return _jsx(TrashIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3162
|
+
return _jsx(TrashIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2848
3163
|
});
|
|
2849
3164
|
import TrophyIconSolidOriginal from '@heroicons/react/24/solid/TrophyIcon';
|
|
2850
3165
|
export const TrophyIconSolid = forwardRef(function TrophyIconSolid(_a, ref) {
|
|
2851
3166
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2852
|
-
return _jsx(TrophyIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3167
|
+
return _jsx(TrophyIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2853
3168
|
});
|
|
2854
3169
|
import TruckIconSolidOriginal from '@heroicons/react/24/solid/TruckIcon';
|
|
2855
3170
|
export const TruckIconSolid = forwardRef(function TruckIconSolid(_a, ref) {
|
|
2856
3171
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2857
|
-
return _jsx(TruckIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3172
|
+
return _jsx(TruckIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2858
3173
|
});
|
|
2859
3174
|
import TvIconSolidOriginal from '@heroicons/react/24/solid/TvIcon';
|
|
2860
3175
|
export const TvIconSolid = forwardRef(function TvIconSolid(_a, ref) {
|
|
2861
3176
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2862
|
-
return _jsx(TvIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3177
|
+
return _jsx(TvIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3178
|
+
});
|
|
3179
|
+
import UnderlineIconSolidOriginal from '@heroicons/react/24/solid/UnderlineIcon';
|
|
3180
|
+
export const UnderlineIconSolid = forwardRef(function UnderlineIconSolid(_a, ref) {
|
|
3181
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3182
|
+
return _jsx(UnderlineIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2863
3183
|
});
|
|
2864
3184
|
import UserCircleIconSolidOriginal from '@heroicons/react/24/solid/UserCircleIcon';
|
|
2865
3185
|
export const UserCircleIconSolid = forwardRef(function UserCircleIconSolid(_a, ref) {
|
|
2866
3186
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2867
|
-
return _jsx(UserCircleIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3187
|
+
return _jsx(UserCircleIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2868
3188
|
});
|
|
2869
3189
|
import UserGroupIconSolidOriginal from '@heroicons/react/24/solid/UserGroupIcon';
|
|
2870
3190
|
export const UserGroupIconSolid = forwardRef(function UserGroupIconSolid(_a, ref) {
|
|
2871
3191
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2872
|
-
return _jsx(UserGroupIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3192
|
+
return _jsx(UserGroupIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2873
3193
|
});
|
|
2874
3194
|
import UserMinusIconSolidOriginal from '@heroicons/react/24/solid/UserMinusIcon';
|
|
2875
3195
|
export const UserMinusIconSolid = forwardRef(function UserMinusIconSolid(_a, ref) {
|
|
2876
3196
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2877
|
-
return _jsx(UserMinusIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3197
|
+
return _jsx(UserMinusIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2878
3198
|
});
|
|
2879
3199
|
import UserPlusIconSolidOriginal from '@heroicons/react/24/solid/UserPlusIcon';
|
|
2880
3200
|
export const UserPlusIconSolid = forwardRef(function UserPlusIconSolid(_a, ref) {
|
|
2881
3201
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2882
|
-
return _jsx(UserPlusIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3202
|
+
return _jsx(UserPlusIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2883
3203
|
});
|
|
2884
3204
|
import UserIconSolidOriginal from '@heroicons/react/24/solid/UserIcon';
|
|
2885
3205
|
export const UserIconSolid = forwardRef(function UserIconSolid(_a, ref) {
|
|
2886
3206
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2887
|
-
return _jsx(UserIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3207
|
+
return _jsx(UserIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2888
3208
|
});
|
|
2889
3209
|
import UsersIconSolidOriginal from '@heroicons/react/24/solid/UsersIcon';
|
|
2890
3210
|
export const UsersIconSolid = forwardRef(function UsersIconSolid(_a, ref) {
|
|
2891
3211
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2892
|
-
return _jsx(UsersIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3212
|
+
return _jsx(UsersIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2893
3213
|
});
|
|
2894
3214
|
import VariableIconSolidOriginal from '@heroicons/react/24/solid/VariableIcon';
|
|
2895
3215
|
export const VariableIconSolid = forwardRef(function VariableIconSolid(_a, ref) {
|
|
2896
3216
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2897
|
-
return _jsx(VariableIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3217
|
+
return _jsx(VariableIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2898
3218
|
});
|
|
2899
3219
|
import VideoCameraSlashIconSolidOriginal from '@heroicons/react/24/solid/VideoCameraSlashIcon';
|
|
2900
3220
|
export const VideoCameraSlashIconSolid = forwardRef(function VideoCameraSlashIconSolid(_a, ref) {
|
|
2901
3221
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2902
|
-
return _jsx(VideoCameraSlashIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3222
|
+
return _jsx(VideoCameraSlashIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2903
3223
|
});
|
|
2904
3224
|
import VideoCameraIconSolidOriginal from '@heroicons/react/24/solid/VideoCameraIcon';
|
|
2905
3225
|
export const VideoCameraIconSolid = forwardRef(function VideoCameraIconSolid(_a, ref) {
|
|
2906
3226
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2907
|
-
return _jsx(VideoCameraIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3227
|
+
return _jsx(VideoCameraIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2908
3228
|
});
|
|
2909
3229
|
import ViewColumnsIconSolidOriginal from '@heroicons/react/24/solid/ViewColumnsIcon';
|
|
2910
3230
|
export const ViewColumnsIconSolid = forwardRef(function ViewColumnsIconSolid(_a, ref) {
|
|
2911
3231
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2912
|
-
return _jsx(ViewColumnsIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3232
|
+
return _jsx(ViewColumnsIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2913
3233
|
});
|
|
2914
3234
|
import ViewfinderCircleIconSolidOriginal from '@heroicons/react/24/solid/ViewfinderCircleIcon';
|
|
2915
3235
|
export const ViewfinderCircleIconSolid = forwardRef(function ViewfinderCircleIconSolid(_a, ref) {
|
|
2916
3236
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2917
|
-
return _jsx(ViewfinderCircleIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3237
|
+
return _jsx(ViewfinderCircleIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2918
3238
|
});
|
|
2919
3239
|
import WalletIconSolidOriginal from '@heroicons/react/24/solid/WalletIcon';
|
|
2920
3240
|
export const WalletIconSolid = forwardRef(function WalletIconSolid(_a, ref) {
|
|
2921
3241
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2922
|
-
return _jsx(WalletIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3242
|
+
return _jsx(WalletIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2923
3243
|
});
|
|
2924
3244
|
import WifiIconSolidOriginal from '@heroicons/react/24/solid/WifiIcon';
|
|
2925
3245
|
export const WifiIconSolid = forwardRef(function WifiIconSolid(_a, ref) {
|
|
2926
3246
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2927
|
-
return _jsx(WifiIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3247
|
+
return _jsx(WifiIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2928
3248
|
});
|
|
2929
3249
|
import WindowIconSolidOriginal from '@heroicons/react/24/solid/WindowIcon';
|
|
2930
3250
|
export const WindowIconSolid = forwardRef(function WindowIconSolid(_a, ref) {
|
|
2931
3251
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2932
|
-
return _jsx(WindowIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3252
|
+
return _jsx(WindowIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2933
3253
|
});
|
|
2934
3254
|
import WrenchScrewdriverIconSolidOriginal from '@heroicons/react/24/solid/WrenchScrewdriverIcon';
|
|
2935
3255
|
export const WrenchScrewdriverIconSolid = forwardRef(function WrenchScrewdriverIconSolid(_a, ref) {
|
|
2936
3256
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2937
|
-
return _jsx(WrenchScrewdriverIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3257
|
+
return _jsx(WrenchScrewdriverIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2938
3258
|
});
|
|
2939
3259
|
import WrenchIconSolidOriginal from '@heroicons/react/24/solid/WrenchIcon';
|
|
2940
3260
|
export const WrenchIconSolid = forwardRef(function WrenchIconSolid(_a, ref) {
|
|
2941
3261
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2942
|
-
return _jsx(WrenchIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3262
|
+
return _jsx(WrenchIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2943
3263
|
});
|
|
2944
3264
|
import XCircleIconSolidOriginal from '@heroicons/react/24/solid/XCircleIcon';
|
|
2945
3265
|
export const XCircleIconSolid = forwardRef(function XCircleIconSolid(_a, ref) {
|
|
2946
3266
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2947
|
-
return _jsx(XCircleIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3267
|
+
return _jsx(XCircleIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2948
3268
|
});
|
|
2949
3269
|
import XMarkIconSolidOriginal from '@heroicons/react/24/solid/XMarkIcon';
|
|
2950
3270
|
export const XMarkIconSolid = forwardRef(function XMarkIconSolid(_a, ref) {
|
|
2951
3271
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2952
|
-
return _jsx(XMarkIconSolidOriginal, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3272
|
+
return _jsx(XMarkIconSolidOriginal, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2953
3273
|
});
|
|
2954
3274
|
//# sourceMappingURL=heroIcons.js.map
|