@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
|
@@ -14,18 +14,19 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
14
14
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
22
|
-
exports.
|
|
23
|
-
exports.
|
|
24
|
-
exports.
|
|
25
|
-
exports.
|
|
26
|
-
exports.
|
|
27
|
-
exports.
|
|
28
|
-
exports.
|
|
17
|
+
exports.ArrowUpTrayIconOutline = exports.ArrowUpRightIconOutline = exports.ArrowUpOnSquareIconOutline = exports.ArrowUpOnSquareStackIconOutline = exports.ArrowUpLeftIconOutline = exports.ArrowUpCircleIconOutline = exports.ArrowTurnUpRightIconOutline = exports.ArrowTurnUpLeftIconOutline = exports.ArrowTurnRightUpIconOutline = exports.ArrowTurnRightDownIconOutline = exports.ArrowTurnLeftUpIconOutline = exports.ArrowTurnLeftDownIconOutline = exports.ArrowTurnDownRightIconOutline = exports.ArrowTurnDownLeftIconOutline = exports.ArrowTrendingUpIconOutline = exports.ArrowTrendingDownIconOutline = exports.ArrowTopRightOnSquareIconOutline = exports.ArrowSmallUpIconOutline = exports.ArrowSmallRightIconOutline = exports.ArrowSmallLeftIconOutline = exports.ArrowSmallDownIconOutline = exports.ArrowRightIconOutline = exports.ArrowRightStartOnRectangleIconOutline = exports.ArrowRightOnRectangleIconOutline = exports.ArrowRightEndOnRectangleIconOutline = exports.ArrowRightCircleIconOutline = exports.ArrowPathIconOutline = exports.ArrowPathRoundedSquareIconOutline = exports.ArrowLongUpIconOutline = exports.ArrowLongRightIconOutline = exports.ArrowLongLeftIconOutline = exports.ArrowLongDownIconOutline = exports.ArrowLeftIconOutline = exports.ArrowLeftStartOnRectangleIconOutline = exports.ArrowLeftOnRectangleIconOutline = exports.ArrowLeftEndOnRectangleIconOutline = exports.ArrowLeftCircleIconOutline = exports.ArrowDownIconOutline = exports.ArrowDownTrayIconOutline = exports.ArrowDownRightIconOutline = exports.ArrowDownOnSquareIconOutline = exports.ArrowDownOnSquareStackIconOutline = exports.ArrowDownLeftIconOutline = exports.ArrowDownCircleIconOutline = exports.ArchiveBoxIconOutline = exports.ArchiveBoxXMarkIconOutline = exports.ArchiveBoxArrowDownIconOutline = exports.AdjustmentsVerticalIconOutline = exports.AdjustmentsHorizontalIconOutline = exports.AcademicCapIconOutline = void 0;
|
|
18
|
+
exports.ChartBarIconOutline = exports.ChartBarSquareIconOutline = exports.CameraIconOutline = exports.CalendarIconOutline = exports.CalendarDaysIconOutline = exports.CalendarDateRangeIconOutline = exports.CalculatorIconOutline = exports.CakeIconOutline = exports.BuildingStorefrontIconOutline = exports.BuildingOfficeIconOutline = exports.BuildingOffice2IconOutline = exports.BuildingLibraryIconOutline = exports.BugAntIconOutline = exports.BriefcaseIconOutline = exports.BookmarkIconOutline = exports.BookmarkSquareIconOutline = exports.BookmarkSlashIconOutline = exports.BookOpenIconOutline = exports.BoltIconOutline = exports.BoltSlashIconOutline = exports.BoldIconOutline = exports.BellIconOutline = exports.BellSnoozeIconOutline = exports.BellSlashIconOutline = exports.BellAlertIconOutline = exports.BeakerIconOutline = exports.Battery50IconOutline = exports.Battery100IconOutline = exports.Battery0IconOutline = exports.BarsArrowUpIconOutline = exports.BarsArrowDownIconOutline = exports.Bars4IconOutline = exports.Bars3IconOutline = exports.Bars3CenterLeftIconOutline = exports.Bars3BottomRightIconOutline = exports.Bars3BottomLeftIconOutline = exports.Bars2IconOutline = exports.BanknotesIconOutline = exports.BackwardIconOutline = exports.BackspaceIconOutline = exports.AtSymbolIconOutline = exports.ArrowsUpDownIconOutline = exports.ArrowsRightLeftIconOutline = exports.ArrowsPointingOutIconOutline = exports.ArrowsPointingInIconOutline = exports.ArrowUturnUpIconOutline = exports.ArrowUturnRightIconOutline = exports.ArrowUturnLeftIconOutline = exports.ArrowUturnDownIconOutline = exports.ArrowUpIconOutline = void 0;
|
|
19
|
+
exports.DeviceTabletIconOutline = exports.DevicePhoneMobileIconOutline = exports.CursorArrowRippleIconOutline = exports.CursorArrowRaysIconOutline = exports.CurrencyYenIconOutline = exports.CurrencyRupeeIconOutline = exports.CurrencyPoundIconOutline = exports.CurrencyEuroIconOutline = exports.CurrencyDollarIconOutline = exports.CurrencyBangladeshiIconOutline = exports.CubeIconOutline = exports.CubeTransparentIconOutline = exports.CreditCardIconOutline = exports.CpuChipIconOutline = exports.ComputerDesktopIconOutline = exports.CommandLineIconOutline = exports.CogIconOutline = exports.Cog8ToothIconOutline = exports.Cog6ToothIconOutline = exports.CodeBracketIconOutline = exports.CodeBracketSquareIconOutline = exports.CloudIconOutline = exports.CloudArrowUpIconOutline = exports.CloudArrowDownIconOutline = exports.ClockIconOutline = exports.ClipboardIconOutline = exports.ClipboardDocumentIconOutline = exports.ClipboardDocumentListIconOutline = exports.ClipboardDocumentCheckIconOutline = exports.CircleStackIconOutline = exports.ChevronUpIconOutline = exports.ChevronUpDownIconOutline = exports.ChevronRightIconOutline = exports.ChevronLeftIconOutline = exports.ChevronDownIconOutline = exports.ChevronDoubleUpIconOutline = exports.ChevronDoubleRightIconOutline = exports.ChevronDoubleLeftIconOutline = exports.ChevronDoubleDownIconOutline = exports.CheckIconOutline = exports.CheckCircleIconOutline = exports.CheckBadgeIconOutline = exports.ChatBubbleOvalLeftIconOutline = exports.ChatBubbleOvalLeftEllipsisIconOutline = exports.ChatBubbleLeftIconOutline = exports.ChatBubbleLeftRightIconOutline = exports.ChatBubbleLeftEllipsisIconOutline = exports.ChatBubbleBottomCenterIconOutline = exports.ChatBubbleBottomCenterTextIconOutline = exports.ChartPieIconOutline = void 0;
|
|
20
|
+
exports.H2IconOutline = exports.H1IconOutline = exports.GlobeEuropeAfricaIconOutline = exports.GlobeAsiaAustraliaIconOutline = exports.GlobeAmericasIconOutline = exports.GlobeAltIconOutline = exports.GiftIconOutline = exports.GiftTopIconOutline = exports.GifIconOutline = exports.FunnelIconOutline = exports.ForwardIconOutline = exports.FolderIconOutline = exports.FolderPlusIconOutline = exports.FolderOpenIconOutline = exports.FolderMinusIconOutline = exports.FolderArrowDownIconOutline = exports.FlagIconOutline = exports.FireIconOutline = exports.FingerPrintIconOutline = exports.FilmIconOutline = exports.FaceSmileIconOutline = exports.FaceFrownIconOutline = exports.EyeIconOutline = exports.EyeSlashIconOutline = exports.EyeDropperIconOutline = exports.ExclamationTriangleIconOutline = exports.ExclamationCircleIconOutline = exports.EqualsIconOutline = exports.EnvelopeIconOutline = exports.EnvelopeOpenIconOutline = exports.EllipsisVerticalIconOutline = exports.EllipsisHorizontalIconOutline = exports.EllipsisHorizontalCircleIconOutline = exports.DocumentIconOutline = exports.DocumentTextIconOutline = exports.DocumentPlusIconOutline = exports.DocumentMinusIconOutline = exports.DocumentMagnifyingGlassIconOutline = exports.DocumentDuplicateIconOutline = exports.DocumentCurrencyYenIconOutline = exports.DocumentCurrencyRupeeIconOutline = exports.DocumentCurrencyPoundIconOutline = exports.DocumentCurrencyEuroIconOutline = exports.DocumentCurrencyDollarIconOutline = exports.DocumentCurrencyBangladeshiIconOutline = exports.DocumentCheckIconOutline = exports.DocumentChartBarIconOutline = exports.DocumentArrowUpIconOutline = exports.DocumentArrowDownIconOutline = exports.DivideIconOutline = void 0;
|
|
21
|
+
exports.PhoneXMarkIconOutline = exports.PhoneArrowUpRightIconOutline = exports.PhoneArrowDownLeftIconOutline = exports.PercentBadgeIconOutline = exports.PencilIconOutline = exports.PencilSquareIconOutline = exports.PauseIconOutline = exports.PauseCircleIconOutline = exports.PaperClipIconOutline = exports.PaperAirplaneIconOutline = exports.PaintBrushIconOutline = exports.NumberedListIconOutline = exports.NoSymbolIconOutline = exports.NewspaperIconOutline = exports.MusicalNoteIconOutline = exports.MoonIconOutline = exports.MinusIconOutline = exports.MinusSmallIconOutline = exports.MinusCircleIconOutline = exports.MicrophoneIconOutline = exports.MegaphoneIconOutline = exports.MapIconOutline = exports.MapPinIconOutline = exports.MagnifyingGlassIconOutline = exports.MagnifyingGlassPlusIconOutline = exports.MagnifyingGlassMinusIconOutline = exports.MagnifyingGlassCircleIconOutline = exports.LockOpenIconOutline = exports.LockClosedIconOutline = exports.ListBulletIconOutline = exports.LinkIconOutline = exports.LinkSlashIconOutline = exports.LightBulbIconOutline = exports.LifebuoyIconOutline = exports.LanguageIconOutline = exports.KeyIconOutline = exports.ItalicIconOutline = exports.InformationCircleIconOutline = exports.InboxIconOutline = exports.InboxStackIconOutline = exports.InboxArrowDownIconOutline = exports.IdentificationIconOutline = exports.HomeIconOutline = exports.HomeModernIconOutline = exports.HeartIconOutline = exports.HashtagIconOutline = exports.HandThumbUpIconOutline = exports.HandThumbDownIconOutline = exports.HandRaisedIconOutline = exports.H3IconOutline = void 0;
|
|
22
|
+
exports.TagIconOutline = exports.TableCellsIconOutline = exports.SwatchIconOutline = exports.SunIconOutline = exports.StrikethroughIconOutline = exports.StopIconOutline = exports.StopCircleIconOutline = exports.StarIconOutline = exports.SquaresPlusIconOutline = exports.Squares2X2IconOutline = exports.Square3Stack3DIconOutline = exports.Square2StackIconOutline = exports.SpeakerXMarkIconOutline = exports.SpeakerWaveIconOutline = exports.SparklesIconOutline = exports.SlashIconOutline = exports.SignalIconOutline = exports.SignalSlashIconOutline = exports.ShoppingCartIconOutline = exports.ShoppingBagIconOutline = exports.ShieldExclamationIconOutline = exports.ShieldCheckIconOutline = exports.ShareIconOutline = exports.ServerIconOutline = exports.ServerStackIconOutline = exports.ScissorsIconOutline = exports.ScaleIconOutline = exports.RssIconOutline = exports.RocketLaunchIconOutline = exports.RectangleStackIconOutline = exports.RectangleGroupIconOutline = exports.ReceiptRefundIconOutline = exports.ReceiptPercentIconOutline = exports.RadioIconOutline = exports.QueueListIconOutline = exports.QuestionMarkCircleIconOutline = exports.QrCodeIconOutline = exports.PuzzlePieceIconOutline = exports.PrinterIconOutline = exports.PresentationChartLineIconOutline = exports.PresentationChartBarIconOutline = exports.PowerIconOutline = exports.PlusIconOutline = exports.PlusSmallIconOutline = exports.PlusCircleIconOutline = exports.PlayIconOutline = exports.PlayPauseIconOutline = exports.PlayCircleIconOutline = exports.PhotoIconOutline = exports.PhoneIconOutline = void 0;
|
|
23
|
+
exports.ArrowRightEndOnRectangleIconSolid = exports.ArrowRightCircleIconSolid = exports.ArrowPathIconSolid = exports.ArrowPathRoundedSquareIconSolid = exports.ArrowLongUpIconSolid = exports.ArrowLongRightIconSolid = exports.ArrowLongLeftIconSolid = exports.ArrowLongDownIconSolid = exports.ArrowLeftIconSolid = exports.ArrowLeftStartOnRectangleIconSolid = exports.ArrowLeftOnRectangleIconSolid = exports.ArrowLeftEndOnRectangleIconSolid = exports.ArrowLeftCircleIconSolid = exports.ArrowDownIconSolid = exports.ArrowDownTrayIconSolid = exports.ArrowDownRightIconSolid = exports.ArrowDownOnSquareIconSolid = exports.ArrowDownOnSquareStackIconSolid = exports.ArrowDownLeftIconSolid = exports.ArrowDownCircleIconSolid = exports.ArchiveBoxIconSolid = exports.ArchiveBoxXMarkIconSolid = exports.ArchiveBoxArrowDownIconSolid = exports.AdjustmentsVerticalIconSolid = exports.AdjustmentsHorizontalIconSolid = exports.AcademicCapIconSolid = exports.XMarkIconOutline = exports.XCircleIconOutline = exports.WrenchIconOutline = exports.WrenchScrewdriverIconOutline = exports.WindowIconOutline = exports.WifiIconOutline = exports.WalletIconOutline = exports.ViewfinderCircleIconOutline = exports.ViewColumnsIconOutline = exports.VideoCameraIconOutline = exports.VideoCameraSlashIconOutline = exports.VariableIconOutline = exports.UsersIconOutline = exports.UserIconOutline = exports.UserPlusIconOutline = exports.UserMinusIconOutline = exports.UserGroupIconOutline = exports.UserCircleIconOutline = exports.UnderlineIconOutline = exports.TvIconOutline = exports.TruckIconOutline = exports.TrophyIconOutline = exports.TrashIconOutline = exports.TicketIconOutline = void 0;
|
|
24
|
+
exports.BellAlertIconSolid = exports.BeakerIconSolid = exports.Battery50IconSolid = exports.Battery100IconSolid = exports.Battery0IconSolid = exports.BarsArrowUpIconSolid = exports.BarsArrowDownIconSolid = exports.Bars4IconSolid = exports.Bars3IconSolid = exports.Bars3CenterLeftIconSolid = exports.Bars3BottomRightIconSolid = exports.Bars3BottomLeftIconSolid = exports.Bars2IconSolid = exports.BanknotesIconSolid = exports.BackwardIconSolid = exports.BackspaceIconSolid = exports.AtSymbolIconSolid = exports.ArrowsUpDownIconSolid = exports.ArrowsRightLeftIconSolid = exports.ArrowsPointingOutIconSolid = exports.ArrowsPointingInIconSolid = exports.ArrowUturnUpIconSolid = exports.ArrowUturnRightIconSolid = exports.ArrowUturnLeftIconSolid = exports.ArrowUturnDownIconSolid = exports.ArrowUpIconSolid = exports.ArrowUpTrayIconSolid = exports.ArrowUpRightIconSolid = exports.ArrowUpOnSquareIconSolid = exports.ArrowUpOnSquareStackIconSolid = exports.ArrowUpLeftIconSolid = exports.ArrowUpCircleIconSolid = exports.ArrowTurnUpRightIconSolid = exports.ArrowTurnUpLeftIconSolid = exports.ArrowTurnRightUpIconSolid = exports.ArrowTurnRightDownIconSolid = exports.ArrowTurnLeftUpIconSolid = exports.ArrowTurnLeftDownIconSolid = exports.ArrowTurnDownRightIconSolid = exports.ArrowTurnDownLeftIconSolid = exports.ArrowTrendingUpIconSolid = exports.ArrowTrendingDownIconSolid = exports.ArrowTopRightOnSquareIconSolid = exports.ArrowSmallUpIconSolid = exports.ArrowSmallRightIconSolid = exports.ArrowSmallLeftIconSolid = exports.ArrowSmallDownIconSolid = exports.ArrowRightIconSolid = exports.ArrowRightStartOnRectangleIconSolid = exports.ArrowRightOnRectangleIconSolid = void 0;
|
|
25
|
+
exports.ClockIconSolid = exports.ClipboardIconSolid = exports.ClipboardDocumentIconSolid = exports.ClipboardDocumentListIconSolid = exports.ClipboardDocumentCheckIconSolid = exports.CircleStackIconSolid = exports.ChevronUpIconSolid = exports.ChevronUpDownIconSolid = exports.ChevronRightIconSolid = exports.ChevronLeftIconSolid = exports.ChevronDownIconSolid = exports.ChevronDoubleUpIconSolid = exports.ChevronDoubleRightIconSolid = exports.ChevronDoubleLeftIconSolid = exports.ChevronDoubleDownIconSolid = exports.CheckIconSolid = exports.CheckCircleIconSolid = exports.CheckBadgeIconSolid = exports.ChatBubbleOvalLeftIconSolid = exports.ChatBubbleOvalLeftEllipsisIconSolid = exports.ChatBubbleLeftIconSolid = exports.ChatBubbleLeftRightIconSolid = exports.ChatBubbleLeftEllipsisIconSolid = exports.ChatBubbleBottomCenterIconSolid = exports.ChatBubbleBottomCenterTextIconSolid = exports.ChartPieIconSolid = exports.ChartBarIconSolid = exports.ChartBarSquareIconSolid = exports.CameraIconSolid = exports.CalendarIconSolid = exports.CalendarDaysIconSolid = exports.CalendarDateRangeIconSolid = exports.CalculatorIconSolid = exports.CakeIconSolid = exports.BuildingStorefrontIconSolid = exports.BuildingOfficeIconSolid = exports.BuildingOffice2IconSolid = exports.BuildingLibraryIconSolid = exports.BugAntIconSolid = exports.BriefcaseIconSolid = exports.BookmarkIconSolid = exports.BookmarkSquareIconSolid = exports.BookmarkSlashIconSolid = exports.BookOpenIconSolid = exports.BoltIconSolid = exports.BoltSlashIconSolid = exports.BoldIconSolid = exports.BellIconSolid = exports.BellSnoozeIconSolid = exports.BellSlashIconSolid = void 0;
|
|
26
|
+
exports.EyeDropperIconSolid = exports.ExclamationTriangleIconSolid = exports.ExclamationCircleIconSolid = exports.EqualsIconSolid = exports.EnvelopeIconSolid = exports.EnvelopeOpenIconSolid = exports.EllipsisVerticalIconSolid = exports.EllipsisHorizontalIconSolid = exports.EllipsisHorizontalCircleIconSolid = exports.DocumentIconSolid = exports.DocumentTextIconSolid = exports.DocumentPlusIconSolid = exports.DocumentMinusIconSolid = exports.DocumentMagnifyingGlassIconSolid = exports.DocumentDuplicateIconSolid = exports.DocumentCurrencyYenIconSolid = exports.DocumentCurrencyRupeeIconSolid = exports.DocumentCurrencyPoundIconSolid = exports.DocumentCurrencyEuroIconSolid = exports.DocumentCurrencyDollarIconSolid = exports.DocumentCurrencyBangladeshiIconSolid = exports.DocumentCheckIconSolid = exports.DocumentChartBarIconSolid = exports.DocumentArrowUpIconSolid = exports.DocumentArrowDownIconSolid = exports.DivideIconSolid = exports.DeviceTabletIconSolid = exports.DevicePhoneMobileIconSolid = exports.CursorArrowRippleIconSolid = exports.CursorArrowRaysIconSolid = exports.CurrencyYenIconSolid = exports.CurrencyRupeeIconSolid = exports.CurrencyPoundIconSolid = exports.CurrencyEuroIconSolid = exports.CurrencyDollarIconSolid = exports.CurrencyBangladeshiIconSolid = exports.CubeIconSolid = exports.CubeTransparentIconSolid = exports.CreditCardIconSolid = exports.CpuChipIconSolid = exports.ComputerDesktopIconSolid = exports.CommandLineIconSolid = exports.CogIconSolid = exports.Cog8ToothIconSolid = exports.Cog6ToothIconSolid = exports.CodeBracketIconSolid = exports.CodeBracketSquareIconSolid = exports.CloudIconSolid = exports.CloudArrowUpIconSolid = exports.CloudArrowDownIconSolid = void 0;
|
|
27
|
+
exports.MagnifyingGlassPlusIconSolid = exports.MagnifyingGlassMinusIconSolid = exports.MagnifyingGlassCircleIconSolid = exports.LockOpenIconSolid = exports.LockClosedIconSolid = exports.ListBulletIconSolid = exports.LinkIconSolid = exports.LinkSlashIconSolid = exports.LightBulbIconSolid = exports.LifebuoyIconSolid = exports.LanguageIconSolid = exports.KeyIconSolid = exports.ItalicIconSolid = exports.InformationCircleIconSolid = exports.InboxIconSolid = exports.InboxStackIconSolid = exports.InboxArrowDownIconSolid = exports.IdentificationIconSolid = exports.HomeIconSolid = exports.HomeModernIconSolid = exports.HeartIconSolid = exports.HashtagIconSolid = exports.HandThumbUpIconSolid = exports.HandThumbDownIconSolid = exports.HandRaisedIconSolid = exports.H3IconSolid = exports.H2IconSolid = exports.H1IconSolid = exports.GlobeEuropeAfricaIconSolid = exports.GlobeAsiaAustraliaIconSolid = exports.GlobeAmericasIconSolid = exports.GlobeAltIconSolid = exports.GiftIconSolid = exports.GiftTopIconSolid = exports.GifIconSolid = exports.FunnelIconSolid = exports.ForwardIconSolid = exports.FolderIconSolid = exports.FolderPlusIconSolid = exports.FolderOpenIconSolid = exports.FolderMinusIconSolid = exports.FolderArrowDownIconSolid = exports.FlagIconSolid = exports.FireIconSolid = exports.FingerPrintIconSolid = exports.FilmIconSolid = exports.FaceSmileIconSolid = exports.FaceFrownIconSolid = exports.EyeIconSolid = exports.EyeSlashIconSolid = void 0;
|
|
28
|
+
exports.ServerStackIconSolid = exports.ScissorsIconSolid = exports.ScaleIconSolid = exports.RssIconSolid = exports.RocketLaunchIconSolid = exports.RectangleStackIconSolid = exports.RectangleGroupIconSolid = exports.ReceiptRefundIconSolid = exports.ReceiptPercentIconSolid = exports.RadioIconSolid = exports.QueueListIconSolid = exports.QuestionMarkCircleIconSolid = exports.QrCodeIconSolid = exports.PuzzlePieceIconSolid = exports.PrinterIconSolid = exports.PresentationChartLineIconSolid = exports.PresentationChartBarIconSolid = exports.PowerIconSolid = exports.PlusIconSolid = exports.PlusSmallIconSolid = exports.PlusCircleIconSolid = exports.PlayIconSolid = exports.PlayPauseIconSolid = exports.PlayCircleIconSolid = exports.PhotoIconSolid = exports.PhoneIconSolid = exports.PhoneXMarkIconSolid = exports.PhoneArrowUpRightIconSolid = exports.PhoneArrowDownLeftIconSolid = exports.PercentBadgeIconSolid = exports.PencilIconSolid = exports.PencilSquareIconSolid = exports.PauseIconSolid = exports.PauseCircleIconSolid = exports.PaperClipIconSolid = exports.PaperAirplaneIconSolid = exports.PaintBrushIconSolid = exports.NumberedListIconSolid = exports.NoSymbolIconSolid = exports.NewspaperIconSolid = exports.MusicalNoteIconSolid = exports.MoonIconSolid = exports.MinusIconSolid = exports.MinusSmallIconSolid = exports.MinusCircleIconSolid = exports.MicrophoneIconSolid = exports.MegaphoneIconSolid = exports.MapIconSolid = exports.MapPinIconSolid = exports.MagnifyingGlassIconSolid = void 0;
|
|
29
|
+
exports.XMarkIconSolid = exports.XCircleIconSolid = exports.WrenchIconSolid = exports.WrenchScrewdriverIconSolid = exports.WindowIconSolid = exports.WifiIconSolid = exports.WalletIconSolid = exports.ViewfinderCircleIconSolid = exports.ViewColumnsIconSolid = exports.VideoCameraIconSolid = exports.VideoCameraSlashIconSolid = exports.VariableIconSolid = exports.UsersIconSolid = exports.UserIconSolid = exports.UserPlusIconSolid = exports.UserMinusIconSolid = exports.UserGroupIconSolid = exports.UserCircleIconSolid = exports.UnderlineIconSolid = exports.TvIconSolid = exports.TruckIconSolid = exports.TrophyIconSolid = exports.TrashIconSolid = exports.TicketIconSolid = exports.TagIconSolid = exports.TableCellsIconSolid = exports.SwatchIconSolid = exports.SunIconSolid = exports.StrikethroughIconSolid = exports.StopIconSolid = exports.StopCircleIconSolid = exports.StarIconSolid = exports.SquaresPlusIconSolid = exports.Squares2X2IconSolid = exports.Square3Stack3DIconSolid = exports.Square2StackIconSolid = exports.SpeakerXMarkIconSolid = exports.SpeakerWaveIconSolid = exports.SparklesIconSolid = exports.SlashIconSolid = exports.SignalIconSolid = exports.SignalSlashIconSolid = exports.ShoppingCartIconSolid = exports.ShoppingBagIconSolid = exports.ShieldExclamationIconSolid = exports.ShieldCheckIconSolid = exports.ShareIconSolid = exports.ServerIconSolid = void 0;
|
|
29
30
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
30
31
|
/**
|
|
31
32
|
*
|
|
@@ -51,2921 +52,3241 @@ const react_1 = require("react");
|
|
|
51
52
|
const AcademicCapIcon_1 = __importDefault(require("@heroicons/react/24/outline/AcademicCapIcon"));
|
|
52
53
|
exports.AcademicCapIconOutline = (0, react_1.forwardRef)(function AcademicCapIconOutline(_a, ref) {
|
|
53
54
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
54
|
-
return (0, jsx_runtime_1.jsx)(AcademicCapIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
55
|
+
return (0, jsx_runtime_1.jsx)(AcademicCapIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
55
56
|
});
|
|
56
57
|
const AdjustmentsHorizontalIcon_1 = __importDefault(require("@heroicons/react/24/outline/AdjustmentsHorizontalIcon"));
|
|
57
58
|
exports.AdjustmentsHorizontalIconOutline = (0, react_1.forwardRef)(function AdjustmentsHorizontalIconOutline(_a, ref) {
|
|
58
59
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
59
|
-
return (0, jsx_runtime_1.jsx)(AdjustmentsHorizontalIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
60
|
+
return (0, jsx_runtime_1.jsx)(AdjustmentsHorizontalIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
60
61
|
});
|
|
61
62
|
const AdjustmentsVerticalIcon_1 = __importDefault(require("@heroicons/react/24/outline/AdjustmentsVerticalIcon"));
|
|
62
63
|
exports.AdjustmentsVerticalIconOutline = (0, react_1.forwardRef)(function AdjustmentsVerticalIconOutline(_a, ref) {
|
|
63
64
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
64
|
-
return (0, jsx_runtime_1.jsx)(AdjustmentsVerticalIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
65
|
+
return (0, jsx_runtime_1.jsx)(AdjustmentsVerticalIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
65
66
|
});
|
|
66
67
|
const ArchiveBoxArrowDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArchiveBoxArrowDownIcon"));
|
|
67
68
|
exports.ArchiveBoxArrowDownIconOutline = (0, react_1.forwardRef)(function ArchiveBoxArrowDownIconOutline(_a, ref) {
|
|
68
69
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
69
|
-
return (0, jsx_runtime_1.jsx)(ArchiveBoxArrowDownIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
70
|
+
return (0, jsx_runtime_1.jsx)(ArchiveBoxArrowDownIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
70
71
|
});
|
|
71
72
|
const ArchiveBoxXMarkIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArchiveBoxXMarkIcon"));
|
|
72
73
|
exports.ArchiveBoxXMarkIconOutline = (0, react_1.forwardRef)(function ArchiveBoxXMarkIconOutline(_a, ref) {
|
|
73
74
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
74
|
-
return (0, jsx_runtime_1.jsx)(ArchiveBoxXMarkIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
75
|
+
return (0, jsx_runtime_1.jsx)(ArchiveBoxXMarkIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
75
76
|
});
|
|
76
77
|
const ArchiveBoxIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArchiveBoxIcon"));
|
|
77
78
|
exports.ArchiveBoxIconOutline = (0, react_1.forwardRef)(function ArchiveBoxIconOutline(_a, ref) {
|
|
78
79
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
79
|
-
return (0, jsx_runtime_1.jsx)(ArchiveBoxIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
80
|
+
return (0, jsx_runtime_1.jsx)(ArchiveBoxIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
80
81
|
});
|
|
81
82
|
const ArrowDownCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowDownCircleIcon"));
|
|
82
83
|
exports.ArrowDownCircleIconOutline = (0, react_1.forwardRef)(function ArrowDownCircleIconOutline(_a, ref) {
|
|
83
84
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
84
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownCircleIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
85
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownCircleIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
85
86
|
});
|
|
86
87
|
const ArrowDownLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowDownLeftIcon"));
|
|
87
88
|
exports.ArrowDownLeftIconOutline = (0, react_1.forwardRef)(function ArrowDownLeftIconOutline(_a, ref) {
|
|
88
89
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
89
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownLeftIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
90
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownLeftIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
90
91
|
});
|
|
91
92
|
const ArrowDownOnSquareStackIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowDownOnSquareStackIcon"));
|
|
92
93
|
exports.ArrowDownOnSquareStackIconOutline = (0, react_1.forwardRef)(function ArrowDownOnSquareStackIconOutline(_a, ref) {
|
|
93
94
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
94
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownOnSquareStackIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
95
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownOnSquareStackIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
95
96
|
});
|
|
96
97
|
const ArrowDownOnSquareIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowDownOnSquareIcon"));
|
|
97
98
|
exports.ArrowDownOnSquareIconOutline = (0, react_1.forwardRef)(function ArrowDownOnSquareIconOutline(_a, ref) {
|
|
98
99
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
99
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownOnSquareIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
100
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownOnSquareIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
100
101
|
});
|
|
101
102
|
const ArrowDownRightIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowDownRightIcon"));
|
|
102
103
|
exports.ArrowDownRightIconOutline = (0, react_1.forwardRef)(function ArrowDownRightIconOutline(_a, ref) {
|
|
103
104
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
104
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownRightIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
105
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownRightIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
105
106
|
});
|
|
106
107
|
const ArrowDownTrayIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowDownTrayIcon"));
|
|
107
108
|
exports.ArrowDownTrayIconOutline = (0, react_1.forwardRef)(function ArrowDownTrayIconOutline(_a, ref) {
|
|
108
109
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
109
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownTrayIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
110
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownTrayIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
110
111
|
});
|
|
111
112
|
const ArrowDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowDownIcon"));
|
|
112
113
|
exports.ArrowDownIconOutline = (0, react_1.forwardRef)(function ArrowDownIconOutline(_a, ref) {
|
|
113
114
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
114
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
115
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
115
116
|
});
|
|
116
117
|
const ArrowLeftCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowLeftCircleIcon"));
|
|
117
118
|
exports.ArrowLeftCircleIconOutline = (0, react_1.forwardRef)(function ArrowLeftCircleIconOutline(_a, ref) {
|
|
118
119
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
119
|
-
return (0, jsx_runtime_1.jsx)(ArrowLeftCircleIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
120
|
+
return (0, jsx_runtime_1.jsx)(ArrowLeftCircleIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
121
|
+
});
|
|
122
|
+
const ArrowLeftEndOnRectangleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowLeftEndOnRectangleIcon"));
|
|
123
|
+
exports.ArrowLeftEndOnRectangleIconOutline = (0, react_1.forwardRef)(function ArrowLeftEndOnRectangleIconOutline(_a, ref) {
|
|
124
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
125
|
+
return (0, jsx_runtime_1.jsx)(ArrowLeftEndOnRectangleIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
120
126
|
});
|
|
121
127
|
const ArrowLeftOnRectangleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowLeftOnRectangleIcon"));
|
|
122
128
|
exports.ArrowLeftOnRectangleIconOutline = (0, react_1.forwardRef)(function ArrowLeftOnRectangleIconOutline(_a, ref) {
|
|
123
129
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
124
|
-
return (0, jsx_runtime_1.jsx)(ArrowLeftOnRectangleIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
130
|
+
return (0, jsx_runtime_1.jsx)(ArrowLeftOnRectangleIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
131
|
+
});
|
|
132
|
+
const ArrowLeftStartOnRectangleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowLeftStartOnRectangleIcon"));
|
|
133
|
+
exports.ArrowLeftStartOnRectangleIconOutline = (0, react_1.forwardRef)(function ArrowLeftStartOnRectangleIconOutline(_a, ref) {
|
|
134
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
135
|
+
return (0, jsx_runtime_1.jsx)(ArrowLeftStartOnRectangleIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
125
136
|
});
|
|
126
137
|
const ArrowLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowLeftIcon"));
|
|
127
138
|
exports.ArrowLeftIconOutline = (0, react_1.forwardRef)(function ArrowLeftIconOutline(_a, ref) {
|
|
128
139
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
129
|
-
return (0, jsx_runtime_1.jsx)(ArrowLeftIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
140
|
+
return (0, jsx_runtime_1.jsx)(ArrowLeftIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
130
141
|
});
|
|
131
142
|
const ArrowLongDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowLongDownIcon"));
|
|
132
143
|
exports.ArrowLongDownIconOutline = (0, react_1.forwardRef)(function ArrowLongDownIconOutline(_a, ref) {
|
|
133
144
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
134
|
-
return (0, jsx_runtime_1.jsx)(ArrowLongDownIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
145
|
+
return (0, jsx_runtime_1.jsx)(ArrowLongDownIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
135
146
|
});
|
|
136
147
|
const ArrowLongLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowLongLeftIcon"));
|
|
137
148
|
exports.ArrowLongLeftIconOutline = (0, react_1.forwardRef)(function ArrowLongLeftIconOutline(_a, ref) {
|
|
138
149
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
139
|
-
return (0, jsx_runtime_1.jsx)(ArrowLongLeftIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
150
|
+
return (0, jsx_runtime_1.jsx)(ArrowLongLeftIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
140
151
|
});
|
|
141
152
|
const ArrowLongRightIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowLongRightIcon"));
|
|
142
153
|
exports.ArrowLongRightIconOutline = (0, react_1.forwardRef)(function ArrowLongRightIconOutline(_a, ref) {
|
|
143
154
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
144
|
-
return (0, jsx_runtime_1.jsx)(ArrowLongRightIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
155
|
+
return (0, jsx_runtime_1.jsx)(ArrowLongRightIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
145
156
|
});
|
|
146
157
|
const ArrowLongUpIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowLongUpIcon"));
|
|
147
158
|
exports.ArrowLongUpIconOutline = (0, react_1.forwardRef)(function ArrowLongUpIconOutline(_a, ref) {
|
|
148
159
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
149
|
-
return (0, jsx_runtime_1.jsx)(ArrowLongUpIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
160
|
+
return (0, jsx_runtime_1.jsx)(ArrowLongUpIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
150
161
|
});
|
|
151
162
|
const ArrowPathRoundedSquareIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowPathRoundedSquareIcon"));
|
|
152
163
|
exports.ArrowPathRoundedSquareIconOutline = (0, react_1.forwardRef)(function ArrowPathRoundedSquareIconOutline(_a, ref) {
|
|
153
164
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
154
|
-
return (0, jsx_runtime_1.jsx)(ArrowPathRoundedSquareIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
165
|
+
return (0, jsx_runtime_1.jsx)(ArrowPathRoundedSquareIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
155
166
|
});
|
|
156
167
|
const ArrowPathIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowPathIcon"));
|
|
157
168
|
exports.ArrowPathIconOutline = (0, react_1.forwardRef)(function ArrowPathIconOutline(_a, ref) {
|
|
158
169
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
159
|
-
return (0, jsx_runtime_1.jsx)(ArrowPathIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
170
|
+
return (0, jsx_runtime_1.jsx)(ArrowPathIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
160
171
|
});
|
|
161
172
|
const ArrowRightCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowRightCircleIcon"));
|
|
162
173
|
exports.ArrowRightCircleIconOutline = (0, react_1.forwardRef)(function ArrowRightCircleIconOutline(_a, ref) {
|
|
163
174
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
164
|
-
return (0, jsx_runtime_1.jsx)(ArrowRightCircleIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
175
|
+
return (0, jsx_runtime_1.jsx)(ArrowRightCircleIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
176
|
+
});
|
|
177
|
+
const ArrowRightEndOnRectangleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowRightEndOnRectangleIcon"));
|
|
178
|
+
exports.ArrowRightEndOnRectangleIconOutline = (0, react_1.forwardRef)(function ArrowRightEndOnRectangleIconOutline(_a, ref) {
|
|
179
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
180
|
+
return (0, jsx_runtime_1.jsx)(ArrowRightEndOnRectangleIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
165
181
|
});
|
|
166
182
|
const ArrowRightOnRectangleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowRightOnRectangleIcon"));
|
|
167
183
|
exports.ArrowRightOnRectangleIconOutline = (0, react_1.forwardRef)(function ArrowRightOnRectangleIconOutline(_a, ref) {
|
|
168
184
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
169
|
-
return (0, jsx_runtime_1.jsx)(ArrowRightOnRectangleIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
185
|
+
return (0, jsx_runtime_1.jsx)(ArrowRightOnRectangleIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
186
|
+
});
|
|
187
|
+
const ArrowRightStartOnRectangleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowRightStartOnRectangleIcon"));
|
|
188
|
+
exports.ArrowRightStartOnRectangleIconOutline = (0, react_1.forwardRef)(function ArrowRightStartOnRectangleIconOutline(_a, ref) {
|
|
189
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
190
|
+
return (0, jsx_runtime_1.jsx)(ArrowRightStartOnRectangleIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
170
191
|
});
|
|
171
192
|
const ArrowRightIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowRightIcon"));
|
|
172
193
|
exports.ArrowRightIconOutline = (0, react_1.forwardRef)(function ArrowRightIconOutline(_a, ref) {
|
|
173
194
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
174
|
-
return (0, jsx_runtime_1.jsx)(ArrowRightIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
195
|
+
return (0, jsx_runtime_1.jsx)(ArrowRightIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
175
196
|
});
|
|
176
197
|
const ArrowSmallDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowSmallDownIcon"));
|
|
177
198
|
exports.ArrowSmallDownIconOutline = (0, react_1.forwardRef)(function ArrowSmallDownIconOutline(_a, ref) {
|
|
178
199
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
179
|
-
return (0, jsx_runtime_1.jsx)(ArrowSmallDownIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
200
|
+
return (0, jsx_runtime_1.jsx)(ArrowSmallDownIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
180
201
|
});
|
|
181
202
|
const ArrowSmallLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowSmallLeftIcon"));
|
|
182
203
|
exports.ArrowSmallLeftIconOutline = (0, react_1.forwardRef)(function ArrowSmallLeftIconOutline(_a, ref) {
|
|
183
204
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
184
|
-
return (0, jsx_runtime_1.jsx)(ArrowSmallLeftIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
205
|
+
return (0, jsx_runtime_1.jsx)(ArrowSmallLeftIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
185
206
|
});
|
|
186
207
|
const ArrowSmallRightIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowSmallRightIcon"));
|
|
187
208
|
exports.ArrowSmallRightIconOutline = (0, react_1.forwardRef)(function ArrowSmallRightIconOutline(_a, ref) {
|
|
188
209
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
189
|
-
return (0, jsx_runtime_1.jsx)(ArrowSmallRightIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
210
|
+
return (0, jsx_runtime_1.jsx)(ArrowSmallRightIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
190
211
|
});
|
|
191
212
|
const ArrowSmallUpIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowSmallUpIcon"));
|
|
192
213
|
exports.ArrowSmallUpIconOutline = (0, react_1.forwardRef)(function ArrowSmallUpIconOutline(_a, ref) {
|
|
193
214
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
194
|
-
return (0, jsx_runtime_1.jsx)(ArrowSmallUpIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
215
|
+
return (0, jsx_runtime_1.jsx)(ArrowSmallUpIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
195
216
|
});
|
|
196
217
|
const ArrowTopRightOnSquareIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowTopRightOnSquareIcon"));
|
|
197
218
|
exports.ArrowTopRightOnSquareIconOutline = (0, react_1.forwardRef)(function ArrowTopRightOnSquareIconOutline(_a, ref) {
|
|
198
219
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
199
|
-
return (0, jsx_runtime_1.jsx)(ArrowTopRightOnSquareIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
220
|
+
return (0, jsx_runtime_1.jsx)(ArrowTopRightOnSquareIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
200
221
|
});
|
|
201
222
|
const ArrowTrendingDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowTrendingDownIcon"));
|
|
202
223
|
exports.ArrowTrendingDownIconOutline = (0, react_1.forwardRef)(function ArrowTrendingDownIconOutline(_a, ref) {
|
|
203
224
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
204
|
-
return (0, jsx_runtime_1.jsx)(ArrowTrendingDownIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
225
|
+
return (0, jsx_runtime_1.jsx)(ArrowTrendingDownIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
205
226
|
});
|
|
206
227
|
const ArrowTrendingUpIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowTrendingUpIcon"));
|
|
207
228
|
exports.ArrowTrendingUpIconOutline = (0, react_1.forwardRef)(function ArrowTrendingUpIconOutline(_a, ref) {
|
|
208
229
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
209
|
-
return (0, jsx_runtime_1.jsx)(ArrowTrendingUpIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
230
|
+
return (0, jsx_runtime_1.jsx)(ArrowTrendingUpIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
231
|
+
});
|
|
232
|
+
const ArrowTurnDownLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowTurnDownLeftIcon"));
|
|
233
|
+
exports.ArrowTurnDownLeftIconOutline = (0, react_1.forwardRef)(function ArrowTurnDownLeftIconOutline(_a, ref) {
|
|
234
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
235
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnDownLeftIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
236
|
+
});
|
|
237
|
+
const ArrowTurnDownRightIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowTurnDownRightIcon"));
|
|
238
|
+
exports.ArrowTurnDownRightIconOutline = (0, react_1.forwardRef)(function ArrowTurnDownRightIconOutline(_a, ref) {
|
|
239
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
240
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnDownRightIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
241
|
+
});
|
|
242
|
+
const ArrowTurnLeftDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowTurnLeftDownIcon"));
|
|
243
|
+
exports.ArrowTurnLeftDownIconOutline = (0, react_1.forwardRef)(function ArrowTurnLeftDownIconOutline(_a, ref) {
|
|
244
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
245
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnLeftDownIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
246
|
+
});
|
|
247
|
+
const ArrowTurnLeftUpIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowTurnLeftUpIcon"));
|
|
248
|
+
exports.ArrowTurnLeftUpIconOutline = (0, react_1.forwardRef)(function ArrowTurnLeftUpIconOutline(_a, ref) {
|
|
249
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
250
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnLeftUpIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
251
|
+
});
|
|
252
|
+
const ArrowTurnRightDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowTurnRightDownIcon"));
|
|
253
|
+
exports.ArrowTurnRightDownIconOutline = (0, react_1.forwardRef)(function ArrowTurnRightDownIconOutline(_a, ref) {
|
|
254
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
255
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnRightDownIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
256
|
+
});
|
|
257
|
+
const ArrowTurnRightUpIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowTurnRightUpIcon"));
|
|
258
|
+
exports.ArrowTurnRightUpIconOutline = (0, react_1.forwardRef)(function ArrowTurnRightUpIconOutline(_a, ref) {
|
|
259
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
260
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnRightUpIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
261
|
+
});
|
|
262
|
+
const ArrowTurnUpLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowTurnUpLeftIcon"));
|
|
263
|
+
exports.ArrowTurnUpLeftIconOutline = (0, react_1.forwardRef)(function ArrowTurnUpLeftIconOutline(_a, ref) {
|
|
264
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
265
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnUpLeftIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
266
|
+
});
|
|
267
|
+
const ArrowTurnUpRightIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowTurnUpRightIcon"));
|
|
268
|
+
exports.ArrowTurnUpRightIconOutline = (0, react_1.forwardRef)(function ArrowTurnUpRightIconOutline(_a, ref) {
|
|
269
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
270
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnUpRightIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
210
271
|
});
|
|
211
272
|
const ArrowUpCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowUpCircleIcon"));
|
|
212
273
|
exports.ArrowUpCircleIconOutline = (0, react_1.forwardRef)(function ArrowUpCircleIconOutline(_a, ref) {
|
|
213
274
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
214
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpCircleIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
275
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpCircleIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
215
276
|
});
|
|
216
277
|
const ArrowUpLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowUpLeftIcon"));
|
|
217
278
|
exports.ArrowUpLeftIconOutline = (0, react_1.forwardRef)(function ArrowUpLeftIconOutline(_a, ref) {
|
|
218
279
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
219
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpLeftIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
280
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpLeftIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
220
281
|
});
|
|
221
282
|
const ArrowUpOnSquareStackIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowUpOnSquareStackIcon"));
|
|
222
283
|
exports.ArrowUpOnSquareStackIconOutline = (0, react_1.forwardRef)(function ArrowUpOnSquareStackIconOutline(_a, ref) {
|
|
223
284
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
224
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpOnSquareStackIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
285
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpOnSquareStackIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
225
286
|
});
|
|
226
287
|
const ArrowUpOnSquareIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowUpOnSquareIcon"));
|
|
227
288
|
exports.ArrowUpOnSquareIconOutline = (0, react_1.forwardRef)(function ArrowUpOnSquareIconOutline(_a, ref) {
|
|
228
289
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
229
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpOnSquareIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
290
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpOnSquareIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
230
291
|
});
|
|
231
292
|
const ArrowUpRightIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowUpRightIcon"));
|
|
232
293
|
exports.ArrowUpRightIconOutline = (0, react_1.forwardRef)(function ArrowUpRightIconOutline(_a, ref) {
|
|
233
294
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
234
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpRightIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
295
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpRightIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
235
296
|
});
|
|
236
297
|
const ArrowUpTrayIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowUpTrayIcon"));
|
|
237
298
|
exports.ArrowUpTrayIconOutline = (0, react_1.forwardRef)(function ArrowUpTrayIconOutline(_a, ref) {
|
|
238
299
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
239
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpTrayIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
300
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpTrayIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
240
301
|
});
|
|
241
302
|
const ArrowUpIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowUpIcon"));
|
|
242
303
|
exports.ArrowUpIconOutline = (0, react_1.forwardRef)(function ArrowUpIconOutline(_a, ref) {
|
|
243
304
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
244
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
305
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
245
306
|
});
|
|
246
307
|
const ArrowUturnDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowUturnDownIcon"));
|
|
247
308
|
exports.ArrowUturnDownIconOutline = (0, react_1.forwardRef)(function ArrowUturnDownIconOutline(_a, ref) {
|
|
248
309
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
249
|
-
return (0, jsx_runtime_1.jsx)(ArrowUturnDownIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
310
|
+
return (0, jsx_runtime_1.jsx)(ArrowUturnDownIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
250
311
|
});
|
|
251
312
|
const ArrowUturnLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowUturnLeftIcon"));
|
|
252
313
|
exports.ArrowUturnLeftIconOutline = (0, react_1.forwardRef)(function ArrowUturnLeftIconOutline(_a, ref) {
|
|
253
314
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
254
|
-
return (0, jsx_runtime_1.jsx)(ArrowUturnLeftIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
315
|
+
return (0, jsx_runtime_1.jsx)(ArrowUturnLeftIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
255
316
|
});
|
|
256
317
|
const ArrowUturnRightIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowUturnRightIcon"));
|
|
257
318
|
exports.ArrowUturnRightIconOutline = (0, react_1.forwardRef)(function ArrowUturnRightIconOutline(_a, ref) {
|
|
258
319
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
259
|
-
return (0, jsx_runtime_1.jsx)(ArrowUturnRightIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
320
|
+
return (0, jsx_runtime_1.jsx)(ArrowUturnRightIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
260
321
|
});
|
|
261
322
|
const ArrowUturnUpIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowUturnUpIcon"));
|
|
262
323
|
exports.ArrowUturnUpIconOutline = (0, react_1.forwardRef)(function ArrowUturnUpIconOutline(_a, ref) {
|
|
263
324
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
264
|
-
return (0, jsx_runtime_1.jsx)(ArrowUturnUpIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
325
|
+
return (0, jsx_runtime_1.jsx)(ArrowUturnUpIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
265
326
|
});
|
|
266
327
|
const ArrowsPointingInIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowsPointingInIcon"));
|
|
267
328
|
exports.ArrowsPointingInIconOutline = (0, react_1.forwardRef)(function ArrowsPointingInIconOutline(_a, ref) {
|
|
268
329
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
269
|
-
return (0, jsx_runtime_1.jsx)(ArrowsPointingInIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
330
|
+
return (0, jsx_runtime_1.jsx)(ArrowsPointingInIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
270
331
|
});
|
|
271
332
|
const ArrowsPointingOutIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowsPointingOutIcon"));
|
|
272
333
|
exports.ArrowsPointingOutIconOutline = (0, react_1.forwardRef)(function ArrowsPointingOutIconOutline(_a, ref) {
|
|
273
334
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
274
|
-
return (0, jsx_runtime_1.jsx)(ArrowsPointingOutIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
335
|
+
return (0, jsx_runtime_1.jsx)(ArrowsPointingOutIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
275
336
|
});
|
|
276
337
|
const ArrowsRightLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowsRightLeftIcon"));
|
|
277
338
|
exports.ArrowsRightLeftIconOutline = (0, react_1.forwardRef)(function ArrowsRightLeftIconOutline(_a, ref) {
|
|
278
339
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
279
|
-
return (0, jsx_runtime_1.jsx)(ArrowsRightLeftIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
340
|
+
return (0, jsx_runtime_1.jsx)(ArrowsRightLeftIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
280
341
|
});
|
|
281
342
|
const ArrowsUpDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowsUpDownIcon"));
|
|
282
343
|
exports.ArrowsUpDownIconOutline = (0, react_1.forwardRef)(function ArrowsUpDownIconOutline(_a, ref) {
|
|
283
344
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
284
|
-
return (0, jsx_runtime_1.jsx)(ArrowsUpDownIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
345
|
+
return (0, jsx_runtime_1.jsx)(ArrowsUpDownIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
285
346
|
});
|
|
286
347
|
const AtSymbolIcon_1 = __importDefault(require("@heroicons/react/24/outline/AtSymbolIcon"));
|
|
287
348
|
exports.AtSymbolIconOutline = (0, react_1.forwardRef)(function AtSymbolIconOutline(_a, ref) {
|
|
288
349
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
289
|
-
return (0, jsx_runtime_1.jsx)(AtSymbolIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
350
|
+
return (0, jsx_runtime_1.jsx)(AtSymbolIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
290
351
|
});
|
|
291
352
|
const BackspaceIcon_1 = __importDefault(require("@heroicons/react/24/outline/BackspaceIcon"));
|
|
292
353
|
exports.BackspaceIconOutline = (0, react_1.forwardRef)(function BackspaceIconOutline(_a, ref) {
|
|
293
354
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
294
|
-
return (0, jsx_runtime_1.jsx)(BackspaceIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
355
|
+
return (0, jsx_runtime_1.jsx)(BackspaceIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
295
356
|
});
|
|
296
357
|
const BackwardIcon_1 = __importDefault(require("@heroicons/react/24/outline/BackwardIcon"));
|
|
297
358
|
exports.BackwardIconOutline = (0, react_1.forwardRef)(function BackwardIconOutline(_a, ref) {
|
|
298
359
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
299
|
-
return (0, jsx_runtime_1.jsx)(BackwardIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
360
|
+
return (0, jsx_runtime_1.jsx)(BackwardIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
300
361
|
});
|
|
301
362
|
const BanknotesIcon_1 = __importDefault(require("@heroicons/react/24/outline/BanknotesIcon"));
|
|
302
363
|
exports.BanknotesIconOutline = (0, react_1.forwardRef)(function BanknotesIconOutline(_a, ref) {
|
|
303
364
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
304
|
-
return (0, jsx_runtime_1.jsx)(BanknotesIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
365
|
+
return (0, jsx_runtime_1.jsx)(BanknotesIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
305
366
|
});
|
|
306
367
|
const Bars2Icon_1 = __importDefault(require("@heroicons/react/24/outline/Bars2Icon"));
|
|
307
368
|
exports.Bars2IconOutline = (0, react_1.forwardRef)(function Bars2IconOutline(_a, ref) {
|
|
308
369
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
309
|
-
return (0, jsx_runtime_1.jsx)(Bars2Icon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
370
|
+
return (0, jsx_runtime_1.jsx)(Bars2Icon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
310
371
|
});
|
|
311
372
|
const Bars3BottomLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/Bars3BottomLeftIcon"));
|
|
312
373
|
exports.Bars3BottomLeftIconOutline = (0, react_1.forwardRef)(function Bars3BottomLeftIconOutline(_a, ref) {
|
|
313
374
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
314
|
-
return (0, jsx_runtime_1.jsx)(Bars3BottomLeftIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
375
|
+
return (0, jsx_runtime_1.jsx)(Bars3BottomLeftIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
315
376
|
});
|
|
316
377
|
const Bars3BottomRightIcon_1 = __importDefault(require("@heroicons/react/24/outline/Bars3BottomRightIcon"));
|
|
317
378
|
exports.Bars3BottomRightIconOutline = (0, react_1.forwardRef)(function Bars3BottomRightIconOutline(_a, ref) {
|
|
318
379
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
319
|
-
return (0, jsx_runtime_1.jsx)(Bars3BottomRightIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
380
|
+
return (0, jsx_runtime_1.jsx)(Bars3BottomRightIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
320
381
|
});
|
|
321
382
|
const Bars3CenterLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/Bars3CenterLeftIcon"));
|
|
322
383
|
exports.Bars3CenterLeftIconOutline = (0, react_1.forwardRef)(function Bars3CenterLeftIconOutline(_a, ref) {
|
|
323
384
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
324
|
-
return (0, jsx_runtime_1.jsx)(Bars3CenterLeftIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
385
|
+
return (0, jsx_runtime_1.jsx)(Bars3CenterLeftIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
325
386
|
});
|
|
326
387
|
const Bars3Icon_1 = __importDefault(require("@heroicons/react/24/outline/Bars3Icon"));
|
|
327
388
|
exports.Bars3IconOutline = (0, react_1.forwardRef)(function Bars3IconOutline(_a, ref) {
|
|
328
389
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
329
|
-
return (0, jsx_runtime_1.jsx)(Bars3Icon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
390
|
+
return (0, jsx_runtime_1.jsx)(Bars3Icon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
330
391
|
});
|
|
331
392
|
const Bars4Icon_1 = __importDefault(require("@heroicons/react/24/outline/Bars4Icon"));
|
|
332
393
|
exports.Bars4IconOutline = (0, react_1.forwardRef)(function Bars4IconOutline(_a, ref) {
|
|
333
394
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
334
|
-
return (0, jsx_runtime_1.jsx)(Bars4Icon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
395
|
+
return (0, jsx_runtime_1.jsx)(Bars4Icon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
335
396
|
});
|
|
336
397
|
const BarsArrowDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/BarsArrowDownIcon"));
|
|
337
398
|
exports.BarsArrowDownIconOutline = (0, react_1.forwardRef)(function BarsArrowDownIconOutline(_a, ref) {
|
|
338
399
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
339
|
-
return (0, jsx_runtime_1.jsx)(BarsArrowDownIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
400
|
+
return (0, jsx_runtime_1.jsx)(BarsArrowDownIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
340
401
|
});
|
|
341
402
|
const BarsArrowUpIcon_1 = __importDefault(require("@heroicons/react/24/outline/BarsArrowUpIcon"));
|
|
342
403
|
exports.BarsArrowUpIconOutline = (0, react_1.forwardRef)(function BarsArrowUpIconOutline(_a, ref) {
|
|
343
404
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
344
|
-
return (0, jsx_runtime_1.jsx)(BarsArrowUpIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
405
|
+
return (0, jsx_runtime_1.jsx)(BarsArrowUpIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
345
406
|
});
|
|
346
407
|
const Battery0Icon_1 = __importDefault(require("@heroicons/react/24/outline/Battery0Icon"));
|
|
347
408
|
exports.Battery0IconOutline = (0, react_1.forwardRef)(function Battery0IconOutline(_a, ref) {
|
|
348
409
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
349
|
-
return (0, jsx_runtime_1.jsx)(Battery0Icon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
410
|
+
return (0, jsx_runtime_1.jsx)(Battery0Icon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
350
411
|
});
|
|
351
412
|
const Battery100Icon_1 = __importDefault(require("@heroicons/react/24/outline/Battery100Icon"));
|
|
352
413
|
exports.Battery100IconOutline = (0, react_1.forwardRef)(function Battery100IconOutline(_a, ref) {
|
|
353
414
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
354
|
-
return (0, jsx_runtime_1.jsx)(Battery100Icon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
415
|
+
return (0, jsx_runtime_1.jsx)(Battery100Icon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
355
416
|
});
|
|
356
417
|
const Battery50Icon_1 = __importDefault(require("@heroicons/react/24/outline/Battery50Icon"));
|
|
357
418
|
exports.Battery50IconOutline = (0, react_1.forwardRef)(function Battery50IconOutline(_a, ref) {
|
|
358
419
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
359
|
-
return (0, jsx_runtime_1.jsx)(Battery50Icon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
420
|
+
return (0, jsx_runtime_1.jsx)(Battery50Icon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
360
421
|
});
|
|
361
422
|
const BeakerIcon_1 = __importDefault(require("@heroicons/react/24/outline/BeakerIcon"));
|
|
362
423
|
exports.BeakerIconOutline = (0, react_1.forwardRef)(function BeakerIconOutline(_a, ref) {
|
|
363
424
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
364
|
-
return (0, jsx_runtime_1.jsx)(BeakerIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
425
|
+
return (0, jsx_runtime_1.jsx)(BeakerIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
365
426
|
});
|
|
366
427
|
const BellAlertIcon_1 = __importDefault(require("@heroicons/react/24/outline/BellAlertIcon"));
|
|
367
428
|
exports.BellAlertIconOutline = (0, react_1.forwardRef)(function BellAlertIconOutline(_a, ref) {
|
|
368
429
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
369
|
-
return (0, jsx_runtime_1.jsx)(BellAlertIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
430
|
+
return (0, jsx_runtime_1.jsx)(BellAlertIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
370
431
|
});
|
|
371
432
|
const BellSlashIcon_1 = __importDefault(require("@heroicons/react/24/outline/BellSlashIcon"));
|
|
372
433
|
exports.BellSlashIconOutline = (0, react_1.forwardRef)(function BellSlashIconOutline(_a, ref) {
|
|
373
434
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
374
|
-
return (0, jsx_runtime_1.jsx)(BellSlashIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
435
|
+
return (0, jsx_runtime_1.jsx)(BellSlashIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
375
436
|
});
|
|
376
437
|
const BellSnoozeIcon_1 = __importDefault(require("@heroicons/react/24/outline/BellSnoozeIcon"));
|
|
377
438
|
exports.BellSnoozeIconOutline = (0, react_1.forwardRef)(function BellSnoozeIconOutline(_a, ref) {
|
|
378
439
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
379
|
-
return (0, jsx_runtime_1.jsx)(BellSnoozeIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
440
|
+
return (0, jsx_runtime_1.jsx)(BellSnoozeIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
380
441
|
});
|
|
381
442
|
const BellIcon_1 = __importDefault(require("@heroicons/react/24/outline/BellIcon"));
|
|
382
443
|
exports.BellIconOutline = (0, react_1.forwardRef)(function BellIconOutline(_a, ref) {
|
|
383
444
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
384
|
-
return (0, jsx_runtime_1.jsx)(BellIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
445
|
+
return (0, jsx_runtime_1.jsx)(BellIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
446
|
+
});
|
|
447
|
+
const BoldIcon_1 = __importDefault(require("@heroicons/react/24/outline/BoldIcon"));
|
|
448
|
+
exports.BoldIconOutline = (0, react_1.forwardRef)(function BoldIconOutline(_a, ref) {
|
|
449
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
450
|
+
return (0, jsx_runtime_1.jsx)(BoldIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
385
451
|
});
|
|
386
452
|
const BoltSlashIcon_1 = __importDefault(require("@heroicons/react/24/outline/BoltSlashIcon"));
|
|
387
453
|
exports.BoltSlashIconOutline = (0, react_1.forwardRef)(function BoltSlashIconOutline(_a, ref) {
|
|
388
454
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
389
|
-
return (0, jsx_runtime_1.jsx)(BoltSlashIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
455
|
+
return (0, jsx_runtime_1.jsx)(BoltSlashIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
390
456
|
});
|
|
391
457
|
const BoltIcon_1 = __importDefault(require("@heroicons/react/24/outline/BoltIcon"));
|
|
392
458
|
exports.BoltIconOutline = (0, react_1.forwardRef)(function BoltIconOutline(_a, ref) {
|
|
393
459
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
394
|
-
return (0, jsx_runtime_1.jsx)(BoltIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
460
|
+
return (0, jsx_runtime_1.jsx)(BoltIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
395
461
|
});
|
|
396
462
|
const BookOpenIcon_1 = __importDefault(require("@heroicons/react/24/outline/BookOpenIcon"));
|
|
397
463
|
exports.BookOpenIconOutline = (0, react_1.forwardRef)(function BookOpenIconOutline(_a, ref) {
|
|
398
464
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
399
|
-
return (0, jsx_runtime_1.jsx)(BookOpenIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
465
|
+
return (0, jsx_runtime_1.jsx)(BookOpenIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
400
466
|
});
|
|
401
467
|
const BookmarkSlashIcon_1 = __importDefault(require("@heroicons/react/24/outline/BookmarkSlashIcon"));
|
|
402
468
|
exports.BookmarkSlashIconOutline = (0, react_1.forwardRef)(function BookmarkSlashIconOutline(_a, ref) {
|
|
403
469
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
404
|
-
return (0, jsx_runtime_1.jsx)(BookmarkSlashIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
470
|
+
return (0, jsx_runtime_1.jsx)(BookmarkSlashIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
405
471
|
});
|
|
406
472
|
const BookmarkSquareIcon_1 = __importDefault(require("@heroicons/react/24/outline/BookmarkSquareIcon"));
|
|
407
473
|
exports.BookmarkSquareIconOutline = (0, react_1.forwardRef)(function BookmarkSquareIconOutline(_a, ref) {
|
|
408
474
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
409
|
-
return (0, jsx_runtime_1.jsx)(BookmarkSquareIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
475
|
+
return (0, jsx_runtime_1.jsx)(BookmarkSquareIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
410
476
|
});
|
|
411
477
|
const BookmarkIcon_1 = __importDefault(require("@heroicons/react/24/outline/BookmarkIcon"));
|
|
412
478
|
exports.BookmarkIconOutline = (0, react_1.forwardRef)(function BookmarkIconOutline(_a, ref) {
|
|
413
479
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
414
|
-
return (0, jsx_runtime_1.jsx)(BookmarkIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
480
|
+
return (0, jsx_runtime_1.jsx)(BookmarkIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
415
481
|
});
|
|
416
482
|
const BriefcaseIcon_1 = __importDefault(require("@heroicons/react/24/outline/BriefcaseIcon"));
|
|
417
483
|
exports.BriefcaseIconOutline = (0, react_1.forwardRef)(function BriefcaseIconOutline(_a, ref) {
|
|
418
484
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
419
|
-
return (0, jsx_runtime_1.jsx)(BriefcaseIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
485
|
+
return (0, jsx_runtime_1.jsx)(BriefcaseIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
420
486
|
});
|
|
421
487
|
const BugAntIcon_1 = __importDefault(require("@heroicons/react/24/outline/BugAntIcon"));
|
|
422
488
|
exports.BugAntIconOutline = (0, react_1.forwardRef)(function BugAntIconOutline(_a, ref) {
|
|
423
489
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
424
|
-
return (0, jsx_runtime_1.jsx)(BugAntIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
490
|
+
return (0, jsx_runtime_1.jsx)(BugAntIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
425
491
|
});
|
|
426
492
|
const BuildingLibraryIcon_1 = __importDefault(require("@heroicons/react/24/outline/BuildingLibraryIcon"));
|
|
427
493
|
exports.BuildingLibraryIconOutline = (0, react_1.forwardRef)(function BuildingLibraryIconOutline(_a, ref) {
|
|
428
494
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
429
|
-
return (0, jsx_runtime_1.jsx)(BuildingLibraryIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
495
|
+
return (0, jsx_runtime_1.jsx)(BuildingLibraryIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
430
496
|
});
|
|
431
497
|
const BuildingOffice2Icon_1 = __importDefault(require("@heroicons/react/24/outline/BuildingOffice2Icon"));
|
|
432
498
|
exports.BuildingOffice2IconOutline = (0, react_1.forwardRef)(function BuildingOffice2IconOutline(_a, ref) {
|
|
433
499
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
434
|
-
return (0, jsx_runtime_1.jsx)(BuildingOffice2Icon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
500
|
+
return (0, jsx_runtime_1.jsx)(BuildingOffice2Icon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
435
501
|
});
|
|
436
502
|
const BuildingOfficeIcon_1 = __importDefault(require("@heroicons/react/24/outline/BuildingOfficeIcon"));
|
|
437
503
|
exports.BuildingOfficeIconOutline = (0, react_1.forwardRef)(function BuildingOfficeIconOutline(_a, ref) {
|
|
438
504
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
439
|
-
return (0, jsx_runtime_1.jsx)(BuildingOfficeIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
505
|
+
return (0, jsx_runtime_1.jsx)(BuildingOfficeIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
440
506
|
});
|
|
441
507
|
const BuildingStorefrontIcon_1 = __importDefault(require("@heroicons/react/24/outline/BuildingStorefrontIcon"));
|
|
442
508
|
exports.BuildingStorefrontIconOutline = (0, react_1.forwardRef)(function BuildingStorefrontIconOutline(_a, ref) {
|
|
443
509
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
444
|
-
return (0, jsx_runtime_1.jsx)(BuildingStorefrontIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
510
|
+
return (0, jsx_runtime_1.jsx)(BuildingStorefrontIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
445
511
|
});
|
|
446
512
|
const CakeIcon_1 = __importDefault(require("@heroicons/react/24/outline/CakeIcon"));
|
|
447
513
|
exports.CakeIconOutline = (0, react_1.forwardRef)(function CakeIconOutline(_a, ref) {
|
|
448
514
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
449
|
-
return (0, jsx_runtime_1.jsx)(CakeIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
515
|
+
return (0, jsx_runtime_1.jsx)(CakeIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
450
516
|
});
|
|
451
517
|
const CalculatorIcon_1 = __importDefault(require("@heroicons/react/24/outline/CalculatorIcon"));
|
|
452
518
|
exports.CalculatorIconOutline = (0, react_1.forwardRef)(function CalculatorIconOutline(_a, ref) {
|
|
453
519
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
454
|
-
return (0, jsx_runtime_1.jsx)(CalculatorIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
520
|
+
return (0, jsx_runtime_1.jsx)(CalculatorIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
521
|
+
});
|
|
522
|
+
const CalendarDateRangeIcon_1 = __importDefault(require("@heroicons/react/24/outline/CalendarDateRangeIcon"));
|
|
523
|
+
exports.CalendarDateRangeIconOutline = (0, react_1.forwardRef)(function CalendarDateRangeIconOutline(_a, ref) {
|
|
524
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
525
|
+
return (0, jsx_runtime_1.jsx)(CalendarDateRangeIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
455
526
|
});
|
|
456
527
|
const CalendarDaysIcon_1 = __importDefault(require("@heroicons/react/24/outline/CalendarDaysIcon"));
|
|
457
528
|
exports.CalendarDaysIconOutline = (0, react_1.forwardRef)(function CalendarDaysIconOutline(_a, ref) {
|
|
458
529
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
459
|
-
return (0, jsx_runtime_1.jsx)(CalendarDaysIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
530
|
+
return (0, jsx_runtime_1.jsx)(CalendarDaysIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
460
531
|
});
|
|
461
532
|
const CalendarIcon_1 = __importDefault(require("@heroicons/react/24/outline/CalendarIcon"));
|
|
462
533
|
exports.CalendarIconOutline = (0, react_1.forwardRef)(function CalendarIconOutline(_a, ref) {
|
|
463
534
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
464
|
-
return (0, jsx_runtime_1.jsx)(CalendarIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
535
|
+
return (0, jsx_runtime_1.jsx)(CalendarIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
465
536
|
});
|
|
466
537
|
const CameraIcon_1 = __importDefault(require("@heroicons/react/24/outline/CameraIcon"));
|
|
467
538
|
exports.CameraIconOutline = (0, react_1.forwardRef)(function CameraIconOutline(_a, ref) {
|
|
468
539
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
469
|
-
return (0, jsx_runtime_1.jsx)(CameraIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
540
|
+
return (0, jsx_runtime_1.jsx)(CameraIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
470
541
|
});
|
|
471
542
|
const ChartBarSquareIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChartBarSquareIcon"));
|
|
472
543
|
exports.ChartBarSquareIconOutline = (0, react_1.forwardRef)(function ChartBarSquareIconOutline(_a, ref) {
|
|
473
544
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
474
|
-
return (0, jsx_runtime_1.jsx)(ChartBarSquareIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
545
|
+
return (0, jsx_runtime_1.jsx)(ChartBarSquareIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
475
546
|
});
|
|
476
547
|
const ChartBarIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChartBarIcon"));
|
|
477
548
|
exports.ChartBarIconOutline = (0, react_1.forwardRef)(function ChartBarIconOutline(_a, ref) {
|
|
478
549
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
479
|
-
return (0, jsx_runtime_1.jsx)(ChartBarIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
550
|
+
return (0, jsx_runtime_1.jsx)(ChartBarIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
480
551
|
});
|
|
481
552
|
const ChartPieIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChartPieIcon"));
|
|
482
553
|
exports.ChartPieIconOutline = (0, react_1.forwardRef)(function ChartPieIconOutline(_a, ref) {
|
|
483
554
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
484
|
-
return (0, jsx_runtime_1.jsx)(ChartPieIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
555
|
+
return (0, jsx_runtime_1.jsx)(ChartPieIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
485
556
|
});
|
|
486
557
|
const ChatBubbleBottomCenterTextIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChatBubbleBottomCenterTextIcon"));
|
|
487
558
|
exports.ChatBubbleBottomCenterTextIconOutline = (0, react_1.forwardRef)(function ChatBubbleBottomCenterTextIconOutline(_a, ref) {
|
|
488
559
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
489
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleBottomCenterTextIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
560
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleBottomCenterTextIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
490
561
|
});
|
|
491
562
|
const ChatBubbleBottomCenterIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChatBubbleBottomCenterIcon"));
|
|
492
563
|
exports.ChatBubbleBottomCenterIconOutline = (0, react_1.forwardRef)(function ChatBubbleBottomCenterIconOutline(_a, ref) {
|
|
493
564
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
494
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleBottomCenterIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
565
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleBottomCenterIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
495
566
|
});
|
|
496
567
|
const ChatBubbleLeftEllipsisIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChatBubbleLeftEllipsisIcon"));
|
|
497
568
|
exports.ChatBubbleLeftEllipsisIconOutline = (0, react_1.forwardRef)(function ChatBubbleLeftEllipsisIconOutline(_a, ref) {
|
|
498
569
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
499
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleLeftEllipsisIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
570
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleLeftEllipsisIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
500
571
|
});
|
|
501
572
|
const ChatBubbleLeftRightIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChatBubbleLeftRightIcon"));
|
|
502
573
|
exports.ChatBubbleLeftRightIconOutline = (0, react_1.forwardRef)(function ChatBubbleLeftRightIconOutline(_a, ref) {
|
|
503
574
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
504
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleLeftRightIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
575
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleLeftRightIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
505
576
|
});
|
|
506
577
|
const ChatBubbleLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChatBubbleLeftIcon"));
|
|
507
578
|
exports.ChatBubbleLeftIconOutline = (0, react_1.forwardRef)(function ChatBubbleLeftIconOutline(_a, ref) {
|
|
508
579
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
509
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleLeftIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
580
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleLeftIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
510
581
|
});
|
|
511
582
|
const ChatBubbleOvalLeftEllipsisIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChatBubbleOvalLeftEllipsisIcon"));
|
|
512
583
|
exports.ChatBubbleOvalLeftEllipsisIconOutline = (0, react_1.forwardRef)(function ChatBubbleOvalLeftEllipsisIconOutline(_a, ref) {
|
|
513
584
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
514
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleOvalLeftEllipsisIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
585
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleOvalLeftEllipsisIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
515
586
|
});
|
|
516
587
|
const ChatBubbleOvalLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChatBubbleOvalLeftIcon"));
|
|
517
588
|
exports.ChatBubbleOvalLeftIconOutline = (0, react_1.forwardRef)(function ChatBubbleOvalLeftIconOutline(_a, ref) {
|
|
518
589
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
519
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleOvalLeftIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
590
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleOvalLeftIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
520
591
|
});
|
|
521
592
|
const CheckBadgeIcon_1 = __importDefault(require("@heroicons/react/24/outline/CheckBadgeIcon"));
|
|
522
593
|
exports.CheckBadgeIconOutline = (0, react_1.forwardRef)(function CheckBadgeIconOutline(_a, ref) {
|
|
523
594
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
524
|
-
return (0, jsx_runtime_1.jsx)(CheckBadgeIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
595
|
+
return (0, jsx_runtime_1.jsx)(CheckBadgeIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
525
596
|
});
|
|
526
597
|
const CheckCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/CheckCircleIcon"));
|
|
527
598
|
exports.CheckCircleIconOutline = (0, react_1.forwardRef)(function CheckCircleIconOutline(_a, ref) {
|
|
528
599
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
529
|
-
return (0, jsx_runtime_1.jsx)(CheckCircleIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
600
|
+
return (0, jsx_runtime_1.jsx)(CheckCircleIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
530
601
|
});
|
|
531
602
|
const CheckIcon_1 = __importDefault(require("@heroicons/react/24/outline/CheckIcon"));
|
|
532
603
|
exports.CheckIconOutline = (0, react_1.forwardRef)(function CheckIconOutline(_a, ref) {
|
|
533
604
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
534
|
-
return (0, jsx_runtime_1.jsx)(CheckIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
605
|
+
return (0, jsx_runtime_1.jsx)(CheckIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
535
606
|
});
|
|
536
607
|
const ChevronDoubleDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChevronDoubleDownIcon"));
|
|
537
608
|
exports.ChevronDoubleDownIconOutline = (0, react_1.forwardRef)(function ChevronDoubleDownIconOutline(_a, ref) {
|
|
538
609
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
539
|
-
return (0, jsx_runtime_1.jsx)(ChevronDoubleDownIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
610
|
+
return (0, jsx_runtime_1.jsx)(ChevronDoubleDownIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
540
611
|
});
|
|
541
612
|
const ChevronDoubleLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChevronDoubleLeftIcon"));
|
|
542
613
|
exports.ChevronDoubleLeftIconOutline = (0, react_1.forwardRef)(function ChevronDoubleLeftIconOutline(_a, ref) {
|
|
543
614
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
544
|
-
return (0, jsx_runtime_1.jsx)(ChevronDoubleLeftIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
615
|
+
return (0, jsx_runtime_1.jsx)(ChevronDoubleLeftIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
545
616
|
});
|
|
546
617
|
const ChevronDoubleRightIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChevronDoubleRightIcon"));
|
|
547
618
|
exports.ChevronDoubleRightIconOutline = (0, react_1.forwardRef)(function ChevronDoubleRightIconOutline(_a, ref) {
|
|
548
619
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
549
|
-
return (0, jsx_runtime_1.jsx)(ChevronDoubleRightIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
620
|
+
return (0, jsx_runtime_1.jsx)(ChevronDoubleRightIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
550
621
|
});
|
|
551
622
|
const ChevronDoubleUpIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChevronDoubleUpIcon"));
|
|
552
623
|
exports.ChevronDoubleUpIconOutline = (0, react_1.forwardRef)(function ChevronDoubleUpIconOutline(_a, ref) {
|
|
553
624
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
554
|
-
return (0, jsx_runtime_1.jsx)(ChevronDoubleUpIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
625
|
+
return (0, jsx_runtime_1.jsx)(ChevronDoubleUpIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
555
626
|
});
|
|
556
627
|
const ChevronDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChevronDownIcon"));
|
|
557
628
|
exports.ChevronDownIconOutline = (0, react_1.forwardRef)(function ChevronDownIconOutline(_a, ref) {
|
|
558
629
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
559
|
-
return (0, jsx_runtime_1.jsx)(ChevronDownIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
630
|
+
return (0, jsx_runtime_1.jsx)(ChevronDownIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
560
631
|
});
|
|
561
632
|
const ChevronLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChevronLeftIcon"));
|
|
562
633
|
exports.ChevronLeftIconOutline = (0, react_1.forwardRef)(function ChevronLeftIconOutline(_a, ref) {
|
|
563
634
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
564
|
-
return (0, jsx_runtime_1.jsx)(ChevronLeftIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
635
|
+
return (0, jsx_runtime_1.jsx)(ChevronLeftIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
565
636
|
});
|
|
566
637
|
const ChevronRightIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChevronRightIcon"));
|
|
567
638
|
exports.ChevronRightIconOutline = (0, react_1.forwardRef)(function ChevronRightIconOutline(_a, ref) {
|
|
568
639
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
569
|
-
return (0, jsx_runtime_1.jsx)(ChevronRightIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
640
|
+
return (0, jsx_runtime_1.jsx)(ChevronRightIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
570
641
|
});
|
|
571
642
|
const ChevronUpDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChevronUpDownIcon"));
|
|
572
643
|
exports.ChevronUpDownIconOutline = (0, react_1.forwardRef)(function ChevronUpDownIconOutline(_a, ref) {
|
|
573
644
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
574
|
-
return (0, jsx_runtime_1.jsx)(ChevronUpDownIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
645
|
+
return (0, jsx_runtime_1.jsx)(ChevronUpDownIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
575
646
|
});
|
|
576
647
|
const ChevronUpIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChevronUpIcon"));
|
|
577
648
|
exports.ChevronUpIconOutline = (0, react_1.forwardRef)(function ChevronUpIconOutline(_a, ref) {
|
|
578
649
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
579
|
-
return (0, jsx_runtime_1.jsx)(ChevronUpIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
650
|
+
return (0, jsx_runtime_1.jsx)(ChevronUpIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
580
651
|
});
|
|
581
652
|
const CircleStackIcon_1 = __importDefault(require("@heroicons/react/24/outline/CircleStackIcon"));
|
|
582
653
|
exports.CircleStackIconOutline = (0, react_1.forwardRef)(function CircleStackIconOutline(_a, ref) {
|
|
583
654
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
584
|
-
return (0, jsx_runtime_1.jsx)(CircleStackIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
655
|
+
return (0, jsx_runtime_1.jsx)(CircleStackIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
585
656
|
});
|
|
586
657
|
const ClipboardDocumentCheckIcon_1 = __importDefault(require("@heroicons/react/24/outline/ClipboardDocumentCheckIcon"));
|
|
587
658
|
exports.ClipboardDocumentCheckIconOutline = (0, react_1.forwardRef)(function ClipboardDocumentCheckIconOutline(_a, ref) {
|
|
588
659
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
589
|
-
return (0, jsx_runtime_1.jsx)(ClipboardDocumentCheckIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
660
|
+
return (0, jsx_runtime_1.jsx)(ClipboardDocumentCheckIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
590
661
|
});
|
|
591
662
|
const ClipboardDocumentListIcon_1 = __importDefault(require("@heroicons/react/24/outline/ClipboardDocumentListIcon"));
|
|
592
663
|
exports.ClipboardDocumentListIconOutline = (0, react_1.forwardRef)(function ClipboardDocumentListIconOutline(_a, ref) {
|
|
593
664
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
594
|
-
return (0, jsx_runtime_1.jsx)(ClipboardDocumentListIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
665
|
+
return (0, jsx_runtime_1.jsx)(ClipboardDocumentListIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
595
666
|
});
|
|
596
667
|
const ClipboardDocumentIcon_1 = __importDefault(require("@heroicons/react/24/outline/ClipboardDocumentIcon"));
|
|
597
668
|
exports.ClipboardDocumentIconOutline = (0, react_1.forwardRef)(function ClipboardDocumentIconOutline(_a, ref) {
|
|
598
669
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
599
|
-
return (0, jsx_runtime_1.jsx)(ClipboardDocumentIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
670
|
+
return (0, jsx_runtime_1.jsx)(ClipboardDocumentIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
600
671
|
});
|
|
601
672
|
const ClipboardIcon_1 = __importDefault(require("@heroicons/react/24/outline/ClipboardIcon"));
|
|
602
673
|
exports.ClipboardIconOutline = (0, react_1.forwardRef)(function ClipboardIconOutline(_a, ref) {
|
|
603
674
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
604
|
-
return (0, jsx_runtime_1.jsx)(ClipboardIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
675
|
+
return (0, jsx_runtime_1.jsx)(ClipboardIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
605
676
|
});
|
|
606
677
|
const ClockIcon_1 = __importDefault(require("@heroicons/react/24/outline/ClockIcon"));
|
|
607
678
|
exports.ClockIconOutline = (0, react_1.forwardRef)(function ClockIconOutline(_a, ref) {
|
|
608
679
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
609
|
-
return (0, jsx_runtime_1.jsx)(ClockIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
680
|
+
return (0, jsx_runtime_1.jsx)(ClockIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
610
681
|
});
|
|
611
682
|
const CloudArrowDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/CloudArrowDownIcon"));
|
|
612
683
|
exports.CloudArrowDownIconOutline = (0, react_1.forwardRef)(function CloudArrowDownIconOutline(_a, ref) {
|
|
613
684
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
614
|
-
return (0, jsx_runtime_1.jsx)(CloudArrowDownIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
685
|
+
return (0, jsx_runtime_1.jsx)(CloudArrowDownIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
615
686
|
});
|
|
616
687
|
const CloudArrowUpIcon_1 = __importDefault(require("@heroicons/react/24/outline/CloudArrowUpIcon"));
|
|
617
688
|
exports.CloudArrowUpIconOutline = (0, react_1.forwardRef)(function CloudArrowUpIconOutline(_a, ref) {
|
|
618
689
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
619
|
-
return (0, jsx_runtime_1.jsx)(CloudArrowUpIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
690
|
+
return (0, jsx_runtime_1.jsx)(CloudArrowUpIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
620
691
|
});
|
|
621
692
|
const CloudIcon_1 = __importDefault(require("@heroicons/react/24/outline/CloudIcon"));
|
|
622
693
|
exports.CloudIconOutline = (0, react_1.forwardRef)(function CloudIconOutline(_a, ref) {
|
|
623
694
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
624
|
-
return (0, jsx_runtime_1.jsx)(CloudIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
695
|
+
return (0, jsx_runtime_1.jsx)(CloudIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
625
696
|
});
|
|
626
697
|
const CodeBracketSquareIcon_1 = __importDefault(require("@heroicons/react/24/outline/CodeBracketSquareIcon"));
|
|
627
698
|
exports.CodeBracketSquareIconOutline = (0, react_1.forwardRef)(function CodeBracketSquareIconOutline(_a, ref) {
|
|
628
699
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
629
|
-
return (0, jsx_runtime_1.jsx)(CodeBracketSquareIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
700
|
+
return (0, jsx_runtime_1.jsx)(CodeBracketSquareIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
630
701
|
});
|
|
631
702
|
const CodeBracketIcon_1 = __importDefault(require("@heroicons/react/24/outline/CodeBracketIcon"));
|
|
632
703
|
exports.CodeBracketIconOutline = (0, react_1.forwardRef)(function CodeBracketIconOutline(_a, ref) {
|
|
633
704
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
634
|
-
return (0, jsx_runtime_1.jsx)(CodeBracketIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
705
|
+
return (0, jsx_runtime_1.jsx)(CodeBracketIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
635
706
|
});
|
|
636
707
|
const Cog6ToothIcon_1 = __importDefault(require("@heroicons/react/24/outline/Cog6ToothIcon"));
|
|
637
708
|
exports.Cog6ToothIconOutline = (0, react_1.forwardRef)(function Cog6ToothIconOutline(_a, ref) {
|
|
638
709
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
639
|
-
return (0, jsx_runtime_1.jsx)(Cog6ToothIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
710
|
+
return (0, jsx_runtime_1.jsx)(Cog6ToothIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
640
711
|
});
|
|
641
712
|
const Cog8ToothIcon_1 = __importDefault(require("@heroicons/react/24/outline/Cog8ToothIcon"));
|
|
642
713
|
exports.Cog8ToothIconOutline = (0, react_1.forwardRef)(function Cog8ToothIconOutline(_a, ref) {
|
|
643
714
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
644
|
-
return (0, jsx_runtime_1.jsx)(Cog8ToothIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
715
|
+
return (0, jsx_runtime_1.jsx)(Cog8ToothIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
645
716
|
});
|
|
646
717
|
const CogIcon_1 = __importDefault(require("@heroicons/react/24/outline/CogIcon"));
|
|
647
718
|
exports.CogIconOutline = (0, react_1.forwardRef)(function CogIconOutline(_a, ref) {
|
|
648
719
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
649
|
-
return (0, jsx_runtime_1.jsx)(CogIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
720
|
+
return (0, jsx_runtime_1.jsx)(CogIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
650
721
|
});
|
|
651
722
|
const CommandLineIcon_1 = __importDefault(require("@heroicons/react/24/outline/CommandLineIcon"));
|
|
652
723
|
exports.CommandLineIconOutline = (0, react_1.forwardRef)(function CommandLineIconOutline(_a, ref) {
|
|
653
724
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
654
|
-
return (0, jsx_runtime_1.jsx)(CommandLineIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
725
|
+
return (0, jsx_runtime_1.jsx)(CommandLineIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
655
726
|
});
|
|
656
727
|
const ComputerDesktopIcon_1 = __importDefault(require("@heroicons/react/24/outline/ComputerDesktopIcon"));
|
|
657
728
|
exports.ComputerDesktopIconOutline = (0, react_1.forwardRef)(function ComputerDesktopIconOutline(_a, ref) {
|
|
658
729
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
659
|
-
return (0, jsx_runtime_1.jsx)(ComputerDesktopIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
730
|
+
return (0, jsx_runtime_1.jsx)(ComputerDesktopIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
660
731
|
});
|
|
661
732
|
const CpuChipIcon_1 = __importDefault(require("@heroicons/react/24/outline/CpuChipIcon"));
|
|
662
733
|
exports.CpuChipIconOutline = (0, react_1.forwardRef)(function CpuChipIconOutline(_a, ref) {
|
|
663
734
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
664
|
-
return (0, jsx_runtime_1.jsx)(CpuChipIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
735
|
+
return (0, jsx_runtime_1.jsx)(CpuChipIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
665
736
|
});
|
|
666
737
|
const CreditCardIcon_1 = __importDefault(require("@heroicons/react/24/outline/CreditCardIcon"));
|
|
667
738
|
exports.CreditCardIconOutline = (0, react_1.forwardRef)(function CreditCardIconOutline(_a, ref) {
|
|
668
739
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
669
|
-
return (0, jsx_runtime_1.jsx)(CreditCardIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
740
|
+
return (0, jsx_runtime_1.jsx)(CreditCardIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
670
741
|
});
|
|
671
742
|
const CubeTransparentIcon_1 = __importDefault(require("@heroicons/react/24/outline/CubeTransparentIcon"));
|
|
672
743
|
exports.CubeTransparentIconOutline = (0, react_1.forwardRef)(function CubeTransparentIconOutline(_a, ref) {
|
|
673
744
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
674
|
-
return (0, jsx_runtime_1.jsx)(CubeTransparentIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
745
|
+
return (0, jsx_runtime_1.jsx)(CubeTransparentIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
675
746
|
});
|
|
676
747
|
const CubeIcon_1 = __importDefault(require("@heroicons/react/24/outline/CubeIcon"));
|
|
677
748
|
exports.CubeIconOutline = (0, react_1.forwardRef)(function CubeIconOutline(_a, ref) {
|
|
678
749
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
679
|
-
return (0, jsx_runtime_1.jsx)(CubeIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
750
|
+
return (0, jsx_runtime_1.jsx)(CubeIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
680
751
|
});
|
|
681
752
|
const CurrencyBangladeshiIcon_1 = __importDefault(require("@heroicons/react/24/outline/CurrencyBangladeshiIcon"));
|
|
682
753
|
exports.CurrencyBangladeshiIconOutline = (0, react_1.forwardRef)(function CurrencyBangladeshiIconOutline(_a, ref) {
|
|
683
754
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
684
|
-
return (0, jsx_runtime_1.jsx)(CurrencyBangladeshiIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
755
|
+
return (0, jsx_runtime_1.jsx)(CurrencyBangladeshiIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
685
756
|
});
|
|
686
757
|
const CurrencyDollarIcon_1 = __importDefault(require("@heroicons/react/24/outline/CurrencyDollarIcon"));
|
|
687
758
|
exports.CurrencyDollarIconOutline = (0, react_1.forwardRef)(function CurrencyDollarIconOutline(_a, ref) {
|
|
688
759
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
689
|
-
return (0, jsx_runtime_1.jsx)(CurrencyDollarIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
760
|
+
return (0, jsx_runtime_1.jsx)(CurrencyDollarIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
690
761
|
});
|
|
691
762
|
const CurrencyEuroIcon_1 = __importDefault(require("@heroicons/react/24/outline/CurrencyEuroIcon"));
|
|
692
763
|
exports.CurrencyEuroIconOutline = (0, react_1.forwardRef)(function CurrencyEuroIconOutline(_a, ref) {
|
|
693
764
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
694
|
-
return (0, jsx_runtime_1.jsx)(CurrencyEuroIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
765
|
+
return (0, jsx_runtime_1.jsx)(CurrencyEuroIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
695
766
|
});
|
|
696
767
|
const CurrencyPoundIcon_1 = __importDefault(require("@heroicons/react/24/outline/CurrencyPoundIcon"));
|
|
697
768
|
exports.CurrencyPoundIconOutline = (0, react_1.forwardRef)(function CurrencyPoundIconOutline(_a, ref) {
|
|
698
769
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
699
|
-
return (0, jsx_runtime_1.jsx)(CurrencyPoundIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
770
|
+
return (0, jsx_runtime_1.jsx)(CurrencyPoundIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
700
771
|
});
|
|
701
772
|
const CurrencyRupeeIcon_1 = __importDefault(require("@heroicons/react/24/outline/CurrencyRupeeIcon"));
|
|
702
773
|
exports.CurrencyRupeeIconOutline = (0, react_1.forwardRef)(function CurrencyRupeeIconOutline(_a, ref) {
|
|
703
774
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
704
|
-
return (0, jsx_runtime_1.jsx)(CurrencyRupeeIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
775
|
+
return (0, jsx_runtime_1.jsx)(CurrencyRupeeIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
705
776
|
});
|
|
706
777
|
const CurrencyYenIcon_1 = __importDefault(require("@heroicons/react/24/outline/CurrencyYenIcon"));
|
|
707
778
|
exports.CurrencyYenIconOutline = (0, react_1.forwardRef)(function CurrencyYenIconOutline(_a, ref) {
|
|
708
779
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
709
|
-
return (0, jsx_runtime_1.jsx)(CurrencyYenIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
780
|
+
return (0, jsx_runtime_1.jsx)(CurrencyYenIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
710
781
|
});
|
|
711
782
|
const CursorArrowRaysIcon_1 = __importDefault(require("@heroicons/react/24/outline/CursorArrowRaysIcon"));
|
|
712
783
|
exports.CursorArrowRaysIconOutline = (0, react_1.forwardRef)(function CursorArrowRaysIconOutline(_a, ref) {
|
|
713
784
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
714
|
-
return (0, jsx_runtime_1.jsx)(CursorArrowRaysIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
785
|
+
return (0, jsx_runtime_1.jsx)(CursorArrowRaysIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
715
786
|
});
|
|
716
787
|
const CursorArrowRippleIcon_1 = __importDefault(require("@heroicons/react/24/outline/CursorArrowRippleIcon"));
|
|
717
788
|
exports.CursorArrowRippleIconOutline = (0, react_1.forwardRef)(function CursorArrowRippleIconOutline(_a, ref) {
|
|
718
789
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
719
|
-
return (0, jsx_runtime_1.jsx)(CursorArrowRippleIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
790
|
+
return (0, jsx_runtime_1.jsx)(CursorArrowRippleIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
720
791
|
});
|
|
721
792
|
const DevicePhoneMobileIcon_1 = __importDefault(require("@heroicons/react/24/outline/DevicePhoneMobileIcon"));
|
|
722
793
|
exports.DevicePhoneMobileIconOutline = (0, react_1.forwardRef)(function DevicePhoneMobileIconOutline(_a, ref) {
|
|
723
794
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
724
|
-
return (0, jsx_runtime_1.jsx)(DevicePhoneMobileIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
795
|
+
return (0, jsx_runtime_1.jsx)(DevicePhoneMobileIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
725
796
|
});
|
|
726
797
|
const DeviceTabletIcon_1 = __importDefault(require("@heroicons/react/24/outline/DeviceTabletIcon"));
|
|
727
798
|
exports.DeviceTabletIconOutline = (0, react_1.forwardRef)(function DeviceTabletIconOutline(_a, ref) {
|
|
728
799
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
729
|
-
return (0, jsx_runtime_1.jsx)(DeviceTabletIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
800
|
+
return (0, jsx_runtime_1.jsx)(DeviceTabletIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
801
|
+
});
|
|
802
|
+
const DivideIcon_1 = __importDefault(require("@heroicons/react/24/outline/DivideIcon"));
|
|
803
|
+
exports.DivideIconOutline = (0, react_1.forwardRef)(function DivideIconOutline(_a, ref) {
|
|
804
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
805
|
+
return (0, jsx_runtime_1.jsx)(DivideIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
730
806
|
});
|
|
731
807
|
const DocumentArrowDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentArrowDownIcon"));
|
|
732
808
|
exports.DocumentArrowDownIconOutline = (0, react_1.forwardRef)(function DocumentArrowDownIconOutline(_a, ref) {
|
|
733
809
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
734
|
-
return (0, jsx_runtime_1.jsx)(DocumentArrowDownIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
810
|
+
return (0, jsx_runtime_1.jsx)(DocumentArrowDownIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
735
811
|
});
|
|
736
812
|
const DocumentArrowUpIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentArrowUpIcon"));
|
|
737
813
|
exports.DocumentArrowUpIconOutline = (0, react_1.forwardRef)(function DocumentArrowUpIconOutline(_a, ref) {
|
|
738
814
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
739
|
-
return (0, jsx_runtime_1.jsx)(DocumentArrowUpIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
815
|
+
return (0, jsx_runtime_1.jsx)(DocumentArrowUpIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
740
816
|
});
|
|
741
817
|
const DocumentChartBarIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentChartBarIcon"));
|
|
742
818
|
exports.DocumentChartBarIconOutline = (0, react_1.forwardRef)(function DocumentChartBarIconOutline(_a, ref) {
|
|
743
819
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
744
|
-
return (0, jsx_runtime_1.jsx)(DocumentChartBarIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
820
|
+
return (0, jsx_runtime_1.jsx)(DocumentChartBarIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
745
821
|
});
|
|
746
822
|
const DocumentCheckIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentCheckIcon"));
|
|
747
823
|
exports.DocumentCheckIconOutline = (0, react_1.forwardRef)(function DocumentCheckIconOutline(_a, ref) {
|
|
748
824
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
749
|
-
return (0, jsx_runtime_1.jsx)(DocumentCheckIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
825
|
+
return (0, jsx_runtime_1.jsx)(DocumentCheckIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
826
|
+
});
|
|
827
|
+
const DocumentCurrencyBangladeshiIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentCurrencyBangladeshiIcon"));
|
|
828
|
+
exports.DocumentCurrencyBangladeshiIconOutline = (0, react_1.forwardRef)(function DocumentCurrencyBangladeshiIconOutline(_a, ref) {
|
|
829
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
830
|
+
return (0, jsx_runtime_1.jsx)(DocumentCurrencyBangladeshiIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
831
|
+
});
|
|
832
|
+
const DocumentCurrencyDollarIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentCurrencyDollarIcon"));
|
|
833
|
+
exports.DocumentCurrencyDollarIconOutline = (0, react_1.forwardRef)(function DocumentCurrencyDollarIconOutline(_a, ref) {
|
|
834
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
835
|
+
return (0, jsx_runtime_1.jsx)(DocumentCurrencyDollarIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
836
|
+
});
|
|
837
|
+
const DocumentCurrencyEuroIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentCurrencyEuroIcon"));
|
|
838
|
+
exports.DocumentCurrencyEuroIconOutline = (0, react_1.forwardRef)(function DocumentCurrencyEuroIconOutline(_a, ref) {
|
|
839
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
840
|
+
return (0, jsx_runtime_1.jsx)(DocumentCurrencyEuroIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
841
|
+
});
|
|
842
|
+
const DocumentCurrencyPoundIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentCurrencyPoundIcon"));
|
|
843
|
+
exports.DocumentCurrencyPoundIconOutline = (0, react_1.forwardRef)(function DocumentCurrencyPoundIconOutline(_a, ref) {
|
|
844
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
845
|
+
return (0, jsx_runtime_1.jsx)(DocumentCurrencyPoundIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
846
|
+
});
|
|
847
|
+
const DocumentCurrencyRupeeIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentCurrencyRupeeIcon"));
|
|
848
|
+
exports.DocumentCurrencyRupeeIconOutline = (0, react_1.forwardRef)(function DocumentCurrencyRupeeIconOutline(_a, ref) {
|
|
849
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
850
|
+
return (0, jsx_runtime_1.jsx)(DocumentCurrencyRupeeIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
851
|
+
});
|
|
852
|
+
const DocumentCurrencyYenIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentCurrencyYenIcon"));
|
|
853
|
+
exports.DocumentCurrencyYenIconOutline = (0, react_1.forwardRef)(function DocumentCurrencyYenIconOutline(_a, ref) {
|
|
854
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
855
|
+
return (0, jsx_runtime_1.jsx)(DocumentCurrencyYenIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
750
856
|
});
|
|
751
857
|
const DocumentDuplicateIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentDuplicateIcon"));
|
|
752
858
|
exports.DocumentDuplicateIconOutline = (0, react_1.forwardRef)(function DocumentDuplicateIconOutline(_a, ref) {
|
|
753
859
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
754
|
-
return (0, jsx_runtime_1.jsx)(DocumentDuplicateIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
860
|
+
return (0, jsx_runtime_1.jsx)(DocumentDuplicateIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
755
861
|
});
|
|
756
862
|
const DocumentMagnifyingGlassIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentMagnifyingGlassIcon"));
|
|
757
863
|
exports.DocumentMagnifyingGlassIconOutline = (0, react_1.forwardRef)(function DocumentMagnifyingGlassIconOutline(_a, ref) {
|
|
758
864
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
759
|
-
return (0, jsx_runtime_1.jsx)(DocumentMagnifyingGlassIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
865
|
+
return (0, jsx_runtime_1.jsx)(DocumentMagnifyingGlassIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
760
866
|
});
|
|
761
867
|
const DocumentMinusIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentMinusIcon"));
|
|
762
868
|
exports.DocumentMinusIconOutline = (0, react_1.forwardRef)(function DocumentMinusIconOutline(_a, ref) {
|
|
763
869
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
764
|
-
return (0, jsx_runtime_1.jsx)(DocumentMinusIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
870
|
+
return (0, jsx_runtime_1.jsx)(DocumentMinusIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
765
871
|
});
|
|
766
872
|
const DocumentPlusIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentPlusIcon"));
|
|
767
873
|
exports.DocumentPlusIconOutline = (0, react_1.forwardRef)(function DocumentPlusIconOutline(_a, ref) {
|
|
768
874
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
769
|
-
return (0, jsx_runtime_1.jsx)(DocumentPlusIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
875
|
+
return (0, jsx_runtime_1.jsx)(DocumentPlusIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
770
876
|
});
|
|
771
877
|
const DocumentTextIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentTextIcon"));
|
|
772
878
|
exports.DocumentTextIconOutline = (0, react_1.forwardRef)(function DocumentTextIconOutline(_a, ref) {
|
|
773
879
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
774
|
-
return (0, jsx_runtime_1.jsx)(DocumentTextIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
880
|
+
return (0, jsx_runtime_1.jsx)(DocumentTextIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
775
881
|
});
|
|
776
882
|
const DocumentIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentIcon"));
|
|
777
883
|
exports.DocumentIconOutline = (0, react_1.forwardRef)(function DocumentIconOutline(_a, ref) {
|
|
778
884
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
779
|
-
return (0, jsx_runtime_1.jsx)(DocumentIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
885
|
+
return (0, jsx_runtime_1.jsx)(DocumentIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
780
886
|
});
|
|
781
887
|
const EllipsisHorizontalCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/EllipsisHorizontalCircleIcon"));
|
|
782
888
|
exports.EllipsisHorizontalCircleIconOutline = (0, react_1.forwardRef)(function EllipsisHorizontalCircleIconOutline(_a, ref) {
|
|
783
889
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
784
|
-
return (0, jsx_runtime_1.jsx)(EllipsisHorizontalCircleIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
890
|
+
return (0, jsx_runtime_1.jsx)(EllipsisHorizontalCircleIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
785
891
|
});
|
|
786
892
|
const EllipsisHorizontalIcon_1 = __importDefault(require("@heroicons/react/24/outline/EllipsisHorizontalIcon"));
|
|
787
893
|
exports.EllipsisHorizontalIconOutline = (0, react_1.forwardRef)(function EllipsisHorizontalIconOutline(_a, ref) {
|
|
788
894
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
789
|
-
return (0, jsx_runtime_1.jsx)(EllipsisHorizontalIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
895
|
+
return (0, jsx_runtime_1.jsx)(EllipsisHorizontalIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
790
896
|
});
|
|
791
897
|
const EllipsisVerticalIcon_1 = __importDefault(require("@heroicons/react/24/outline/EllipsisVerticalIcon"));
|
|
792
898
|
exports.EllipsisVerticalIconOutline = (0, react_1.forwardRef)(function EllipsisVerticalIconOutline(_a, ref) {
|
|
793
899
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
794
|
-
return (0, jsx_runtime_1.jsx)(EllipsisVerticalIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
900
|
+
return (0, jsx_runtime_1.jsx)(EllipsisVerticalIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
795
901
|
});
|
|
796
902
|
const EnvelopeOpenIcon_1 = __importDefault(require("@heroicons/react/24/outline/EnvelopeOpenIcon"));
|
|
797
903
|
exports.EnvelopeOpenIconOutline = (0, react_1.forwardRef)(function EnvelopeOpenIconOutline(_a, ref) {
|
|
798
904
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
799
|
-
return (0, jsx_runtime_1.jsx)(EnvelopeOpenIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
905
|
+
return (0, jsx_runtime_1.jsx)(EnvelopeOpenIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
800
906
|
});
|
|
801
907
|
const EnvelopeIcon_1 = __importDefault(require("@heroicons/react/24/outline/EnvelopeIcon"));
|
|
802
908
|
exports.EnvelopeIconOutline = (0, react_1.forwardRef)(function EnvelopeIconOutline(_a, ref) {
|
|
803
909
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
804
|
-
return (0, jsx_runtime_1.jsx)(EnvelopeIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
910
|
+
return (0, jsx_runtime_1.jsx)(EnvelopeIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
911
|
+
});
|
|
912
|
+
const EqualsIcon_1 = __importDefault(require("@heroicons/react/24/outline/EqualsIcon"));
|
|
913
|
+
exports.EqualsIconOutline = (0, react_1.forwardRef)(function EqualsIconOutline(_a, ref) {
|
|
914
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
915
|
+
return (0, jsx_runtime_1.jsx)(EqualsIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
805
916
|
});
|
|
806
917
|
const ExclamationCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ExclamationCircleIcon"));
|
|
807
918
|
exports.ExclamationCircleIconOutline = (0, react_1.forwardRef)(function ExclamationCircleIconOutline(_a, ref) {
|
|
808
919
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
809
|
-
return (0, jsx_runtime_1.jsx)(ExclamationCircleIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
920
|
+
return (0, jsx_runtime_1.jsx)(ExclamationCircleIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
810
921
|
});
|
|
811
922
|
const ExclamationTriangleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ExclamationTriangleIcon"));
|
|
812
923
|
exports.ExclamationTriangleIconOutline = (0, react_1.forwardRef)(function ExclamationTriangleIconOutline(_a, ref) {
|
|
813
924
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
814
|
-
return (0, jsx_runtime_1.jsx)(ExclamationTriangleIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
925
|
+
return (0, jsx_runtime_1.jsx)(ExclamationTriangleIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
815
926
|
});
|
|
816
927
|
const EyeDropperIcon_1 = __importDefault(require("@heroicons/react/24/outline/EyeDropperIcon"));
|
|
817
928
|
exports.EyeDropperIconOutline = (0, react_1.forwardRef)(function EyeDropperIconOutline(_a, ref) {
|
|
818
929
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
819
|
-
return (0, jsx_runtime_1.jsx)(EyeDropperIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
930
|
+
return (0, jsx_runtime_1.jsx)(EyeDropperIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
820
931
|
});
|
|
821
932
|
const EyeSlashIcon_1 = __importDefault(require("@heroicons/react/24/outline/EyeSlashIcon"));
|
|
822
933
|
exports.EyeSlashIconOutline = (0, react_1.forwardRef)(function EyeSlashIconOutline(_a, ref) {
|
|
823
934
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
824
|
-
return (0, jsx_runtime_1.jsx)(EyeSlashIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
935
|
+
return (0, jsx_runtime_1.jsx)(EyeSlashIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
825
936
|
});
|
|
826
937
|
const EyeIcon_1 = __importDefault(require("@heroicons/react/24/outline/EyeIcon"));
|
|
827
938
|
exports.EyeIconOutline = (0, react_1.forwardRef)(function EyeIconOutline(_a, ref) {
|
|
828
939
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
829
|
-
return (0, jsx_runtime_1.jsx)(EyeIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
940
|
+
return (0, jsx_runtime_1.jsx)(EyeIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
830
941
|
});
|
|
831
942
|
const FaceFrownIcon_1 = __importDefault(require("@heroicons/react/24/outline/FaceFrownIcon"));
|
|
832
943
|
exports.FaceFrownIconOutline = (0, react_1.forwardRef)(function FaceFrownIconOutline(_a, ref) {
|
|
833
944
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
834
|
-
return (0, jsx_runtime_1.jsx)(FaceFrownIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
945
|
+
return (0, jsx_runtime_1.jsx)(FaceFrownIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
835
946
|
});
|
|
836
947
|
const FaceSmileIcon_1 = __importDefault(require("@heroicons/react/24/outline/FaceSmileIcon"));
|
|
837
948
|
exports.FaceSmileIconOutline = (0, react_1.forwardRef)(function FaceSmileIconOutline(_a, ref) {
|
|
838
949
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
839
|
-
return (0, jsx_runtime_1.jsx)(FaceSmileIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
950
|
+
return (0, jsx_runtime_1.jsx)(FaceSmileIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
840
951
|
});
|
|
841
952
|
const FilmIcon_1 = __importDefault(require("@heroicons/react/24/outline/FilmIcon"));
|
|
842
953
|
exports.FilmIconOutline = (0, react_1.forwardRef)(function FilmIconOutline(_a, ref) {
|
|
843
954
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
844
|
-
return (0, jsx_runtime_1.jsx)(FilmIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
955
|
+
return (0, jsx_runtime_1.jsx)(FilmIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
845
956
|
});
|
|
846
957
|
const FingerPrintIcon_1 = __importDefault(require("@heroicons/react/24/outline/FingerPrintIcon"));
|
|
847
958
|
exports.FingerPrintIconOutline = (0, react_1.forwardRef)(function FingerPrintIconOutline(_a, ref) {
|
|
848
959
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
849
|
-
return (0, jsx_runtime_1.jsx)(FingerPrintIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
960
|
+
return (0, jsx_runtime_1.jsx)(FingerPrintIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
850
961
|
});
|
|
851
962
|
const FireIcon_1 = __importDefault(require("@heroicons/react/24/outline/FireIcon"));
|
|
852
963
|
exports.FireIconOutline = (0, react_1.forwardRef)(function FireIconOutline(_a, ref) {
|
|
853
964
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
854
|
-
return (0, jsx_runtime_1.jsx)(FireIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
965
|
+
return (0, jsx_runtime_1.jsx)(FireIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
855
966
|
});
|
|
856
967
|
const FlagIcon_1 = __importDefault(require("@heroicons/react/24/outline/FlagIcon"));
|
|
857
968
|
exports.FlagIconOutline = (0, react_1.forwardRef)(function FlagIconOutline(_a, ref) {
|
|
858
969
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
859
|
-
return (0, jsx_runtime_1.jsx)(FlagIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
970
|
+
return (0, jsx_runtime_1.jsx)(FlagIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
860
971
|
});
|
|
861
972
|
const FolderArrowDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/FolderArrowDownIcon"));
|
|
862
973
|
exports.FolderArrowDownIconOutline = (0, react_1.forwardRef)(function FolderArrowDownIconOutline(_a, ref) {
|
|
863
974
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
864
|
-
return (0, jsx_runtime_1.jsx)(FolderArrowDownIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
975
|
+
return (0, jsx_runtime_1.jsx)(FolderArrowDownIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
865
976
|
});
|
|
866
977
|
const FolderMinusIcon_1 = __importDefault(require("@heroicons/react/24/outline/FolderMinusIcon"));
|
|
867
978
|
exports.FolderMinusIconOutline = (0, react_1.forwardRef)(function FolderMinusIconOutline(_a, ref) {
|
|
868
979
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
869
|
-
return (0, jsx_runtime_1.jsx)(FolderMinusIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
980
|
+
return (0, jsx_runtime_1.jsx)(FolderMinusIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
870
981
|
});
|
|
871
982
|
const FolderOpenIcon_1 = __importDefault(require("@heroicons/react/24/outline/FolderOpenIcon"));
|
|
872
983
|
exports.FolderOpenIconOutline = (0, react_1.forwardRef)(function FolderOpenIconOutline(_a, ref) {
|
|
873
984
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
874
|
-
return (0, jsx_runtime_1.jsx)(FolderOpenIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
985
|
+
return (0, jsx_runtime_1.jsx)(FolderOpenIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
875
986
|
});
|
|
876
987
|
const FolderPlusIcon_1 = __importDefault(require("@heroicons/react/24/outline/FolderPlusIcon"));
|
|
877
988
|
exports.FolderPlusIconOutline = (0, react_1.forwardRef)(function FolderPlusIconOutline(_a, ref) {
|
|
878
989
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
879
|
-
return (0, jsx_runtime_1.jsx)(FolderPlusIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
990
|
+
return (0, jsx_runtime_1.jsx)(FolderPlusIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
880
991
|
});
|
|
881
992
|
const FolderIcon_1 = __importDefault(require("@heroicons/react/24/outline/FolderIcon"));
|
|
882
993
|
exports.FolderIconOutline = (0, react_1.forwardRef)(function FolderIconOutline(_a, ref) {
|
|
883
994
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
884
|
-
return (0, jsx_runtime_1.jsx)(FolderIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
995
|
+
return (0, jsx_runtime_1.jsx)(FolderIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
885
996
|
});
|
|
886
997
|
const ForwardIcon_1 = __importDefault(require("@heroicons/react/24/outline/ForwardIcon"));
|
|
887
998
|
exports.ForwardIconOutline = (0, react_1.forwardRef)(function ForwardIconOutline(_a, ref) {
|
|
888
999
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
889
|
-
return (0, jsx_runtime_1.jsx)(ForwardIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1000
|
+
return (0, jsx_runtime_1.jsx)(ForwardIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
890
1001
|
});
|
|
891
1002
|
const FunnelIcon_1 = __importDefault(require("@heroicons/react/24/outline/FunnelIcon"));
|
|
892
1003
|
exports.FunnelIconOutline = (0, react_1.forwardRef)(function FunnelIconOutline(_a, ref) {
|
|
893
1004
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
894
|
-
return (0, jsx_runtime_1.jsx)(FunnelIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1005
|
+
return (0, jsx_runtime_1.jsx)(FunnelIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
895
1006
|
});
|
|
896
1007
|
const GifIcon_1 = __importDefault(require("@heroicons/react/24/outline/GifIcon"));
|
|
897
1008
|
exports.GifIconOutline = (0, react_1.forwardRef)(function GifIconOutline(_a, ref) {
|
|
898
1009
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
899
|
-
return (0, jsx_runtime_1.jsx)(GifIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1010
|
+
return (0, jsx_runtime_1.jsx)(GifIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
900
1011
|
});
|
|
901
1012
|
const GiftTopIcon_1 = __importDefault(require("@heroicons/react/24/outline/GiftTopIcon"));
|
|
902
1013
|
exports.GiftTopIconOutline = (0, react_1.forwardRef)(function GiftTopIconOutline(_a, ref) {
|
|
903
1014
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
904
|
-
return (0, jsx_runtime_1.jsx)(GiftTopIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1015
|
+
return (0, jsx_runtime_1.jsx)(GiftTopIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
905
1016
|
});
|
|
906
1017
|
const GiftIcon_1 = __importDefault(require("@heroicons/react/24/outline/GiftIcon"));
|
|
907
1018
|
exports.GiftIconOutline = (0, react_1.forwardRef)(function GiftIconOutline(_a, ref) {
|
|
908
1019
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
909
|
-
return (0, jsx_runtime_1.jsx)(GiftIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1020
|
+
return (0, jsx_runtime_1.jsx)(GiftIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
910
1021
|
});
|
|
911
1022
|
const GlobeAltIcon_1 = __importDefault(require("@heroicons/react/24/outline/GlobeAltIcon"));
|
|
912
1023
|
exports.GlobeAltIconOutline = (0, react_1.forwardRef)(function GlobeAltIconOutline(_a, ref) {
|
|
913
1024
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
914
|
-
return (0, jsx_runtime_1.jsx)(GlobeAltIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1025
|
+
return (0, jsx_runtime_1.jsx)(GlobeAltIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
915
1026
|
});
|
|
916
1027
|
const GlobeAmericasIcon_1 = __importDefault(require("@heroicons/react/24/outline/GlobeAmericasIcon"));
|
|
917
1028
|
exports.GlobeAmericasIconOutline = (0, react_1.forwardRef)(function GlobeAmericasIconOutline(_a, ref) {
|
|
918
1029
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
919
|
-
return (0, jsx_runtime_1.jsx)(GlobeAmericasIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1030
|
+
return (0, jsx_runtime_1.jsx)(GlobeAmericasIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
920
1031
|
});
|
|
921
1032
|
const GlobeAsiaAustraliaIcon_1 = __importDefault(require("@heroicons/react/24/outline/GlobeAsiaAustraliaIcon"));
|
|
922
1033
|
exports.GlobeAsiaAustraliaIconOutline = (0, react_1.forwardRef)(function GlobeAsiaAustraliaIconOutline(_a, ref) {
|
|
923
1034
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
924
|
-
return (0, jsx_runtime_1.jsx)(GlobeAsiaAustraliaIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1035
|
+
return (0, jsx_runtime_1.jsx)(GlobeAsiaAustraliaIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
925
1036
|
});
|
|
926
1037
|
const GlobeEuropeAfricaIcon_1 = __importDefault(require("@heroicons/react/24/outline/GlobeEuropeAfricaIcon"));
|
|
927
1038
|
exports.GlobeEuropeAfricaIconOutline = (0, react_1.forwardRef)(function GlobeEuropeAfricaIconOutline(_a, ref) {
|
|
928
1039
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
929
|
-
return (0, jsx_runtime_1.jsx)(GlobeEuropeAfricaIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1040
|
+
return (0, jsx_runtime_1.jsx)(GlobeEuropeAfricaIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1041
|
+
});
|
|
1042
|
+
const H1Icon_1 = __importDefault(require("@heroicons/react/24/outline/H1Icon"));
|
|
1043
|
+
exports.H1IconOutline = (0, react_1.forwardRef)(function H1IconOutline(_a, ref) {
|
|
1044
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1045
|
+
return (0, jsx_runtime_1.jsx)(H1Icon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1046
|
+
});
|
|
1047
|
+
const H2Icon_1 = __importDefault(require("@heroicons/react/24/outline/H2Icon"));
|
|
1048
|
+
exports.H2IconOutline = (0, react_1.forwardRef)(function H2IconOutline(_a, ref) {
|
|
1049
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1050
|
+
return (0, jsx_runtime_1.jsx)(H2Icon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1051
|
+
});
|
|
1052
|
+
const H3Icon_1 = __importDefault(require("@heroicons/react/24/outline/H3Icon"));
|
|
1053
|
+
exports.H3IconOutline = (0, react_1.forwardRef)(function H3IconOutline(_a, ref) {
|
|
1054
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1055
|
+
return (0, jsx_runtime_1.jsx)(H3Icon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
930
1056
|
});
|
|
931
1057
|
const HandRaisedIcon_1 = __importDefault(require("@heroicons/react/24/outline/HandRaisedIcon"));
|
|
932
1058
|
exports.HandRaisedIconOutline = (0, react_1.forwardRef)(function HandRaisedIconOutline(_a, ref) {
|
|
933
1059
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
934
|
-
return (0, jsx_runtime_1.jsx)(HandRaisedIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1060
|
+
return (0, jsx_runtime_1.jsx)(HandRaisedIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
935
1061
|
});
|
|
936
1062
|
const HandThumbDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/HandThumbDownIcon"));
|
|
937
1063
|
exports.HandThumbDownIconOutline = (0, react_1.forwardRef)(function HandThumbDownIconOutline(_a, ref) {
|
|
938
1064
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
939
|
-
return (0, jsx_runtime_1.jsx)(HandThumbDownIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1065
|
+
return (0, jsx_runtime_1.jsx)(HandThumbDownIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
940
1066
|
});
|
|
941
1067
|
const HandThumbUpIcon_1 = __importDefault(require("@heroicons/react/24/outline/HandThumbUpIcon"));
|
|
942
1068
|
exports.HandThumbUpIconOutline = (0, react_1.forwardRef)(function HandThumbUpIconOutline(_a, ref) {
|
|
943
1069
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
944
|
-
return (0, jsx_runtime_1.jsx)(HandThumbUpIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1070
|
+
return (0, jsx_runtime_1.jsx)(HandThumbUpIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
945
1071
|
});
|
|
946
1072
|
const HashtagIcon_1 = __importDefault(require("@heroicons/react/24/outline/HashtagIcon"));
|
|
947
1073
|
exports.HashtagIconOutline = (0, react_1.forwardRef)(function HashtagIconOutline(_a, ref) {
|
|
948
1074
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
949
|
-
return (0, jsx_runtime_1.jsx)(HashtagIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1075
|
+
return (0, jsx_runtime_1.jsx)(HashtagIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
950
1076
|
});
|
|
951
1077
|
const HeartIcon_1 = __importDefault(require("@heroicons/react/24/outline/HeartIcon"));
|
|
952
1078
|
exports.HeartIconOutline = (0, react_1.forwardRef)(function HeartIconOutline(_a, ref) {
|
|
953
1079
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
954
|
-
return (0, jsx_runtime_1.jsx)(HeartIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1080
|
+
return (0, jsx_runtime_1.jsx)(HeartIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
955
1081
|
});
|
|
956
1082
|
const HomeModernIcon_1 = __importDefault(require("@heroicons/react/24/outline/HomeModernIcon"));
|
|
957
1083
|
exports.HomeModernIconOutline = (0, react_1.forwardRef)(function HomeModernIconOutline(_a, ref) {
|
|
958
1084
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
959
|
-
return (0, jsx_runtime_1.jsx)(HomeModernIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1085
|
+
return (0, jsx_runtime_1.jsx)(HomeModernIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
960
1086
|
});
|
|
961
1087
|
const HomeIcon_1 = __importDefault(require("@heroicons/react/24/outline/HomeIcon"));
|
|
962
1088
|
exports.HomeIconOutline = (0, react_1.forwardRef)(function HomeIconOutline(_a, ref) {
|
|
963
1089
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
964
|
-
return (0, jsx_runtime_1.jsx)(HomeIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1090
|
+
return (0, jsx_runtime_1.jsx)(HomeIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
965
1091
|
});
|
|
966
1092
|
const IdentificationIcon_1 = __importDefault(require("@heroicons/react/24/outline/IdentificationIcon"));
|
|
967
1093
|
exports.IdentificationIconOutline = (0, react_1.forwardRef)(function IdentificationIconOutline(_a, ref) {
|
|
968
1094
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
969
|
-
return (0, jsx_runtime_1.jsx)(IdentificationIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1095
|
+
return (0, jsx_runtime_1.jsx)(IdentificationIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
970
1096
|
});
|
|
971
1097
|
const InboxArrowDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/InboxArrowDownIcon"));
|
|
972
1098
|
exports.InboxArrowDownIconOutline = (0, react_1.forwardRef)(function InboxArrowDownIconOutline(_a, ref) {
|
|
973
1099
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
974
|
-
return (0, jsx_runtime_1.jsx)(InboxArrowDownIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1100
|
+
return (0, jsx_runtime_1.jsx)(InboxArrowDownIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
975
1101
|
});
|
|
976
1102
|
const InboxStackIcon_1 = __importDefault(require("@heroicons/react/24/outline/InboxStackIcon"));
|
|
977
1103
|
exports.InboxStackIconOutline = (0, react_1.forwardRef)(function InboxStackIconOutline(_a, ref) {
|
|
978
1104
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
979
|
-
return (0, jsx_runtime_1.jsx)(InboxStackIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1105
|
+
return (0, jsx_runtime_1.jsx)(InboxStackIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
980
1106
|
});
|
|
981
1107
|
const InboxIcon_1 = __importDefault(require("@heroicons/react/24/outline/InboxIcon"));
|
|
982
1108
|
exports.InboxIconOutline = (0, react_1.forwardRef)(function InboxIconOutline(_a, ref) {
|
|
983
1109
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
984
|
-
return (0, jsx_runtime_1.jsx)(InboxIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1110
|
+
return (0, jsx_runtime_1.jsx)(InboxIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
985
1111
|
});
|
|
986
1112
|
const InformationCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/InformationCircleIcon"));
|
|
987
1113
|
exports.InformationCircleIconOutline = (0, react_1.forwardRef)(function InformationCircleIconOutline(_a, ref) {
|
|
988
1114
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
989
|
-
return (0, jsx_runtime_1.jsx)(InformationCircleIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1115
|
+
return (0, jsx_runtime_1.jsx)(InformationCircleIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1116
|
+
});
|
|
1117
|
+
const ItalicIcon_1 = __importDefault(require("@heroicons/react/24/outline/ItalicIcon"));
|
|
1118
|
+
exports.ItalicIconOutline = (0, react_1.forwardRef)(function ItalicIconOutline(_a, ref) {
|
|
1119
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1120
|
+
return (0, jsx_runtime_1.jsx)(ItalicIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
990
1121
|
});
|
|
991
1122
|
const KeyIcon_1 = __importDefault(require("@heroicons/react/24/outline/KeyIcon"));
|
|
992
1123
|
exports.KeyIconOutline = (0, react_1.forwardRef)(function KeyIconOutline(_a, ref) {
|
|
993
1124
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
994
|
-
return (0, jsx_runtime_1.jsx)(KeyIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1125
|
+
return (0, jsx_runtime_1.jsx)(KeyIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
995
1126
|
});
|
|
996
1127
|
const LanguageIcon_1 = __importDefault(require("@heroicons/react/24/outline/LanguageIcon"));
|
|
997
1128
|
exports.LanguageIconOutline = (0, react_1.forwardRef)(function LanguageIconOutline(_a, ref) {
|
|
998
1129
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
999
|
-
return (0, jsx_runtime_1.jsx)(LanguageIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1130
|
+
return (0, jsx_runtime_1.jsx)(LanguageIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1000
1131
|
});
|
|
1001
1132
|
const LifebuoyIcon_1 = __importDefault(require("@heroicons/react/24/outline/LifebuoyIcon"));
|
|
1002
1133
|
exports.LifebuoyIconOutline = (0, react_1.forwardRef)(function LifebuoyIconOutline(_a, ref) {
|
|
1003
1134
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1004
|
-
return (0, jsx_runtime_1.jsx)(LifebuoyIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1135
|
+
return (0, jsx_runtime_1.jsx)(LifebuoyIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1005
1136
|
});
|
|
1006
1137
|
const LightBulbIcon_1 = __importDefault(require("@heroicons/react/24/outline/LightBulbIcon"));
|
|
1007
1138
|
exports.LightBulbIconOutline = (0, react_1.forwardRef)(function LightBulbIconOutline(_a, ref) {
|
|
1008
1139
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1009
|
-
return (0, jsx_runtime_1.jsx)(LightBulbIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1140
|
+
return (0, jsx_runtime_1.jsx)(LightBulbIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1141
|
+
});
|
|
1142
|
+
const LinkSlashIcon_1 = __importDefault(require("@heroicons/react/24/outline/LinkSlashIcon"));
|
|
1143
|
+
exports.LinkSlashIconOutline = (0, react_1.forwardRef)(function LinkSlashIconOutline(_a, ref) {
|
|
1144
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1145
|
+
return (0, jsx_runtime_1.jsx)(LinkSlashIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1010
1146
|
});
|
|
1011
1147
|
const LinkIcon_1 = __importDefault(require("@heroicons/react/24/outline/LinkIcon"));
|
|
1012
1148
|
exports.LinkIconOutline = (0, react_1.forwardRef)(function LinkIconOutline(_a, ref) {
|
|
1013
1149
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1014
|
-
return (0, jsx_runtime_1.jsx)(LinkIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1150
|
+
return (0, jsx_runtime_1.jsx)(LinkIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1015
1151
|
});
|
|
1016
1152
|
const ListBulletIcon_1 = __importDefault(require("@heroicons/react/24/outline/ListBulletIcon"));
|
|
1017
1153
|
exports.ListBulletIconOutline = (0, react_1.forwardRef)(function ListBulletIconOutline(_a, ref) {
|
|
1018
1154
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1019
|
-
return (0, jsx_runtime_1.jsx)(ListBulletIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1155
|
+
return (0, jsx_runtime_1.jsx)(ListBulletIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1020
1156
|
});
|
|
1021
1157
|
const LockClosedIcon_1 = __importDefault(require("@heroicons/react/24/outline/LockClosedIcon"));
|
|
1022
1158
|
exports.LockClosedIconOutline = (0, react_1.forwardRef)(function LockClosedIconOutline(_a, ref) {
|
|
1023
1159
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1024
|
-
return (0, jsx_runtime_1.jsx)(LockClosedIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1160
|
+
return (0, jsx_runtime_1.jsx)(LockClosedIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1025
1161
|
});
|
|
1026
1162
|
const LockOpenIcon_1 = __importDefault(require("@heroicons/react/24/outline/LockOpenIcon"));
|
|
1027
1163
|
exports.LockOpenIconOutline = (0, react_1.forwardRef)(function LockOpenIconOutline(_a, ref) {
|
|
1028
1164
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1029
|
-
return (0, jsx_runtime_1.jsx)(LockOpenIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1165
|
+
return (0, jsx_runtime_1.jsx)(LockOpenIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1030
1166
|
});
|
|
1031
1167
|
const MagnifyingGlassCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/MagnifyingGlassCircleIcon"));
|
|
1032
1168
|
exports.MagnifyingGlassCircleIconOutline = (0, react_1.forwardRef)(function MagnifyingGlassCircleIconOutline(_a, ref) {
|
|
1033
1169
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1034
|
-
return (0, jsx_runtime_1.jsx)(MagnifyingGlassCircleIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1170
|
+
return (0, jsx_runtime_1.jsx)(MagnifyingGlassCircleIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1035
1171
|
});
|
|
1036
1172
|
const MagnifyingGlassMinusIcon_1 = __importDefault(require("@heroicons/react/24/outline/MagnifyingGlassMinusIcon"));
|
|
1037
1173
|
exports.MagnifyingGlassMinusIconOutline = (0, react_1.forwardRef)(function MagnifyingGlassMinusIconOutline(_a, ref) {
|
|
1038
1174
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1039
|
-
return (0, jsx_runtime_1.jsx)(MagnifyingGlassMinusIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1175
|
+
return (0, jsx_runtime_1.jsx)(MagnifyingGlassMinusIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1040
1176
|
});
|
|
1041
1177
|
const MagnifyingGlassPlusIcon_1 = __importDefault(require("@heroicons/react/24/outline/MagnifyingGlassPlusIcon"));
|
|
1042
1178
|
exports.MagnifyingGlassPlusIconOutline = (0, react_1.forwardRef)(function MagnifyingGlassPlusIconOutline(_a, ref) {
|
|
1043
1179
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1044
|
-
return (0, jsx_runtime_1.jsx)(MagnifyingGlassPlusIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1180
|
+
return (0, jsx_runtime_1.jsx)(MagnifyingGlassPlusIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1045
1181
|
});
|
|
1046
1182
|
const MagnifyingGlassIcon_1 = __importDefault(require("@heroicons/react/24/outline/MagnifyingGlassIcon"));
|
|
1047
1183
|
exports.MagnifyingGlassIconOutline = (0, react_1.forwardRef)(function MagnifyingGlassIconOutline(_a, ref) {
|
|
1048
1184
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1049
|
-
return (0, jsx_runtime_1.jsx)(MagnifyingGlassIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1185
|
+
return (0, jsx_runtime_1.jsx)(MagnifyingGlassIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1050
1186
|
});
|
|
1051
1187
|
const MapPinIcon_1 = __importDefault(require("@heroicons/react/24/outline/MapPinIcon"));
|
|
1052
1188
|
exports.MapPinIconOutline = (0, react_1.forwardRef)(function MapPinIconOutline(_a, ref) {
|
|
1053
1189
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1054
|
-
return (0, jsx_runtime_1.jsx)(MapPinIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1190
|
+
return (0, jsx_runtime_1.jsx)(MapPinIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1055
1191
|
});
|
|
1056
1192
|
const MapIcon_1 = __importDefault(require("@heroicons/react/24/outline/MapIcon"));
|
|
1057
1193
|
exports.MapIconOutline = (0, react_1.forwardRef)(function MapIconOutline(_a, ref) {
|
|
1058
1194
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1059
|
-
return (0, jsx_runtime_1.jsx)(MapIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1195
|
+
return (0, jsx_runtime_1.jsx)(MapIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1060
1196
|
});
|
|
1061
1197
|
const MegaphoneIcon_1 = __importDefault(require("@heroicons/react/24/outline/MegaphoneIcon"));
|
|
1062
1198
|
exports.MegaphoneIconOutline = (0, react_1.forwardRef)(function MegaphoneIconOutline(_a, ref) {
|
|
1063
1199
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1064
|
-
return (0, jsx_runtime_1.jsx)(MegaphoneIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1200
|
+
return (0, jsx_runtime_1.jsx)(MegaphoneIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1065
1201
|
});
|
|
1066
1202
|
const MicrophoneIcon_1 = __importDefault(require("@heroicons/react/24/outline/MicrophoneIcon"));
|
|
1067
1203
|
exports.MicrophoneIconOutline = (0, react_1.forwardRef)(function MicrophoneIconOutline(_a, ref) {
|
|
1068
1204
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1069
|
-
return (0, jsx_runtime_1.jsx)(MicrophoneIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1205
|
+
return (0, jsx_runtime_1.jsx)(MicrophoneIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1070
1206
|
});
|
|
1071
1207
|
const MinusCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/MinusCircleIcon"));
|
|
1072
1208
|
exports.MinusCircleIconOutline = (0, react_1.forwardRef)(function MinusCircleIconOutline(_a, ref) {
|
|
1073
1209
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1074
|
-
return (0, jsx_runtime_1.jsx)(MinusCircleIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1210
|
+
return (0, jsx_runtime_1.jsx)(MinusCircleIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1075
1211
|
});
|
|
1076
1212
|
const MinusSmallIcon_1 = __importDefault(require("@heroicons/react/24/outline/MinusSmallIcon"));
|
|
1077
1213
|
exports.MinusSmallIconOutline = (0, react_1.forwardRef)(function MinusSmallIconOutline(_a, ref) {
|
|
1078
1214
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1079
|
-
return (0, jsx_runtime_1.jsx)(MinusSmallIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1215
|
+
return (0, jsx_runtime_1.jsx)(MinusSmallIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1080
1216
|
});
|
|
1081
1217
|
const MinusIcon_1 = __importDefault(require("@heroicons/react/24/outline/MinusIcon"));
|
|
1082
1218
|
exports.MinusIconOutline = (0, react_1.forwardRef)(function MinusIconOutline(_a, ref) {
|
|
1083
1219
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1084
|
-
return (0, jsx_runtime_1.jsx)(MinusIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1220
|
+
return (0, jsx_runtime_1.jsx)(MinusIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1085
1221
|
});
|
|
1086
1222
|
const MoonIcon_1 = __importDefault(require("@heroicons/react/24/outline/MoonIcon"));
|
|
1087
1223
|
exports.MoonIconOutline = (0, react_1.forwardRef)(function MoonIconOutline(_a, ref) {
|
|
1088
1224
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1089
|
-
return (0, jsx_runtime_1.jsx)(MoonIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1225
|
+
return (0, jsx_runtime_1.jsx)(MoonIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1090
1226
|
});
|
|
1091
1227
|
const MusicalNoteIcon_1 = __importDefault(require("@heroicons/react/24/outline/MusicalNoteIcon"));
|
|
1092
1228
|
exports.MusicalNoteIconOutline = (0, react_1.forwardRef)(function MusicalNoteIconOutline(_a, ref) {
|
|
1093
1229
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1094
|
-
return (0, jsx_runtime_1.jsx)(MusicalNoteIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1230
|
+
return (0, jsx_runtime_1.jsx)(MusicalNoteIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1095
1231
|
});
|
|
1096
1232
|
const NewspaperIcon_1 = __importDefault(require("@heroicons/react/24/outline/NewspaperIcon"));
|
|
1097
1233
|
exports.NewspaperIconOutline = (0, react_1.forwardRef)(function NewspaperIconOutline(_a, ref) {
|
|
1098
1234
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1099
|
-
return (0, jsx_runtime_1.jsx)(NewspaperIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1235
|
+
return (0, jsx_runtime_1.jsx)(NewspaperIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1100
1236
|
});
|
|
1101
1237
|
const NoSymbolIcon_1 = __importDefault(require("@heroicons/react/24/outline/NoSymbolIcon"));
|
|
1102
1238
|
exports.NoSymbolIconOutline = (0, react_1.forwardRef)(function NoSymbolIconOutline(_a, ref) {
|
|
1103
1239
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1104
|
-
return (0, jsx_runtime_1.jsx)(NoSymbolIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1240
|
+
return (0, jsx_runtime_1.jsx)(NoSymbolIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1241
|
+
});
|
|
1242
|
+
const NumberedListIcon_1 = __importDefault(require("@heroicons/react/24/outline/NumberedListIcon"));
|
|
1243
|
+
exports.NumberedListIconOutline = (0, react_1.forwardRef)(function NumberedListIconOutline(_a, ref) {
|
|
1244
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1245
|
+
return (0, jsx_runtime_1.jsx)(NumberedListIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1105
1246
|
});
|
|
1106
1247
|
const PaintBrushIcon_1 = __importDefault(require("@heroicons/react/24/outline/PaintBrushIcon"));
|
|
1107
1248
|
exports.PaintBrushIconOutline = (0, react_1.forwardRef)(function PaintBrushIconOutline(_a, ref) {
|
|
1108
1249
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1109
|
-
return (0, jsx_runtime_1.jsx)(PaintBrushIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1250
|
+
return (0, jsx_runtime_1.jsx)(PaintBrushIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1110
1251
|
});
|
|
1111
1252
|
const PaperAirplaneIcon_1 = __importDefault(require("@heroicons/react/24/outline/PaperAirplaneIcon"));
|
|
1112
1253
|
exports.PaperAirplaneIconOutline = (0, react_1.forwardRef)(function PaperAirplaneIconOutline(_a, ref) {
|
|
1113
1254
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1114
|
-
return (0, jsx_runtime_1.jsx)(PaperAirplaneIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1255
|
+
return (0, jsx_runtime_1.jsx)(PaperAirplaneIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1115
1256
|
});
|
|
1116
1257
|
const PaperClipIcon_1 = __importDefault(require("@heroicons/react/24/outline/PaperClipIcon"));
|
|
1117
1258
|
exports.PaperClipIconOutline = (0, react_1.forwardRef)(function PaperClipIconOutline(_a, ref) {
|
|
1118
1259
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1119
|
-
return (0, jsx_runtime_1.jsx)(PaperClipIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1260
|
+
return (0, jsx_runtime_1.jsx)(PaperClipIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1120
1261
|
});
|
|
1121
1262
|
const PauseCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/PauseCircleIcon"));
|
|
1122
1263
|
exports.PauseCircleIconOutline = (0, react_1.forwardRef)(function PauseCircleIconOutline(_a, ref) {
|
|
1123
1264
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1124
|
-
return (0, jsx_runtime_1.jsx)(PauseCircleIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1265
|
+
return (0, jsx_runtime_1.jsx)(PauseCircleIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1125
1266
|
});
|
|
1126
1267
|
const PauseIcon_1 = __importDefault(require("@heroicons/react/24/outline/PauseIcon"));
|
|
1127
1268
|
exports.PauseIconOutline = (0, react_1.forwardRef)(function PauseIconOutline(_a, ref) {
|
|
1128
1269
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1129
|
-
return (0, jsx_runtime_1.jsx)(PauseIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1270
|
+
return (0, jsx_runtime_1.jsx)(PauseIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1130
1271
|
});
|
|
1131
1272
|
const PencilSquareIcon_1 = __importDefault(require("@heroicons/react/24/outline/PencilSquareIcon"));
|
|
1132
1273
|
exports.PencilSquareIconOutline = (0, react_1.forwardRef)(function PencilSquareIconOutline(_a, ref) {
|
|
1133
1274
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1134
|
-
return (0, jsx_runtime_1.jsx)(PencilSquareIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1275
|
+
return (0, jsx_runtime_1.jsx)(PencilSquareIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1135
1276
|
});
|
|
1136
1277
|
const PencilIcon_1 = __importDefault(require("@heroicons/react/24/outline/PencilIcon"));
|
|
1137
1278
|
exports.PencilIconOutline = (0, react_1.forwardRef)(function PencilIconOutline(_a, ref) {
|
|
1138
1279
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1139
|
-
return (0, jsx_runtime_1.jsx)(PencilIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1280
|
+
return (0, jsx_runtime_1.jsx)(PencilIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1281
|
+
});
|
|
1282
|
+
const PercentBadgeIcon_1 = __importDefault(require("@heroicons/react/24/outline/PercentBadgeIcon"));
|
|
1283
|
+
exports.PercentBadgeIconOutline = (0, react_1.forwardRef)(function PercentBadgeIconOutline(_a, ref) {
|
|
1284
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1285
|
+
return (0, jsx_runtime_1.jsx)(PercentBadgeIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1140
1286
|
});
|
|
1141
1287
|
const PhoneArrowDownLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/PhoneArrowDownLeftIcon"));
|
|
1142
1288
|
exports.PhoneArrowDownLeftIconOutline = (0, react_1.forwardRef)(function PhoneArrowDownLeftIconOutline(_a, ref) {
|
|
1143
1289
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1144
|
-
return (0, jsx_runtime_1.jsx)(PhoneArrowDownLeftIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1290
|
+
return (0, jsx_runtime_1.jsx)(PhoneArrowDownLeftIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1145
1291
|
});
|
|
1146
1292
|
const PhoneArrowUpRightIcon_1 = __importDefault(require("@heroicons/react/24/outline/PhoneArrowUpRightIcon"));
|
|
1147
1293
|
exports.PhoneArrowUpRightIconOutline = (0, react_1.forwardRef)(function PhoneArrowUpRightIconOutline(_a, ref) {
|
|
1148
1294
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1149
|
-
return (0, jsx_runtime_1.jsx)(PhoneArrowUpRightIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1295
|
+
return (0, jsx_runtime_1.jsx)(PhoneArrowUpRightIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1150
1296
|
});
|
|
1151
1297
|
const PhoneXMarkIcon_1 = __importDefault(require("@heroicons/react/24/outline/PhoneXMarkIcon"));
|
|
1152
1298
|
exports.PhoneXMarkIconOutline = (0, react_1.forwardRef)(function PhoneXMarkIconOutline(_a, ref) {
|
|
1153
1299
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1154
|
-
return (0, jsx_runtime_1.jsx)(PhoneXMarkIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1300
|
+
return (0, jsx_runtime_1.jsx)(PhoneXMarkIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1155
1301
|
});
|
|
1156
1302
|
const PhoneIcon_1 = __importDefault(require("@heroicons/react/24/outline/PhoneIcon"));
|
|
1157
1303
|
exports.PhoneIconOutline = (0, react_1.forwardRef)(function PhoneIconOutline(_a, ref) {
|
|
1158
1304
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1159
|
-
return (0, jsx_runtime_1.jsx)(PhoneIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1305
|
+
return (0, jsx_runtime_1.jsx)(PhoneIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1160
1306
|
});
|
|
1161
1307
|
const PhotoIcon_1 = __importDefault(require("@heroicons/react/24/outline/PhotoIcon"));
|
|
1162
1308
|
exports.PhotoIconOutline = (0, react_1.forwardRef)(function PhotoIconOutline(_a, ref) {
|
|
1163
1309
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1164
|
-
return (0, jsx_runtime_1.jsx)(PhotoIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1310
|
+
return (0, jsx_runtime_1.jsx)(PhotoIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1165
1311
|
});
|
|
1166
1312
|
const PlayCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/PlayCircleIcon"));
|
|
1167
1313
|
exports.PlayCircleIconOutline = (0, react_1.forwardRef)(function PlayCircleIconOutline(_a, ref) {
|
|
1168
1314
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1169
|
-
return (0, jsx_runtime_1.jsx)(PlayCircleIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1315
|
+
return (0, jsx_runtime_1.jsx)(PlayCircleIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1170
1316
|
});
|
|
1171
1317
|
const PlayPauseIcon_1 = __importDefault(require("@heroicons/react/24/outline/PlayPauseIcon"));
|
|
1172
1318
|
exports.PlayPauseIconOutline = (0, react_1.forwardRef)(function PlayPauseIconOutline(_a, ref) {
|
|
1173
1319
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1174
|
-
return (0, jsx_runtime_1.jsx)(PlayPauseIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1320
|
+
return (0, jsx_runtime_1.jsx)(PlayPauseIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1175
1321
|
});
|
|
1176
1322
|
const PlayIcon_1 = __importDefault(require("@heroicons/react/24/outline/PlayIcon"));
|
|
1177
1323
|
exports.PlayIconOutline = (0, react_1.forwardRef)(function PlayIconOutline(_a, ref) {
|
|
1178
1324
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1179
|
-
return (0, jsx_runtime_1.jsx)(PlayIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1325
|
+
return (0, jsx_runtime_1.jsx)(PlayIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1180
1326
|
});
|
|
1181
1327
|
const PlusCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/PlusCircleIcon"));
|
|
1182
1328
|
exports.PlusCircleIconOutline = (0, react_1.forwardRef)(function PlusCircleIconOutline(_a, ref) {
|
|
1183
1329
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1184
|
-
return (0, jsx_runtime_1.jsx)(PlusCircleIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1330
|
+
return (0, jsx_runtime_1.jsx)(PlusCircleIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1185
1331
|
});
|
|
1186
1332
|
const PlusSmallIcon_1 = __importDefault(require("@heroicons/react/24/outline/PlusSmallIcon"));
|
|
1187
1333
|
exports.PlusSmallIconOutline = (0, react_1.forwardRef)(function PlusSmallIconOutline(_a, ref) {
|
|
1188
1334
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1189
|
-
return (0, jsx_runtime_1.jsx)(PlusSmallIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1335
|
+
return (0, jsx_runtime_1.jsx)(PlusSmallIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1190
1336
|
});
|
|
1191
1337
|
const PlusIcon_1 = __importDefault(require("@heroicons/react/24/outline/PlusIcon"));
|
|
1192
1338
|
exports.PlusIconOutline = (0, react_1.forwardRef)(function PlusIconOutline(_a, ref) {
|
|
1193
1339
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1194
|
-
return (0, jsx_runtime_1.jsx)(PlusIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1340
|
+
return (0, jsx_runtime_1.jsx)(PlusIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1195
1341
|
});
|
|
1196
1342
|
const PowerIcon_1 = __importDefault(require("@heroicons/react/24/outline/PowerIcon"));
|
|
1197
1343
|
exports.PowerIconOutline = (0, react_1.forwardRef)(function PowerIconOutline(_a, ref) {
|
|
1198
1344
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1199
|
-
return (0, jsx_runtime_1.jsx)(PowerIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1345
|
+
return (0, jsx_runtime_1.jsx)(PowerIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1200
1346
|
});
|
|
1201
1347
|
const PresentationChartBarIcon_1 = __importDefault(require("@heroicons/react/24/outline/PresentationChartBarIcon"));
|
|
1202
1348
|
exports.PresentationChartBarIconOutline = (0, react_1.forwardRef)(function PresentationChartBarIconOutline(_a, ref) {
|
|
1203
1349
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1204
|
-
return (0, jsx_runtime_1.jsx)(PresentationChartBarIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1350
|
+
return (0, jsx_runtime_1.jsx)(PresentationChartBarIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1205
1351
|
});
|
|
1206
1352
|
const PresentationChartLineIcon_1 = __importDefault(require("@heroicons/react/24/outline/PresentationChartLineIcon"));
|
|
1207
1353
|
exports.PresentationChartLineIconOutline = (0, react_1.forwardRef)(function PresentationChartLineIconOutline(_a, ref) {
|
|
1208
1354
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1209
|
-
return (0, jsx_runtime_1.jsx)(PresentationChartLineIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1355
|
+
return (0, jsx_runtime_1.jsx)(PresentationChartLineIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1210
1356
|
});
|
|
1211
1357
|
const PrinterIcon_1 = __importDefault(require("@heroicons/react/24/outline/PrinterIcon"));
|
|
1212
1358
|
exports.PrinterIconOutline = (0, react_1.forwardRef)(function PrinterIconOutline(_a, ref) {
|
|
1213
1359
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1214
|
-
return (0, jsx_runtime_1.jsx)(PrinterIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1360
|
+
return (0, jsx_runtime_1.jsx)(PrinterIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1215
1361
|
});
|
|
1216
1362
|
const PuzzlePieceIcon_1 = __importDefault(require("@heroicons/react/24/outline/PuzzlePieceIcon"));
|
|
1217
1363
|
exports.PuzzlePieceIconOutline = (0, react_1.forwardRef)(function PuzzlePieceIconOutline(_a, ref) {
|
|
1218
1364
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1219
|
-
return (0, jsx_runtime_1.jsx)(PuzzlePieceIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1365
|
+
return (0, jsx_runtime_1.jsx)(PuzzlePieceIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1220
1366
|
});
|
|
1221
1367
|
const QrCodeIcon_1 = __importDefault(require("@heroicons/react/24/outline/QrCodeIcon"));
|
|
1222
1368
|
exports.QrCodeIconOutline = (0, react_1.forwardRef)(function QrCodeIconOutline(_a, ref) {
|
|
1223
1369
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1224
|
-
return (0, jsx_runtime_1.jsx)(QrCodeIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1370
|
+
return (0, jsx_runtime_1.jsx)(QrCodeIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1225
1371
|
});
|
|
1226
1372
|
const QuestionMarkCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/QuestionMarkCircleIcon"));
|
|
1227
1373
|
exports.QuestionMarkCircleIconOutline = (0, react_1.forwardRef)(function QuestionMarkCircleIconOutline(_a, ref) {
|
|
1228
1374
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1229
|
-
return (0, jsx_runtime_1.jsx)(QuestionMarkCircleIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1375
|
+
return (0, jsx_runtime_1.jsx)(QuestionMarkCircleIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1230
1376
|
});
|
|
1231
1377
|
const QueueListIcon_1 = __importDefault(require("@heroicons/react/24/outline/QueueListIcon"));
|
|
1232
1378
|
exports.QueueListIconOutline = (0, react_1.forwardRef)(function QueueListIconOutline(_a, ref) {
|
|
1233
1379
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1234
|
-
return (0, jsx_runtime_1.jsx)(QueueListIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1380
|
+
return (0, jsx_runtime_1.jsx)(QueueListIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1235
1381
|
});
|
|
1236
1382
|
const RadioIcon_1 = __importDefault(require("@heroicons/react/24/outline/RadioIcon"));
|
|
1237
1383
|
exports.RadioIconOutline = (0, react_1.forwardRef)(function RadioIconOutline(_a, ref) {
|
|
1238
1384
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1239
|
-
return (0, jsx_runtime_1.jsx)(RadioIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1385
|
+
return (0, jsx_runtime_1.jsx)(RadioIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1240
1386
|
});
|
|
1241
1387
|
const ReceiptPercentIcon_1 = __importDefault(require("@heroicons/react/24/outline/ReceiptPercentIcon"));
|
|
1242
1388
|
exports.ReceiptPercentIconOutline = (0, react_1.forwardRef)(function ReceiptPercentIconOutline(_a, ref) {
|
|
1243
1389
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1244
|
-
return (0, jsx_runtime_1.jsx)(ReceiptPercentIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1390
|
+
return (0, jsx_runtime_1.jsx)(ReceiptPercentIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1245
1391
|
});
|
|
1246
1392
|
const ReceiptRefundIcon_1 = __importDefault(require("@heroicons/react/24/outline/ReceiptRefundIcon"));
|
|
1247
1393
|
exports.ReceiptRefundIconOutline = (0, react_1.forwardRef)(function ReceiptRefundIconOutline(_a, ref) {
|
|
1248
1394
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1249
|
-
return (0, jsx_runtime_1.jsx)(ReceiptRefundIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1395
|
+
return (0, jsx_runtime_1.jsx)(ReceiptRefundIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1250
1396
|
});
|
|
1251
1397
|
const RectangleGroupIcon_1 = __importDefault(require("@heroicons/react/24/outline/RectangleGroupIcon"));
|
|
1252
1398
|
exports.RectangleGroupIconOutline = (0, react_1.forwardRef)(function RectangleGroupIconOutline(_a, ref) {
|
|
1253
1399
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1254
|
-
return (0, jsx_runtime_1.jsx)(RectangleGroupIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1400
|
+
return (0, jsx_runtime_1.jsx)(RectangleGroupIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1255
1401
|
});
|
|
1256
1402
|
const RectangleStackIcon_1 = __importDefault(require("@heroicons/react/24/outline/RectangleStackIcon"));
|
|
1257
1403
|
exports.RectangleStackIconOutline = (0, react_1.forwardRef)(function RectangleStackIconOutline(_a, ref) {
|
|
1258
1404
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1259
|
-
return (0, jsx_runtime_1.jsx)(RectangleStackIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1405
|
+
return (0, jsx_runtime_1.jsx)(RectangleStackIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1260
1406
|
});
|
|
1261
1407
|
const RocketLaunchIcon_1 = __importDefault(require("@heroicons/react/24/outline/RocketLaunchIcon"));
|
|
1262
1408
|
exports.RocketLaunchIconOutline = (0, react_1.forwardRef)(function RocketLaunchIconOutline(_a, ref) {
|
|
1263
1409
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1264
|
-
return (0, jsx_runtime_1.jsx)(RocketLaunchIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1410
|
+
return (0, jsx_runtime_1.jsx)(RocketLaunchIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1265
1411
|
});
|
|
1266
1412
|
const RssIcon_1 = __importDefault(require("@heroicons/react/24/outline/RssIcon"));
|
|
1267
1413
|
exports.RssIconOutline = (0, react_1.forwardRef)(function RssIconOutline(_a, ref) {
|
|
1268
1414
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1269
|
-
return (0, jsx_runtime_1.jsx)(RssIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1415
|
+
return (0, jsx_runtime_1.jsx)(RssIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1270
1416
|
});
|
|
1271
1417
|
const ScaleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ScaleIcon"));
|
|
1272
1418
|
exports.ScaleIconOutline = (0, react_1.forwardRef)(function ScaleIconOutline(_a, ref) {
|
|
1273
1419
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1274
|
-
return (0, jsx_runtime_1.jsx)(ScaleIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1420
|
+
return (0, jsx_runtime_1.jsx)(ScaleIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1275
1421
|
});
|
|
1276
1422
|
const ScissorsIcon_1 = __importDefault(require("@heroicons/react/24/outline/ScissorsIcon"));
|
|
1277
1423
|
exports.ScissorsIconOutline = (0, react_1.forwardRef)(function ScissorsIconOutline(_a, ref) {
|
|
1278
1424
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1279
|
-
return (0, jsx_runtime_1.jsx)(ScissorsIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1425
|
+
return (0, jsx_runtime_1.jsx)(ScissorsIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1280
1426
|
});
|
|
1281
1427
|
const ServerStackIcon_1 = __importDefault(require("@heroicons/react/24/outline/ServerStackIcon"));
|
|
1282
1428
|
exports.ServerStackIconOutline = (0, react_1.forwardRef)(function ServerStackIconOutline(_a, ref) {
|
|
1283
1429
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1284
|
-
return (0, jsx_runtime_1.jsx)(ServerStackIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1430
|
+
return (0, jsx_runtime_1.jsx)(ServerStackIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1285
1431
|
});
|
|
1286
1432
|
const ServerIcon_1 = __importDefault(require("@heroicons/react/24/outline/ServerIcon"));
|
|
1287
1433
|
exports.ServerIconOutline = (0, react_1.forwardRef)(function ServerIconOutline(_a, ref) {
|
|
1288
1434
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1289
|
-
return (0, jsx_runtime_1.jsx)(ServerIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1435
|
+
return (0, jsx_runtime_1.jsx)(ServerIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1290
1436
|
});
|
|
1291
1437
|
const ShareIcon_1 = __importDefault(require("@heroicons/react/24/outline/ShareIcon"));
|
|
1292
1438
|
exports.ShareIconOutline = (0, react_1.forwardRef)(function ShareIconOutline(_a, ref) {
|
|
1293
1439
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1294
|
-
return (0, jsx_runtime_1.jsx)(ShareIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1440
|
+
return (0, jsx_runtime_1.jsx)(ShareIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1295
1441
|
});
|
|
1296
1442
|
const ShieldCheckIcon_1 = __importDefault(require("@heroicons/react/24/outline/ShieldCheckIcon"));
|
|
1297
1443
|
exports.ShieldCheckIconOutline = (0, react_1.forwardRef)(function ShieldCheckIconOutline(_a, ref) {
|
|
1298
1444
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1299
|
-
return (0, jsx_runtime_1.jsx)(ShieldCheckIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1445
|
+
return (0, jsx_runtime_1.jsx)(ShieldCheckIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1300
1446
|
});
|
|
1301
1447
|
const ShieldExclamationIcon_1 = __importDefault(require("@heroicons/react/24/outline/ShieldExclamationIcon"));
|
|
1302
1448
|
exports.ShieldExclamationIconOutline = (0, react_1.forwardRef)(function ShieldExclamationIconOutline(_a, ref) {
|
|
1303
1449
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1304
|
-
return (0, jsx_runtime_1.jsx)(ShieldExclamationIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1450
|
+
return (0, jsx_runtime_1.jsx)(ShieldExclamationIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1305
1451
|
});
|
|
1306
1452
|
const ShoppingBagIcon_1 = __importDefault(require("@heroicons/react/24/outline/ShoppingBagIcon"));
|
|
1307
1453
|
exports.ShoppingBagIconOutline = (0, react_1.forwardRef)(function ShoppingBagIconOutline(_a, ref) {
|
|
1308
1454
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1309
|
-
return (0, jsx_runtime_1.jsx)(ShoppingBagIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1455
|
+
return (0, jsx_runtime_1.jsx)(ShoppingBagIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1310
1456
|
});
|
|
1311
1457
|
const ShoppingCartIcon_1 = __importDefault(require("@heroicons/react/24/outline/ShoppingCartIcon"));
|
|
1312
1458
|
exports.ShoppingCartIconOutline = (0, react_1.forwardRef)(function ShoppingCartIconOutline(_a, ref) {
|
|
1313
1459
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1314
|
-
return (0, jsx_runtime_1.jsx)(ShoppingCartIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1460
|
+
return (0, jsx_runtime_1.jsx)(ShoppingCartIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1315
1461
|
});
|
|
1316
1462
|
const SignalSlashIcon_1 = __importDefault(require("@heroicons/react/24/outline/SignalSlashIcon"));
|
|
1317
1463
|
exports.SignalSlashIconOutline = (0, react_1.forwardRef)(function SignalSlashIconOutline(_a, ref) {
|
|
1318
1464
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1319
|
-
return (0, jsx_runtime_1.jsx)(SignalSlashIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1465
|
+
return (0, jsx_runtime_1.jsx)(SignalSlashIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1320
1466
|
});
|
|
1321
1467
|
const SignalIcon_1 = __importDefault(require("@heroicons/react/24/outline/SignalIcon"));
|
|
1322
1468
|
exports.SignalIconOutline = (0, react_1.forwardRef)(function SignalIconOutline(_a, ref) {
|
|
1323
1469
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1324
|
-
return (0, jsx_runtime_1.jsx)(SignalIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1470
|
+
return (0, jsx_runtime_1.jsx)(SignalIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1471
|
+
});
|
|
1472
|
+
const SlashIcon_1 = __importDefault(require("@heroicons/react/24/outline/SlashIcon"));
|
|
1473
|
+
exports.SlashIconOutline = (0, react_1.forwardRef)(function SlashIconOutline(_a, ref) {
|
|
1474
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1475
|
+
return (0, jsx_runtime_1.jsx)(SlashIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1325
1476
|
});
|
|
1326
1477
|
const SparklesIcon_1 = __importDefault(require("@heroicons/react/24/outline/SparklesIcon"));
|
|
1327
1478
|
exports.SparklesIconOutline = (0, react_1.forwardRef)(function SparklesIconOutline(_a, ref) {
|
|
1328
1479
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1329
|
-
return (0, jsx_runtime_1.jsx)(SparklesIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1480
|
+
return (0, jsx_runtime_1.jsx)(SparklesIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1330
1481
|
});
|
|
1331
1482
|
const SpeakerWaveIcon_1 = __importDefault(require("@heroicons/react/24/outline/SpeakerWaveIcon"));
|
|
1332
1483
|
exports.SpeakerWaveIconOutline = (0, react_1.forwardRef)(function SpeakerWaveIconOutline(_a, ref) {
|
|
1333
1484
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1334
|
-
return (0, jsx_runtime_1.jsx)(SpeakerWaveIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1485
|
+
return (0, jsx_runtime_1.jsx)(SpeakerWaveIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1335
1486
|
});
|
|
1336
1487
|
const SpeakerXMarkIcon_1 = __importDefault(require("@heroicons/react/24/outline/SpeakerXMarkIcon"));
|
|
1337
1488
|
exports.SpeakerXMarkIconOutline = (0, react_1.forwardRef)(function SpeakerXMarkIconOutline(_a, ref) {
|
|
1338
1489
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1339
|
-
return (0, jsx_runtime_1.jsx)(SpeakerXMarkIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1490
|
+
return (0, jsx_runtime_1.jsx)(SpeakerXMarkIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1340
1491
|
});
|
|
1341
1492
|
const Square2StackIcon_1 = __importDefault(require("@heroicons/react/24/outline/Square2StackIcon"));
|
|
1342
1493
|
exports.Square2StackIconOutline = (0, react_1.forwardRef)(function Square2StackIconOutline(_a, ref) {
|
|
1343
1494
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1344
|
-
return (0, jsx_runtime_1.jsx)(Square2StackIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1495
|
+
return (0, jsx_runtime_1.jsx)(Square2StackIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1345
1496
|
});
|
|
1346
1497
|
const Square3Stack3DIcon_1 = __importDefault(require("@heroicons/react/24/outline/Square3Stack3DIcon"));
|
|
1347
1498
|
exports.Square3Stack3DIconOutline = (0, react_1.forwardRef)(function Square3Stack3DIconOutline(_a, ref) {
|
|
1348
1499
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1349
|
-
return (0, jsx_runtime_1.jsx)(Square3Stack3DIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1500
|
+
return (0, jsx_runtime_1.jsx)(Square3Stack3DIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1350
1501
|
});
|
|
1351
1502
|
const Squares2X2Icon_1 = __importDefault(require("@heroicons/react/24/outline/Squares2X2Icon"));
|
|
1352
1503
|
exports.Squares2X2IconOutline = (0, react_1.forwardRef)(function Squares2X2IconOutline(_a, ref) {
|
|
1353
1504
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1354
|
-
return (0, jsx_runtime_1.jsx)(Squares2X2Icon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1505
|
+
return (0, jsx_runtime_1.jsx)(Squares2X2Icon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1355
1506
|
});
|
|
1356
1507
|
const SquaresPlusIcon_1 = __importDefault(require("@heroicons/react/24/outline/SquaresPlusIcon"));
|
|
1357
1508
|
exports.SquaresPlusIconOutline = (0, react_1.forwardRef)(function SquaresPlusIconOutline(_a, ref) {
|
|
1358
1509
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1359
|
-
return (0, jsx_runtime_1.jsx)(SquaresPlusIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1510
|
+
return (0, jsx_runtime_1.jsx)(SquaresPlusIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1360
1511
|
});
|
|
1361
1512
|
const StarIcon_1 = __importDefault(require("@heroicons/react/24/outline/StarIcon"));
|
|
1362
1513
|
exports.StarIconOutline = (0, react_1.forwardRef)(function StarIconOutline(_a, ref) {
|
|
1363
1514
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1364
|
-
return (0, jsx_runtime_1.jsx)(StarIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1515
|
+
return (0, jsx_runtime_1.jsx)(StarIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1365
1516
|
});
|
|
1366
1517
|
const StopCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/StopCircleIcon"));
|
|
1367
1518
|
exports.StopCircleIconOutline = (0, react_1.forwardRef)(function StopCircleIconOutline(_a, ref) {
|
|
1368
1519
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1369
|
-
return (0, jsx_runtime_1.jsx)(StopCircleIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1520
|
+
return (0, jsx_runtime_1.jsx)(StopCircleIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1370
1521
|
});
|
|
1371
1522
|
const StopIcon_1 = __importDefault(require("@heroicons/react/24/outline/StopIcon"));
|
|
1372
1523
|
exports.StopIconOutline = (0, react_1.forwardRef)(function StopIconOutline(_a, ref) {
|
|
1373
1524
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1374
|
-
return (0, jsx_runtime_1.jsx)(StopIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1525
|
+
return (0, jsx_runtime_1.jsx)(StopIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1526
|
+
});
|
|
1527
|
+
const StrikethroughIcon_1 = __importDefault(require("@heroicons/react/24/outline/StrikethroughIcon"));
|
|
1528
|
+
exports.StrikethroughIconOutline = (0, react_1.forwardRef)(function StrikethroughIconOutline(_a, ref) {
|
|
1529
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1530
|
+
return (0, jsx_runtime_1.jsx)(StrikethroughIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1375
1531
|
});
|
|
1376
1532
|
const SunIcon_1 = __importDefault(require("@heroicons/react/24/outline/SunIcon"));
|
|
1377
1533
|
exports.SunIconOutline = (0, react_1.forwardRef)(function SunIconOutline(_a, ref) {
|
|
1378
1534
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1379
|
-
return (0, jsx_runtime_1.jsx)(SunIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1535
|
+
return (0, jsx_runtime_1.jsx)(SunIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1380
1536
|
});
|
|
1381
1537
|
const SwatchIcon_1 = __importDefault(require("@heroicons/react/24/outline/SwatchIcon"));
|
|
1382
1538
|
exports.SwatchIconOutline = (0, react_1.forwardRef)(function SwatchIconOutline(_a, ref) {
|
|
1383
1539
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1384
|
-
return (0, jsx_runtime_1.jsx)(SwatchIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1540
|
+
return (0, jsx_runtime_1.jsx)(SwatchIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1385
1541
|
});
|
|
1386
1542
|
const TableCellsIcon_1 = __importDefault(require("@heroicons/react/24/outline/TableCellsIcon"));
|
|
1387
1543
|
exports.TableCellsIconOutline = (0, react_1.forwardRef)(function TableCellsIconOutline(_a, ref) {
|
|
1388
1544
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1389
|
-
return (0, jsx_runtime_1.jsx)(TableCellsIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1545
|
+
return (0, jsx_runtime_1.jsx)(TableCellsIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1390
1546
|
});
|
|
1391
1547
|
const TagIcon_1 = __importDefault(require("@heroicons/react/24/outline/TagIcon"));
|
|
1392
1548
|
exports.TagIconOutline = (0, react_1.forwardRef)(function TagIconOutline(_a, ref) {
|
|
1393
1549
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1394
|
-
return (0, jsx_runtime_1.jsx)(TagIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1550
|
+
return (0, jsx_runtime_1.jsx)(TagIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1395
1551
|
});
|
|
1396
1552
|
const TicketIcon_1 = __importDefault(require("@heroicons/react/24/outline/TicketIcon"));
|
|
1397
1553
|
exports.TicketIconOutline = (0, react_1.forwardRef)(function TicketIconOutline(_a, ref) {
|
|
1398
1554
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1399
|
-
return (0, jsx_runtime_1.jsx)(TicketIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1555
|
+
return (0, jsx_runtime_1.jsx)(TicketIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1400
1556
|
});
|
|
1401
1557
|
const TrashIcon_1 = __importDefault(require("@heroicons/react/24/outline/TrashIcon"));
|
|
1402
1558
|
exports.TrashIconOutline = (0, react_1.forwardRef)(function TrashIconOutline(_a, ref) {
|
|
1403
1559
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1404
|
-
return (0, jsx_runtime_1.jsx)(TrashIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1560
|
+
return (0, jsx_runtime_1.jsx)(TrashIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1405
1561
|
});
|
|
1406
1562
|
const TrophyIcon_1 = __importDefault(require("@heroicons/react/24/outline/TrophyIcon"));
|
|
1407
1563
|
exports.TrophyIconOutline = (0, react_1.forwardRef)(function TrophyIconOutline(_a, ref) {
|
|
1408
1564
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1409
|
-
return (0, jsx_runtime_1.jsx)(TrophyIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1565
|
+
return (0, jsx_runtime_1.jsx)(TrophyIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1410
1566
|
});
|
|
1411
1567
|
const TruckIcon_1 = __importDefault(require("@heroicons/react/24/outline/TruckIcon"));
|
|
1412
1568
|
exports.TruckIconOutline = (0, react_1.forwardRef)(function TruckIconOutline(_a, ref) {
|
|
1413
1569
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1414
|
-
return (0, jsx_runtime_1.jsx)(TruckIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1570
|
+
return (0, jsx_runtime_1.jsx)(TruckIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1415
1571
|
});
|
|
1416
1572
|
const TvIcon_1 = __importDefault(require("@heroicons/react/24/outline/TvIcon"));
|
|
1417
1573
|
exports.TvIconOutline = (0, react_1.forwardRef)(function TvIconOutline(_a, ref) {
|
|
1418
1574
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1419
|
-
return (0, jsx_runtime_1.jsx)(TvIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1575
|
+
return (0, jsx_runtime_1.jsx)(TvIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1576
|
+
});
|
|
1577
|
+
const UnderlineIcon_1 = __importDefault(require("@heroicons/react/24/outline/UnderlineIcon"));
|
|
1578
|
+
exports.UnderlineIconOutline = (0, react_1.forwardRef)(function UnderlineIconOutline(_a, ref) {
|
|
1579
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1580
|
+
return (0, jsx_runtime_1.jsx)(UnderlineIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1420
1581
|
});
|
|
1421
1582
|
const UserCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/UserCircleIcon"));
|
|
1422
1583
|
exports.UserCircleIconOutline = (0, react_1.forwardRef)(function UserCircleIconOutline(_a, ref) {
|
|
1423
1584
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1424
|
-
return (0, jsx_runtime_1.jsx)(UserCircleIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1585
|
+
return (0, jsx_runtime_1.jsx)(UserCircleIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1425
1586
|
});
|
|
1426
1587
|
const UserGroupIcon_1 = __importDefault(require("@heroicons/react/24/outline/UserGroupIcon"));
|
|
1427
1588
|
exports.UserGroupIconOutline = (0, react_1.forwardRef)(function UserGroupIconOutline(_a, ref) {
|
|
1428
1589
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1429
|
-
return (0, jsx_runtime_1.jsx)(UserGroupIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1590
|
+
return (0, jsx_runtime_1.jsx)(UserGroupIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1430
1591
|
});
|
|
1431
1592
|
const UserMinusIcon_1 = __importDefault(require("@heroicons/react/24/outline/UserMinusIcon"));
|
|
1432
1593
|
exports.UserMinusIconOutline = (0, react_1.forwardRef)(function UserMinusIconOutline(_a, ref) {
|
|
1433
1594
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1434
|
-
return (0, jsx_runtime_1.jsx)(UserMinusIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1595
|
+
return (0, jsx_runtime_1.jsx)(UserMinusIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1435
1596
|
});
|
|
1436
1597
|
const UserPlusIcon_1 = __importDefault(require("@heroicons/react/24/outline/UserPlusIcon"));
|
|
1437
1598
|
exports.UserPlusIconOutline = (0, react_1.forwardRef)(function UserPlusIconOutline(_a, ref) {
|
|
1438
1599
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1439
|
-
return (0, jsx_runtime_1.jsx)(UserPlusIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1600
|
+
return (0, jsx_runtime_1.jsx)(UserPlusIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1440
1601
|
});
|
|
1441
1602
|
const UserIcon_1 = __importDefault(require("@heroicons/react/24/outline/UserIcon"));
|
|
1442
1603
|
exports.UserIconOutline = (0, react_1.forwardRef)(function UserIconOutline(_a, ref) {
|
|
1443
1604
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1444
|
-
return (0, jsx_runtime_1.jsx)(UserIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1605
|
+
return (0, jsx_runtime_1.jsx)(UserIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1445
1606
|
});
|
|
1446
1607
|
const UsersIcon_1 = __importDefault(require("@heroicons/react/24/outline/UsersIcon"));
|
|
1447
1608
|
exports.UsersIconOutline = (0, react_1.forwardRef)(function UsersIconOutline(_a, ref) {
|
|
1448
1609
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1449
|
-
return (0, jsx_runtime_1.jsx)(UsersIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1610
|
+
return (0, jsx_runtime_1.jsx)(UsersIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1450
1611
|
});
|
|
1451
1612
|
const VariableIcon_1 = __importDefault(require("@heroicons/react/24/outline/VariableIcon"));
|
|
1452
1613
|
exports.VariableIconOutline = (0, react_1.forwardRef)(function VariableIconOutline(_a, ref) {
|
|
1453
1614
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1454
|
-
return (0, jsx_runtime_1.jsx)(VariableIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1615
|
+
return (0, jsx_runtime_1.jsx)(VariableIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1455
1616
|
});
|
|
1456
1617
|
const VideoCameraSlashIcon_1 = __importDefault(require("@heroicons/react/24/outline/VideoCameraSlashIcon"));
|
|
1457
1618
|
exports.VideoCameraSlashIconOutline = (0, react_1.forwardRef)(function VideoCameraSlashIconOutline(_a, ref) {
|
|
1458
1619
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1459
|
-
return (0, jsx_runtime_1.jsx)(VideoCameraSlashIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1620
|
+
return (0, jsx_runtime_1.jsx)(VideoCameraSlashIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1460
1621
|
});
|
|
1461
1622
|
const VideoCameraIcon_1 = __importDefault(require("@heroicons/react/24/outline/VideoCameraIcon"));
|
|
1462
1623
|
exports.VideoCameraIconOutline = (0, react_1.forwardRef)(function VideoCameraIconOutline(_a, ref) {
|
|
1463
1624
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1464
|
-
return (0, jsx_runtime_1.jsx)(VideoCameraIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1625
|
+
return (0, jsx_runtime_1.jsx)(VideoCameraIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1465
1626
|
});
|
|
1466
1627
|
const ViewColumnsIcon_1 = __importDefault(require("@heroicons/react/24/outline/ViewColumnsIcon"));
|
|
1467
1628
|
exports.ViewColumnsIconOutline = (0, react_1.forwardRef)(function ViewColumnsIconOutline(_a, ref) {
|
|
1468
1629
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1469
|
-
return (0, jsx_runtime_1.jsx)(ViewColumnsIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1630
|
+
return (0, jsx_runtime_1.jsx)(ViewColumnsIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1470
1631
|
});
|
|
1471
1632
|
const ViewfinderCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ViewfinderCircleIcon"));
|
|
1472
1633
|
exports.ViewfinderCircleIconOutline = (0, react_1.forwardRef)(function ViewfinderCircleIconOutline(_a, ref) {
|
|
1473
1634
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1474
|
-
return (0, jsx_runtime_1.jsx)(ViewfinderCircleIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1635
|
+
return (0, jsx_runtime_1.jsx)(ViewfinderCircleIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1475
1636
|
});
|
|
1476
1637
|
const WalletIcon_1 = __importDefault(require("@heroicons/react/24/outline/WalletIcon"));
|
|
1477
1638
|
exports.WalletIconOutline = (0, react_1.forwardRef)(function WalletIconOutline(_a, ref) {
|
|
1478
1639
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1479
|
-
return (0, jsx_runtime_1.jsx)(WalletIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1640
|
+
return (0, jsx_runtime_1.jsx)(WalletIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1480
1641
|
});
|
|
1481
1642
|
const WifiIcon_1 = __importDefault(require("@heroicons/react/24/outline/WifiIcon"));
|
|
1482
1643
|
exports.WifiIconOutline = (0, react_1.forwardRef)(function WifiIconOutline(_a, ref) {
|
|
1483
1644
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1484
|
-
return (0, jsx_runtime_1.jsx)(WifiIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1645
|
+
return (0, jsx_runtime_1.jsx)(WifiIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1485
1646
|
});
|
|
1486
1647
|
const WindowIcon_1 = __importDefault(require("@heroicons/react/24/outline/WindowIcon"));
|
|
1487
1648
|
exports.WindowIconOutline = (0, react_1.forwardRef)(function WindowIconOutline(_a, ref) {
|
|
1488
1649
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1489
|
-
return (0, jsx_runtime_1.jsx)(WindowIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1650
|
+
return (0, jsx_runtime_1.jsx)(WindowIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1490
1651
|
});
|
|
1491
1652
|
const WrenchScrewdriverIcon_1 = __importDefault(require("@heroicons/react/24/outline/WrenchScrewdriverIcon"));
|
|
1492
1653
|
exports.WrenchScrewdriverIconOutline = (0, react_1.forwardRef)(function WrenchScrewdriverIconOutline(_a, ref) {
|
|
1493
1654
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1494
|
-
return (0, jsx_runtime_1.jsx)(WrenchScrewdriverIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1655
|
+
return (0, jsx_runtime_1.jsx)(WrenchScrewdriverIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1495
1656
|
});
|
|
1496
1657
|
const WrenchIcon_1 = __importDefault(require("@heroicons/react/24/outline/WrenchIcon"));
|
|
1497
1658
|
exports.WrenchIconOutline = (0, react_1.forwardRef)(function WrenchIconOutline(_a, ref) {
|
|
1498
1659
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1499
|
-
return (0, jsx_runtime_1.jsx)(WrenchIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1660
|
+
return (0, jsx_runtime_1.jsx)(WrenchIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1500
1661
|
});
|
|
1501
1662
|
const XCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/XCircleIcon"));
|
|
1502
1663
|
exports.XCircleIconOutline = (0, react_1.forwardRef)(function XCircleIconOutline(_a, ref) {
|
|
1503
1664
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1504
|
-
return (0, jsx_runtime_1.jsx)(XCircleIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1665
|
+
return (0, jsx_runtime_1.jsx)(XCircleIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1505
1666
|
});
|
|
1506
1667
|
const XMarkIcon_1 = __importDefault(require("@heroicons/react/24/outline/XMarkIcon"));
|
|
1507
1668
|
exports.XMarkIconOutline = (0, react_1.forwardRef)(function XMarkIconOutline(_a, ref) {
|
|
1508
1669
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1509
|
-
return (0, jsx_runtime_1.jsx)(XMarkIcon_1.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1670
|
+
return (0, jsx_runtime_1.jsx)(XMarkIcon_1.default, Object.assign({ width: "1em", height: "1em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1510
1671
|
});
|
|
1511
1672
|
const AcademicCapIcon_2 = __importDefault(require("@heroicons/react/24/solid/AcademicCapIcon"));
|
|
1512
1673
|
exports.AcademicCapIconSolid = (0, react_1.forwardRef)(function AcademicCapIconSolid(_a, ref) {
|
|
1513
1674
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1514
|
-
return (0, jsx_runtime_1.jsx)(AcademicCapIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1675
|
+
return (0, jsx_runtime_1.jsx)(AcademicCapIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1515
1676
|
});
|
|
1516
1677
|
const AdjustmentsHorizontalIcon_2 = __importDefault(require("@heroicons/react/24/solid/AdjustmentsHorizontalIcon"));
|
|
1517
1678
|
exports.AdjustmentsHorizontalIconSolid = (0, react_1.forwardRef)(function AdjustmentsHorizontalIconSolid(_a, ref) {
|
|
1518
1679
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1519
|
-
return (0, jsx_runtime_1.jsx)(AdjustmentsHorizontalIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1680
|
+
return (0, jsx_runtime_1.jsx)(AdjustmentsHorizontalIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1520
1681
|
});
|
|
1521
1682
|
const AdjustmentsVerticalIcon_2 = __importDefault(require("@heroicons/react/24/solid/AdjustmentsVerticalIcon"));
|
|
1522
1683
|
exports.AdjustmentsVerticalIconSolid = (0, react_1.forwardRef)(function AdjustmentsVerticalIconSolid(_a, ref) {
|
|
1523
1684
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1524
|
-
return (0, jsx_runtime_1.jsx)(AdjustmentsVerticalIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1685
|
+
return (0, jsx_runtime_1.jsx)(AdjustmentsVerticalIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1525
1686
|
});
|
|
1526
1687
|
const ArchiveBoxArrowDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArchiveBoxArrowDownIcon"));
|
|
1527
1688
|
exports.ArchiveBoxArrowDownIconSolid = (0, react_1.forwardRef)(function ArchiveBoxArrowDownIconSolid(_a, ref) {
|
|
1528
1689
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1529
|
-
return (0, jsx_runtime_1.jsx)(ArchiveBoxArrowDownIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1690
|
+
return (0, jsx_runtime_1.jsx)(ArchiveBoxArrowDownIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1530
1691
|
});
|
|
1531
1692
|
const ArchiveBoxXMarkIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArchiveBoxXMarkIcon"));
|
|
1532
1693
|
exports.ArchiveBoxXMarkIconSolid = (0, react_1.forwardRef)(function ArchiveBoxXMarkIconSolid(_a, ref) {
|
|
1533
1694
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1534
|
-
return (0, jsx_runtime_1.jsx)(ArchiveBoxXMarkIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1695
|
+
return (0, jsx_runtime_1.jsx)(ArchiveBoxXMarkIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1535
1696
|
});
|
|
1536
1697
|
const ArchiveBoxIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArchiveBoxIcon"));
|
|
1537
1698
|
exports.ArchiveBoxIconSolid = (0, react_1.forwardRef)(function ArchiveBoxIconSolid(_a, ref) {
|
|
1538
1699
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1539
|
-
return (0, jsx_runtime_1.jsx)(ArchiveBoxIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1700
|
+
return (0, jsx_runtime_1.jsx)(ArchiveBoxIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1540
1701
|
});
|
|
1541
1702
|
const ArrowDownCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowDownCircleIcon"));
|
|
1542
1703
|
exports.ArrowDownCircleIconSolid = (0, react_1.forwardRef)(function ArrowDownCircleIconSolid(_a, ref) {
|
|
1543
1704
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1544
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownCircleIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1705
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownCircleIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1545
1706
|
});
|
|
1546
1707
|
const ArrowDownLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowDownLeftIcon"));
|
|
1547
1708
|
exports.ArrowDownLeftIconSolid = (0, react_1.forwardRef)(function ArrowDownLeftIconSolid(_a, ref) {
|
|
1548
1709
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1549
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownLeftIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1710
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownLeftIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1550
1711
|
});
|
|
1551
1712
|
const ArrowDownOnSquareStackIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowDownOnSquareStackIcon"));
|
|
1552
1713
|
exports.ArrowDownOnSquareStackIconSolid = (0, react_1.forwardRef)(function ArrowDownOnSquareStackIconSolid(_a, ref) {
|
|
1553
1714
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1554
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownOnSquareStackIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1715
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownOnSquareStackIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1555
1716
|
});
|
|
1556
1717
|
const ArrowDownOnSquareIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowDownOnSquareIcon"));
|
|
1557
1718
|
exports.ArrowDownOnSquareIconSolid = (0, react_1.forwardRef)(function ArrowDownOnSquareIconSolid(_a, ref) {
|
|
1558
1719
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1559
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownOnSquareIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1720
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownOnSquareIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1560
1721
|
});
|
|
1561
1722
|
const ArrowDownRightIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowDownRightIcon"));
|
|
1562
1723
|
exports.ArrowDownRightIconSolid = (0, react_1.forwardRef)(function ArrowDownRightIconSolid(_a, ref) {
|
|
1563
1724
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1564
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownRightIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1725
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownRightIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1565
1726
|
});
|
|
1566
1727
|
const ArrowDownTrayIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowDownTrayIcon"));
|
|
1567
1728
|
exports.ArrowDownTrayIconSolid = (0, react_1.forwardRef)(function ArrowDownTrayIconSolid(_a, ref) {
|
|
1568
1729
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1569
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownTrayIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1730
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownTrayIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1570
1731
|
});
|
|
1571
1732
|
const ArrowDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowDownIcon"));
|
|
1572
1733
|
exports.ArrowDownIconSolid = (0, react_1.forwardRef)(function ArrowDownIconSolid(_a, ref) {
|
|
1573
1734
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1574
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1735
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1575
1736
|
});
|
|
1576
1737
|
const ArrowLeftCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowLeftCircleIcon"));
|
|
1577
1738
|
exports.ArrowLeftCircleIconSolid = (0, react_1.forwardRef)(function ArrowLeftCircleIconSolid(_a, ref) {
|
|
1578
1739
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1579
|
-
return (0, jsx_runtime_1.jsx)(ArrowLeftCircleIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1740
|
+
return (0, jsx_runtime_1.jsx)(ArrowLeftCircleIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1741
|
+
});
|
|
1742
|
+
const ArrowLeftEndOnRectangleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowLeftEndOnRectangleIcon"));
|
|
1743
|
+
exports.ArrowLeftEndOnRectangleIconSolid = (0, react_1.forwardRef)(function ArrowLeftEndOnRectangleIconSolid(_a, ref) {
|
|
1744
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1745
|
+
return (0, jsx_runtime_1.jsx)(ArrowLeftEndOnRectangleIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1580
1746
|
});
|
|
1581
1747
|
const ArrowLeftOnRectangleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowLeftOnRectangleIcon"));
|
|
1582
1748
|
exports.ArrowLeftOnRectangleIconSolid = (0, react_1.forwardRef)(function ArrowLeftOnRectangleIconSolid(_a, ref) {
|
|
1583
1749
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1584
|
-
return (0, jsx_runtime_1.jsx)(ArrowLeftOnRectangleIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1750
|
+
return (0, jsx_runtime_1.jsx)(ArrowLeftOnRectangleIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1751
|
+
});
|
|
1752
|
+
const ArrowLeftStartOnRectangleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowLeftStartOnRectangleIcon"));
|
|
1753
|
+
exports.ArrowLeftStartOnRectangleIconSolid = (0, react_1.forwardRef)(function ArrowLeftStartOnRectangleIconSolid(_a, ref) {
|
|
1754
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1755
|
+
return (0, jsx_runtime_1.jsx)(ArrowLeftStartOnRectangleIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1585
1756
|
});
|
|
1586
1757
|
const ArrowLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowLeftIcon"));
|
|
1587
1758
|
exports.ArrowLeftIconSolid = (0, react_1.forwardRef)(function ArrowLeftIconSolid(_a, ref) {
|
|
1588
1759
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1589
|
-
return (0, jsx_runtime_1.jsx)(ArrowLeftIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1760
|
+
return (0, jsx_runtime_1.jsx)(ArrowLeftIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1590
1761
|
});
|
|
1591
1762
|
const ArrowLongDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowLongDownIcon"));
|
|
1592
1763
|
exports.ArrowLongDownIconSolid = (0, react_1.forwardRef)(function ArrowLongDownIconSolid(_a, ref) {
|
|
1593
1764
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1594
|
-
return (0, jsx_runtime_1.jsx)(ArrowLongDownIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1765
|
+
return (0, jsx_runtime_1.jsx)(ArrowLongDownIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1595
1766
|
});
|
|
1596
1767
|
const ArrowLongLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowLongLeftIcon"));
|
|
1597
1768
|
exports.ArrowLongLeftIconSolid = (0, react_1.forwardRef)(function ArrowLongLeftIconSolid(_a, ref) {
|
|
1598
1769
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1599
|
-
return (0, jsx_runtime_1.jsx)(ArrowLongLeftIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1770
|
+
return (0, jsx_runtime_1.jsx)(ArrowLongLeftIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1600
1771
|
});
|
|
1601
1772
|
const ArrowLongRightIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowLongRightIcon"));
|
|
1602
1773
|
exports.ArrowLongRightIconSolid = (0, react_1.forwardRef)(function ArrowLongRightIconSolid(_a, ref) {
|
|
1603
1774
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1604
|
-
return (0, jsx_runtime_1.jsx)(ArrowLongRightIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1775
|
+
return (0, jsx_runtime_1.jsx)(ArrowLongRightIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1605
1776
|
});
|
|
1606
1777
|
const ArrowLongUpIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowLongUpIcon"));
|
|
1607
1778
|
exports.ArrowLongUpIconSolid = (0, react_1.forwardRef)(function ArrowLongUpIconSolid(_a, ref) {
|
|
1608
1779
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1609
|
-
return (0, jsx_runtime_1.jsx)(ArrowLongUpIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1780
|
+
return (0, jsx_runtime_1.jsx)(ArrowLongUpIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1610
1781
|
});
|
|
1611
1782
|
const ArrowPathRoundedSquareIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowPathRoundedSquareIcon"));
|
|
1612
1783
|
exports.ArrowPathRoundedSquareIconSolid = (0, react_1.forwardRef)(function ArrowPathRoundedSquareIconSolid(_a, ref) {
|
|
1613
1784
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1614
|
-
return (0, jsx_runtime_1.jsx)(ArrowPathRoundedSquareIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1785
|
+
return (0, jsx_runtime_1.jsx)(ArrowPathRoundedSquareIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1615
1786
|
});
|
|
1616
1787
|
const ArrowPathIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowPathIcon"));
|
|
1617
1788
|
exports.ArrowPathIconSolid = (0, react_1.forwardRef)(function ArrowPathIconSolid(_a, ref) {
|
|
1618
1789
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1619
|
-
return (0, jsx_runtime_1.jsx)(ArrowPathIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1790
|
+
return (0, jsx_runtime_1.jsx)(ArrowPathIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1620
1791
|
});
|
|
1621
1792
|
const ArrowRightCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowRightCircleIcon"));
|
|
1622
1793
|
exports.ArrowRightCircleIconSolid = (0, react_1.forwardRef)(function ArrowRightCircleIconSolid(_a, ref) {
|
|
1623
1794
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1624
|
-
return (0, jsx_runtime_1.jsx)(ArrowRightCircleIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1795
|
+
return (0, jsx_runtime_1.jsx)(ArrowRightCircleIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1796
|
+
});
|
|
1797
|
+
const ArrowRightEndOnRectangleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowRightEndOnRectangleIcon"));
|
|
1798
|
+
exports.ArrowRightEndOnRectangleIconSolid = (0, react_1.forwardRef)(function ArrowRightEndOnRectangleIconSolid(_a, ref) {
|
|
1799
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1800
|
+
return (0, jsx_runtime_1.jsx)(ArrowRightEndOnRectangleIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1625
1801
|
});
|
|
1626
1802
|
const ArrowRightOnRectangleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowRightOnRectangleIcon"));
|
|
1627
1803
|
exports.ArrowRightOnRectangleIconSolid = (0, react_1.forwardRef)(function ArrowRightOnRectangleIconSolid(_a, ref) {
|
|
1628
1804
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1629
|
-
return (0, jsx_runtime_1.jsx)(ArrowRightOnRectangleIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1805
|
+
return (0, jsx_runtime_1.jsx)(ArrowRightOnRectangleIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1806
|
+
});
|
|
1807
|
+
const ArrowRightStartOnRectangleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowRightStartOnRectangleIcon"));
|
|
1808
|
+
exports.ArrowRightStartOnRectangleIconSolid = (0, react_1.forwardRef)(function ArrowRightStartOnRectangleIconSolid(_a, ref) {
|
|
1809
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1810
|
+
return (0, jsx_runtime_1.jsx)(ArrowRightStartOnRectangleIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1630
1811
|
});
|
|
1631
1812
|
const ArrowRightIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowRightIcon"));
|
|
1632
1813
|
exports.ArrowRightIconSolid = (0, react_1.forwardRef)(function ArrowRightIconSolid(_a, ref) {
|
|
1633
1814
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1634
|
-
return (0, jsx_runtime_1.jsx)(ArrowRightIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1815
|
+
return (0, jsx_runtime_1.jsx)(ArrowRightIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1635
1816
|
});
|
|
1636
1817
|
const ArrowSmallDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowSmallDownIcon"));
|
|
1637
1818
|
exports.ArrowSmallDownIconSolid = (0, react_1.forwardRef)(function ArrowSmallDownIconSolid(_a, ref) {
|
|
1638
1819
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1639
|
-
return (0, jsx_runtime_1.jsx)(ArrowSmallDownIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1820
|
+
return (0, jsx_runtime_1.jsx)(ArrowSmallDownIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1640
1821
|
});
|
|
1641
1822
|
const ArrowSmallLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowSmallLeftIcon"));
|
|
1642
1823
|
exports.ArrowSmallLeftIconSolid = (0, react_1.forwardRef)(function ArrowSmallLeftIconSolid(_a, ref) {
|
|
1643
1824
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1644
|
-
return (0, jsx_runtime_1.jsx)(ArrowSmallLeftIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1825
|
+
return (0, jsx_runtime_1.jsx)(ArrowSmallLeftIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1645
1826
|
});
|
|
1646
1827
|
const ArrowSmallRightIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowSmallRightIcon"));
|
|
1647
1828
|
exports.ArrowSmallRightIconSolid = (0, react_1.forwardRef)(function ArrowSmallRightIconSolid(_a, ref) {
|
|
1648
1829
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1649
|
-
return (0, jsx_runtime_1.jsx)(ArrowSmallRightIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1830
|
+
return (0, jsx_runtime_1.jsx)(ArrowSmallRightIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1650
1831
|
});
|
|
1651
1832
|
const ArrowSmallUpIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowSmallUpIcon"));
|
|
1652
1833
|
exports.ArrowSmallUpIconSolid = (0, react_1.forwardRef)(function ArrowSmallUpIconSolid(_a, ref) {
|
|
1653
1834
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1654
|
-
return (0, jsx_runtime_1.jsx)(ArrowSmallUpIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1835
|
+
return (0, jsx_runtime_1.jsx)(ArrowSmallUpIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1655
1836
|
});
|
|
1656
1837
|
const ArrowTopRightOnSquareIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowTopRightOnSquareIcon"));
|
|
1657
1838
|
exports.ArrowTopRightOnSquareIconSolid = (0, react_1.forwardRef)(function ArrowTopRightOnSquareIconSolid(_a, ref) {
|
|
1658
1839
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1659
|
-
return (0, jsx_runtime_1.jsx)(ArrowTopRightOnSquareIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1840
|
+
return (0, jsx_runtime_1.jsx)(ArrowTopRightOnSquareIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1660
1841
|
});
|
|
1661
1842
|
const ArrowTrendingDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowTrendingDownIcon"));
|
|
1662
1843
|
exports.ArrowTrendingDownIconSolid = (0, react_1.forwardRef)(function ArrowTrendingDownIconSolid(_a, ref) {
|
|
1663
1844
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1664
|
-
return (0, jsx_runtime_1.jsx)(ArrowTrendingDownIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1845
|
+
return (0, jsx_runtime_1.jsx)(ArrowTrendingDownIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1665
1846
|
});
|
|
1666
1847
|
const ArrowTrendingUpIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowTrendingUpIcon"));
|
|
1667
1848
|
exports.ArrowTrendingUpIconSolid = (0, react_1.forwardRef)(function ArrowTrendingUpIconSolid(_a, ref) {
|
|
1668
1849
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1669
|
-
return (0, jsx_runtime_1.jsx)(ArrowTrendingUpIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1850
|
+
return (0, jsx_runtime_1.jsx)(ArrowTrendingUpIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1851
|
+
});
|
|
1852
|
+
const ArrowTurnDownLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowTurnDownLeftIcon"));
|
|
1853
|
+
exports.ArrowTurnDownLeftIconSolid = (0, react_1.forwardRef)(function ArrowTurnDownLeftIconSolid(_a, ref) {
|
|
1854
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1855
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnDownLeftIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1856
|
+
});
|
|
1857
|
+
const ArrowTurnDownRightIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowTurnDownRightIcon"));
|
|
1858
|
+
exports.ArrowTurnDownRightIconSolid = (0, react_1.forwardRef)(function ArrowTurnDownRightIconSolid(_a, ref) {
|
|
1859
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1860
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnDownRightIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1861
|
+
});
|
|
1862
|
+
const ArrowTurnLeftDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowTurnLeftDownIcon"));
|
|
1863
|
+
exports.ArrowTurnLeftDownIconSolid = (0, react_1.forwardRef)(function ArrowTurnLeftDownIconSolid(_a, ref) {
|
|
1864
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1865
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnLeftDownIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1866
|
+
});
|
|
1867
|
+
const ArrowTurnLeftUpIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowTurnLeftUpIcon"));
|
|
1868
|
+
exports.ArrowTurnLeftUpIconSolid = (0, react_1.forwardRef)(function ArrowTurnLeftUpIconSolid(_a, ref) {
|
|
1869
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1870
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnLeftUpIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1871
|
+
});
|
|
1872
|
+
const ArrowTurnRightDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowTurnRightDownIcon"));
|
|
1873
|
+
exports.ArrowTurnRightDownIconSolid = (0, react_1.forwardRef)(function ArrowTurnRightDownIconSolid(_a, ref) {
|
|
1874
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1875
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnRightDownIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1876
|
+
});
|
|
1877
|
+
const ArrowTurnRightUpIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowTurnRightUpIcon"));
|
|
1878
|
+
exports.ArrowTurnRightUpIconSolid = (0, react_1.forwardRef)(function ArrowTurnRightUpIconSolid(_a, ref) {
|
|
1879
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1880
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnRightUpIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1881
|
+
});
|
|
1882
|
+
const ArrowTurnUpLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowTurnUpLeftIcon"));
|
|
1883
|
+
exports.ArrowTurnUpLeftIconSolid = (0, react_1.forwardRef)(function ArrowTurnUpLeftIconSolid(_a, ref) {
|
|
1884
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1885
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnUpLeftIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1886
|
+
});
|
|
1887
|
+
const ArrowTurnUpRightIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowTurnUpRightIcon"));
|
|
1888
|
+
exports.ArrowTurnUpRightIconSolid = (0, react_1.forwardRef)(function ArrowTurnUpRightIconSolid(_a, ref) {
|
|
1889
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1890
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnUpRightIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1670
1891
|
});
|
|
1671
1892
|
const ArrowUpCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowUpCircleIcon"));
|
|
1672
1893
|
exports.ArrowUpCircleIconSolid = (0, react_1.forwardRef)(function ArrowUpCircleIconSolid(_a, ref) {
|
|
1673
1894
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1674
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpCircleIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1895
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpCircleIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1675
1896
|
});
|
|
1676
1897
|
const ArrowUpLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowUpLeftIcon"));
|
|
1677
1898
|
exports.ArrowUpLeftIconSolid = (0, react_1.forwardRef)(function ArrowUpLeftIconSolid(_a, ref) {
|
|
1678
1899
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1679
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpLeftIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1900
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpLeftIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1680
1901
|
});
|
|
1681
1902
|
const ArrowUpOnSquareStackIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowUpOnSquareStackIcon"));
|
|
1682
1903
|
exports.ArrowUpOnSquareStackIconSolid = (0, react_1.forwardRef)(function ArrowUpOnSquareStackIconSolid(_a, ref) {
|
|
1683
1904
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1684
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpOnSquareStackIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1905
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpOnSquareStackIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1685
1906
|
});
|
|
1686
1907
|
const ArrowUpOnSquareIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowUpOnSquareIcon"));
|
|
1687
1908
|
exports.ArrowUpOnSquareIconSolid = (0, react_1.forwardRef)(function ArrowUpOnSquareIconSolid(_a, ref) {
|
|
1688
1909
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1689
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpOnSquareIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1910
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpOnSquareIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1690
1911
|
});
|
|
1691
1912
|
const ArrowUpRightIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowUpRightIcon"));
|
|
1692
1913
|
exports.ArrowUpRightIconSolid = (0, react_1.forwardRef)(function ArrowUpRightIconSolid(_a, ref) {
|
|
1693
1914
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1694
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpRightIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1915
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpRightIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1695
1916
|
});
|
|
1696
1917
|
const ArrowUpTrayIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowUpTrayIcon"));
|
|
1697
1918
|
exports.ArrowUpTrayIconSolid = (0, react_1.forwardRef)(function ArrowUpTrayIconSolid(_a, ref) {
|
|
1698
1919
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1699
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpTrayIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1920
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpTrayIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1700
1921
|
});
|
|
1701
1922
|
const ArrowUpIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowUpIcon"));
|
|
1702
1923
|
exports.ArrowUpIconSolid = (0, react_1.forwardRef)(function ArrowUpIconSolid(_a, ref) {
|
|
1703
1924
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1704
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1925
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1705
1926
|
});
|
|
1706
1927
|
const ArrowUturnDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowUturnDownIcon"));
|
|
1707
1928
|
exports.ArrowUturnDownIconSolid = (0, react_1.forwardRef)(function ArrowUturnDownIconSolid(_a, ref) {
|
|
1708
1929
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1709
|
-
return (0, jsx_runtime_1.jsx)(ArrowUturnDownIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1930
|
+
return (0, jsx_runtime_1.jsx)(ArrowUturnDownIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1710
1931
|
});
|
|
1711
1932
|
const ArrowUturnLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowUturnLeftIcon"));
|
|
1712
1933
|
exports.ArrowUturnLeftIconSolid = (0, react_1.forwardRef)(function ArrowUturnLeftIconSolid(_a, ref) {
|
|
1713
1934
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1714
|
-
return (0, jsx_runtime_1.jsx)(ArrowUturnLeftIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1935
|
+
return (0, jsx_runtime_1.jsx)(ArrowUturnLeftIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1715
1936
|
});
|
|
1716
1937
|
const ArrowUturnRightIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowUturnRightIcon"));
|
|
1717
1938
|
exports.ArrowUturnRightIconSolid = (0, react_1.forwardRef)(function ArrowUturnRightIconSolid(_a, ref) {
|
|
1718
1939
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1719
|
-
return (0, jsx_runtime_1.jsx)(ArrowUturnRightIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1940
|
+
return (0, jsx_runtime_1.jsx)(ArrowUturnRightIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1720
1941
|
});
|
|
1721
1942
|
const ArrowUturnUpIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowUturnUpIcon"));
|
|
1722
1943
|
exports.ArrowUturnUpIconSolid = (0, react_1.forwardRef)(function ArrowUturnUpIconSolid(_a, ref) {
|
|
1723
1944
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1724
|
-
return (0, jsx_runtime_1.jsx)(ArrowUturnUpIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1945
|
+
return (0, jsx_runtime_1.jsx)(ArrowUturnUpIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1725
1946
|
});
|
|
1726
1947
|
const ArrowsPointingInIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowsPointingInIcon"));
|
|
1727
1948
|
exports.ArrowsPointingInIconSolid = (0, react_1.forwardRef)(function ArrowsPointingInIconSolid(_a, ref) {
|
|
1728
1949
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1729
|
-
return (0, jsx_runtime_1.jsx)(ArrowsPointingInIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1950
|
+
return (0, jsx_runtime_1.jsx)(ArrowsPointingInIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1730
1951
|
});
|
|
1731
1952
|
const ArrowsPointingOutIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowsPointingOutIcon"));
|
|
1732
1953
|
exports.ArrowsPointingOutIconSolid = (0, react_1.forwardRef)(function ArrowsPointingOutIconSolid(_a, ref) {
|
|
1733
1954
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1734
|
-
return (0, jsx_runtime_1.jsx)(ArrowsPointingOutIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1955
|
+
return (0, jsx_runtime_1.jsx)(ArrowsPointingOutIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1735
1956
|
});
|
|
1736
1957
|
const ArrowsRightLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowsRightLeftIcon"));
|
|
1737
1958
|
exports.ArrowsRightLeftIconSolid = (0, react_1.forwardRef)(function ArrowsRightLeftIconSolid(_a, ref) {
|
|
1738
1959
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1739
|
-
return (0, jsx_runtime_1.jsx)(ArrowsRightLeftIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1960
|
+
return (0, jsx_runtime_1.jsx)(ArrowsRightLeftIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1740
1961
|
});
|
|
1741
1962
|
const ArrowsUpDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowsUpDownIcon"));
|
|
1742
1963
|
exports.ArrowsUpDownIconSolid = (0, react_1.forwardRef)(function ArrowsUpDownIconSolid(_a, ref) {
|
|
1743
1964
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1744
|
-
return (0, jsx_runtime_1.jsx)(ArrowsUpDownIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1965
|
+
return (0, jsx_runtime_1.jsx)(ArrowsUpDownIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1745
1966
|
});
|
|
1746
1967
|
const AtSymbolIcon_2 = __importDefault(require("@heroicons/react/24/solid/AtSymbolIcon"));
|
|
1747
1968
|
exports.AtSymbolIconSolid = (0, react_1.forwardRef)(function AtSymbolIconSolid(_a, ref) {
|
|
1748
1969
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1749
|
-
return (0, jsx_runtime_1.jsx)(AtSymbolIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1970
|
+
return (0, jsx_runtime_1.jsx)(AtSymbolIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1750
1971
|
});
|
|
1751
1972
|
const BackspaceIcon_2 = __importDefault(require("@heroicons/react/24/solid/BackspaceIcon"));
|
|
1752
1973
|
exports.BackspaceIconSolid = (0, react_1.forwardRef)(function BackspaceIconSolid(_a, ref) {
|
|
1753
1974
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1754
|
-
return (0, jsx_runtime_1.jsx)(BackspaceIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1975
|
+
return (0, jsx_runtime_1.jsx)(BackspaceIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1755
1976
|
});
|
|
1756
1977
|
const BackwardIcon_2 = __importDefault(require("@heroicons/react/24/solid/BackwardIcon"));
|
|
1757
1978
|
exports.BackwardIconSolid = (0, react_1.forwardRef)(function BackwardIconSolid(_a, ref) {
|
|
1758
1979
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1759
|
-
return (0, jsx_runtime_1.jsx)(BackwardIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1980
|
+
return (0, jsx_runtime_1.jsx)(BackwardIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1760
1981
|
});
|
|
1761
1982
|
const BanknotesIcon_2 = __importDefault(require("@heroicons/react/24/solid/BanknotesIcon"));
|
|
1762
1983
|
exports.BanknotesIconSolid = (0, react_1.forwardRef)(function BanknotesIconSolid(_a, ref) {
|
|
1763
1984
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1764
|
-
return (0, jsx_runtime_1.jsx)(BanknotesIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1985
|
+
return (0, jsx_runtime_1.jsx)(BanknotesIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1765
1986
|
});
|
|
1766
1987
|
const Bars2Icon_2 = __importDefault(require("@heroicons/react/24/solid/Bars2Icon"));
|
|
1767
1988
|
exports.Bars2IconSolid = (0, react_1.forwardRef)(function Bars2IconSolid(_a, ref) {
|
|
1768
1989
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1769
|
-
return (0, jsx_runtime_1.jsx)(Bars2Icon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1990
|
+
return (0, jsx_runtime_1.jsx)(Bars2Icon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1770
1991
|
});
|
|
1771
1992
|
const Bars3BottomLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/Bars3BottomLeftIcon"));
|
|
1772
1993
|
exports.Bars3BottomLeftIconSolid = (0, react_1.forwardRef)(function Bars3BottomLeftIconSolid(_a, ref) {
|
|
1773
1994
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1774
|
-
return (0, jsx_runtime_1.jsx)(Bars3BottomLeftIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1995
|
+
return (0, jsx_runtime_1.jsx)(Bars3BottomLeftIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1775
1996
|
});
|
|
1776
1997
|
const Bars3BottomRightIcon_2 = __importDefault(require("@heroicons/react/24/solid/Bars3BottomRightIcon"));
|
|
1777
1998
|
exports.Bars3BottomRightIconSolid = (0, react_1.forwardRef)(function Bars3BottomRightIconSolid(_a, ref) {
|
|
1778
1999
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1779
|
-
return (0, jsx_runtime_1.jsx)(Bars3BottomRightIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2000
|
+
return (0, jsx_runtime_1.jsx)(Bars3BottomRightIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1780
2001
|
});
|
|
1781
2002
|
const Bars3CenterLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/Bars3CenterLeftIcon"));
|
|
1782
2003
|
exports.Bars3CenterLeftIconSolid = (0, react_1.forwardRef)(function Bars3CenterLeftIconSolid(_a, ref) {
|
|
1783
2004
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1784
|
-
return (0, jsx_runtime_1.jsx)(Bars3CenterLeftIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2005
|
+
return (0, jsx_runtime_1.jsx)(Bars3CenterLeftIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1785
2006
|
});
|
|
1786
2007
|
const Bars3Icon_2 = __importDefault(require("@heroicons/react/24/solid/Bars3Icon"));
|
|
1787
2008
|
exports.Bars3IconSolid = (0, react_1.forwardRef)(function Bars3IconSolid(_a, ref) {
|
|
1788
2009
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1789
|
-
return (0, jsx_runtime_1.jsx)(Bars3Icon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2010
|
+
return (0, jsx_runtime_1.jsx)(Bars3Icon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1790
2011
|
});
|
|
1791
2012
|
const Bars4Icon_2 = __importDefault(require("@heroicons/react/24/solid/Bars4Icon"));
|
|
1792
2013
|
exports.Bars4IconSolid = (0, react_1.forwardRef)(function Bars4IconSolid(_a, ref) {
|
|
1793
2014
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1794
|
-
return (0, jsx_runtime_1.jsx)(Bars4Icon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2015
|
+
return (0, jsx_runtime_1.jsx)(Bars4Icon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1795
2016
|
});
|
|
1796
2017
|
const BarsArrowDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/BarsArrowDownIcon"));
|
|
1797
2018
|
exports.BarsArrowDownIconSolid = (0, react_1.forwardRef)(function BarsArrowDownIconSolid(_a, ref) {
|
|
1798
2019
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1799
|
-
return (0, jsx_runtime_1.jsx)(BarsArrowDownIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2020
|
+
return (0, jsx_runtime_1.jsx)(BarsArrowDownIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1800
2021
|
});
|
|
1801
2022
|
const BarsArrowUpIcon_2 = __importDefault(require("@heroicons/react/24/solid/BarsArrowUpIcon"));
|
|
1802
2023
|
exports.BarsArrowUpIconSolid = (0, react_1.forwardRef)(function BarsArrowUpIconSolid(_a, ref) {
|
|
1803
2024
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1804
|
-
return (0, jsx_runtime_1.jsx)(BarsArrowUpIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2025
|
+
return (0, jsx_runtime_1.jsx)(BarsArrowUpIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1805
2026
|
});
|
|
1806
2027
|
const Battery0Icon_2 = __importDefault(require("@heroicons/react/24/solid/Battery0Icon"));
|
|
1807
2028
|
exports.Battery0IconSolid = (0, react_1.forwardRef)(function Battery0IconSolid(_a, ref) {
|
|
1808
2029
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1809
|
-
return (0, jsx_runtime_1.jsx)(Battery0Icon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2030
|
+
return (0, jsx_runtime_1.jsx)(Battery0Icon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1810
2031
|
});
|
|
1811
2032
|
const Battery100Icon_2 = __importDefault(require("@heroicons/react/24/solid/Battery100Icon"));
|
|
1812
2033
|
exports.Battery100IconSolid = (0, react_1.forwardRef)(function Battery100IconSolid(_a, ref) {
|
|
1813
2034
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1814
|
-
return (0, jsx_runtime_1.jsx)(Battery100Icon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2035
|
+
return (0, jsx_runtime_1.jsx)(Battery100Icon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1815
2036
|
});
|
|
1816
2037
|
const Battery50Icon_2 = __importDefault(require("@heroicons/react/24/solid/Battery50Icon"));
|
|
1817
2038
|
exports.Battery50IconSolid = (0, react_1.forwardRef)(function Battery50IconSolid(_a, ref) {
|
|
1818
2039
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1819
|
-
return (0, jsx_runtime_1.jsx)(Battery50Icon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2040
|
+
return (0, jsx_runtime_1.jsx)(Battery50Icon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1820
2041
|
});
|
|
1821
2042
|
const BeakerIcon_2 = __importDefault(require("@heroicons/react/24/solid/BeakerIcon"));
|
|
1822
2043
|
exports.BeakerIconSolid = (0, react_1.forwardRef)(function BeakerIconSolid(_a, ref) {
|
|
1823
2044
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1824
|
-
return (0, jsx_runtime_1.jsx)(BeakerIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2045
|
+
return (0, jsx_runtime_1.jsx)(BeakerIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1825
2046
|
});
|
|
1826
2047
|
const BellAlertIcon_2 = __importDefault(require("@heroicons/react/24/solid/BellAlertIcon"));
|
|
1827
2048
|
exports.BellAlertIconSolid = (0, react_1.forwardRef)(function BellAlertIconSolid(_a, ref) {
|
|
1828
2049
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1829
|
-
return (0, jsx_runtime_1.jsx)(BellAlertIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2050
|
+
return (0, jsx_runtime_1.jsx)(BellAlertIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1830
2051
|
});
|
|
1831
2052
|
const BellSlashIcon_2 = __importDefault(require("@heroicons/react/24/solid/BellSlashIcon"));
|
|
1832
2053
|
exports.BellSlashIconSolid = (0, react_1.forwardRef)(function BellSlashIconSolid(_a, ref) {
|
|
1833
2054
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1834
|
-
return (0, jsx_runtime_1.jsx)(BellSlashIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2055
|
+
return (0, jsx_runtime_1.jsx)(BellSlashIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1835
2056
|
});
|
|
1836
2057
|
const BellSnoozeIcon_2 = __importDefault(require("@heroicons/react/24/solid/BellSnoozeIcon"));
|
|
1837
2058
|
exports.BellSnoozeIconSolid = (0, react_1.forwardRef)(function BellSnoozeIconSolid(_a, ref) {
|
|
1838
2059
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1839
|
-
return (0, jsx_runtime_1.jsx)(BellSnoozeIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2060
|
+
return (0, jsx_runtime_1.jsx)(BellSnoozeIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1840
2061
|
});
|
|
1841
2062
|
const BellIcon_2 = __importDefault(require("@heroicons/react/24/solid/BellIcon"));
|
|
1842
2063
|
exports.BellIconSolid = (0, react_1.forwardRef)(function BellIconSolid(_a, ref) {
|
|
1843
2064
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1844
|
-
return (0, jsx_runtime_1.jsx)(BellIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2065
|
+
return (0, jsx_runtime_1.jsx)(BellIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2066
|
+
});
|
|
2067
|
+
const BoldIcon_2 = __importDefault(require("@heroicons/react/24/solid/BoldIcon"));
|
|
2068
|
+
exports.BoldIconSolid = (0, react_1.forwardRef)(function BoldIconSolid(_a, ref) {
|
|
2069
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2070
|
+
return (0, jsx_runtime_1.jsx)(BoldIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1845
2071
|
});
|
|
1846
2072
|
const BoltSlashIcon_2 = __importDefault(require("@heroicons/react/24/solid/BoltSlashIcon"));
|
|
1847
2073
|
exports.BoltSlashIconSolid = (0, react_1.forwardRef)(function BoltSlashIconSolid(_a, ref) {
|
|
1848
2074
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1849
|
-
return (0, jsx_runtime_1.jsx)(BoltSlashIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2075
|
+
return (0, jsx_runtime_1.jsx)(BoltSlashIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1850
2076
|
});
|
|
1851
2077
|
const BoltIcon_2 = __importDefault(require("@heroicons/react/24/solid/BoltIcon"));
|
|
1852
2078
|
exports.BoltIconSolid = (0, react_1.forwardRef)(function BoltIconSolid(_a, ref) {
|
|
1853
2079
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1854
|
-
return (0, jsx_runtime_1.jsx)(BoltIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2080
|
+
return (0, jsx_runtime_1.jsx)(BoltIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1855
2081
|
});
|
|
1856
2082
|
const BookOpenIcon_2 = __importDefault(require("@heroicons/react/24/solid/BookOpenIcon"));
|
|
1857
2083
|
exports.BookOpenIconSolid = (0, react_1.forwardRef)(function BookOpenIconSolid(_a, ref) {
|
|
1858
2084
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1859
|
-
return (0, jsx_runtime_1.jsx)(BookOpenIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2085
|
+
return (0, jsx_runtime_1.jsx)(BookOpenIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1860
2086
|
});
|
|
1861
2087
|
const BookmarkSlashIcon_2 = __importDefault(require("@heroicons/react/24/solid/BookmarkSlashIcon"));
|
|
1862
2088
|
exports.BookmarkSlashIconSolid = (0, react_1.forwardRef)(function BookmarkSlashIconSolid(_a, ref) {
|
|
1863
2089
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1864
|
-
return (0, jsx_runtime_1.jsx)(BookmarkSlashIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2090
|
+
return (0, jsx_runtime_1.jsx)(BookmarkSlashIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1865
2091
|
});
|
|
1866
2092
|
const BookmarkSquareIcon_2 = __importDefault(require("@heroicons/react/24/solid/BookmarkSquareIcon"));
|
|
1867
2093
|
exports.BookmarkSquareIconSolid = (0, react_1.forwardRef)(function BookmarkSquareIconSolid(_a, ref) {
|
|
1868
2094
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1869
|
-
return (0, jsx_runtime_1.jsx)(BookmarkSquareIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2095
|
+
return (0, jsx_runtime_1.jsx)(BookmarkSquareIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1870
2096
|
});
|
|
1871
2097
|
const BookmarkIcon_2 = __importDefault(require("@heroicons/react/24/solid/BookmarkIcon"));
|
|
1872
2098
|
exports.BookmarkIconSolid = (0, react_1.forwardRef)(function BookmarkIconSolid(_a, ref) {
|
|
1873
2099
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1874
|
-
return (0, jsx_runtime_1.jsx)(BookmarkIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2100
|
+
return (0, jsx_runtime_1.jsx)(BookmarkIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1875
2101
|
});
|
|
1876
2102
|
const BriefcaseIcon_2 = __importDefault(require("@heroicons/react/24/solid/BriefcaseIcon"));
|
|
1877
2103
|
exports.BriefcaseIconSolid = (0, react_1.forwardRef)(function BriefcaseIconSolid(_a, ref) {
|
|
1878
2104
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1879
|
-
return (0, jsx_runtime_1.jsx)(BriefcaseIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2105
|
+
return (0, jsx_runtime_1.jsx)(BriefcaseIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1880
2106
|
});
|
|
1881
2107
|
const BugAntIcon_2 = __importDefault(require("@heroicons/react/24/solid/BugAntIcon"));
|
|
1882
2108
|
exports.BugAntIconSolid = (0, react_1.forwardRef)(function BugAntIconSolid(_a, ref) {
|
|
1883
2109
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1884
|
-
return (0, jsx_runtime_1.jsx)(BugAntIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2110
|
+
return (0, jsx_runtime_1.jsx)(BugAntIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1885
2111
|
});
|
|
1886
2112
|
const BuildingLibraryIcon_2 = __importDefault(require("@heroicons/react/24/solid/BuildingLibraryIcon"));
|
|
1887
2113
|
exports.BuildingLibraryIconSolid = (0, react_1.forwardRef)(function BuildingLibraryIconSolid(_a, ref) {
|
|
1888
2114
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1889
|
-
return (0, jsx_runtime_1.jsx)(BuildingLibraryIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2115
|
+
return (0, jsx_runtime_1.jsx)(BuildingLibraryIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1890
2116
|
});
|
|
1891
2117
|
const BuildingOffice2Icon_2 = __importDefault(require("@heroicons/react/24/solid/BuildingOffice2Icon"));
|
|
1892
2118
|
exports.BuildingOffice2IconSolid = (0, react_1.forwardRef)(function BuildingOffice2IconSolid(_a, ref) {
|
|
1893
2119
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1894
|
-
return (0, jsx_runtime_1.jsx)(BuildingOffice2Icon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2120
|
+
return (0, jsx_runtime_1.jsx)(BuildingOffice2Icon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1895
2121
|
});
|
|
1896
2122
|
const BuildingOfficeIcon_2 = __importDefault(require("@heroicons/react/24/solid/BuildingOfficeIcon"));
|
|
1897
2123
|
exports.BuildingOfficeIconSolid = (0, react_1.forwardRef)(function BuildingOfficeIconSolid(_a, ref) {
|
|
1898
2124
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1899
|
-
return (0, jsx_runtime_1.jsx)(BuildingOfficeIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2125
|
+
return (0, jsx_runtime_1.jsx)(BuildingOfficeIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1900
2126
|
});
|
|
1901
2127
|
const BuildingStorefrontIcon_2 = __importDefault(require("@heroicons/react/24/solid/BuildingStorefrontIcon"));
|
|
1902
2128
|
exports.BuildingStorefrontIconSolid = (0, react_1.forwardRef)(function BuildingStorefrontIconSolid(_a, ref) {
|
|
1903
2129
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1904
|
-
return (0, jsx_runtime_1.jsx)(BuildingStorefrontIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2130
|
+
return (0, jsx_runtime_1.jsx)(BuildingStorefrontIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1905
2131
|
});
|
|
1906
2132
|
const CakeIcon_2 = __importDefault(require("@heroicons/react/24/solid/CakeIcon"));
|
|
1907
2133
|
exports.CakeIconSolid = (0, react_1.forwardRef)(function CakeIconSolid(_a, ref) {
|
|
1908
2134
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1909
|
-
return (0, jsx_runtime_1.jsx)(CakeIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2135
|
+
return (0, jsx_runtime_1.jsx)(CakeIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1910
2136
|
});
|
|
1911
2137
|
const CalculatorIcon_2 = __importDefault(require("@heroicons/react/24/solid/CalculatorIcon"));
|
|
1912
2138
|
exports.CalculatorIconSolid = (0, react_1.forwardRef)(function CalculatorIconSolid(_a, ref) {
|
|
1913
2139
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1914
|
-
return (0, jsx_runtime_1.jsx)(CalculatorIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2140
|
+
return (0, jsx_runtime_1.jsx)(CalculatorIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2141
|
+
});
|
|
2142
|
+
const CalendarDateRangeIcon_2 = __importDefault(require("@heroicons/react/24/solid/CalendarDateRangeIcon"));
|
|
2143
|
+
exports.CalendarDateRangeIconSolid = (0, react_1.forwardRef)(function CalendarDateRangeIconSolid(_a, ref) {
|
|
2144
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2145
|
+
return (0, jsx_runtime_1.jsx)(CalendarDateRangeIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1915
2146
|
});
|
|
1916
2147
|
const CalendarDaysIcon_2 = __importDefault(require("@heroicons/react/24/solid/CalendarDaysIcon"));
|
|
1917
2148
|
exports.CalendarDaysIconSolid = (0, react_1.forwardRef)(function CalendarDaysIconSolid(_a, ref) {
|
|
1918
2149
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1919
|
-
return (0, jsx_runtime_1.jsx)(CalendarDaysIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2150
|
+
return (0, jsx_runtime_1.jsx)(CalendarDaysIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1920
2151
|
});
|
|
1921
2152
|
const CalendarIcon_2 = __importDefault(require("@heroicons/react/24/solid/CalendarIcon"));
|
|
1922
2153
|
exports.CalendarIconSolid = (0, react_1.forwardRef)(function CalendarIconSolid(_a, ref) {
|
|
1923
2154
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1924
|
-
return (0, jsx_runtime_1.jsx)(CalendarIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2155
|
+
return (0, jsx_runtime_1.jsx)(CalendarIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1925
2156
|
});
|
|
1926
2157
|
const CameraIcon_2 = __importDefault(require("@heroicons/react/24/solid/CameraIcon"));
|
|
1927
2158
|
exports.CameraIconSolid = (0, react_1.forwardRef)(function CameraIconSolid(_a, ref) {
|
|
1928
2159
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1929
|
-
return (0, jsx_runtime_1.jsx)(CameraIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2160
|
+
return (0, jsx_runtime_1.jsx)(CameraIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1930
2161
|
});
|
|
1931
2162
|
const ChartBarSquareIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChartBarSquareIcon"));
|
|
1932
2163
|
exports.ChartBarSquareIconSolid = (0, react_1.forwardRef)(function ChartBarSquareIconSolid(_a, ref) {
|
|
1933
2164
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1934
|
-
return (0, jsx_runtime_1.jsx)(ChartBarSquareIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2165
|
+
return (0, jsx_runtime_1.jsx)(ChartBarSquareIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1935
2166
|
});
|
|
1936
2167
|
const ChartBarIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChartBarIcon"));
|
|
1937
2168
|
exports.ChartBarIconSolid = (0, react_1.forwardRef)(function ChartBarIconSolid(_a, ref) {
|
|
1938
2169
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1939
|
-
return (0, jsx_runtime_1.jsx)(ChartBarIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2170
|
+
return (0, jsx_runtime_1.jsx)(ChartBarIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1940
2171
|
});
|
|
1941
2172
|
const ChartPieIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChartPieIcon"));
|
|
1942
2173
|
exports.ChartPieIconSolid = (0, react_1.forwardRef)(function ChartPieIconSolid(_a, ref) {
|
|
1943
2174
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1944
|
-
return (0, jsx_runtime_1.jsx)(ChartPieIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2175
|
+
return (0, jsx_runtime_1.jsx)(ChartPieIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1945
2176
|
});
|
|
1946
2177
|
const ChatBubbleBottomCenterTextIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChatBubbleBottomCenterTextIcon"));
|
|
1947
2178
|
exports.ChatBubbleBottomCenterTextIconSolid = (0, react_1.forwardRef)(function ChatBubbleBottomCenterTextIconSolid(_a, ref) {
|
|
1948
2179
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1949
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleBottomCenterTextIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2180
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleBottomCenterTextIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1950
2181
|
});
|
|
1951
2182
|
const ChatBubbleBottomCenterIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChatBubbleBottomCenterIcon"));
|
|
1952
2183
|
exports.ChatBubbleBottomCenterIconSolid = (0, react_1.forwardRef)(function ChatBubbleBottomCenterIconSolid(_a, ref) {
|
|
1953
2184
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1954
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleBottomCenterIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2185
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleBottomCenterIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1955
2186
|
});
|
|
1956
2187
|
const ChatBubbleLeftEllipsisIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChatBubbleLeftEllipsisIcon"));
|
|
1957
2188
|
exports.ChatBubbleLeftEllipsisIconSolid = (0, react_1.forwardRef)(function ChatBubbleLeftEllipsisIconSolid(_a, ref) {
|
|
1958
2189
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1959
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleLeftEllipsisIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2190
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleLeftEllipsisIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1960
2191
|
});
|
|
1961
2192
|
const ChatBubbleLeftRightIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChatBubbleLeftRightIcon"));
|
|
1962
2193
|
exports.ChatBubbleLeftRightIconSolid = (0, react_1.forwardRef)(function ChatBubbleLeftRightIconSolid(_a, ref) {
|
|
1963
2194
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1964
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleLeftRightIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2195
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleLeftRightIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1965
2196
|
});
|
|
1966
2197
|
const ChatBubbleLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChatBubbleLeftIcon"));
|
|
1967
2198
|
exports.ChatBubbleLeftIconSolid = (0, react_1.forwardRef)(function ChatBubbleLeftIconSolid(_a, ref) {
|
|
1968
2199
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1969
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleLeftIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2200
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleLeftIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1970
2201
|
});
|
|
1971
2202
|
const ChatBubbleOvalLeftEllipsisIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChatBubbleOvalLeftEllipsisIcon"));
|
|
1972
2203
|
exports.ChatBubbleOvalLeftEllipsisIconSolid = (0, react_1.forwardRef)(function ChatBubbleOvalLeftEllipsisIconSolid(_a, ref) {
|
|
1973
2204
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1974
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleOvalLeftEllipsisIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2205
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleOvalLeftEllipsisIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1975
2206
|
});
|
|
1976
2207
|
const ChatBubbleOvalLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChatBubbleOvalLeftIcon"));
|
|
1977
2208
|
exports.ChatBubbleOvalLeftIconSolid = (0, react_1.forwardRef)(function ChatBubbleOvalLeftIconSolid(_a, ref) {
|
|
1978
2209
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1979
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleOvalLeftIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2210
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleOvalLeftIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1980
2211
|
});
|
|
1981
2212
|
const CheckBadgeIcon_2 = __importDefault(require("@heroicons/react/24/solid/CheckBadgeIcon"));
|
|
1982
2213
|
exports.CheckBadgeIconSolid = (0, react_1.forwardRef)(function CheckBadgeIconSolid(_a, ref) {
|
|
1983
2214
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1984
|
-
return (0, jsx_runtime_1.jsx)(CheckBadgeIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2215
|
+
return (0, jsx_runtime_1.jsx)(CheckBadgeIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1985
2216
|
});
|
|
1986
2217
|
const CheckCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/CheckCircleIcon"));
|
|
1987
2218
|
exports.CheckCircleIconSolid = (0, react_1.forwardRef)(function CheckCircleIconSolid(_a, ref) {
|
|
1988
2219
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1989
|
-
return (0, jsx_runtime_1.jsx)(CheckCircleIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2220
|
+
return (0, jsx_runtime_1.jsx)(CheckCircleIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1990
2221
|
});
|
|
1991
2222
|
const CheckIcon_2 = __importDefault(require("@heroicons/react/24/solid/CheckIcon"));
|
|
1992
2223
|
exports.CheckIconSolid = (0, react_1.forwardRef)(function CheckIconSolid(_a, ref) {
|
|
1993
2224
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1994
|
-
return (0, jsx_runtime_1.jsx)(CheckIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2225
|
+
return (0, jsx_runtime_1.jsx)(CheckIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1995
2226
|
});
|
|
1996
2227
|
const ChevronDoubleDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChevronDoubleDownIcon"));
|
|
1997
2228
|
exports.ChevronDoubleDownIconSolid = (0, react_1.forwardRef)(function ChevronDoubleDownIconSolid(_a, ref) {
|
|
1998
2229
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1999
|
-
return (0, jsx_runtime_1.jsx)(ChevronDoubleDownIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2230
|
+
return (0, jsx_runtime_1.jsx)(ChevronDoubleDownIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2000
2231
|
});
|
|
2001
2232
|
const ChevronDoubleLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChevronDoubleLeftIcon"));
|
|
2002
2233
|
exports.ChevronDoubleLeftIconSolid = (0, react_1.forwardRef)(function ChevronDoubleLeftIconSolid(_a, ref) {
|
|
2003
2234
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2004
|
-
return (0, jsx_runtime_1.jsx)(ChevronDoubleLeftIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2235
|
+
return (0, jsx_runtime_1.jsx)(ChevronDoubleLeftIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2005
2236
|
});
|
|
2006
2237
|
const ChevronDoubleRightIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChevronDoubleRightIcon"));
|
|
2007
2238
|
exports.ChevronDoubleRightIconSolid = (0, react_1.forwardRef)(function ChevronDoubleRightIconSolid(_a, ref) {
|
|
2008
2239
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2009
|
-
return (0, jsx_runtime_1.jsx)(ChevronDoubleRightIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2240
|
+
return (0, jsx_runtime_1.jsx)(ChevronDoubleRightIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2010
2241
|
});
|
|
2011
2242
|
const ChevronDoubleUpIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChevronDoubleUpIcon"));
|
|
2012
2243
|
exports.ChevronDoubleUpIconSolid = (0, react_1.forwardRef)(function ChevronDoubleUpIconSolid(_a, ref) {
|
|
2013
2244
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2014
|
-
return (0, jsx_runtime_1.jsx)(ChevronDoubleUpIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2245
|
+
return (0, jsx_runtime_1.jsx)(ChevronDoubleUpIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2015
2246
|
});
|
|
2016
2247
|
const ChevronDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChevronDownIcon"));
|
|
2017
2248
|
exports.ChevronDownIconSolid = (0, react_1.forwardRef)(function ChevronDownIconSolid(_a, ref) {
|
|
2018
2249
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2019
|
-
return (0, jsx_runtime_1.jsx)(ChevronDownIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2250
|
+
return (0, jsx_runtime_1.jsx)(ChevronDownIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2020
2251
|
});
|
|
2021
2252
|
const ChevronLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChevronLeftIcon"));
|
|
2022
2253
|
exports.ChevronLeftIconSolid = (0, react_1.forwardRef)(function ChevronLeftIconSolid(_a, ref) {
|
|
2023
2254
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2024
|
-
return (0, jsx_runtime_1.jsx)(ChevronLeftIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2255
|
+
return (0, jsx_runtime_1.jsx)(ChevronLeftIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2025
2256
|
});
|
|
2026
2257
|
const ChevronRightIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChevronRightIcon"));
|
|
2027
2258
|
exports.ChevronRightIconSolid = (0, react_1.forwardRef)(function ChevronRightIconSolid(_a, ref) {
|
|
2028
2259
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2029
|
-
return (0, jsx_runtime_1.jsx)(ChevronRightIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2260
|
+
return (0, jsx_runtime_1.jsx)(ChevronRightIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2030
2261
|
});
|
|
2031
2262
|
const ChevronUpDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChevronUpDownIcon"));
|
|
2032
2263
|
exports.ChevronUpDownIconSolid = (0, react_1.forwardRef)(function ChevronUpDownIconSolid(_a, ref) {
|
|
2033
2264
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2034
|
-
return (0, jsx_runtime_1.jsx)(ChevronUpDownIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2265
|
+
return (0, jsx_runtime_1.jsx)(ChevronUpDownIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2035
2266
|
});
|
|
2036
2267
|
const ChevronUpIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChevronUpIcon"));
|
|
2037
2268
|
exports.ChevronUpIconSolid = (0, react_1.forwardRef)(function ChevronUpIconSolid(_a, ref) {
|
|
2038
2269
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2039
|
-
return (0, jsx_runtime_1.jsx)(ChevronUpIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2270
|
+
return (0, jsx_runtime_1.jsx)(ChevronUpIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2040
2271
|
});
|
|
2041
2272
|
const CircleStackIcon_2 = __importDefault(require("@heroicons/react/24/solid/CircleStackIcon"));
|
|
2042
2273
|
exports.CircleStackIconSolid = (0, react_1.forwardRef)(function CircleStackIconSolid(_a, ref) {
|
|
2043
2274
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2044
|
-
return (0, jsx_runtime_1.jsx)(CircleStackIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2275
|
+
return (0, jsx_runtime_1.jsx)(CircleStackIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2045
2276
|
});
|
|
2046
2277
|
const ClipboardDocumentCheckIcon_2 = __importDefault(require("@heroicons/react/24/solid/ClipboardDocumentCheckIcon"));
|
|
2047
2278
|
exports.ClipboardDocumentCheckIconSolid = (0, react_1.forwardRef)(function ClipboardDocumentCheckIconSolid(_a, ref) {
|
|
2048
2279
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2049
|
-
return (0, jsx_runtime_1.jsx)(ClipboardDocumentCheckIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2280
|
+
return (0, jsx_runtime_1.jsx)(ClipboardDocumentCheckIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2050
2281
|
});
|
|
2051
2282
|
const ClipboardDocumentListIcon_2 = __importDefault(require("@heroicons/react/24/solid/ClipboardDocumentListIcon"));
|
|
2052
2283
|
exports.ClipboardDocumentListIconSolid = (0, react_1.forwardRef)(function ClipboardDocumentListIconSolid(_a, ref) {
|
|
2053
2284
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2054
|
-
return (0, jsx_runtime_1.jsx)(ClipboardDocumentListIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2285
|
+
return (0, jsx_runtime_1.jsx)(ClipboardDocumentListIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2055
2286
|
});
|
|
2056
2287
|
const ClipboardDocumentIcon_2 = __importDefault(require("@heroicons/react/24/solid/ClipboardDocumentIcon"));
|
|
2057
2288
|
exports.ClipboardDocumentIconSolid = (0, react_1.forwardRef)(function ClipboardDocumentIconSolid(_a, ref) {
|
|
2058
2289
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2059
|
-
return (0, jsx_runtime_1.jsx)(ClipboardDocumentIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2290
|
+
return (0, jsx_runtime_1.jsx)(ClipboardDocumentIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2060
2291
|
});
|
|
2061
2292
|
const ClipboardIcon_2 = __importDefault(require("@heroicons/react/24/solid/ClipboardIcon"));
|
|
2062
2293
|
exports.ClipboardIconSolid = (0, react_1.forwardRef)(function ClipboardIconSolid(_a, ref) {
|
|
2063
2294
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2064
|
-
return (0, jsx_runtime_1.jsx)(ClipboardIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2295
|
+
return (0, jsx_runtime_1.jsx)(ClipboardIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2065
2296
|
});
|
|
2066
2297
|
const ClockIcon_2 = __importDefault(require("@heroicons/react/24/solid/ClockIcon"));
|
|
2067
2298
|
exports.ClockIconSolid = (0, react_1.forwardRef)(function ClockIconSolid(_a, ref) {
|
|
2068
2299
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2069
|
-
return (0, jsx_runtime_1.jsx)(ClockIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2300
|
+
return (0, jsx_runtime_1.jsx)(ClockIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2070
2301
|
});
|
|
2071
2302
|
const CloudArrowDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/CloudArrowDownIcon"));
|
|
2072
2303
|
exports.CloudArrowDownIconSolid = (0, react_1.forwardRef)(function CloudArrowDownIconSolid(_a, ref) {
|
|
2073
2304
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2074
|
-
return (0, jsx_runtime_1.jsx)(CloudArrowDownIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2305
|
+
return (0, jsx_runtime_1.jsx)(CloudArrowDownIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2075
2306
|
});
|
|
2076
2307
|
const CloudArrowUpIcon_2 = __importDefault(require("@heroicons/react/24/solid/CloudArrowUpIcon"));
|
|
2077
2308
|
exports.CloudArrowUpIconSolid = (0, react_1.forwardRef)(function CloudArrowUpIconSolid(_a, ref) {
|
|
2078
2309
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2079
|
-
return (0, jsx_runtime_1.jsx)(CloudArrowUpIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2310
|
+
return (0, jsx_runtime_1.jsx)(CloudArrowUpIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2080
2311
|
});
|
|
2081
2312
|
const CloudIcon_2 = __importDefault(require("@heroicons/react/24/solid/CloudIcon"));
|
|
2082
2313
|
exports.CloudIconSolid = (0, react_1.forwardRef)(function CloudIconSolid(_a, ref) {
|
|
2083
2314
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2084
|
-
return (0, jsx_runtime_1.jsx)(CloudIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2315
|
+
return (0, jsx_runtime_1.jsx)(CloudIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2085
2316
|
});
|
|
2086
2317
|
const CodeBracketSquareIcon_2 = __importDefault(require("@heroicons/react/24/solid/CodeBracketSquareIcon"));
|
|
2087
2318
|
exports.CodeBracketSquareIconSolid = (0, react_1.forwardRef)(function CodeBracketSquareIconSolid(_a, ref) {
|
|
2088
2319
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2089
|
-
return (0, jsx_runtime_1.jsx)(CodeBracketSquareIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2320
|
+
return (0, jsx_runtime_1.jsx)(CodeBracketSquareIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2090
2321
|
});
|
|
2091
2322
|
const CodeBracketIcon_2 = __importDefault(require("@heroicons/react/24/solid/CodeBracketIcon"));
|
|
2092
2323
|
exports.CodeBracketIconSolid = (0, react_1.forwardRef)(function CodeBracketIconSolid(_a, ref) {
|
|
2093
2324
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2094
|
-
return (0, jsx_runtime_1.jsx)(CodeBracketIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2325
|
+
return (0, jsx_runtime_1.jsx)(CodeBracketIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2095
2326
|
});
|
|
2096
2327
|
const Cog6ToothIcon_2 = __importDefault(require("@heroicons/react/24/solid/Cog6ToothIcon"));
|
|
2097
2328
|
exports.Cog6ToothIconSolid = (0, react_1.forwardRef)(function Cog6ToothIconSolid(_a, ref) {
|
|
2098
2329
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2099
|
-
return (0, jsx_runtime_1.jsx)(Cog6ToothIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2330
|
+
return (0, jsx_runtime_1.jsx)(Cog6ToothIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2100
2331
|
});
|
|
2101
2332
|
const Cog8ToothIcon_2 = __importDefault(require("@heroicons/react/24/solid/Cog8ToothIcon"));
|
|
2102
2333
|
exports.Cog8ToothIconSolid = (0, react_1.forwardRef)(function Cog8ToothIconSolid(_a, ref) {
|
|
2103
2334
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2104
|
-
return (0, jsx_runtime_1.jsx)(Cog8ToothIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2335
|
+
return (0, jsx_runtime_1.jsx)(Cog8ToothIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2105
2336
|
});
|
|
2106
2337
|
const CogIcon_2 = __importDefault(require("@heroicons/react/24/solid/CogIcon"));
|
|
2107
2338
|
exports.CogIconSolid = (0, react_1.forwardRef)(function CogIconSolid(_a, ref) {
|
|
2108
2339
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2109
|
-
return (0, jsx_runtime_1.jsx)(CogIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2340
|
+
return (0, jsx_runtime_1.jsx)(CogIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2110
2341
|
});
|
|
2111
2342
|
const CommandLineIcon_2 = __importDefault(require("@heroicons/react/24/solid/CommandLineIcon"));
|
|
2112
2343
|
exports.CommandLineIconSolid = (0, react_1.forwardRef)(function CommandLineIconSolid(_a, ref) {
|
|
2113
2344
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2114
|
-
return (0, jsx_runtime_1.jsx)(CommandLineIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2345
|
+
return (0, jsx_runtime_1.jsx)(CommandLineIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2115
2346
|
});
|
|
2116
2347
|
const ComputerDesktopIcon_2 = __importDefault(require("@heroicons/react/24/solid/ComputerDesktopIcon"));
|
|
2117
2348
|
exports.ComputerDesktopIconSolid = (0, react_1.forwardRef)(function ComputerDesktopIconSolid(_a, ref) {
|
|
2118
2349
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2119
|
-
return (0, jsx_runtime_1.jsx)(ComputerDesktopIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2350
|
+
return (0, jsx_runtime_1.jsx)(ComputerDesktopIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2120
2351
|
});
|
|
2121
2352
|
const CpuChipIcon_2 = __importDefault(require("@heroicons/react/24/solid/CpuChipIcon"));
|
|
2122
2353
|
exports.CpuChipIconSolid = (0, react_1.forwardRef)(function CpuChipIconSolid(_a, ref) {
|
|
2123
2354
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2124
|
-
return (0, jsx_runtime_1.jsx)(CpuChipIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2355
|
+
return (0, jsx_runtime_1.jsx)(CpuChipIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2125
2356
|
});
|
|
2126
2357
|
const CreditCardIcon_2 = __importDefault(require("@heroicons/react/24/solid/CreditCardIcon"));
|
|
2127
2358
|
exports.CreditCardIconSolid = (0, react_1.forwardRef)(function CreditCardIconSolid(_a, ref) {
|
|
2128
2359
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2129
|
-
return (0, jsx_runtime_1.jsx)(CreditCardIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2360
|
+
return (0, jsx_runtime_1.jsx)(CreditCardIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2130
2361
|
});
|
|
2131
2362
|
const CubeTransparentIcon_2 = __importDefault(require("@heroicons/react/24/solid/CubeTransparentIcon"));
|
|
2132
2363
|
exports.CubeTransparentIconSolid = (0, react_1.forwardRef)(function CubeTransparentIconSolid(_a, ref) {
|
|
2133
2364
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2134
|
-
return (0, jsx_runtime_1.jsx)(CubeTransparentIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2365
|
+
return (0, jsx_runtime_1.jsx)(CubeTransparentIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2135
2366
|
});
|
|
2136
2367
|
const CubeIcon_2 = __importDefault(require("@heroicons/react/24/solid/CubeIcon"));
|
|
2137
2368
|
exports.CubeIconSolid = (0, react_1.forwardRef)(function CubeIconSolid(_a, ref) {
|
|
2138
2369
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2139
|
-
return (0, jsx_runtime_1.jsx)(CubeIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2370
|
+
return (0, jsx_runtime_1.jsx)(CubeIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2140
2371
|
});
|
|
2141
2372
|
const CurrencyBangladeshiIcon_2 = __importDefault(require("@heroicons/react/24/solid/CurrencyBangladeshiIcon"));
|
|
2142
2373
|
exports.CurrencyBangladeshiIconSolid = (0, react_1.forwardRef)(function CurrencyBangladeshiIconSolid(_a, ref) {
|
|
2143
2374
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2144
|
-
return (0, jsx_runtime_1.jsx)(CurrencyBangladeshiIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2375
|
+
return (0, jsx_runtime_1.jsx)(CurrencyBangladeshiIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2145
2376
|
});
|
|
2146
2377
|
const CurrencyDollarIcon_2 = __importDefault(require("@heroicons/react/24/solid/CurrencyDollarIcon"));
|
|
2147
2378
|
exports.CurrencyDollarIconSolid = (0, react_1.forwardRef)(function CurrencyDollarIconSolid(_a, ref) {
|
|
2148
2379
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2149
|
-
return (0, jsx_runtime_1.jsx)(CurrencyDollarIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2380
|
+
return (0, jsx_runtime_1.jsx)(CurrencyDollarIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2150
2381
|
});
|
|
2151
2382
|
const CurrencyEuroIcon_2 = __importDefault(require("@heroicons/react/24/solid/CurrencyEuroIcon"));
|
|
2152
2383
|
exports.CurrencyEuroIconSolid = (0, react_1.forwardRef)(function CurrencyEuroIconSolid(_a, ref) {
|
|
2153
2384
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2154
|
-
return (0, jsx_runtime_1.jsx)(CurrencyEuroIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2385
|
+
return (0, jsx_runtime_1.jsx)(CurrencyEuroIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2155
2386
|
});
|
|
2156
2387
|
const CurrencyPoundIcon_2 = __importDefault(require("@heroicons/react/24/solid/CurrencyPoundIcon"));
|
|
2157
2388
|
exports.CurrencyPoundIconSolid = (0, react_1.forwardRef)(function CurrencyPoundIconSolid(_a, ref) {
|
|
2158
2389
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2159
|
-
return (0, jsx_runtime_1.jsx)(CurrencyPoundIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2390
|
+
return (0, jsx_runtime_1.jsx)(CurrencyPoundIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2160
2391
|
});
|
|
2161
2392
|
const CurrencyRupeeIcon_2 = __importDefault(require("@heroicons/react/24/solid/CurrencyRupeeIcon"));
|
|
2162
2393
|
exports.CurrencyRupeeIconSolid = (0, react_1.forwardRef)(function CurrencyRupeeIconSolid(_a, ref) {
|
|
2163
2394
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2164
|
-
return (0, jsx_runtime_1.jsx)(CurrencyRupeeIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2395
|
+
return (0, jsx_runtime_1.jsx)(CurrencyRupeeIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2165
2396
|
});
|
|
2166
2397
|
const CurrencyYenIcon_2 = __importDefault(require("@heroicons/react/24/solid/CurrencyYenIcon"));
|
|
2167
2398
|
exports.CurrencyYenIconSolid = (0, react_1.forwardRef)(function CurrencyYenIconSolid(_a, ref) {
|
|
2168
2399
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2169
|
-
return (0, jsx_runtime_1.jsx)(CurrencyYenIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2400
|
+
return (0, jsx_runtime_1.jsx)(CurrencyYenIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2170
2401
|
});
|
|
2171
2402
|
const CursorArrowRaysIcon_2 = __importDefault(require("@heroicons/react/24/solid/CursorArrowRaysIcon"));
|
|
2172
2403
|
exports.CursorArrowRaysIconSolid = (0, react_1.forwardRef)(function CursorArrowRaysIconSolid(_a, ref) {
|
|
2173
2404
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2174
|
-
return (0, jsx_runtime_1.jsx)(CursorArrowRaysIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2405
|
+
return (0, jsx_runtime_1.jsx)(CursorArrowRaysIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2175
2406
|
});
|
|
2176
2407
|
const CursorArrowRippleIcon_2 = __importDefault(require("@heroicons/react/24/solid/CursorArrowRippleIcon"));
|
|
2177
2408
|
exports.CursorArrowRippleIconSolid = (0, react_1.forwardRef)(function CursorArrowRippleIconSolid(_a, ref) {
|
|
2178
2409
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2179
|
-
return (0, jsx_runtime_1.jsx)(CursorArrowRippleIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2410
|
+
return (0, jsx_runtime_1.jsx)(CursorArrowRippleIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2180
2411
|
});
|
|
2181
2412
|
const DevicePhoneMobileIcon_2 = __importDefault(require("@heroicons/react/24/solid/DevicePhoneMobileIcon"));
|
|
2182
2413
|
exports.DevicePhoneMobileIconSolid = (0, react_1.forwardRef)(function DevicePhoneMobileIconSolid(_a, ref) {
|
|
2183
2414
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2184
|
-
return (0, jsx_runtime_1.jsx)(DevicePhoneMobileIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2415
|
+
return (0, jsx_runtime_1.jsx)(DevicePhoneMobileIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2185
2416
|
});
|
|
2186
2417
|
const DeviceTabletIcon_2 = __importDefault(require("@heroicons/react/24/solid/DeviceTabletIcon"));
|
|
2187
2418
|
exports.DeviceTabletIconSolid = (0, react_1.forwardRef)(function DeviceTabletIconSolid(_a, ref) {
|
|
2188
2419
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2189
|
-
return (0, jsx_runtime_1.jsx)(DeviceTabletIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2420
|
+
return (0, jsx_runtime_1.jsx)(DeviceTabletIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2421
|
+
});
|
|
2422
|
+
const DivideIcon_2 = __importDefault(require("@heroicons/react/24/solid/DivideIcon"));
|
|
2423
|
+
exports.DivideIconSolid = (0, react_1.forwardRef)(function DivideIconSolid(_a, ref) {
|
|
2424
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2425
|
+
return (0, jsx_runtime_1.jsx)(DivideIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2190
2426
|
});
|
|
2191
2427
|
const DocumentArrowDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentArrowDownIcon"));
|
|
2192
2428
|
exports.DocumentArrowDownIconSolid = (0, react_1.forwardRef)(function DocumentArrowDownIconSolid(_a, ref) {
|
|
2193
2429
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2194
|
-
return (0, jsx_runtime_1.jsx)(DocumentArrowDownIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2430
|
+
return (0, jsx_runtime_1.jsx)(DocumentArrowDownIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2195
2431
|
});
|
|
2196
2432
|
const DocumentArrowUpIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentArrowUpIcon"));
|
|
2197
2433
|
exports.DocumentArrowUpIconSolid = (0, react_1.forwardRef)(function DocumentArrowUpIconSolid(_a, ref) {
|
|
2198
2434
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2199
|
-
return (0, jsx_runtime_1.jsx)(DocumentArrowUpIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2435
|
+
return (0, jsx_runtime_1.jsx)(DocumentArrowUpIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2200
2436
|
});
|
|
2201
2437
|
const DocumentChartBarIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentChartBarIcon"));
|
|
2202
2438
|
exports.DocumentChartBarIconSolid = (0, react_1.forwardRef)(function DocumentChartBarIconSolid(_a, ref) {
|
|
2203
2439
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2204
|
-
return (0, jsx_runtime_1.jsx)(DocumentChartBarIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2440
|
+
return (0, jsx_runtime_1.jsx)(DocumentChartBarIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2205
2441
|
});
|
|
2206
2442
|
const DocumentCheckIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentCheckIcon"));
|
|
2207
2443
|
exports.DocumentCheckIconSolid = (0, react_1.forwardRef)(function DocumentCheckIconSolid(_a, ref) {
|
|
2208
2444
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2209
|
-
return (0, jsx_runtime_1.jsx)(DocumentCheckIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2445
|
+
return (0, jsx_runtime_1.jsx)(DocumentCheckIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2446
|
+
});
|
|
2447
|
+
const DocumentCurrencyBangladeshiIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentCurrencyBangladeshiIcon"));
|
|
2448
|
+
exports.DocumentCurrencyBangladeshiIconSolid = (0, react_1.forwardRef)(function DocumentCurrencyBangladeshiIconSolid(_a, ref) {
|
|
2449
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2450
|
+
return (0, jsx_runtime_1.jsx)(DocumentCurrencyBangladeshiIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2451
|
+
});
|
|
2452
|
+
const DocumentCurrencyDollarIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentCurrencyDollarIcon"));
|
|
2453
|
+
exports.DocumentCurrencyDollarIconSolid = (0, react_1.forwardRef)(function DocumentCurrencyDollarIconSolid(_a, ref) {
|
|
2454
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2455
|
+
return (0, jsx_runtime_1.jsx)(DocumentCurrencyDollarIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2456
|
+
});
|
|
2457
|
+
const DocumentCurrencyEuroIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentCurrencyEuroIcon"));
|
|
2458
|
+
exports.DocumentCurrencyEuroIconSolid = (0, react_1.forwardRef)(function DocumentCurrencyEuroIconSolid(_a, ref) {
|
|
2459
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2460
|
+
return (0, jsx_runtime_1.jsx)(DocumentCurrencyEuroIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2461
|
+
});
|
|
2462
|
+
const DocumentCurrencyPoundIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentCurrencyPoundIcon"));
|
|
2463
|
+
exports.DocumentCurrencyPoundIconSolid = (0, react_1.forwardRef)(function DocumentCurrencyPoundIconSolid(_a, ref) {
|
|
2464
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2465
|
+
return (0, jsx_runtime_1.jsx)(DocumentCurrencyPoundIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2466
|
+
});
|
|
2467
|
+
const DocumentCurrencyRupeeIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentCurrencyRupeeIcon"));
|
|
2468
|
+
exports.DocumentCurrencyRupeeIconSolid = (0, react_1.forwardRef)(function DocumentCurrencyRupeeIconSolid(_a, ref) {
|
|
2469
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2470
|
+
return (0, jsx_runtime_1.jsx)(DocumentCurrencyRupeeIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2471
|
+
});
|
|
2472
|
+
const DocumentCurrencyYenIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentCurrencyYenIcon"));
|
|
2473
|
+
exports.DocumentCurrencyYenIconSolid = (0, react_1.forwardRef)(function DocumentCurrencyYenIconSolid(_a, ref) {
|
|
2474
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2475
|
+
return (0, jsx_runtime_1.jsx)(DocumentCurrencyYenIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2210
2476
|
});
|
|
2211
2477
|
const DocumentDuplicateIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentDuplicateIcon"));
|
|
2212
2478
|
exports.DocumentDuplicateIconSolid = (0, react_1.forwardRef)(function DocumentDuplicateIconSolid(_a, ref) {
|
|
2213
2479
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2214
|
-
return (0, jsx_runtime_1.jsx)(DocumentDuplicateIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2480
|
+
return (0, jsx_runtime_1.jsx)(DocumentDuplicateIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2215
2481
|
});
|
|
2216
2482
|
const DocumentMagnifyingGlassIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentMagnifyingGlassIcon"));
|
|
2217
2483
|
exports.DocumentMagnifyingGlassIconSolid = (0, react_1.forwardRef)(function DocumentMagnifyingGlassIconSolid(_a, ref) {
|
|
2218
2484
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2219
|
-
return (0, jsx_runtime_1.jsx)(DocumentMagnifyingGlassIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2485
|
+
return (0, jsx_runtime_1.jsx)(DocumentMagnifyingGlassIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2220
2486
|
});
|
|
2221
2487
|
const DocumentMinusIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentMinusIcon"));
|
|
2222
2488
|
exports.DocumentMinusIconSolid = (0, react_1.forwardRef)(function DocumentMinusIconSolid(_a, ref) {
|
|
2223
2489
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2224
|
-
return (0, jsx_runtime_1.jsx)(DocumentMinusIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2490
|
+
return (0, jsx_runtime_1.jsx)(DocumentMinusIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2225
2491
|
});
|
|
2226
2492
|
const DocumentPlusIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentPlusIcon"));
|
|
2227
2493
|
exports.DocumentPlusIconSolid = (0, react_1.forwardRef)(function DocumentPlusIconSolid(_a, ref) {
|
|
2228
2494
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2229
|
-
return (0, jsx_runtime_1.jsx)(DocumentPlusIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2495
|
+
return (0, jsx_runtime_1.jsx)(DocumentPlusIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2230
2496
|
});
|
|
2231
2497
|
const DocumentTextIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentTextIcon"));
|
|
2232
2498
|
exports.DocumentTextIconSolid = (0, react_1.forwardRef)(function DocumentTextIconSolid(_a, ref) {
|
|
2233
2499
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2234
|
-
return (0, jsx_runtime_1.jsx)(DocumentTextIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2500
|
+
return (0, jsx_runtime_1.jsx)(DocumentTextIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2235
2501
|
});
|
|
2236
2502
|
const DocumentIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentIcon"));
|
|
2237
2503
|
exports.DocumentIconSolid = (0, react_1.forwardRef)(function DocumentIconSolid(_a, ref) {
|
|
2238
2504
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2239
|
-
return (0, jsx_runtime_1.jsx)(DocumentIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2505
|
+
return (0, jsx_runtime_1.jsx)(DocumentIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2240
2506
|
});
|
|
2241
2507
|
const EllipsisHorizontalCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/EllipsisHorizontalCircleIcon"));
|
|
2242
2508
|
exports.EllipsisHorizontalCircleIconSolid = (0, react_1.forwardRef)(function EllipsisHorizontalCircleIconSolid(_a, ref) {
|
|
2243
2509
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2244
|
-
return (0, jsx_runtime_1.jsx)(EllipsisHorizontalCircleIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2510
|
+
return (0, jsx_runtime_1.jsx)(EllipsisHorizontalCircleIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2245
2511
|
});
|
|
2246
2512
|
const EllipsisHorizontalIcon_2 = __importDefault(require("@heroicons/react/24/solid/EllipsisHorizontalIcon"));
|
|
2247
2513
|
exports.EllipsisHorizontalIconSolid = (0, react_1.forwardRef)(function EllipsisHorizontalIconSolid(_a, ref) {
|
|
2248
2514
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2249
|
-
return (0, jsx_runtime_1.jsx)(EllipsisHorizontalIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2515
|
+
return (0, jsx_runtime_1.jsx)(EllipsisHorizontalIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2250
2516
|
});
|
|
2251
2517
|
const EllipsisVerticalIcon_2 = __importDefault(require("@heroicons/react/24/solid/EllipsisVerticalIcon"));
|
|
2252
2518
|
exports.EllipsisVerticalIconSolid = (0, react_1.forwardRef)(function EllipsisVerticalIconSolid(_a, ref) {
|
|
2253
2519
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2254
|
-
return (0, jsx_runtime_1.jsx)(EllipsisVerticalIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2520
|
+
return (0, jsx_runtime_1.jsx)(EllipsisVerticalIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2255
2521
|
});
|
|
2256
2522
|
const EnvelopeOpenIcon_2 = __importDefault(require("@heroicons/react/24/solid/EnvelopeOpenIcon"));
|
|
2257
2523
|
exports.EnvelopeOpenIconSolid = (0, react_1.forwardRef)(function EnvelopeOpenIconSolid(_a, ref) {
|
|
2258
2524
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2259
|
-
return (0, jsx_runtime_1.jsx)(EnvelopeOpenIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2525
|
+
return (0, jsx_runtime_1.jsx)(EnvelopeOpenIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2260
2526
|
});
|
|
2261
2527
|
const EnvelopeIcon_2 = __importDefault(require("@heroicons/react/24/solid/EnvelopeIcon"));
|
|
2262
2528
|
exports.EnvelopeIconSolid = (0, react_1.forwardRef)(function EnvelopeIconSolid(_a, ref) {
|
|
2263
2529
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2264
|
-
return (0, jsx_runtime_1.jsx)(EnvelopeIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2530
|
+
return (0, jsx_runtime_1.jsx)(EnvelopeIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2531
|
+
});
|
|
2532
|
+
const EqualsIcon_2 = __importDefault(require("@heroicons/react/24/solid/EqualsIcon"));
|
|
2533
|
+
exports.EqualsIconSolid = (0, react_1.forwardRef)(function EqualsIconSolid(_a, ref) {
|
|
2534
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2535
|
+
return (0, jsx_runtime_1.jsx)(EqualsIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2265
2536
|
});
|
|
2266
2537
|
const ExclamationCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ExclamationCircleIcon"));
|
|
2267
2538
|
exports.ExclamationCircleIconSolid = (0, react_1.forwardRef)(function ExclamationCircleIconSolid(_a, ref) {
|
|
2268
2539
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2269
|
-
return (0, jsx_runtime_1.jsx)(ExclamationCircleIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2540
|
+
return (0, jsx_runtime_1.jsx)(ExclamationCircleIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2270
2541
|
});
|
|
2271
2542
|
const ExclamationTriangleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ExclamationTriangleIcon"));
|
|
2272
2543
|
exports.ExclamationTriangleIconSolid = (0, react_1.forwardRef)(function ExclamationTriangleIconSolid(_a, ref) {
|
|
2273
2544
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2274
|
-
return (0, jsx_runtime_1.jsx)(ExclamationTriangleIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2545
|
+
return (0, jsx_runtime_1.jsx)(ExclamationTriangleIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2275
2546
|
});
|
|
2276
2547
|
const EyeDropperIcon_2 = __importDefault(require("@heroicons/react/24/solid/EyeDropperIcon"));
|
|
2277
2548
|
exports.EyeDropperIconSolid = (0, react_1.forwardRef)(function EyeDropperIconSolid(_a, ref) {
|
|
2278
2549
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2279
|
-
return (0, jsx_runtime_1.jsx)(EyeDropperIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2550
|
+
return (0, jsx_runtime_1.jsx)(EyeDropperIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2280
2551
|
});
|
|
2281
2552
|
const EyeSlashIcon_2 = __importDefault(require("@heroicons/react/24/solid/EyeSlashIcon"));
|
|
2282
2553
|
exports.EyeSlashIconSolid = (0, react_1.forwardRef)(function EyeSlashIconSolid(_a, ref) {
|
|
2283
2554
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2284
|
-
return (0, jsx_runtime_1.jsx)(EyeSlashIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2555
|
+
return (0, jsx_runtime_1.jsx)(EyeSlashIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2285
2556
|
});
|
|
2286
2557
|
const EyeIcon_2 = __importDefault(require("@heroicons/react/24/solid/EyeIcon"));
|
|
2287
2558
|
exports.EyeIconSolid = (0, react_1.forwardRef)(function EyeIconSolid(_a, ref) {
|
|
2288
2559
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2289
|
-
return (0, jsx_runtime_1.jsx)(EyeIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2560
|
+
return (0, jsx_runtime_1.jsx)(EyeIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2290
2561
|
});
|
|
2291
2562
|
const FaceFrownIcon_2 = __importDefault(require("@heroicons/react/24/solid/FaceFrownIcon"));
|
|
2292
2563
|
exports.FaceFrownIconSolid = (0, react_1.forwardRef)(function FaceFrownIconSolid(_a, ref) {
|
|
2293
2564
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2294
|
-
return (0, jsx_runtime_1.jsx)(FaceFrownIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2565
|
+
return (0, jsx_runtime_1.jsx)(FaceFrownIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2295
2566
|
});
|
|
2296
2567
|
const FaceSmileIcon_2 = __importDefault(require("@heroicons/react/24/solid/FaceSmileIcon"));
|
|
2297
2568
|
exports.FaceSmileIconSolid = (0, react_1.forwardRef)(function FaceSmileIconSolid(_a, ref) {
|
|
2298
2569
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2299
|
-
return (0, jsx_runtime_1.jsx)(FaceSmileIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2570
|
+
return (0, jsx_runtime_1.jsx)(FaceSmileIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2300
2571
|
});
|
|
2301
2572
|
const FilmIcon_2 = __importDefault(require("@heroicons/react/24/solid/FilmIcon"));
|
|
2302
2573
|
exports.FilmIconSolid = (0, react_1.forwardRef)(function FilmIconSolid(_a, ref) {
|
|
2303
2574
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2304
|
-
return (0, jsx_runtime_1.jsx)(FilmIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2575
|
+
return (0, jsx_runtime_1.jsx)(FilmIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2305
2576
|
});
|
|
2306
2577
|
const FingerPrintIcon_2 = __importDefault(require("@heroicons/react/24/solid/FingerPrintIcon"));
|
|
2307
2578
|
exports.FingerPrintIconSolid = (0, react_1.forwardRef)(function FingerPrintIconSolid(_a, ref) {
|
|
2308
2579
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2309
|
-
return (0, jsx_runtime_1.jsx)(FingerPrintIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2580
|
+
return (0, jsx_runtime_1.jsx)(FingerPrintIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2310
2581
|
});
|
|
2311
2582
|
const FireIcon_2 = __importDefault(require("@heroicons/react/24/solid/FireIcon"));
|
|
2312
2583
|
exports.FireIconSolid = (0, react_1.forwardRef)(function FireIconSolid(_a, ref) {
|
|
2313
2584
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2314
|
-
return (0, jsx_runtime_1.jsx)(FireIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2585
|
+
return (0, jsx_runtime_1.jsx)(FireIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2315
2586
|
});
|
|
2316
2587
|
const FlagIcon_2 = __importDefault(require("@heroicons/react/24/solid/FlagIcon"));
|
|
2317
2588
|
exports.FlagIconSolid = (0, react_1.forwardRef)(function FlagIconSolid(_a, ref) {
|
|
2318
2589
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2319
|
-
return (0, jsx_runtime_1.jsx)(FlagIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2590
|
+
return (0, jsx_runtime_1.jsx)(FlagIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2320
2591
|
});
|
|
2321
2592
|
const FolderArrowDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/FolderArrowDownIcon"));
|
|
2322
2593
|
exports.FolderArrowDownIconSolid = (0, react_1.forwardRef)(function FolderArrowDownIconSolid(_a, ref) {
|
|
2323
2594
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2324
|
-
return (0, jsx_runtime_1.jsx)(FolderArrowDownIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2595
|
+
return (0, jsx_runtime_1.jsx)(FolderArrowDownIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2325
2596
|
});
|
|
2326
2597
|
const FolderMinusIcon_2 = __importDefault(require("@heroicons/react/24/solid/FolderMinusIcon"));
|
|
2327
2598
|
exports.FolderMinusIconSolid = (0, react_1.forwardRef)(function FolderMinusIconSolid(_a, ref) {
|
|
2328
2599
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2329
|
-
return (0, jsx_runtime_1.jsx)(FolderMinusIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2600
|
+
return (0, jsx_runtime_1.jsx)(FolderMinusIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2330
2601
|
});
|
|
2331
2602
|
const FolderOpenIcon_2 = __importDefault(require("@heroicons/react/24/solid/FolderOpenIcon"));
|
|
2332
2603
|
exports.FolderOpenIconSolid = (0, react_1.forwardRef)(function FolderOpenIconSolid(_a, ref) {
|
|
2333
2604
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2334
|
-
return (0, jsx_runtime_1.jsx)(FolderOpenIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2605
|
+
return (0, jsx_runtime_1.jsx)(FolderOpenIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2335
2606
|
});
|
|
2336
2607
|
const FolderPlusIcon_2 = __importDefault(require("@heroicons/react/24/solid/FolderPlusIcon"));
|
|
2337
2608
|
exports.FolderPlusIconSolid = (0, react_1.forwardRef)(function FolderPlusIconSolid(_a, ref) {
|
|
2338
2609
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2339
|
-
return (0, jsx_runtime_1.jsx)(FolderPlusIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2610
|
+
return (0, jsx_runtime_1.jsx)(FolderPlusIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2340
2611
|
});
|
|
2341
2612
|
const FolderIcon_2 = __importDefault(require("@heroicons/react/24/solid/FolderIcon"));
|
|
2342
2613
|
exports.FolderIconSolid = (0, react_1.forwardRef)(function FolderIconSolid(_a, ref) {
|
|
2343
2614
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2344
|
-
return (0, jsx_runtime_1.jsx)(FolderIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2615
|
+
return (0, jsx_runtime_1.jsx)(FolderIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2345
2616
|
});
|
|
2346
2617
|
const ForwardIcon_2 = __importDefault(require("@heroicons/react/24/solid/ForwardIcon"));
|
|
2347
2618
|
exports.ForwardIconSolid = (0, react_1.forwardRef)(function ForwardIconSolid(_a, ref) {
|
|
2348
2619
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2349
|
-
return (0, jsx_runtime_1.jsx)(ForwardIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2620
|
+
return (0, jsx_runtime_1.jsx)(ForwardIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2350
2621
|
});
|
|
2351
2622
|
const FunnelIcon_2 = __importDefault(require("@heroicons/react/24/solid/FunnelIcon"));
|
|
2352
2623
|
exports.FunnelIconSolid = (0, react_1.forwardRef)(function FunnelIconSolid(_a, ref) {
|
|
2353
2624
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2354
|
-
return (0, jsx_runtime_1.jsx)(FunnelIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2625
|
+
return (0, jsx_runtime_1.jsx)(FunnelIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2355
2626
|
});
|
|
2356
2627
|
const GifIcon_2 = __importDefault(require("@heroicons/react/24/solid/GifIcon"));
|
|
2357
2628
|
exports.GifIconSolid = (0, react_1.forwardRef)(function GifIconSolid(_a, ref) {
|
|
2358
2629
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2359
|
-
return (0, jsx_runtime_1.jsx)(GifIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2630
|
+
return (0, jsx_runtime_1.jsx)(GifIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2360
2631
|
});
|
|
2361
2632
|
const GiftTopIcon_2 = __importDefault(require("@heroicons/react/24/solid/GiftTopIcon"));
|
|
2362
2633
|
exports.GiftTopIconSolid = (0, react_1.forwardRef)(function GiftTopIconSolid(_a, ref) {
|
|
2363
2634
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2364
|
-
return (0, jsx_runtime_1.jsx)(GiftTopIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2635
|
+
return (0, jsx_runtime_1.jsx)(GiftTopIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2365
2636
|
});
|
|
2366
2637
|
const GiftIcon_2 = __importDefault(require("@heroicons/react/24/solid/GiftIcon"));
|
|
2367
2638
|
exports.GiftIconSolid = (0, react_1.forwardRef)(function GiftIconSolid(_a, ref) {
|
|
2368
2639
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2369
|
-
return (0, jsx_runtime_1.jsx)(GiftIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2640
|
+
return (0, jsx_runtime_1.jsx)(GiftIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2370
2641
|
});
|
|
2371
2642
|
const GlobeAltIcon_2 = __importDefault(require("@heroicons/react/24/solid/GlobeAltIcon"));
|
|
2372
2643
|
exports.GlobeAltIconSolid = (0, react_1.forwardRef)(function GlobeAltIconSolid(_a, ref) {
|
|
2373
2644
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2374
|
-
return (0, jsx_runtime_1.jsx)(GlobeAltIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2645
|
+
return (0, jsx_runtime_1.jsx)(GlobeAltIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2375
2646
|
});
|
|
2376
2647
|
const GlobeAmericasIcon_2 = __importDefault(require("@heroicons/react/24/solid/GlobeAmericasIcon"));
|
|
2377
2648
|
exports.GlobeAmericasIconSolid = (0, react_1.forwardRef)(function GlobeAmericasIconSolid(_a, ref) {
|
|
2378
2649
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2379
|
-
return (0, jsx_runtime_1.jsx)(GlobeAmericasIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2650
|
+
return (0, jsx_runtime_1.jsx)(GlobeAmericasIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2380
2651
|
});
|
|
2381
2652
|
const GlobeAsiaAustraliaIcon_2 = __importDefault(require("@heroicons/react/24/solid/GlobeAsiaAustraliaIcon"));
|
|
2382
2653
|
exports.GlobeAsiaAustraliaIconSolid = (0, react_1.forwardRef)(function GlobeAsiaAustraliaIconSolid(_a, ref) {
|
|
2383
2654
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2384
|
-
return (0, jsx_runtime_1.jsx)(GlobeAsiaAustraliaIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2655
|
+
return (0, jsx_runtime_1.jsx)(GlobeAsiaAustraliaIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2385
2656
|
});
|
|
2386
2657
|
const GlobeEuropeAfricaIcon_2 = __importDefault(require("@heroicons/react/24/solid/GlobeEuropeAfricaIcon"));
|
|
2387
2658
|
exports.GlobeEuropeAfricaIconSolid = (0, react_1.forwardRef)(function GlobeEuropeAfricaIconSolid(_a, ref) {
|
|
2388
2659
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2389
|
-
return (0, jsx_runtime_1.jsx)(GlobeEuropeAfricaIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2660
|
+
return (0, jsx_runtime_1.jsx)(GlobeEuropeAfricaIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2661
|
+
});
|
|
2662
|
+
const H1Icon_2 = __importDefault(require("@heroicons/react/24/solid/H1Icon"));
|
|
2663
|
+
exports.H1IconSolid = (0, react_1.forwardRef)(function H1IconSolid(_a, ref) {
|
|
2664
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2665
|
+
return (0, jsx_runtime_1.jsx)(H1Icon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2666
|
+
});
|
|
2667
|
+
const H2Icon_2 = __importDefault(require("@heroicons/react/24/solid/H2Icon"));
|
|
2668
|
+
exports.H2IconSolid = (0, react_1.forwardRef)(function H2IconSolid(_a, ref) {
|
|
2669
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2670
|
+
return (0, jsx_runtime_1.jsx)(H2Icon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2671
|
+
});
|
|
2672
|
+
const H3Icon_2 = __importDefault(require("@heroicons/react/24/solid/H3Icon"));
|
|
2673
|
+
exports.H3IconSolid = (0, react_1.forwardRef)(function H3IconSolid(_a, ref) {
|
|
2674
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2675
|
+
return (0, jsx_runtime_1.jsx)(H3Icon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2390
2676
|
});
|
|
2391
2677
|
const HandRaisedIcon_2 = __importDefault(require("@heroicons/react/24/solid/HandRaisedIcon"));
|
|
2392
2678
|
exports.HandRaisedIconSolid = (0, react_1.forwardRef)(function HandRaisedIconSolid(_a, ref) {
|
|
2393
2679
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2394
|
-
return (0, jsx_runtime_1.jsx)(HandRaisedIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2680
|
+
return (0, jsx_runtime_1.jsx)(HandRaisedIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2395
2681
|
});
|
|
2396
2682
|
const HandThumbDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/HandThumbDownIcon"));
|
|
2397
2683
|
exports.HandThumbDownIconSolid = (0, react_1.forwardRef)(function HandThumbDownIconSolid(_a, ref) {
|
|
2398
2684
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2399
|
-
return (0, jsx_runtime_1.jsx)(HandThumbDownIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2685
|
+
return (0, jsx_runtime_1.jsx)(HandThumbDownIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2400
2686
|
});
|
|
2401
2687
|
const HandThumbUpIcon_2 = __importDefault(require("@heroicons/react/24/solid/HandThumbUpIcon"));
|
|
2402
2688
|
exports.HandThumbUpIconSolid = (0, react_1.forwardRef)(function HandThumbUpIconSolid(_a, ref) {
|
|
2403
2689
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2404
|
-
return (0, jsx_runtime_1.jsx)(HandThumbUpIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2690
|
+
return (0, jsx_runtime_1.jsx)(HandThumbUpIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2405
2691
|
});
|
|
2406
2692
|
const HashtagIcon_2 = __importDefault(require("@heroicons/react/24/solid/HashtagIcon"));
|
|
2407
2693
|
exports.HashtagIconSolid = (0, react_1.forwardRef)(function HashtagIconSolid(_a, ref) {
|
|
2408
2694
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2409
|
-
return (0, jsx_runtime_1.jsx)(HashtagIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2695
|
+
return (0, jsx_runtime_1.jsx)(HashtagIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2410
2696
|
});
|
|
2411
2697
|
const HeartIcon_2 = __importDefault(require("@heroicons/react/24/solid/HeartIcon"));
|
|
2412
2698
|
exports.HeartIconSolid = (0, react_1.forwardRef)(function HeartIconSolid(_a, ref) {
|
|
2413
2699
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2414
|
-
return (0, jsx_runtime_1.jsx)(HeartIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2700
|
+
return (0, jsx_runtime_1.jsx)(HeartIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2415
2701
|
});
|
|
2416
2702
|
const HomeModernIcon_2 = __importDefault(require("@heroicons/react/24/solid/HomeModernIcon"));
|
|
2417
2703
|
exports.HomeModernIconSolid = (0, react_1.forwardRef)(function HomeModernIconSolid(_a, ref) {
|
|
2418
2704
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2419
|
-
return (0, jsx_runtime_1.jsx)(HomeModernIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2705
|
+
return (0, jsx_runtime_1.jsx)(HomeModernIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2420
2706
|
});
|
|
2421
2707
|
const HomeIcon_2 = __importDefault(require("@heroicons/react/24/solid/HomeIcon"));
|
|
2422
2708
|
exports.HomeIconSolid = (0, react_1.forwardRef)(function HomeIconSolid(_a, ref) {
|
|
2423
2709
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2424
|
-
return (0, jsx_runtime_1.jsx)(HomeIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2710
|
+
return (0, jsx_runtime_1.jsx)(HomeIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2425
2711
|
});
|
|
2426
2712
|
const IdentificationIcon_2 = __importDefault(require("@heroicons/react/24/solid/IdentificationIcon"));
|
|
2427
2713
|
exports.IdentificationIconSolid = (0, react_1.forwardRef)(function IdentificationIconSolid(_a, ref) {
|
|
2428
2714
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2429
|
-
return (0, jsx_runtime_1.jsx)(IdentificationIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2715
|
+
return (0, jsx_runtime_1.jsx)(IdentificationIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2430
2716
|
});
|
|
2431
2717
|
const InboxArrowDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/InboxArrowDownIcon"));
|
|
2432
2718
|
exports.InboxArrowDownIconSolid = (0, react_1.forwardRef)(function InboxArrowDownIconSolid(_a, ref) {
|
|
2433
2719
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2434
|
-
return (0, jsx_runtime_1.jsx)(InboxArrowDownIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2720
|
+
return (0, jsx_runtime_1.jsx)(InboxArrowDownIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2435
2721
|
});
|
|
2436
2722
|
const InboxStackIcon_2 = __importDefault(require("@heroicons/react/24/solid/InboxStackIcon"));
|
|
2437
2723
|
exports.InboxStackIconSolid = (0, react_1.forwardRef)(function InboxStackIconSolid(_a, ref) {
|
|
2438
2724
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2439
|
-
return (0, jsx_runtime_1.jsx)(InboxStackIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2725
|
+
return (0, jsx_runtime_1.jsx)(InboxStackIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2440
2726
|
});
|
|
2441
2727
|
const InboxIcon_2 = __importDefault(require("@heroicons/react/24/solid/InboxIcon"));
|
|
2442
2728
|
exports.InboxIconSolid = (0, react_1.forwardRef)(function InboxIconSolid(_a, ref) {
|
|
2443
2729
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2444
|
-
return (0, jsx_runtime_1.jsx)(InboxIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2730
|
+
return (0, jsx_runtime_1.jsx)(InboxIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2445
2731
|
});
|
|
2446
2732
|
const InformationCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/InformationCircleIcon"));
|
|
2447
2733
|
exports.InformationCircleIconSolid = (0, react_1.forwardRef)(function InformationCircleIconSolid(_a, ref) {
|
|
2448
2734
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2449
|
-
return (0, jsx_runtime_1.jsx)(InformationCircleIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2735
|
+
return (0, jsx_runtime_1.jsx)(InformationCircleIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2736
|
+
});
|
|
2737
|
+
const ItalicIcon_2 = __importDefault(require("@heroicons/react/24/solid/ItalicIcon"));
|
|
2738
|
+
exports.ItalicIconSolid = (0, react_1.forwardRef)(function ItalicIconSolid(_a, ref) {
|
|
2739
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2740
|
+
return (0, jsx_runtime_1.jsx)(ItalicIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2450
2741
|
});
|
|
2451
2742
|
const KeyIcon_2 = __importDefault(require("@heroicons/react/24/solid/KeyIcon"));
|
|
2452
2743
|
exports.KeyIconSolid = (0, react_1.forwardRef)(function KeyIconSolid(_a, ref) {
|
|
2453
2744
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2454
|
-
return (0, jsx_runtime_1.jsx)(KeyIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2745
|
+
return (0, jsx_runtime_1.jsx)(KeyIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2455
2746
|
});
|
|
2456
2747
|
const LanguageIcon_2 = __importDefault(require("@heroicons/react/24/solid/LanguageIcon"));
|
|
2457
2748
|
exports.LanguageIconSolid = (0, react_1.forwardRef)(function LanguageIconSolid(_a, ref) {
|
|
2458
2749
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2459
|
-
return (0, jsx_runtime_1.jsx)(LanguageIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2750
|
+
return (0, jsx_runtime_1.jsx)(LanguageIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2460
2751
|
});
|
|
2461
2752
|
const LifebuoyIcon_2 = __importDefault(require("@heroicons/react/24/solid/LifebuoyIcon"));
|
|
2462
2753
|
exports.LifebuoyIconSolid = (0, react_1.forwardRef)(function LifebuoyIconSolid(_a, ref) {
|
|
2463
2754
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2464
|
-
return (0, jsx_runtime_1.jsx)(LifebuoyIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2755
|
+
return (0, jsx_runtime_1.jsx)(LifebuoyIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2465
2756
|
});
|
|
2466
2757
|
const LightBulbIcon_2 = __importDefault(require("@heroicons/react/24/solid/LightBulbIcon"));
|
|
2467
2758
|
exports.LightBulbIconSolid = (0, react_1.forwardRef)(function LightBulbIconSolid(_a, ref) {
|
|
2468
2759
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2469
|
-
return (0, jsx_runtime_1.jsx)(LightBulbIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2760
|
+
return (0, jsx_runtime_1.jsx)(LightBulbIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2761
|
+
});
|
|
2762
|
+
const LinkSlashIcon_2 = __importDefault(require("@heroicons/react/24/solid/LinkSlashIcon"));
|
|
2763
|
+
exports.LinkSlashIconSolid = (0, react_1.forwardRef)(function LinkSlashIconSolid(_a, ref) {
|
|
2764
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2765
|
+
return (0, jsx_runtime_1.jsx)(LinkSlashIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2470
2766
|
});
|
|
2471
2767
|
const LinkIcon_2 = __importDefault(require("@heroicons/react/24/solid/LinkIcon"));
|
|
2472
2768
|
exports.LinkIconSolid = (0, react_1.forwardRef)(function LinkIconSolid(_a, ref) {
|
|
2473
2769
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2474
|
-
return (0, jsx_runtime_1.jsx)(LinkIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2770
|
+
return (0, jsx_runtime_1.jsx)(LinkIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2475
2771
|
});
|
|
2476
2772
|
const ListBulletIcon_2 = __importDefault(require("@heroicons/react/24/solid/ListBulletIcon"));
|
|
2477
2773
|
exports.ListBulletIconSolid = (0, react_1.forwardRef)(function ListBulletIconSolid(_a, ref) {
|
|
2478
2774
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2479
|
-
return (0, jsx_runtime_1.jsx)(ListBulletIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2775
|
+
return (0, jsx_runtime_1.jsx)(ListBulletIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2480
2776
|
});
|
|
2481
2777
|
const LockClosedIcon_2 = __importDefault(require("@heroicons/react/24/solid/LockClosedIcon"));
|
|
2482
2778
|
exports.LockClosedIconSolid = (0, react_1.forwardRef)(function LockClosedIconSolid(_a, ref) {
|
|
2483
2779
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2484
|
-
return (0, jsx_runtime_1.jsx)(LockClosedIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2780
|
+
return (0, jsx_runtime_1.jsx)(LockClosedIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2485
2781
|
});
|
|
2486
2782
|
const LockOpenIcon_2 = __importDefault(require("@heroicons/react/24/solid/LockOpenIcon"));
|
|
2487
2783
|
exports.LockOpenIconSolid = (0, react_1.forwardRef)(function LockOpenIconSolid(_a, ref) {
|
|
2488
2784
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2489
|
-
return (0, jsx_runtime_1.jsx)(LockOpenIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2785
|
+
return (0, jsx_runtime_1.jsx)(LockOpenIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2490
2786
|
});
|
|
2491
2787
|
const MagnifyingGlassCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/MagnifyingGlassCircleIcon"));
|
|
2492
2788
|
exports.MagnifyingGlassCircleIconSolid = (0, react_1.forwardRef)(function MagnifyingGlassCircleIconSolid(_a, ref) {
|
|
2493
2789
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2494
|
-
return (0, jsx_runtime_1.jsx)(MagnifyingGlassCircleIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2790
|
+
return (0, jsx_runtime_1.jsx)(MagnifyingGlassCircleIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2495
2791
|
});
|
|
2496
2792
|
const MagnifyingGlassMinusIcon_2 = __importDefault(require("@heroicons/react/24/solid/MagnifyingGlassMinusIcon"));
|
|
2497
2793
|
exports.MagnifyingGlassMinusIconSolid = (0, react_1.forwardRef)(function MagnifyingGlassMinusIconSolid(_a, ref) {
|
|
2498
2794
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2499
|
-
return (0, jsx_runtime_1.jsx)(MagnifyingGlassMinusIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2795
|
+
return (0, jsx_runtime_1.jsx)(MagnifyingGlassMinusIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2500
2796
|
});
|
|
2501
2797
|
const MagnifyingGlassPlusIcon_2 = __importDefault(require("@heroicons/react/24/solid/MagnifyingGlassPlusIcon"));
|
|
2502
2798
|
exports.MagnifyingGlassPlusIconSolid = (0, react_1.forwardRef)(function MagnifyingGlassPlusIconSolid(_a, ref) {
|
|
2503
2799
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2504
|
-
return (0, jsx_runtime_1.jsx)(MagnifyingGlassPlusIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2800
|
+
return (0, jsx_runtime_1.jsx)(MagnifyingGlassPlusIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2505
2801
|
});
|
|
2506
2802
|
const MagnifyingGlassIcon_2 = __importDefault(require("@heroicons/react/24/solid/MagnifyingGlassIcon"));
|
|
2507
2803
|
exports.MagnifyingGlassIconSolid = (0, react_1.forwardRef)(function MagnifyingGlassIconSolid(_a, ref) {
|
|
2508
2804
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2509
|
-
return (0, jsx_runtime_1.jsx)(MagnifyingGlassIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2805
|
+
return (0, jsx_runtime_1.jsx)(MagnifyingGlassIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2510
2806
|
});
|
|
2511
2807
|
const MapPinIcon_2 = __importDefault(require("@heroicons/react/24/solid/MapPinIcon"));
|
|
2512
2808
|
exports.MapPinIconSolid = (0, react_1.forwardRef)(function MapPinIconSolid(_a, ref) {
|
|
2513
2809
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2514
|
-
return (0, jsx_runtime_1.jsx)(MapPinIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2810
|
+
return (0, jsx_runtime_1.jsx)(MapPinIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2515
2811
|
});
|
|
2516
2812
|
const MapIcon_2 = __importDefault(require("@heroicons/react/24/solid/MapIcon"));
|
|
2517
2813
|
exports.MapIconSolid = (0, react_1.forwardRef)(function MapIconSolid(_a, ref) {
|
|
2518
2814
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2519
|
-
return (0, jsx_runtime_1.jsx)(MapIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2815
|
+
return (0, jsx_runtime_1.jsx)(MapIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2520
2816
|
});
|
|
2521
2817
|
const MegaphoneIcon_2 = __importDefault(require("@heroicons/react/24/solid/MegaphoneIcon"));
|
|
2522
2818
|
exports.MegaphoneIconSolid = (0, react_1.forwardRef)(function MegaphoneIconSolid(_a, ref) {
|
|
2523
2819
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2524
|
-
return (0, jsx_runtime_1.jsx)(MegaphoneIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2820
|
+
return (0, jsx_runtime_1.jsx)(MegaphoneIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2525
2821
|
});
|
|
2526
2822
|
const MicrophoneIcon_2 = __importDefault(require("@heroicons/react/24/solid/MicrophoneIcon"));
|
|
2527
2823
|
exports.MicrophoneIconSolid = (0, react_1.forwardRef)(function MicrophoneIconSolid(_a, ref) {
|
|
2528
2824
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2529
|
-
return (0, jsx_runtime_1.jsx)(MicrophoneIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2825
|
+
return (0, jsx_runtime_1.jsx)(MicrophoneIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2530
2826
|
});
|
|
2531
2827
|
const MinusCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/MinusCircleIcon"));
|
|
2532
2828
|
exports.MinusCircleIconSolid = (0, react_1.forwardRef)(function MinusCircleIconSolid(_a, ref) {
|
|
2533
2829
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2534
|
-
return (0, jsx_runtime_1.jsx)(MinusCircleIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2830
|
+
return (0, jsx_runtime_1.jsx)(MinusCircleIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2535
2831
|
});
|
|
2536
2832
|
const MinusSmallIcon_2 = __importDefault(require("@heroicons/react/24/solid/MinusSmallIcon"));
|
|
2537
2833
|
exports.MinusSmallIconSolid = (0, react_1.forwardRef)(function MinusSmallIconSolid(_a, ref) {
|
|
2538
2834
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2539
|
-
return (0, jsx_runtime_1.jsx)(MinusSmallIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2835
|
+
return (0, jsx_runtime_1.jsx)(MinusSmallIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2540
2836
|
});
|
|
2541
2837
|
const MinusIcon_2 = __importDefault(require("@heroicons/react/24/solid/MinusIcon"));
|
|
2542
2838
|
exports.MinusIconSolid = (0, react_1.forwardRef)(function MinusIconSolid(_a, ref) {
|
|
2543
2839
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2544
|
-
return (0, jsx_runtime_1.jsx)(MinusIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2840
|
+
return (0, jsx_runtime_1.jsx)(MinusIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2545
2841
|
});
|
|
2546
2842
|
const MoonIcon_2 = __importDefault(require("@heroicons/react/24/solid/MoonIcon"));
|
|
2547
2843
|
exports.MoonIconSolid = (0, react_1.forwardRef)(function MoonIconSolid(_a, ref) {
|
|
2548
2844
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2549
|
-
return (0, jsx_runtime_1.jsx)(MoonIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2845
|
+
return (0, jsx_runtime_1.jsx)(MoonIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2550
2846
|
});
|
|
2551
2847
|
const MusicalNoteIcon_2 = __importDefault(require("@heroicons/react/24/solid/MusicalNoteIcon"));
|
|
2552
2848
|
exports.MusicalNoteIconSolid = (0, react_1.forwardRef)(function MusicalNoteIconSolid(_a, ref) {
|
|
2553
2849
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2554
|
-
return (0, jsx_runtime_1.jsx)(MusicalNoteIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2850
|
+
return (0, jsx_runtime_1.jsx)(MusicalNoteIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2555
2851
|
});
|
|
2556
2852
|
const NewspaperIcon_2 = __importDefault(require("@heroicons/react/24/solid/NewspaperIcon"));
|
|
2557
2853
|
exports.NewspaperIconSolid = (0, react_1.forwardRef)(function NewspaperIconSolid(_a, ref) {
|
|
2558
2854
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2559
|
-
return (0, jsx_runtime_1.jsx)(NewspaperIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2855
|
+
return (0, jsx_runtime_1.jsx)(NewspaperIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2560
2856
|
});
|
|
2561
2857
|
const NoSymbolIcon_2 = __importDefault(require("@heroicons/react/24/solid/NoSymbolIcon"));
|
|
2562
2858
|
exports.NoSymbolIconSolid = (0, react_1.forwardRef)(function NoSymbolIconSolid(_a, ref) {
|
|
2563
2859
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2564
|
-
return (0, jsx_runtime_1.jsx)(NoSymbolIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2860
|
+
return (0, jsx_runtime_1.jsx)(NoSymbolIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2861
|
+
});
|
|
2862
|
+
const NumberedListIcon_2 = __importDefault(require("@heroicons/react/24/solid/NumberedListIcon"));
|
|
2863
|
+
exports.NumberedListIconSolid = (0, react_1.forwardRef)(function NumberedListIconSolid(_a, ref) {
|
|
2864
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2865
|
+
return (0, jsx_runtime_1.jsx)(NumberedListIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2565
2866
|
});
|
|
2566
2867
|
const PaintBrushIcon_2 = __importDefault(require("@heroicons/react/24/solid/PaintBrushIcon"));
|
|
2567
2868
|
exports.PaintBrushIconSolid = (0, react_1.forwardRef)(function PaintBrushIconSolid(_a, ref) {
|
|
2568
2869
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2569
|
-
return (0, jsx_runtime_1.jsx)(PaintBrushIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2870
|
+
return (0, jsx_runtime_1.jsx)(PaintBrushIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2570
2871
|
});
|
|
2571
2872
|
const PaperAirplaneIcon_2 = __importDefault(require("@heroicons/react/24/solid/PaperAirplaneIcon"));
|
|
2572
2873
|
exports.PaperAirplaneIconSolid = (0, react_1.forwardRef)(function PaperAirplaneIconSolid(_a, ref) {
|
|
2573
2874
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2574
|
-
return (0, jsx_runtime_1.jsx)(PaperAirplaneIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2875
|
+
return (0, jsx_runtime_1.jsx)(PaperAirplaneIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2575
2876
|
});
|
|
2576
2877
|
const PaperClipIcon_2 = __importDefault(require("@heroicons/react/24/solid/PaperClipIcon"));
|
|
2577
2878
|
exports.PaperClipIconSolid = (0, react_1.forwardRef)(function PaperClipIconSolid(_a, ref) {
|
|
2578
2879
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2579
|
-
return (0, jsx_runtime_1.jsx)(PaperClipIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2880
|
+
return (0, jsx_runtime_1.jsx)(PaperClipIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2580
2881
|
});
|
|
2581
2882
|
const PauseCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/PauseCircleIcon"));
|
|
2582
2883
|
exports.PauseCircleIconSolid = (0, react_1.forwardRef)(function PauseCircleIconSolid(_a, ref) {
|
|
2583
2884
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2584
|
-
return (0, jsx_runtime_1.jsx)(PauseCircleIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2885
|
+
return (0, jsx_runtime_1.jsx)(PauseCircleIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2585
2886
|
});
|
|
2586
2887
|
const PauseIcon_2 = __importDefault(require("@heroicons/react/24/solid/PauseIcon"));
|
|
2587
2888
|
exports.PauseIconSolid = (0, react_1.forwardRef)(function PauseIconSolid(_a, ref) {
|
|
2588
2889
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2589
|
-
return (0, jsx_runtime_1.jsx)(PauseIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2890
|
+
return (0, jsx_runtime_1.jsx)(PauseIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2590
2891
|
});
|
|
2591
2892
|
const PencilSquareIcon_2 = __importDefault(require("@heroicons/react/24/solid/PencilSquareIcon"));
|
|
2592
2893
|
exports.PencilSquareIconSolid = (0, react_1.forwardRef)(function PencilSquareIconSolid(_a, ref) {
|
|
2593
2894
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2594
|
-
return (0, jsx_runtime_1.jsx)(PencilSquareIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2895
|
+
return (0, jsx_runtime_1.jsx)(PencilSquareIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2595
2896
|
});
|
|
2596
2897
|
const PencilIcon_2 = __importDefault(require("@heroicons/react/24/solid/PencilIcon"));
|
|
2597
2898
|
exports.PencilIconSolid = (0, react_1.forwardRef)(function PencilIconSolid(_a, ref) {
|
|
2598
2899
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2599
|
-
return (0, jsx_runtime_1.jsx)(PencilIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2900
|
+
return (0, jsx_runtime_1.jsx)(PencilIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2901
|
+
});
|
|
2902
|
+
const PercentBadgeIcon_2 = __importDefault(require("@heroicons/react/24/solid/PercentBadgeIcon"));
|
|
2903
|
+
exports.PercentBadgeIconSolid = (0, react_1.forwardRef)(function PercentBadgeIconSolid(_a, ref) {
|
|
2904
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2905
|
+
return (0, jsx_runtime_1.jsx)(PercentBadgeIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2600
2906
|
});
|
|
2601
2907
|
const PhoneArrowDownLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/PhoneArrowDownLeftIcon"));
|
|
2602
2908
|
exports.PhoneArrowDownLeftIconSolid = (0, react_1.forwardRef)(function PhoneArrowDownLeftIconSolid(_a, ref) {
|
|
2603
2909
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2604
|
-
return (0, jsx_runtime_1.jsx)(PhoneArrowDownLeftIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2910
|
+
return (0, jsx_runtime_1.jsx)(PhoneArrowDownLeftIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2605
2911
|
});
|
|
2606
2912
|
const PhoneArrowUpRightIcon_2 = __importDefault(require("@heroicons/react/24/solid/PhoneArrowUpRightIcon"));
|
|
2607
2913
|
exports.PhoneArrowUpRightIconSolid = (0, react_1.forwardRef)(function PhoneArrowUpRightIconSolid(_a, ref) {
|
|
2608
2914
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2609
|
-
return (0, jsx_runtime_1.jsx)(PhoneArrowUpRightIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2915
|
+
return (0, jsx_runtime_1.jsx)(PhoneArrowUpRightIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2610
2916
|
});
|
|
2611
2917
|
const PhoneXMarkIcon_2 = __importDefault(require("@heroicons/react/24/solid/PhoneXMarkIcon"));
|
|
2612
2918
|
exports.PhoneXMarkIconSolid = (0, react_1.forwardRef)(function PhoneXMarkIconSolid(_a, ref) {
|
|
2613
2919
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2614
|
-
return (0, jsx_runtime_1.jsx)(PhoneXMarkIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2920
|
+
return (0, jsx_runtime_1.jsx)(PhoneXMarkIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2615
2921
|
});
|
|
2616
2922
|
const PhoneIcon_2 = __importDefault(require("@heroicons/react/24/solid/PhoneIcon"));
|
|
2617
2923
|
exports.PhoneIconSolid = (0, react_1.forwardRef)(function PhoneIconSolid(_a, ref) {
|
|
2618
2924
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2619
|
-
return (0, jsx_runtime_1.jsx)(PhoneIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2925
|
+
return (0, jsx_runtime_1.jsx)(PhoneIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2620
2926
|
});
|
|
2621
2927
|
const PhotoIcon_2 = __importDefault(require("@heroicons/react/24/solid/PhotoIcon"));
|
|
2622
2928
|
exports.PhotoIconSolid = (0, react_1.forwardRef)(function PhotoIconSolid(_a, ref) {
|
|
2623
2929
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2624
|
-
return (0, jsx_runtime_1.jsx)(PhotoIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2930
|
+
return (0, jsx_runtime_1.jsx)(PhotoIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2625
2931
|
});
|
|
2626
2932
|
const PlayCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/PlayCircleIcon"));
|
|
2627
2933
|
exports.PlayCircleIconSolid = (0, react_1.forwardRef)(function PlayCircleIconSolid(_a, ref) {
|
|
2628
2934
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2629
|
-
return (0, jsx_runtime_1.jsx)(PlayCircleIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2935
|
+
return (0, jsx_runtime_1.jsx)(PlayCircleIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2630
2936
|
});
|
|
2631
2937
|
const PlayPauseIcon_2 = __importDefault(require("@heroicons/react/24/solid/PlayPauseIcon"));
|
|
2632
2938
|
exports.PlayPauseIconSolid = (0, react_1.forwardRef)(function PlayPauseIconSolid(_a, ref) {
|
|
2633
2939
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2634
|
-
return (0, jsx_runtime_1.jsx)(PlayPauseIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2940
|
+
return (0, jsx_runtime_1.jsx)(PlayPauseIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2635
2941
|
});
|
|
2636
2942
|
const PlayIcon_2 = __importDefault(require("@heroicons/react/24/solid/PlayIcon"));
|
|
2637
2943
|
exports.PlayIconSolid = (0, react_1.forwardRef)(function PlayIconSolid(_a, ref) {
|
|
2638
2944
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2639
|
-
return (0, jsx_runtime_1.jsx)(PlayIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2945
|
+
return (0, jsx_runtime_1.jsx)(PlayIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2640
2946
|
});
|
|
2641
2947
|
const PlusCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/PlusCircleIcon"));
|
|
2642
2948
|
exports.PlusCircleIconSolid = (0, react_1.forwardRef)(function PlusCircleIconSolid(_a, ref) {
|
|
2643
2949
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2644
|
-
return (0, jsx_runtime_1.jsx)(PlusCircleIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2950
|
+
return (0, jsx_runtime_1.jsx)(PlusCircleIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2645
2951
|
});
|
|
2646
2952
|
const PlusSmallIcon_2 = __importDefault(require("@heroicons/react/24/solid/PlusSmallIcon"));
|
|
2647
2953
|
exports.PlusSmallIconSolid = (0, react_1.forwardRef)(function PlusSmallIconSolid(_a, ref) {
|
|
2648
2954
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2649
|
-
return (0, jsx_runtime_1.jsx)(PlusSmallIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2955
|
+
return (0, jsx_runtime_1.jsx)(PlusSmallIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2650
2956
|
});
|
|
2651
2957
|
const PlusIcon_2 = __importDefault(require("@heroicons/react/24/solid/PlusIcon"));
|
|
2652
2958
|
exports.PlusIconSolid = (0, react_1.forwardRef)(function PlusIconSolid(_a, ref) {
|
|
2653
2959
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2654
|
-
return (0, jsx_runtime_1.jsx)(PlusIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2960
|
+
return (0, jsx_runtime_1.jsx)(PlusIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2655
2961
|
});
|
|
2656
2962
|
const PowerIcon_2 = __importDefault(require("@heroicons/react/24/solid/PowerIcon"));
|
|
2657
2963
|
exports.PowerIconSolid = (0, react_1.forwardRef)(function PowerIconSolid(_a, ref) {
|
|
2658
2964
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2659
|
-
return (0, jsx_runtime_1.jsx)(PowerIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2965
|
+
return (0, jsx_runtime_1.jsx)(PowerIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2660
2966
|
});
|
|
2661
2967
|
const PresentationChartBarIcon_2 = __importDefault(require("@heroicons/react/24/solid/PresentationChartBarIcon"));
|
|
2662
2968
|
exports.PresentationChartBarIconSolid = (0, react_1.forwardRef)(function PresentationChartBarIconSolid(_a, ref) {
|
|
2663
2969
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2664
|
-
return (0, jsx_runtime_1.jsx)(PresentationChartBarIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2970
|
+
return (0, jsx_runtime_1.jsx)(PresentationChartBarIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2665
2971
|
});
|
|
2666
2972
|
const PresentationChartLineIcon_2 = __importDefault(require("@heroicons/react/24/solid/PresentationChartLineIcon"));
|
|
2667
2973
|
exports.PresentationChartLineIconSolid = (0, react_1.forwardRef)(function PresentationChartLineIconSolid(_a, ref) {
|
|
2668
2974
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2669
|
-
return (0, jsx_runtime_1.jsx)(PresentationChartLineIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2975
|
+
return (0, jsx_runtime_1.jsx)(PresentationChartLineIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2670
2976
|
});
|
|
2671
2977
|
const PrinterIcon_2 = __importDefault(require("@heroicons/react/24/solid/PrinterIcon"));
|
|
2672
2978
|
exports.PrinterIconSolid = (0, react_1.forwardRef)(function PrinterIconSolid(_a, ref) {
|
|
2673
2979
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2674
|
-
return (0, jsx_runtime_1.jsx)(PrinterIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2980
|
+
return (0, jsx_runtime_1.jsx)(PrinterIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2675
2981
|
});
|
|
2676
2982
|
const PuzzlePieceIcon_2 = __importDefault(require("@heroicons/react/24/solid/PuzzlePieceIcon"));
|
|
2677
2983
|
exports.PuzzlePieceIconSolid = (0, react_1.forwardRef)(function PuzzlePieceIconSolid(_a, ref) {
|
|
2678
2984
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2679
|
-
return (0, jsx_runtime_1.jsx)(PuzzlePieceIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2985
|
+
return (0, jsx_runtime_1.jsx)(PuzzlePieceIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2680
2986
|
});
|
|
2681
2987
|
const QrCodeIcon_2 = __importDefault(require("@heroicons/react/24/solid/QrCodeIcon"));
|
|
2682
2988
|
exports.QrCodeIconSolid = (0, react_1.forwardRef)(function QrCodeIconSolid(_a, ref) {
|
|
2683
2989
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2684
|
-
return (0, jsx_runtime_1.jsx)(QrCodeIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2990
|
+
return (0, jsx_runtime_1.jsx)(QrCodeIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2685
2991
|
});
|
|
2686
2992
|
const QuestionMarkCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/QuestionMarkCircleIcon"));
|
|
2687
2993
|
exports.QuestionMarkCircleIconSolid = (0, react_1.forwardRef)(function QuestionMarkCircleIconSolid(_a, ref) {
|
|
2688
2994
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2689
|
-
return (0, jsx_runtime_1.jsx)(QuestionMarkCircleIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2995
|
+
return (0, jsx_runtime_1.jsx)(QuestionMarkCircleIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2690
2996
|
});
|
|
2691
2997
|
const QueueListIcon_2 = __importDefault(require("@heroicons/react/24/solid/QueueListIcon"));
|
|
2692
2998
|
exports.QueueListIconSolid = (0, react_1.forwardRef)(function QueueListIconSolid(_a, ref) {
|
|
2693
2999
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2694
|
-
return (0, jsx_runtime_1.jsx)(QueueListIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3000
|
+
return (0, jsx_runtime_1.jsx)(QueueListIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2695
3001
|
});
|
|
2696
3002
|
const RadioIcon_2 = __importDefault(require("@heroicons/react/24/solid/RadioIcon"));
|
|
2697
3003
|
exports.RadioIconSolid = (0, react_1.forwardRef)(function RadioIconSolid(_a, ref) {
|
|
2698
3004
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2699
|
-
return (0, jsx_runtime_1.jsx)(RadioIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3005
|
+
return (0, jsx_runtime_1.jsx)(RadioIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2700
3006
|
});
|
|
2701
3007
|
const ReceiptPercentIcon_2 = __importDefault(require("@heroicons/react/24/solid/ReceiptPercentIcon"));
|
|
2702
3008
|
exports.ReceiptPercentIconSolid = (0, react_1.forwardRef)(function ReceiptPercentIconSolid(_a, ref) {
|
|
2703
3009
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2704
|
-
return (0, jsx_runtime_1.jsx)(ReceiptPercentIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3010
|
+
return (0, jsx_runtime_1.jsx)(ReceiptPercentIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2705
3011
|
});
|
|
2706
3012
|
const ReceiptRefundIcon_2 = __importDefault(require("@heroicons/react/24/solid/ReceiptRefundIcon"));
|
|
2707
3013
|
exports.ReceiptRefundIconSolid = (0, react_1.forwardRef)(function ReceiptRefundIconSolid(_a, ref) {
|
|
2708
3014
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2709
|
-
return (0, jsx_runtime_1.jsx)(ReceiptRefundIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3015
|
+
return (0, jsx_runtime_1.jsx)(ReceiptRefundIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2710
3016
|
});
|
|
2711
3017
|
const RectangleGroupIcon_2 = __importDefault(require("@heroicons/react/24/solid/RectangleGroupIcon"));
|
|
2712
3018
|
exports.RectangleGroupIconSolid = (0, react_1.forwardRef)(function RectangleGroupIconSolid(_a, ref) {
|
|
2713
3019
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2714
|
-
return (0, jsx_runtime_1.jsx)(RectangleGroupIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3020
|
+
return (0, jsx_runtime_1.jsx)(RectangleGroupIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2715
3021
|
});
|
|
2716
3022
|
const RectangleStackIcon_2 = __importDefault(require("@heroicons/react/24/solid/RectangleStackIcon"));
|
|
2717
3023
|
exports.RectangleStackIconSolid = (0, react_1.forwardRef)(function RectangleStackIconSolid(_a, ref) {
|
|
2718
3024
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2719
|
-
return (0, jsx_runtime_1.jsx)(RectangleStackIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3025
|
+
return (0, jsx_runtime_1.jsx)(RectangleStackIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2720
3026
|
});
|
|
2721
3027
|
const RocketLaunchIcon_2 = __importDefault(require("@heroicons/react/24/solid/RocketLaunchIcon"));
|
|
2722
3028
|
exports.RocketLaunchIconSolid = (0, react_1.forwardRef)(function RocketLaunchIconSolid(_a, ref) {
|
|
2723
3029
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2724
|
-
return (0, jsx_runtime_1.jsx)(RocketLaunchIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3030
|
+
return (0, jsx_runtime_1.jsx)(RocketLaunchIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2725
3031
|
});
|
|
2726
3032
|
const RssIcon_2 = __importDefault(require("@heroicons/react/24/solid/RssIcon"));
|
|
2727
3033
|
exports.RssIconSolid = (0, react_1.forwardRef)(function RssIconSolid(_a, ref) {
|
|
2728
3034
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2729
|
-
return (0, jsx_runtime_1.jsx)(RssIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3035
|
+
return (0, jsx_runtime_1.jsx)(RssIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2730
3036
|
});
|
|
2731
3037
|
const ScaleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ScaleIcon"));
|
|
2732
3038
|
exports.ScaleIconSolid = (0, react_1.forwardRef)(function ScaleIconSolid(_a, ref) {
|
|
2733
3039
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2734
|
-
return (0, jsx_runtime_1.jsx)(ScaleIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3040
|
+
return (0, jsx_runtime_1.jsx)(ScaleIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2735
3041
|
});
|
|
2736
3042
|
const ScissorsIcon_2 = __importDefault(require("@heroicons/react/24/solid/ScissorsIcon"));
|
|
2737
3043
|
exports.ScissorsIconSolid = (0, react_1.forwardRef)(function ScissorsIconSolid(_a, ref) {
|
|
2738
3044
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2739
|
-
return (0, jsx_runtime_1.jsx)(ScissorsIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3045
|
+
return (0, jsx_runtime_1.jsx)(ScissorsIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2740
3046
|
});
|
|
2741
3047
|
const ServerStackIcon_2 = __importDefault(require("@heroicons/react/24/solid/ServerStackIcon"));
|
|
2742
3048
|
exports.ServerStackIconSolid = (0, react_1.forwardRef)(function ServerStackIconSolid(_a, ref) {
|
|
2743
3049
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2744
|
-
return (0, jsx_runtime_1.jsx)(ServerStackIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3050
|
+
return (0, jsx_runtime_1.jsx)(ServerStackIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2745
3051
|
});
|
|
2746
3052
|
const ServerIcon_2 = __importDefault(require("@heroicons/react/24/solid/ServerIcon"));
|
|
2747
3053
|
exports.ServerIconSolid = (0, react_1.forwardRef)(function ServerIconSolid(_a, ref) {
|
|
2748
3054
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2749
|
-
return (0, jsx_runtime_1.jsx)(ServerIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3055
|
+
return (0, jsx_runtime_1.jsx)(ServerIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2750
3056
|
});
|
|
2751
3057
|
const ShareIcon_2 = __importDefault(require("@heroicons/react/24/solid/ShareIcon"));
|
|
2752
3058
|
exports.ShareIconSolid = (0, react_1.forwardRef)(function ShareIconSolid(_a, ref) {
|
|
2753
3059
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2754
|
-
return (0, jsx_runtime_1.jsx)(ShareIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3060
|
+
return (0, jsx_runtime_1.jsx)(ShareIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2755
3061
|
});
|
|
2756
3062
|
const ShieldCheckIcon_2 = __importDefault(require("@heroicons/react/24/solid/ShieldCheckIcon"));
|
|
2757
3063
|
exports.ShieldCheckIconSolid = (0, react_1.forwardRef)(function ShieldCheckIconSolid(_a, ref) {
|
|
2758
3064
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2759
|
-
return (0, jsx_runtime_1.jsx)(ShieldCheckIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3065
|
+
return (0, jsx_runtime_1.jsx)(ShieldCheckIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2760
3066
|
});
|
|
2761
3067
|
const ShieldExclamationIcon_2 = __importDefault(require("@heroicons/react/24/solid/ShieldExclamationIcon"));
|
|
2762
3068
|
exports.ShieldExclamationIconSolid = (0, react_1.forwardRef)(function ShieldExclamationIconSolid(_a, ref) {
|
|
2763
3069
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2764
|
-
return (0, jsx_runtime_1.jsx)(ShieldExclamationIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3070
|
+
return (0, jsx_runtime_1.jsx)(ShieldExclamationIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2765
3071
|
});
|
|
2766
3072
|
const ShoppingBagIcon_2 = __importDefault(require("@heroicons/react/24/solid/ShoppingBagIcon"));
|
|
2767
3073
|
exports.ShoppingBagIconSolid = (0, react_1.forwardRef)(function ShoppingBagIconSolid(_a, ref) {
|
|
2768
3074
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2769
|
-
return (0, jsx_runtime_1.jsx)(ShoppingBagIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3075
|
+
return (0, jsx_runtime_1.jsx)(ShoppingBagIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2770
3076
|
});
|
|
2771
3077
|
const ShoppingCartIcon_2 = __importDefault(require("@heroicons/react/24/solid/ShoppingCartIcon"));
|
|
2772
3078
|
exports.ShoppingCartIconSolid = (0, react_1.forwardRef)(function ShoppingCartIconSolid(_a, ref) {
|
|
2773
3079
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2774
|
-
return (0, jsx_runtime_1.jsx)(ShoppingCartIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3080
|
+
return (0, jsx_runtime_1.jsx)(ShoppingCartIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2775
3081
|
});
|
|
2776
3082
|
const SignalSlashIcon_2 = __importDefault(require("@heroicons/react/24/solid/SignalSlashIcon"));
|
|
2777
3083
|
exports.SignalSlashIconSolid = (0, react_1.forwardRef)(function SignalSlashIconSolid(_a, ref) {
|
|
2778
3084
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2779
|
-
return (0, jsx_runtime_1.jsx)(SignalSlashIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3085
|
+
return (0, jsx_runtime_1.jsx)(SignalSlashIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2780
3086
|
});
|
|
2781
3087
|
const SignalIcon_2 = __importDefault(require("@heroicons/react/24/solid/SignalIcon"));
|
|
2782
3088
|
exports.SignalIconSolid = (0, react_1.forwardRef)(function SignalIconSolid(_a, ref) {
|
|
2783
3089
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2784
|
-
return (0, jsx_runtime_1.jsx)(SignalIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3090
|
+
return (0, jsx_runtime_1.jsx)(SignalIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3091
|
+
});
|
|
3092
|
+
const SlashIcon_2 = __importDefault(require("@heroicons/react/24/solid/SlashIcon"));
|
|
3093
|
+
exports.SlashIconSolid = (0, react_1.forwardRef)(function SlashIconSolid(_a, ref) {
|
|
3094
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3095
|
+
return (0, jsx_runtime_1.jsx)(SlashIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2785
3096
|
});
|
|
2786
3097
|
const SparklesIcon_2 = __importDefault(require("@heroicons/react/24/solid/SparklesIcon"));
|
|
2787
3098
|
exports.SparklesIconSolid = (0, react_1.forwardRef)(function SparklesIconSolid(_a, ref) {
|
|
2788
3099
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2789
|
-
return (0, jsx_runtime_1.jsx)(SparklesIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3100
|
+
return (0, jsx_runtime_1.jsx)(SparklesIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2790
3101
|
});
|
|
2791
3102
|
const SpeakerWaveIcon_2 = __importDefault(require("@heroicons/react/24/solid/SpeakerWaveIcon"));
|
|
2792
3103
|
exports.SpeakerWaveIconSolid = (0, react_1.forwardRef)(function SpeakerWaveIconSolid(_a, ref) {
|
|
2793
3104
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2794
|
-
return (0, jsx_runtime_1.jsx)(SpeakerWaveIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3105
|
+
return (0, jsx_runtime_1.jsx)(SpeakerWaveIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2795
3106
|
});
|
|
2796
3107
|
const SpeakerXMarkIcon_2 = __importDefault(require("@heroicons/react/24/solid/SpeakerXMarkIcon"));
|
|
2797
3108
|
exports.SpeakerXMarkIconSolid = (0, react_1.forwardRef)(function SpeakerXMarkIconSolid(_a, ref) {
|
|
2798
3109
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2799
|
-
return (0, jsx_runtime_1.jsx)(SpeakerXMarkIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3110
|
+
return (0, jsx_runtime_1.jsx)(SpeakerXMarkIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2800
3111
|
});
|
|
2801
3112
|
const Square2StackIcon_2 = __importDefault(require("@heroicons/react/24/solid/Square2StackIcon"));
|
|
2802
3113
|
exports.Square2StackIconSolid = (0, react_1.forwardRef)(function Square2StackIconSolid(_a, ref) {
|
|
2803
3114
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2804
|
-
return (0, jsx_runtime_1.jsx)(Square2StackIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3115
|
+
return (0, jsx_runtime_1.jsx)(Square2StackIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2805
3116
|
});
|
|
2806
3117
|
const Square3Stack3DIcon_2 = __importDefault(require("@heroicons/react/24/solid/Square3Stack3DIcon"));
|
|
2807
3118
|
exports.Square3Stack3DIconSolid = (0, react_1.forwardRef)(function Square3Stack3DIconSolid(_a, ref) {
|
|
2808
3119
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2809
|
-
return (0, jsx_runtime_1.jsx)(Square3Stack3DIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3120
|
+
return (0, jsx_runtime_1.jsx)(Square3Stack3DIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2810
3121
|
});
|
|
2811
3122
|
const Squares2X2Icon_2 = __importDefault(require("@heroicons/react/24/solid/Squares2X2Icon"));
|
|
2812
3123
|
exports.Squares2X2IconSolid = (0, react_1.forwardRef)(function Squares2X2IconSolid(_a, ref) {
|
|
2813
3124
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2814
|
-
return (0, jsx_runtime_1.jsx)(Squares2X2Icon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3125
|
+
return (0, jsx_runtime_1.jsx)(Squares2X2Icon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2815
3126
|
});
|
|
2816
3127
|
const SquaresPlusIcon_2 = __importDefault(require("@heroicons/react/24/solid/SquaresPlusIcon"));
|
|
2817
3128
|
exports.SquaresPlusIconSolid = (0, react_1.forwardRef)(function SquaresPlusIconSolid(_a, ref) {
|
|
2818
3129
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2819
|
-
return (0, jsx_runtime_1.jsx)(SquaresPlusIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3130
|
+
return (0, jsx_runtime_1.jsx)(SquaresPlusIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2820
3131
|
});
|
|
2821
3132
|
const StarIcon_2 = __importDefault(require("@heroicons/react/24/solid/StarIcon"));
|
|
2822
3133
|
exports.StarIconSolid = (0, react_1.forwardRef)(function StarIconSolid(_a, ref) {
|
|
2823
3134
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2824
|
-
return (0, jsx_runtime_1.jsx)(StarIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3135
|
+
return (0, jsx_runtime_1.jsx)(StarIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2825
3136
|
});
|
|
2826
3137
|
const StopCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/StopCircleIcon"));
|
|
2827
3138
|
exports.StopCircleIconSolid = (0, react_1.forwardRef)(function StopCircleIconSolid(_a, ref) {
|
|
2828
3139
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2829
|
-
return (0, jsx_runtime_1.jsx)(StopCircleIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3140
|
+
return (0, jsx_runtime_1.jsx)(StopCircleIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2830
3141
|
});
|
|
2831
3142
|
const StopIcon_2 = __importDefault(require("@heroicons/react/24/solid/StopIcon"));
|
|
2832
3143
|
exports.StopIconSolid = (0, react_1.forwardRef)(function StopIconSolid(_a, ref) {
|
|
2833
3144
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2834
|
-
return (0, jsx_runtime_1.jsx)(StopIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3145
|
+
return (0, jsx_runtime_1.jsx)(StopIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3146
|
+
});
|
|
3147
|
+
const StrikethroughIcon_2 = __importDefault(require("@heroicons/react/24/solid/StrikethroughIcon"));
|
|
3148
|
+
exports.StrikethroughIconSolid = (0, react_1.forwardRef)(function StrikethroughIconSolid(_a, ref) {
|
|
3149
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3150
|
+
return (0, jsx_runtime_1.jsx)(StrikethroughIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2835
3151
|
});
|
|
2836
3152
|
const SunIcon_2 = __importDefault(require("@heroicons/react/24/solid/SunIcon"));
|
|
2837
3153
|
exports.SunIconSolid = (0, react_1.forwardRef)(function SunIconSolid(_a, ref) {
|
|
2838
3154
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2839
|
-
return (0, jsx_runtime_1.jsx)(SunIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3155
|
+
return (0, jsx_runtime_1.jsx)(SunIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2840
3156
|
});
|
|
2841
3157
|
const SwatchIcon_2 = __importDefault(require("@heroicons/react/24/solid/SwatchIcon"));
|
|
2842
3158
|
exports.SwatchIconSolid = (0, react_1.forwardRef)(function SwatchIconSolid(_a, ref) {
|
|
2843
3159
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2844
|
-
return (0, jsx_runtime_1.jsx)(SwatchIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3160
|
+
return (0, jsx_runtime_1.jsx)(SwatchIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2845
3161
|
});
|
|
2846
3162
|
const TableCellsIcon_2 = __importDefault(require("@heroicons/react/24/solid/TableCellsIcon"));
|
|
2847
3163
|
exports.TableCellsIconSolid = (0, react_1.forwardRef)(function TableCellsIconSolid(_a, ref) {
|
|
2848
3164
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2849
|
-
return (0, jsx_runtime_1.jsx)(TableCellsIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3165
|
+
return (0, jsx_runtime_1.jsx)(TableCellsIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2850
3166
|
});
|
|
2851
3167
|
const TagIcon_2 = __importDefault(require("@heroicons/react/24/solid/TagIcon"));
|
|
2852
3168
|
exports.TagIconSolid = (0, react_1.forwardRef)(function TagIconSolid(_a, ref) {
|
|
2853
3169
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2854
|
-
return (0, jsx_runtime_1.jsx)(TagIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3170
|
+
return (0, jsx_runtime_1.jsx)(TagIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2855
3171
|
});
|
|
2856
3172
|
const TicketIcon_2 = __importDefault(require("@heroicons/react/24/solid/TicketIcon"));
|
|
2857
3173
|
exports.TicketIconSolid = (0, react_1.forwardRef)(function TicketIconSolid(_a, ref) {
|
|
2858
3174
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2859
|
-
return (0, jsx_runtime_1.jsx)(TicketIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3175
|
+
return (0, jsx_runtime_1.jsx)(TicketIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2860
3176
|
});
|
|
2861
3177
|
const TrashIcon_2 = __importDefault(require("@heroicons/react/24/solid/TrashIcon"));
|
|
2862
3178
|
exports.TrashIconSolid = (0, react_1.forwardRef)(function TrashIconSolid(_a, ref) {
|
|
2863
3179
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2864
|
-
return (0, jsx_runtime_1.jsx)(TrashIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3180
|
+
return (0, jsx_runtime_1.jsx)(TrashIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2865
3181
|
});
|
|
2866
3182
|
const TrophyIcon_2 = __importDefault(require("@heroicons/react/24/solid/TrophyIcon"));
|
|
2867
3183
|
exports.TrophyIconSolid = (0, react_1.forwardRef)(function TrophyIconSolid(_a, ref) {
|
|
2868
3184
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2869
|
-
return (0, jsx_runtime_1.jsx)(TrophyIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3185
|
+
return (0, jsx_runtime_1.jsx)(TrophyIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2870
3186
|
});
|
|
2871
3187
|
const TruckIcon_2 = __importDefault(require("@heroicons/react/24/solid/TruckIcon"));
|
|
2872
3188
|
exports.TruckIconSolid = (0, react_1.forwardRef)(function TruckIconSolid(_a, ref) {
|
|
2873
3189
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2874
|
-
return (0, jsx_runtime_1.jsx)(TruckIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3190
|
+
return (0, jsx_runtime_1.jsx)(TruckIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2875
3191
|
});
|
|
2876
3192
|
const TvIcon_2 = __importDefault(require("@heroicons/react/24/solid/TvIcon"));
|
|
2877
3193
|
exports.TvIconSolid = (0, react_1.forwardRef)(function TvIconSolid(_a, ref) {
|
|
2878
3194
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2879
|
-
return (0, jsx_runtime_1.jsx)(TvIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3195
|
+
return (0, jsx_runtime_1.jsx)(TvIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3196
|
+
});
|
|
3197
|
+
const UnderlineIcon_2 = __importDefault(require("@heroicons/react/24/solid/UnderlineIcon"));
|
|
3198
|
+
exports.UnderlineIconSolid = (0, react_1.forwardRef)(function UnderlineIconSolid(_a, ref) {
|
|
3199
|
+
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3200
|
+
return (0, jsx_runtime_1.jsx)(UnderlineIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2880
3201
|
});
|
|
2881
3202
|
const UserCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/UserCircleIcon"));
|
|
2882
3203
|
exports.UserCircleIconSolid = (0, react_1.forwardRef)(function UserCircleIconSolid(_a, ref) {
|
|
2883
3204
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2884
|
-
return (0, jsx_runtime_1.jsx)(UserCircleIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3205
|
+
return (0, jsx_runtime_1.jsx)(UserCircleIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2885
3206
|
});
|
|
2886
3207
|
const UserGroupIcon_2 = __importDefault(require("@heroicons/react/24/solid/UserGroupIcon"));
|
|
2887
3208
|
exports.UserGroupIconSolid = (0, react_1.forwardRef)(function UserGroupIconSolid(_a, ref) {
|
|
2888
3209
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2889
|
-
return (0, jsx_runtime_1.jsx)(UserGroupIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3210
|
+
return (0, jsx_runtime_1.jsx)(UserGroupIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2890
3211
|
});
|
|
2891
3212
|
const UserMinusIcon_2 = __importDefault(require("@heroicons/react/24/solid/UserMinusIcon"));
|
|
2892
3213
|
exports.UserMinusIconSolid = (0, react_1.forwardRef)(function UserMinusIconSolid(_a, ref) {
|
|
2893
3214
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2894
|
-
return (0, jsx_runtime_1.jsx)(UserMinusIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3215
|
+
return (0, jsx_runtime_1.jsx)(UserMinusIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2895
3216
|
});
|
|
2896
3217
|
const UserPlusIcon_2 = __importDefault(require("@heroicons/react/24/solid/UserPlusIcon"));
|
|
2897
3218
|
exports.UserPlusIconSolid = (0, react_1.forwardRef)(function UserPlusIconSolid(_a, ref) {
|
|
2898
3219
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2899
|
-
return (0, jsx_runtime_1.jsx)(UserPlusIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3220
|
+
return (0, jsx_runtime_1.jsx)(UserPlusIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2900
3221
|
});
|
|
2901
3222
|
const UserIcon_2 = __importDefault(require("@heroicons/react/24/solid/UserIcon"));
|
|
2902
3223
|
exports.UserIconSolid = (0, react_1.forwardRef)(function UserIconSolid(_a, ref) {
|
|
2903
3224
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2904
|
-
return (0, jsx_runtime_1.jsx)(UserIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3225
|
+
return (0, jsx_runtime_1.jsx)(UserIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2905
3226
|
});
|
|
2906
3227
|
const UsersIcon_2 = __importDefault(require("@heroicons/react/24/solid/UsersIcon"));
|
|
2907
3228
|
exports.UsersIconSolid = (0, react_1.forwardRef)(function UsersIconSolid(_a, ref) {
|
|
2908
3229
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2909
|
-
return (0, jsx_runtime_1.jsx)(UsersIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3230
|
+
return (0, jsx_runtime_1.jsx)(UsersIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2910
3231
|
});
|
|
2911
3232
|
const VariableIcon_2 = __importDefault(require("@heroicons/react/24/solid/VariableIcon"));
|
|
2912
3233
|
exports.VariableIconSolid = (0, react_1.forwardRef)(function VariableIconSolid(_a, ref) {
|
|
2913
3234
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2914
|
-
return (0, jsx_runtime_1.jsx)(VariableIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3235
|
+
return (0, jsx_runtime_1.jsx)(VariableIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2915
3236
|
});
|
|
2916
3237
|
const VideoCameraSlashIcon_2 = __importDefault(require("@heroicons/react/24/solid/VideoCameraSlashIcon"));
|
|
2917
3238
|
exports.VideoCameraSlashIconSolid = (0, react_1.forwardRef)(function VideoCameraSlashIconSolid(_a, ref) {
|
|
2918
3239
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2919
|
-
return (0, jsx_runtime_1.jsx)(VideoCameraSlashIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3240
|
+
return (0, jsx_runtime_1.jsx)(VideoCameraSlashIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2920
3241
|
});
|
|
2921
3242
|
const VideoCameraIcon_2 = __importDefault(require("@heroicons/react/24/solid/VideoCameraIcon"));
|
|
2922
3243
|
exports.VideoCameraIconSolid = (0, react_1.forwardRef)(function VideoCameraIconSolid(_a, ref) {
|
|
2923
3244
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2924
|
-
return (0, jsx_runtime_1.jsx)(VideoCameraIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3245
|
+
return (0, jsx_runtime_1.jsx)(VideoCameraIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2925
3246
|
});
|
|
2926
3247
|
const ViewColumnsIcon_2 = __importDefault(require("@heroicons/react/24/solid/ViewColumnsIcon"));
|
|
2927
3248
|
exports.ViewColumnsIconSolid = (0, react_1.forwardRef)(function ViewColumnsIconSolid(_a, ref) {
|
|
2928
3249
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2929
|
-
return (0, jsx_runtime_1.jsx)(ViewColumnsIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3250
|
+
return (0, jsx_runtime_1.jsx)(ViewColumnsIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2930
3251
|
});
|
|
2931
3252
|
const ViewfinderCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ViewfinderCircleIcon"));
|
|
2932
3253
|
exports.ViewfinderCircleIconSolid = (0, react_1.forwardRef)(function ViewfinderCircleIconSolid(_a, ref) {
|
|
2933
3254
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2934
|
-
return (0, jsx_runtime_1.jsx)(ViewfinderCircleIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3255
|
+
return (0, jsx_runtime_1.jsx)(ViewfinderCircleIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2935
3256
|
});
|
|
2936
3257
|
const WalletIcon_2 = __importDefault(require("@heroicons/react/24/solid/WalletIcon"));
|
|
2937
3258
|
exports.WalletIconSolid = (0, react_1.forwardRef)(function WalletIconSolid(_a, ref) {
|
|
2938
3259
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2939
|
-
return (0, jsx_runtime_1.jsx)(WalletIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3260
|
+
return (0, jsx_runtime_1.jsx)(WalletIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2940
3261
|
});
|
|
2941
3262
|
const WifiIcon_2 = __importDefault(require("@heroicons/react/24/solid/WifiIcon"));
|
|
2942
3263
|
exports.WifiIconSolid = (0, react_1.forwardRef)(function WifiIconSolid(_a, ref) {
|
|
2943
3264
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2944
|
-
return (0, jsx_runtime_1.jsx)(WifiIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3265
|
+
return (0, jsx_runtime_1.jsx)(WifiIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2945
3266
|
});
|
|
2946
3267
|
const WindowIcon_2 = __importDefault(require("@heroicons/react/24/solid/WindowIcon"));
|
|
2947
3268
|
exports.WindowIconSolid = (0, react_1.forwardRef)(function WindowIconSolid(_a, ref) {
|
|
2948
3269
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2949
|
-
return (0, jsx_runtime_1.jsx)(WindowIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3270
|
+
return (0, jsx_runtime_1.jsx)(WindowIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2950
3271
|
});
|
|
2951
3272
|
const WrenchScrewdriverIcon_2 = __importDefault(require("@heroicons/react/24/solid/WrenchScrewdriverIcon"));
|
|
2952
3273
|
exports.WrenchScrewdriverIconSolid = (0, react_1.forwardRef)(function WrenchScrewdriverIconSolid(_a, ref) {
|
|
2953
3274
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2954
|
-
return (0, jsx_runtime_1.jsx)(WrenchScrewdriverIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3275
|
+
return (0, jsx_runtime_1.jsx)(WrenchScrewdriverIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2955
3276
|
});
|
|
2956
3277
|
const WrenchIcon_2 = __importDefault(require("@heroicons/react/24/solid/WrenchIcon"));
|
|
2957
3278
|
exports.WrenchIconSolid = (0, react_1.forwardRef)(function WrenchIconSolid(_a, ref) {
|
|
2958
3279
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2959
|
-
return (0, jsx_runtime_1.jsx)(WrenchIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3280
|
+
return (0, jsx_runtime_1.jsx)(WrenchIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2960
3281
|
});
|
|
2961
3282
|
const XCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/XCircleIcon"));
|
|
2962
3283
|
exports.XCircleIconSolid = (0, react_1.forwardRef)(function XCircleIconSolid(_a, ref) {
|
|
2963
3284
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2964
|
-
return (0, jsx_runtime_1.jsx)(XCircleIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3285
|
+
return (0, jsx_runtime_1.jsx)(XCircleIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2965
3286
|
});
|
|
2966
3287
|
const XMarkIcon_2 = __importDefault(require("@heroicons/react/24/solid/XMarkIcon"));
|
|
2967
3288
|
exports.XMarkIconSolid = (0, react_1.forwardRef)(function XMarkIconSolid(_a, ref) {
|
|
2968
3289
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2969
|
-
return (0, jsx_runtime_1.jsx)(XMarkIcon_2.default, Object.assign({}, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3290
|
+
return (0, jsx_runtime_1.jsx)(XMarkIcon_2.default, Object.assign({ width: "em", height: "em", strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2970
3291
|
});
|
|
2971
3292
|
//# sourceMappingURL=heroIcons.js.map
|