intergalactic 15.111.0 → 15.112.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +53 -0
- package/accordion/lib/cjs/Accordion.js +9 -9
- package/accordion/lib/es6/Accordion.js +9 -9
- package/accordion/package.json +1 -1
- package/animation/lib/cjs/Animation.js +11 -11
- package/animation/lib/cjs/Collapse.js +28 -28
- package/animation/lib/cjs/FadeInOut.js +28 -28
- package/animation/lib/cjs/Scale.js +28 -28
- package/animation/lib/cjs/Slide.js +28 -28
- package/animation/lib/cjs/Transform.js +28 -28
- package/animation/lib/es6/Animation.js +11 -11
- package/animation/lib/es6/Collapse.js +28 -28
- package/animation/lib/es6/FadeInOut.js +28 -28
- package/animation/lib/es6/Scale.js +28 -28
- package/animation/lib/es6/Slide.js +28 -28
- package/animation/lib/es6/Transform.js +28 -28
- package/animation/package.json +1 -1
- package/badge/lib/cjs/Badge.js +6 -6
- package/badge/lib/es6/Badge.js +6 -6
- package/badge/package.json +1 -1
- package/base-trigger/lib/cjs/BaseTrigger.js +18 -18
- package/base-trigger/lib/cjs/ButtonTrigger.js +3 -3
- package/base-trigger/lib/cjs/FilterTrigger.js +7 -7
- package/base-trigger/lib/cjs/LinkTrigger.js +12 -12
- package/base-trigger/lib/es6/BaseTrigger.js +18 -18
- package/base-trigger/lib/es6/ButtonTrigger.js +3 -3
- package/base-trigger/lib/es6/FilterTrigger.js +7 -7
- package/base-trigger/lib/es6/LinkTrigger.js +12 -12
- package/base-trigger/package.json +1 -1
- package/breadcrumbs/lib/cjs/Breadcrumbs.js +8 -8
- package/breadcrumbs/lib/es6/Breadcrumbs.js +8 -8
- package/breadcrumbs/package.json +1 -1
- package/breakpoints/package.json +1 -1
- package/button/lib/cjs/component/Button/Button.js +27 -27
- package/button/lib/cjs/component/ButtonLink/ButtonLink.js +20 -20
- package/button/lib/es6/component/Button/Button.js +27 -27
- package/button/lib/es6/component/ButtonLink/ButtonLink.js +20 -20
- package/button/package.json +1 -1
- package/card/lib/cjs/Card.js +6 -6
- package/card/lib/es6/Card.js +6 -6
- package/card/package.json +1 -1
- package/carousel/lib/cjs/Carousel.js +23 -26
- package/carousel/lib/cjs/Carousel.js.map +1 -1
- package/carousel/lib/es6/Carousel.js +23 -26
- package/carousel/lib/es6/Carousel.js.map +1 -1
- package/carousel/package.json +1 -1
- package/checkbox/lib/cjs/Checkbox.js +18 -18
- package/checkbox/lib/es6/Checkbox.js +18 -18
- package/checkbox/package.json +1 -1
- package/color-picker/PaletteManager.d.ts +20 -31
- package/color-picker/lib/cjs/ColorPicker.js +24 -24
- package/color-picker/lib/cjs/PaletteManager.js +26 -29
- package/color-picker/lib/cjs/PaletteManager.js.map +1 -1
- package/color-picker/lib/cjs/components/InputColor.js +24 -24
- package/color-picker/lib/es6/ColorPicker.js +24 -24
- package/color-picker/lib/es6/PaletteManager.js +26 -29
- package/color-picker/lib/es6/PaletteManager.js.map +1 -1
- package/color-picker/lib/es6/components/InputColor.js +24 -24
- package/color-picker/lib/types/PaletteManager.d.ts +20 -31
- package/color-picker/package.json +1 -1
- package/components.json +73 -73
- package/core/package.json +1 -1
- package/counter/lib/cjs/Counter.js +13 -15
- package/counter/lib/cjs/Counter.js.map +1 -1
- package/counter/lib/es6/Counter.js +13 -15
- package/counter/lib/es6/Counter.js.map +1 -1
- package/counter/package.json +1 -1
- package/d3-chart/a11y/PlotA11yModule.d.ts +1 -1
- package/d3-chart/component/Chart/AbstractChart.d.ts +2 -1
- package/d3-chart/component/Chart/AbstractChart.type.d.ts +11 -1
- package/d3-chart/component/ChartLegend/BaseLegend.d.ts +1 -1
- package/d3-chart/component/ChartLegend/BaseLegend.type.d.ts +2 -1
- package/d3-chart/component/ChartLegend/LegendItem/LegendItem.type.d.ts +14 -4
- package/d3-chart/component/ChartLegend/LegendTable/LegendTable.type.d.ts +1 -1
- package/d3-chart/lib/cjs/Area.js +11 -11
- package/d3-chart/lib/cjs/Axis.js +14 -14
- package/d3-chart/lib/cjs/Bar.js +16 -16
- package/d3-chart/lib/cjs/Bubble.js +12 -12
- package/d3-chart/lib/cjs/CompactHorizontalBar.js +16 -16
- package/d3-chart/lib/cjs/Donut.js +9 -9
- package/d3-chart/lib/cjs/Dots.js +8 -8
- package/d3-chart/lib/cjs/HorizontalBar.js +16 -16
- package/d3-chart/lib/cjs/Hover.js +3 -3
- package/d3-chart/lib/cjs/Line.js +9 -9
- package/d3-chart/lib/cjs/Plot.js +3 -3
- package/d3-chart/lib/cjs/Radar.js +19 -19
- package/d3-chart/lib/cjs/RadialTree.js +12 -12
- package/d3-chart/lib/cjs/Reference.js +12 -12
- package/d3-chart/lib/cjs/ScatterPlot.js +9 -9
- package/d3-chart/lib/cjs/Tooltip.js +9 -9
- package/d3-chart/lib/cjs/Venn.js +9 -9
- package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +2 -2
- package/d3-chart/lib/cjs/a11y/PlotA11yModule.js.map +1 -1
- package/d3-chart/lib/cjs/a11y/PlotA11yView.js +21 -18
- package/d3-chart/lib/cjs/a11y/PlotA11yView.js.map +1 -1
- package/d3-chart/lib/cjs/component/Chart/AbstractChart.js +5 -2
- package/d3-chart/lib/cjs/component/Chart/AbstractChart.js.map +1 -1
- package/d3-chart/lib/cjs/component/Chart/AbstractChart.type.js.map +1 -1
- package/d3-chart/lib/cjs/component/Chart/AreaChart.js +10 -0
- package/d3-chart/lib/cjs/component/Chart/AreaChart.js.map +1 -1
- package/d3-chart/lib/cjs/component/Chart/BarChart.js +10 -0
- package/d3-chart/lib/cjs/component/Chart/BarChart.js.map +1 -1
- package/d3-chart/lib/cjs/component/Chart/BubbleChart.js +10 -0
- package/d3-chart/lib/cjs/component/Chart/BubbleChart.js.map +1 -1
- package/d3-chart/lib/cjs/component/Chart/CigaretteChart.js +10 -1
- package/d3-chart/lib/cjs/component/Chart/CigaretteChart.js.map +1 -1
- package/d3-chart/lib/cjs/component/Chart/CompactHorizontalBarChart.js +10 -0
- package/d3-chart/lib/cjs/component/Chart/CompactHorizontalBarChart.js.map +1 -1
- package/d3-chart/lib/cjs/component/Chart/DonutChart.js +10 -0
- package/d3-chart/lib/cjs/component/Chart/DonutChart.js.map +1 -1
- package/d3-chart/lib/cjs/component/Chart/HistogramChart.js +10 -0
- package/d3-chart/lib/cjs/component/Chart/HistogramChart.js.map +1 -1
- package/d3-chart/lib/cjs/component/Chart/LineChart.js +10 -0
- package/d3-chart/lib/cjs/component/Chart/LineChart.js.map +1 -1
- package/d3-chart/lib/cjs/component/Chart/RadarChart.js +11 -0
- package/d3-chart/lib/cjs/component/Chart/RadarChart.js.map +1 -1
- package/d3-chart/lib/cjs/component/Chart/ScatterPlotChart.js +10 -0
- package/d3-chart/lib/cjs/component/Chart/ScatterPlotChart.js.map +1 -1
- package/d3-chart/lib/cjs/component/Chart/VennChart.js +11 -3
- package/d3-chart/lib/cjs/component/Chart/VennChart.js.map +1 -1
- package/d3-chart/lib/cjs/component/ChartLegend/BaseLegend.js +4 -10
- package/d3-chart/lib/cjs/component/ChartLegend/BaseLegend.js.map +1 -1
- package/d3-chart/lib/cjs/component/ChartLegend/BaseLegend.type.js.map +1 -1
- package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +7 -5
- package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js.map +1 -1
- package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +35 -30
- package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js.map +1 -1
- package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.type.js.map +1 -1
- package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +8 -7
- package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js.map +1 -1
- package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.type.js.map +1 -1
- package/d3-chart/lib/cjs/translations/de.json +2 -1
- package/d3-chart/lib/cjs/translations/en.json +2 -1
- package/d3-chart/lib/cjs/translations/es.json +2 -1
- package/d3-chart/lib/cjs/translations/fr.json +2 -1
- package/d3-chart/lib/cjs/translations/it.json +2 -1
- package/d3-chart/lib/cjs/translations/ja.json +2 -1
- package/d3-chart/lib/cjs/translations/ko.json +2 -1
- package/d3-chart/lib/cjs/translations/nl.json +2 -1
- package/d3-chart/lib/cjs/translations/pl.json +2 -1
- package/d3-chart/lib/cjs/translations/pt.json +2 -1
- package/d3-chart/lib/cjs/translations/sv.json +2 -1
- package/d3-chart/lib/cjs/translations/tr.json +2 -1
- package/d3-chart/lib/cjs/translations/vi.json +2 -1
- package/d3-chart/lib/cjs/translations/zh.json +2 -1
- package/d3-chart/lib/es6/Area.js +11 -11
- package/d3-chart/lib/es6/Axis.js +14 -14
- package/d3-chart/lib/es6/Bar.js +16 -16
- package/d3-chart/lib/es6/Bubble.js +12 -12
- package/d3-chart/lib/es6/CompactHorizontalBar.js +16 -16
- package/d3-chart/lib/es6/Donut.js +9 -9
- package/d3-chart/lib/es6/Dots.js +8 -8
- package/d3-chart/lib/es6/HorizontalBar.js +16 -16
- package/d3-chart/lib/es6/Hover.js +3 -3
- package/d3-chart/lib/es6/Line.js +9 -9
- package/d3-chart/lib/es6/Plot.js +3 -3
- package/d3-chart/lib/es6/Radar.js +19 -19
- package/d3-chart/lib/es6/RadialTree.js +12 -12
- package/d3-chart/lib/es6/Reference.js +12 -12
- package/d3-chart/lib/es6/ScatterPlot.js +9 -9
- package/d3-chart/lib/es6/Tooltip.js +9 -9
- package/d3-chart/lib/es6/Venn.js +9 -9
- package/d3-chart/lib/es6/a11y/PlotA11yModule.js +2 -2
- package/d3-chart/lib/es6/a11y/PlotA11yModule.js.map +1 -1
- package/d3-chart/lib/es6/a11y/PlotA11yView.js +21 -18
- package/d3-chart/lib/es6/a11y/PlotA11yView.js.map +1 -1
- package/d3-chart/lib/es6/component/Chart/AbstractChart.js +5 -2
- package/d3-chart/lib/es6/component/Chart/AbstractChart.js.map +1 -1
- package/d3-chart/lib/es6/component/Chart/AbstractChart.type.js.map +1 -1
- package/d3-chart/lib/es6/component/Chart/AreaChart.js +10 -0
- package/d3-chart/lib/es6/component/Chart/AreaChart.js.map +1 -1
- package/d3-chart/lib/es6/component/Chart/BarChart.js +10 -0
- package/d3-chart/lib/es6/component/Chart/BarChart.js.map +1 -1
- package/d3-chart/lib/es6/component/Chart/BubbleChart.js +10 -0
- package/d3-chart/lib/es6/component/Chart/BubbleChart.js.map +1 -1
- package/d3-chart/lib/es6/component/Chart/CigaretteChart.js +10 -1
- package/d3-chart/lib/es6/component/Chart/CigaretteChart.js.map +1 -1
- package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.js +10 -0
- package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.js.map +1 -1
- package/d3-chart/lib/es6/component/Chart/DonutChart.js +10 -0
- package/d3-chart/lib/es6/component/Chart/DonutChart.js.map +1 -1
- package/d3-chart/lib/es6/component/Chart/HistogramChart.js +10 -0
- package/d3-chart/lib/es6/component/Chart/HistogramChart.js.map +1 -1
- package/d3-chart/lib/es6/component/Chart/LineChart.js +10 -0
- package/d3-chart/lib/es6/component/Chart/LineChart.js.map +1 -1
- package/d3-chart/lib/es6/component/Chart/RadarChart.js +11 -0
- package/d3-chart/lib/es6/component/Chart/RadarChart.js.map +1 -1
- package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.js +10 -0
- package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.js.map +1 -1
- package/d3-chart/lib/es6/component/Chart/VennChart.js +11 -3
- package/d3-chart/lib/es6/component/Chart/VennChart.js.map +1 -1
- package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.js +4 -10
- package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.js.map +1 -1
- package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.type.js.map +1 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +7 -5
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js.map +1 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +35 -30
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js.map +1 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.type.js.map +1 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +8 -7
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js.map +1 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.type.js.map +1 -1
- package/d3-chart/lib/es6/translations/de.json +2 -1
- package/d3-chart/lib/es6/translations/en.json +2 -1
- package/d3-chart/lib/es6/translations/es.json +2 -1
- package/d3-chart/lib/es6/translations/fr.json +2 -1
- package/d3-chart/lib/es6/translations/it.json +2 -1
- package/d3-chart/lib/es6/translations/ja.json +2 -1
- package/d3-chart/lib/es6/translations/ko.json +2 -1
- package/d3-chart/lib/es6/translations/nl.json +2 -1
- package/d3-chart/lib/es6/translations/pl.json +2 -1
- package/d3-chart/lib/es6/translations/pt.json +2 -1
- package/d3-chart/lib/es6/translations/sv.json +2 -1
- package/d3-chart/lib/es6/translations/tr.json +2 -1
- package/d3-chart/lib/es6/translations/vi.json +2 -1
- package/d3-chart/lib/es6/translations/zh.json +2 -1
- package/d3-chart/lib/types/a11y/PlotA11yModule.d.ts +1 -1
- package/d3-chart/lib/types/component/Chart/AbstractChart.d.ts +2 -1
- package/d3-chart/lib/types/component/Chart/AbstractChart.type.d.ts +11 -1
- package/d3-chart/lib/types/component/ChartLegend/BaseLegend.d.ts +1 -1
- package/d3-chart/lib/types/component/ChartLegend/BaseLegend.type.d.ts +2 -1
- package/d3-chart/lib/types/component/ChartLegend/LegendItem/LegendItem.type.d.ts +14 -4
- package/d3-chart/lib/types/component/ChartLegend/LegendTable/LegendTable.type.d.ts +1 -1
- package/d3-chart/lib/types/translations/__intergalactic-dynamic-locales.d.ts +13 -0
- package/d3-chart/package.json +1 -1
- package/d3-chart/translations/__intergalactic-dynamic-locales.d.ts +13 -0
- package/data-table/lib/cjs/Body.js +3 -3
- package/data-table/lib/cjs/DataTable.js +36 -36
- package/data-table/lib/es6/Body.js +3 -3
- package/data-table/lib/es6/DataTable.js +36 -36
- package/data-table/package.json +1 -1
- package/date-picker/lib/cjs/components/Calendar.js +21 -21
- package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +29 -29
- package/date-picker/lib/cjs/components/InputTrigger.js +29 -29
- package/date-picker/lib/cjs/components/PickerAbstract.js +29 -29
- package/date-picker/lib/cjs/components/RangePickerAbstract.js +29 -29
- package/date-picker/lib/es6/components/Calendar.js +21 -21
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +29 -29
- package/date-picker/lib/es6/components/InputTrigger.js +29 -29
- package/date-picker/lib/es6/components/PickerAbstract.js +29 -29
- package/date-picker/lib/es6/components/RangePickerAbstract.js +29 -29
- package/date-picker/package.json +1 -1
- package/divider/lib/cjs/Divider.js +10 -10
- package/divider/lib/es6/Divider.js +10 -10
- package/divider/package.json +1 -1
- package/dot/lib/cjs/Dot.js +10 -10
- package/dot/lib/es6/Dot.js +10 -10
- package/dot/package.json +1 -1
- package/drag-and-drop/index.d.ts +22 -8
- package/drag-and-drop/lib/cjs/DragAndDrop.js +172 -125
- package/drag-and-drop/lib/cjs/DragAndDrop.js.map +1 -1
- package/drag-and-drop/lib/cjs/index.d.js.map +1 -1
- package/drag-and-drop/lib/cjs/translations/de.json +6 -5
- package/drag-and-drop/lib/cjs/translations/en.json +6 -5
- package/drag-and-drop/lib/cjs/translations/es.json +6 -5
- package/drag-and-drop/lib/cjs/translations/fr.json +6 -5
- package/drag-and-drop/lib/cjs/translations/it.json +6 -5
- package/drag-and-drop/lib/cjs/translations/ja.json +6 -5
- package/drag-and-drop/lib/cjs/translations/ko.json +6 -5
- package/drag-and-drop/lib/cjs/translations/nl.json +6 -5
- package/drag-and-drop/lib/cjs/translations/pl.json +6 -5
- package/drag-and-drop/lib/cjs/translations/pt.json +6 -5
- package/drag-and-drop/lib/cjs/translations/sv.json +6 -5
- package/drag-and-drop/lib/cjs/translations/tr.json +6 -5
- package/drag-and-drop/lib/cjs/translations/vi.json +6 -5
- package/drag-and-drop/lib/cjs/translations/zh.json +6 -5
- package/drag-and-drop/lib/es6/DragAndDrop.js +172 -125
- package/drag-and-drop/lib/es6/DragAndDrop.js.map +1 -1
- package/drag-and-drop/lib/es6/index.d.js.map +1 -1
- package/drag-and-drop/lib/es6/translations/de.json +6 -5
- package/drag-and-drop/lib/es6/translations/en.json +6 -5
- package/drag-and-drop/lib/es6/translations/es.json +6 -5
- package/drag-and-drop/lib/es6/translations/fr.json +6 -5
- package/drag-and-drop/lib/es6/translations/it.json +6 -5
- package/drag-and-drop/lib/es6/translations/ja.json +6 -5
- package/drag-and-drop/lib/es6/translations/ko.json +6 -5
- package/drag-and-drop/lib/es6/translations/nl.json +6 -5
- package/drag-and-drop/lib/es6/translations/pl.json +6 -5
- package/drag-and-drop/lib/es6/translations/pt.json +6 -5
- package/drag-and-drop/lib/es6/translations/sv.json +6 -5
- package/drag-and-drop/lib/es6/translations/tr.json +6 -5
- package/drag-and-drop/lib/es6/translations/vi.json +6 -5
- package/drag-and-drop/lib/es6/translations/zh.json +6 -5
- package/drag-and-drop/lib/types/index.d.ts +22 -8
- package/drag-and-drop/package.json +1 -1
- package/dropdown/lib/cjs/AbstractDropdown.js +1 -5
- package/dropdown/lib/cjs/AbstractDropdown.js.map +1 -1
- package/dropdown/lib/cjs/Dropdown.js +15 -15
- package/dropdown/lib/es6/AbstractDropdown.js +1 -5
- package/dropdown/lib/es6/AbstractDropdown.js.map +1 -1
- package/dropdown/lib/es6/Dropdown.js +15 -15
- package/dropdown/package.json +1 -1
- package/dropdown-menu/index.d.ts +2 -0
- package/dropdown-menu/lib/cjs/DropdownMenu.js +83 -73
- package/dropdown-menu/lib/cjs/DropdownMenu.js.map +1 -1
- package/dropdown-menu/lib/cjs/index.d.js.map +1 -1
- package/dropdown-menu/lib/cjs/style/dropdown-menu.shadow.css +3 -3
- package/dropdown-menu/lib/es6/DropdownMenu.js +80 -69
- package/dropdown-menu/lib/es6/DropdownMenu.js.map +1 -1
- package/dropdown-menu/lib/es6/index.d.js.map +1 -1
- package/dropdown-menu/lib/es6/style/dropdown-menu.shadow.css +3 -3
- package/dropdown-menu/lib/types/index.d.ts +2 -0
- package/dropdown-menu/package.json +1 -1
- package/ellipsis/lib/cjs/Ellipsis.js +23 -19
- package/ellipsis/lib/cjs/Ellipsis.js.map +1 -1
- package/ellipsis/lib/es6/Ellipsis.js +23 -19
- package/ellipsis/lib/es6/Ellipsis.js.map +1 -1
- package/ellipsis/package.json +1 -1
- package/errors/lib/cjs/Error.js +9 -9
- package/errors/lib/es6/Error.js +9 -9
- package/errors/package.json +1 -1
- package/feature-popover/lib/cjs/FeaturePopover.js +11 -11
- package/feature-popover/lib/es6/FeaturePopover.js +11 -11
- package/feature-popover/package.json +1 -1
- package/feedback-form/component/feedback-rating/FeedbackRating.d.ts +5 -11
- package/feedback-form/lib/cjs/FeedbackForm.js +7 -7
- package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js +3 -3
- package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +2 -2
- package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js.map +1 -1
- package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +6 -6
- package/feedback-form/lib/es6/FeedbackForm.js +7 -7
- package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +3 -3
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +2 -2
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js.map +1 -1
- package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +6 -6
- package/feedback-form/lib/types/component/feedback-rating/FeedbackRating.d.ts +5 -11
- package/feedback-form/package.json +1 -1
- package/flags/lib/cjs/Flags.js +3 -3
- package/flags/lib/es6/Flags.js +3 -3
- package/flags/lib/sprites/sprite@1x.css +256 -256
- package/flags/lib/sprites/sprite@2x.css +257 -257
- package/flags/package.json +1 -1
- package/flex-box/lib/cjs/Box/useBox.js +3 -3
- package/flex-box/lib/cjs/Flex/useFlex.js +3 -3
- package/flex-box/lib/cjs/invalid-state-box/InvalidStateBox.js +2 -2
- package/flex-box/lib/es6/Box/useBox.js +3 -3
- package/flex-box/lib/es6/Flex/useFlex.js +3 -3
- package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.js +2 -2
- package/flex-box/package.json +1 -1
- package/format-text/lib/cjs/FormatText.js +5 -5
- package/format-text/lib/es6/FormatText.js +5 -5
- package/format-text/package.json +1 -1
- package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
- package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
- package/fullscreen-modal/package.json +1 -1
- package/grid/lib/cjs/Grid.js +114 -114
- package/grid/lib/es6/Grid.js +114 -114
- package/grid/package.json +1 -1
- package/i18n-unplugin/package.json +1 -1
- package/icon/Tack/l/index.d.ts +6 -0
- package/icon/Tack/l/index.js +38 -0
- package/icon/Tack/l/index.mjs +26 -0
- package/icon/Tack/m/index.d.ts +6 -0
- package/icon/Tack/m/index.js +38 -0
- package/icon/Tack/m/index.mjs +26 -0
- package/icon/TackNo/l/index.d.ts +6 -0
- package/icon/TackNo/l/index.js +41 -0
- package/icon/TackNo/l/index.mjs +29 -0
- package/icon/TackNo/m/index.d.ts +6 -0
- package/icon/TackNo/m/index.js +41 -0
- package/icon/TackNo/m/index.mjs +29 -0
- package/icon/Yext/l/index.d.ts +6 -0
- package/icon/Yext/l/index.js +52 -0
- package/icon/Yext/l/index.mjs +40 -0
- package/icon/Yext/m/index.d.ts +6 -0
- package/icon/Yext/m/index.js +52 -0
- package/icon/Yext/m/index.mjs +40 -0
- package/icon/color/BirdeyeColored/l/index.d.ts +6 -0
- package/icon/color/BirdeyeColored/l/index.js +39 -0
- package/icon/color/BirdeyeColored/l/index.mjs +27 -0
- package/icon/color/BirdeyeColored/m/index.d.ts +6 -0
- package/icon/color/BirdeyeColored/m/index.js +39 -0
- package/icon/color/BirdeyeColored/m/index.mjs +27 -0
- package/icon/color/CallTrackingMetricsColored/l/index.d.ts +6 -0
- package/icon/color/CallTrackingMetricsColored/l/index.js +43 -0
- package/icon/color/CallTrackingMetricsColored/l/index.mjs +31 -0
- package/icon/color/CallTrackingMetricsColored/m/index.d.ts +6 -0
- package/icon/color/CallTrackingMetricsColored/m/index.js +43 -0
- package/icon/color/CallTrackingMetricsColored/m/index.mjs +31 -0
- package/icon/color/CampaignMonitorColored/l/index.d.ts +6 -0
- package/icon/color/CampaignMonitorColored/l/index.js +37 -0
- package/icon/color/CampaignMonitorColored/l/index.mjs +25 -0
- package/icon/color/CampaignMonitorColored/m/index.d.ts +6 -0
- package/icon/color/CampaignMonitorColored/m/index.js +37 -0
- package/icon/color/CampaignMonitorColored/m/index.mjs +25 -0
- package/icon/color/Confluence/l/index.js +4 -4
- package/icon/color/Confluence/l/index.mjs +4 -4
- package/icon/color/Confluence/m/index.js +4 -4
- package/icon/color/Confluence/m/index.mjs +4 -4
- package/icon/color/ConstantContactColored/l/index.d.ts +6 -0
- package/icon/color/ConstantContactColored/l/index.js +45 -0
- package/icon/color/ConstantContactColored/l/index.mjs +33 -0
- package/icon/color/ConstantContactColored/m/index.d.ts +6 -0
- package/icon/color/ConstantContactColored/m/index.js +45 -0
- package/icon/color/ConstantContactColored/m/index.mjs +33 -0
- package/icon/color/GoogleDisplayVideoAds/l/index.d.ts +6 -0
- package/icon/color/GoogleDisplayVideoAds/l/index.js +53 -0
- package/icon/color/GoogleDisplayVideoAds/l/index.mjs +41 -0
- package/icon/color/GoogleDisplayVideoAds/m/index.d.ts +6 -0
- package/icon/color/GoogleDisplayVideoAds/m/index.js +53 -0
- package/icon/color/GoogleDisplayVideoAds/m/index.mjs +41 -0
- package/icon/color/InstagramColored/l/index.d.ts +6 -0
- package/icon/color/InstagramColored/l/index.js +188 -0
- package/icon/color/InstagramColored/l/index.mjs +176 -0
- package/icon/color/InstagramColored/m/index.d.ts +6 -0
- package/icon/color/InstagramColored/m/index.js +188 -0
- package/icon/color/InstagramColored/m/index.mjs +176 -0
- package/icon/color/MetaColored/l/index.d.ts +6 -0
- package/icon/color/MetaColored/l/index.js +75 -0
- package/icon/color/MetaColored/l/index.mjs +63 -0
- package/icon/color/MetaColored/m/index.d.ts +6 -0
- package/icon/color/MetaColored/m/index.js +83 -0
- package/icon/color/MetaColored/m/index.mjs +71 -0
- package/icon/color/MicrosoftOffice/l/index.js +10 -10
- package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
- package/icon/color/MicrosoftOffice/m/index.js +10 -10
- package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
- package/icon/color/PipedriveColored/l/index.d.ts +6 -0
- package/icon/color/PipedriveColored/l/index.js +43 -0
- package/icon/color/PipedriveColored/l/index.mjs +31 -0
- package/icon/color/PipedriveColored/m/index.d.ts +6 -0
- package/icon/color/PipedriveColored/m/index.js +43 -0
- package/icon/color/PipedriveColored/m/index.mjs +31 -0
- package/icon/color/ShopifyColored/l/index.d.ts +6 -0
- package/icon/color/ShopifyColored/l/index.js +45 -0
- package/icon/color/ShopifyColored/l/index.mjs +33 -0
- package/icon/color/ShopifyColored/m/index.d.ts +6 -0
- package/icon/color/ShopifyColored/m/index.js +45 -0
- package/icon/color/ShopifyColored/m/index.mjs +33 -0
- package/icon/color/WhatConvertsColored/l/index.d.ts +6 -0
- package/icon/color/WhatConvertsColored/l/index.js +39 -0
- package/icon/color/WhatConvertsColored/l/index.mjs +27 -0
- package/icon/color/WhatConvertsColored/m/index.d.ts +6 -0
- package/icon/color/WhatConvertsColored/m/index.js +39 -0
- package/icon/color/WhatConvertsColored/m/index.mjs +27 -0
- package/icon/color/WooCommerceColored/l/index.d.ts +6 -0
- package/icon/color/WooCommerceColored/l/index.js +43 -0
- package/icon/color/WooCommerceColored/l/index.mjs +31 -0
- package/icon/color/WooCommerceColored/m/index.d.ts +6 -0
- package/icon/color/WooCommerceColored/m/index.js +43 -0
- package/icon/color/WooCommerceColored/m/index.mjs +31 -0
- package/icon/lib/cjs/Icon.js +5 -5
- package/icon/lib/es6/Icon.js +5 -5
- package/icon/package.json +1 -1
- package/icon/pay/Discover/l/index.js +1 -1
- package/icon/pay/Discover/l/index.mjs +1 -1
- package/icon/pay/Discover/m/index.js +1 -1
- package/icon/pay/Discover/m/index.mjs +1 -1
- package/icon/pay/JCB/l/index.js +10 -10
- package/icon/pay/JCB/l/index.mjs +10 -10
- package/icon/pay/JCB/m/index.js +10 -10
- package/icon/pay/JCB/m/index.mjs +10 -10
- package/icon/pay/Visa/l/index.js +2 -2
- package/icon/pay/Visa/l/index.mjs +2 -2
- package/icon/pay/Visa/m/index.js +2 -2
- package/icon/pay/Visa/m/index.mjs +2 -2
- package/illustration/lib/cjs/index.js +1 -1
- package/illustration/lib/es6/index.js +1 -1
- package/illustration/package.json +1 -1
- package/inline-edit/lib/cjs/InlineEdit.js +4 -4
- package/inline-edit/lib/es6/InlineEdit.js +4 -4
- package/inline-edit/package.json +1 -1
- package/inline-input/lib/cjs/InlineInput.js +14 -14
- package/inline-input/lib/es6/InlineInput.js +14 -14
- package/inline-input/package.json +1 -1
- package/input/lib/cjs/Input.js +17 -17
- package/input/lib/es6/Input.js +17 -17
- package/input/package.json +1 -1
- package/input-mask/lib/cjs/InputMask.js +6 -6
- package/input-mask/lib/cjs/InputMask.js.map +1 -1
- package/input-mask/lib/es6/InputMask.js +6 -6
- package/input-mask/lib/es6/InputMask.js.map +1 -1
- package/input-mask/package.json +1 -1
- package/input-number/lib/cjs/InputNumber.js +9 -9
- package/input-number/lib/es6/InputNumber.js +9 -9
- package/input-number/package.json +1 -1
- package/input-tags/lib/cjs/InputTags.js +12 -12
- package/input-tags/lib/es6/InputTags.js +12 -12
- package/input-tags/package.json +1 -1
- package/link/lib/cjs/Link.js +12 -12
- package/link/lib/es6/Link.js +12 -12
- package/link/package.json +1 -1
- package/mini-chart/component/trend/Trend.d.ts +1 -1
- package/mini-chart/lib/cjs/component/score/Donut.js +9 -9
- package/mini-chart/lib/cjs/component/score/Donut.js.map +1 -1
- package/mini-chart/lib/cjs/component/score/Line.js +17 -17
- package/mini-chart/lib/cjs/component/score/Line.js.map +1 -1
- package/mini-chart/lib/cjs/component/trend/Bar.js +7 -7
- package/mini-chart/lib/cjs/component/trend/Bar.js.map +1 -1
- package/mini-chart/lib/cjs/component/trend/Line.js +7 -7
- package/mini-chart/lib/cjs/component/trend/Line.js.map +1 -1
- package/mini-chart/lib/cjs/component/trend/Trend.js +1 -1
- package/mini-chart/lib/cjs/component/trend/Trend.js.map +1 -1
- package/mini-chart/lib/es6/component/score/Donut.js +9 -9
- package/mini-chart/lib/es6/component/score/Donut.js.map +1 -1
- package/mini-chart/lib/es6/component/score/Line.js +17 -17
- package/mini-chart/lib/es6/component/score/Line.js.map +1 -1
- package/mini-chart/lib/es6/component/trend/Bar.js +7 -7
- package/mini-chart/lib/es6/component/trend/Bar.js.map +1 -1
- package/mini-chart/lib/es6/component/trend/Line.js +7 -7
- package/mini-chart/lib/es6/component/trend/Line.js.map +1 -1
- package/mini-chart/lib/es6/component/trend/Trend.js +1 -1
- package/mini-chart/lib/es6/component/trend/Trend.js.map +1 -1
- package/mini-chart/lib/types/component/trend/Trend.d.ts +1 -1
- package/mini-chart/package.json +1 -1
- package/modal/lib/cjs/Modal.js +8 -8
- package/modal/lib/es6/Modal.js +8 -8
- package/modal/package.json +1 -1
- package/neighbor-location/package.json +1 -1
- package/notice/lib/cjs/Notice.js +14 -14
- package/notice/lib/es6/Notice.js +14 -14
- package/notice/package.json +1 -1
- package/notice-bubble/lib/cjs/NoticeBubble.js +15 -15
- package/notice-bubble/lib/es6/NoticeBubble.js +15 -15
- package/notice-bubble/package.json +1 -1
- package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
- package/notice-global/lib/es6/NoticeGlobal.js +11 -11
- package/notice-global/package.json +1 -1
- package/outside-click/package.json +1 -1
- package/package.json +1 -1
- package/pagination/lib/cjs/Pagination.js +11 -10
- package/pagination/lib/cjs/Pagination.js.map +1 -1
- package/pagination/lib/es6/Pagination.js +11 -10
- package/pagination/lib/es6/Pagination.js.map +1 -1
- package/pagination/package.json +1 -1
- package/pills/lib/cjs/Pills.js +13 -13
- package/pills/lib/es6/Pills.js +13 -13
- package/pills/package.json +1 -1
- package/popper/lib/cjs/Popper.js +6 -6
- package/popper/lib/es6/Popper.js +6 -6
- package/popper/package.json +1 -1
- package/portal/package.json +1 -1
- package/product-head/lib/cjs/Info.js +4 -4
- package/product-head/lib/cjs/ProductHead.js +5 -5
- package/product-head/lib/cjs/Title.js +4 -4
- package/product-head/lib/es6/Info.js +4 -4
- package/product-head/lib/es6/ProductHead.js +5 -5
- package/product-head/lib/es6/Title.js +4 -4
- package/product-head/package.json +1 -1
- package/progress-bar/lib/cjs/ProgressBar.js +15 -15
- package/progress-bar/lib/es6/ProgressBar.js +15 -15
- package/progress-bar/package.json +1 -1
- package/radio/lib/cjs/Radio.js +16 -16
- package/radio/lib/es6/Radio.js +16 -16
- package/radio/package.json +1 -1
- package/scroll-area/lib/cjs/ScrollArea.js +21 -21
- package/scroll-area/lib/cjs/ScrollBar.js +6 -6
- package/scroll-area/lib/es6/ScrollArea.js +21 -21
- package/scroll-area/lib/es6/ScrollBar.js +6 -6
- package/scroll-area/package.json +1 -1
- package/select/lib/cjs/InputSearch.js +6 -6
- package/select/lib/cjs/Select.js +8 -8
- package/select/lib/es6/InputSearch.js +6 -6
- package/select/lib/es6/Select.js +8 -8
- package/select/package.json +1 -1
- package/side-panel/lib/cjs/SidePanel.js +16 -16
- package/side-panel/lib/es6/SidePanel.js +16 -16
- package/side-panel/package.json +1 -1
- package/skeleton/lib/cjs/Charts/Area.js +9 -9
- package/skeleton/lib/cjs/Charts/Bar.js +9 -9
- package/skeleton/lib/cjs/Charts/Bubble.js +9 -9
- package/skeleton/lib/cjs/Charts/CompactHorizontalBar.js +9 -9
- package/skeleton/lib/cjs/Charts/Donut.js +9 -9
- package/skeleton/lib/cjs/Charts/Histogram.js +9 -9
- package/skeleton/lib/cjs/Charts/Line.js +9 -9
- package/skeleton/lib/cjs/Charts/RadialTree.js +9 -9
- package/skeleton/lib/cjs/Charts/ScatterPlot.js +9 -9
- package/skeleton/lib/cjs/Charts/Venn.js +9 -9
- package/skeleton/lib/cjs/Skeleton.js +8 -8
- package/skeleton/lib/es6/Charts/Area.js +9 -9
- package/skeleton/lib/es6/Charts/Bar.js +9 -9
- package/skeleton/lib/es6/Charts/Bubble.js +9 -9
- package/skeleton/lib/es6/Charts/CompactHorizontalBar.js +9 -9
- package/skeleton/lib/es6/Charts/Donut.js +9 -9
- package/skeleton/lib/es6/Charts/Histogram.js +9 -9
- package/skeleton/lib/es6/Charts/Line.js +9 -9
- package/skeleton/lib/es6/Charts/RadialTree.js +9 -9
- package/skeleton/lib/es6/Charts/ScatterPlot.js +9 -9
- package/skeleton/lib/es6/Charts/Venn.js +9 -9
- package/skeleton/lib/es6/Skeleton.js +8 -8
- package/skeleton/package.json +1 -1
- package/slider/lib/cjs/Slider.js +8 -8
- package/slider/lib/es6/Slider.js +8 -8
- package/slider/package.json +1 -1
- package/spin/lib/cjs/Spin.js +13 -13
- package/spin/lib/es6/Spin.js +13 -13
- package/spin/package.json +1 -1
- package/spin-container/lib/cjs/SpinContainer.js +8 -8
- package/spin-container/lib/es6/SpinContainer.js +8 -8
- package/spin-container/package.json +1 -1
- package/sticky/lib/cjs/Sticky.js +2 -2
- package/sticky/lib/es6/Sticky.js +2 -2
- package/sticky/package.json +1 -1
- package/switch/lib/cjs/Switch.js +23 -30
- package/switch/lib/cjs/Switch.js.map +1 -1
- package/switch/lib/es6/Switch.js +23 -30
- package/switch/lib/es6/Switch.js.map +1 -1
- package/switch/package.json +1 -1
- package/tab-line/lib/cjs/TabLine.js +13 -13
- package/tab-line/lib/es6/TabLine.js +13 -13
- package/tab-line/package.json +1 -1
- package/tab-panel/lib/cjs/TabPanel.js +8 -8
- package/tab-panel/lib/es6/TabPanel.js +8 -8
- package/tab-panel/package.json +1 -1
- package/tag/lib/cjs/Tag.js +23 -23
- package/tag/lib/es6/Tag.js +23 -23
- package/tag/package.json +1 -1
- package/textarea/lib/cjs/Textarea.js +8 -8
- package/textarea/lib/es6/Textarea.js +8 -8
- package/textarea/package.json +1 -1
- package/time-picker/lib/cjs/TimePicker.js +12 -12
- package/time-picker/lib/es6/TimePicker.js +12 -12
- package/time-picker/package.json +1 -1
- package/tooltip/lib/cjs/Tooltip.js +9 -9
- package/tooltip/lib/es6/Tooltip.js +9 -9
- package/tooltip/package.json +1 -1
- package/typography/lib/cjs/Blockquote.js +4 -4
- package/typography/lib/cjs/Hint.js +7 -7
- package/typography/lib/cjs/List.js +5 -5
- package/typography/lib/cjs/Text.js +34 -34
- package/typography/lib/es6/Blockquote.js +4 -4
- package/typography/lib/es6/Hint.js +7 -7
- package/typography/lib/es6/List.js +5 -5
- package/typography/lib/es6/Text.js +34 -34
- package/typography/package.json +1 -1
- package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js +2 -2
- package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs +2 -2
- package/utils/lib/core/types/Component.d.ts +23 -2
- package/utils/lib/core/types/Component.js +1 -1
- package/utils/lib/core/types/Component.js.map +1 -1
- package/utils/lib/core/types/Component.mjs +1 -1
- package/utils/lib/core/types/Component.mjs.map +1 -1
- package/utils/lib/injectStyle.js +1 -1
- package/utils/lib/injectStyle.mjs +1 -1
- package/widget-empty/lib/cjs/WidgetEmpty.js +5 -5
- package/widget-empty/lib/es6/WidgetEmpty.js +5 -5
- package/widget-empty/package.json +1 -1
- package/wizard/lib/cjs/Wizard.js +12 -12
- package/wizard/lib/es6/Wizard.js +12 -12
- package/wizard/package.json +1 -1
@@ -0,0 +1,71 @@
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
|
+
import React from 'react';
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
|
+
function MetaColored({
|
6
|
+
width = '16',
|
7
|
+
height = '16',
|
8
|
+
viewBox = '0 0 16 16',
|
9
|
+
...props
|
10
|
+
}, ref) {
|
11
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
12
|
+
ref: ref,
|
13
|
+
"data-name": "MetaColored",
|
14
|
+
"data-group": "m",
|
15
|
+
width: width,
|
16
|
+
height: height,
|
17
|
+
viewBox: viewBox
|
18
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
19
|
+
clipPath: "url(#a)"
|
20
|
+
}, /*#__PURE__*/React.createElement("path", {
|
21
|
+
fill: "#0081FB",
|
22
|
+
d: "M1.728 10.264c0 .632.135 1.118.31 1.412.23.384.572.547.922.547.45 0 .862-.116 1.657-1.253.636-.912 1.387-2.19 1.891-2.993l.855-1.36c.593-.943 1.28-1.993 2.068-2.704.643-.58 1.337-.903 2.036-.903 1.172 0 2.289.703 3.143 2.022.936 1.444 1.39 3.263 1.39 5.14 0 1.117-.213 1.937-.574 2.585-.35.626-1.03 1.252-2.176 1.252v-1.786c.98 0 1.225-.933 1.225-2 0-1.522-.343-3.21-1.098-4.417-.535-.856-1.23-1.379-1.994-1.379-.826 0-1.49.645-2.238 1.795-.397.61-.805 1.356-1.263 2.196l-.504.924c-1.013 1.859-1.27 2.281-1.775 2.98-.888 1.223-1.645 1.687-2.643 1.687-1.183 0-1.931-.53-2.395-1.33C.185 12.03 0 11.175 0 10.2l1.728.065Z",
|
23
|
+
shapeRendering: "geometricPrecision"
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
25
|
+
fill: "url(#intergalactic-icon-MetaColored_m_b-4.50.0)",
|
26
|
+
d: "M1.363 5.159C2.155 3.895 3.298 3.01 4.61 3.01c.76 0 1.514.233 2.303.899.862.728 1.781 1.927 2.928 3.905l.412.71c.992 1.711 1.557 2.591 1.887 3.007.425.533.723.692 1.11.692.98 0 1.225-.933 1.225-2l1.524-.05c0 1.116-.212 1.936-.574 2.584-.35.626-1.03 1.252-2.176 1.252-.712 0-1.343-.16-2.04-.841-.537-.523-1.164-1.452-1.646-2.287l-1.435-2.48c-.72-1.246-1.38-2.174-1.763-2.594-.411-.452-.94-.998-1.783-.998-.683 0-1.263.495-1.748 1.254L1.363 5.16Z",
|
27
|
+
shapeRendering: "geometricPrecision"
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
29
|
+
fill: "url(#intergalactic-icon-MetaColored_m_c-4.50.0)",
|
30
|
+
d: "M4.582 4.809c-.683 0-1.263.495-1.748 1.254-.686 1.072-1.106 2.668-1.106 4.201 0 .632.135 1.118.31 1.412L.564 12.68C.186 12.03 0 11.174 0 10.2c0-1.77.47-3.616 1.363-5.042C2.155 3.894 3.298 3.01 4.61 3.01L4.582 4.81Z",
|
31
|
+
shapeRendering: "geometricPrecision"
|
32
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
33
|
+
id: "intergalactic-icon-MetaColored_m_b-4.50.0",
|
34
|
+
x1: "3.468",
|
35
|
+
x2: "14.486",
|
36
|
+
y1: "8.225",
|
37
|
+
y2: "8.762",
|
38
|
+
gradientUnits: "userSpaceOnUse"
|
39
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
40
|
+
stopColor: "#0064E1"
|
41
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
42
|
+
offset: ".4",
|
43
|
+
stopColor: "#0064E1"
|
44
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
45
|
+
offset: ".83",
|
46
|
+
stopColor: "#0073EE"
|
47
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
48
|
+
offset: "1",
|
49
|
+
stopColor: "#0082FB"
|
50
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
51
|
+
id: "intergalactic-icon-MetaColored_m_c-4.50.0",
|
52
|
+
x1: "2.305",
|
53
|
+
x2: "2.305",
|
54
|
+
y1: "11.015",
|
55
|
+
y2: "6.811",
|
56
|
+
gradientUnits: "userSpaceOnUse"
|
57
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
58
|
+
stopColor: "#0082FB"
|
59
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
60
|
+
offset: "1",
|
61
|
+
stopColor: "#0064E0"
|
62
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
63
|
+
id: "a"
|
64
|
+
}, /*#__PURE__*/React.createElement("path", {
|
65
|
+
fill: "#fff",
|
66
|
+
d: "M0 3.01h16v11H0z",
|
67
|
+
shapeRendering: "geometricPrecision"
|
68
|
+
}))));
|
69
|
+
}
|
70
|
+
MetaColored.displayName = 'MetaColored';
|
71
|
+
export default createBaseComponent(MetaColored);
|
@@ -28,26 +28,26 @@ function MicrosoftOffice(_ref, ref) {
|
|
28
28
|
viewBox: viewBox
|
29
29
|
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
30
30
|
d: "m13.45.1 1.82 4.16v14.48l-1.79 5.16 6.77-1.93A2.42 2.42 0 0 0 22 19.64V4.36a2.43 2.43 0 0 0-1.76-2.34L13.45.1Z",
|
31
|
-
fill: "url(#intergalactic-icon-MicrosoftOffice_l_a-4.
|
31
|
+
fill: "url(#intergalactic-icon-MicrosoftOffice_l_a-4.50.0)",
|
32
32
|
shapeRendering: "geometricPrecision"
|
33
33
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
34
34
|
d: "m4.88 18.59 1.98-1.07A1.73 1.73 0 0 0 7.75 16V8.2a1.74 1.74 0 0 1 1.14-1.63l6.38-2.3V2.5A2.51 2.51 0 0 0 13.45.1a2.53 2.53 0 0 0-1.92.23L4.22 4.5A2.42 2.42 0 0 0 3 6.6v10.86a1.28 1.28 0 0 0 1.24 1.27c.22 0 .44-.05.64-.15Z",
|
35
|
-
fill: "url(#intergalactic-icon-MicrosoftOffice_l_b-4.
|
35
|
+
fill: "url(#intergalactic-icon-MicrosoftOffice_l_b-4.50.0)",
|
36
36
|
shapeRendering: "geometricPrecision"
|
37
37
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
38
38
|
d: "M15.27 18.74H7.72a1.27 1.27 0 0 0-1.21.95 1.28 1.28 0 0 0 .58 1.43l4.5 2.56a2.45 2.45 0 0 0 1.9.22 2.46 2.46 0 0 0 1.78-2.38v-2.78Z",
|
39
|
-
fill: "url(#intergalactic-icon-MicrosoftOffice_l_c-4.
|
39
|
+
fill: "url(#intergalactic-icon-MicrosoftOffice_l_c-4.50.0)",
|
40
40
|
shapeRendering: "geometricPrecision"
|
41
41
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
42
42
|
d: "m4.88 18.59 1.98-1.07A1.73 1.73 0 0 0 7.75 16V8.2a1.74 1.74 0 0 1 1.14-1.63l6.38-2.3V2.5A2.51 2.51 0 0 0 13.45.1a2.53 2.53 0 0 0-1.92.23L4.22 4.5A2.42 2.42 0 0 0 3 6.6v10.86a1.28 1.28 0 0 0 1.24 1.27c.22 0 .44-.05.64-.15Z",
|
43
|
-
fill: "url(#intergalactic-icon-MicrosoftOffice_l_d-4.
|
43
|
+
fill: "url(#intergalactic-icon-MicrosoftOffice_l_d-4.50.0)",
|
44
44
|
shapeRendering: "geometricPrecision"
|
45
45
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
46
46
|
d: "M15.27 18.74H7.72a1.27 1.27 0 0 0-1.21.95 1.28 1.28 0 0 0 .58 1.43l4.5 2.56a2.45 2.45 0 0 0 1.9.22 2.46 2.46 0 0 0 1.78-2.38v-2.78Z",
|
47
|
-
fill: "url(#intergalactic-icon-MicrosoftOffice_l_e-4.
|
47
|
+
fill: "url(#intergalactic-icon-MicrosoftOffice_l_e-4.50.0)",
|
48
48
|
shapeRendering: "geometricPrecision"
|
49
49
|
}), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
|
50
|
-
id: "intergalactic-icon-MicrosoftOffice_l_a-4.
|
50
|
+
id: "intergalactic-icon-MicrosoftOffice_l_a-4.50.0",
|
51
51
|
x1: "17.73",
|
52
52
|
y1: "-1.26",
|
53
53
|
x2: "17.73",
|
@@ -68,7 +68,7 @@ function MicrosoftOffice(_ref, ref) {
|
|
68
68
|
offset: ".5",
|
69
69
|
stopColor: "#D83B01"
|
70
70
|
})), /*#__PURE__*/_react["default"].createElement("linearGradient", {
|
71
|
-
id: "intergalactic-icon-MicrosoftOffice_l_b-4.
|
71
|
+
id: "intergalactic-icon-MicrosoftOffice_l_b-4.50.0",
|
72
72
|
x1: "13.5",
|
73
73
|
y1: "-.43",
|
74
74
|
x2: "1.04",
|
@@ -92,7 +92,7 @@ function MicrosoftOffice(_ref, ref) {
|
|
92
92
|
offset: "1",
|
93
93
|
stopColor: "#B85BA2"
|
94
94
|
})), /*#__PURE__*/_react["default"].createElement("linearGradient", {
|
95
|
-
id: "intergalactic-icon-MicrosoftOffice_l_c-4.
|
95
|
+
id: "intergalactic-icon-MicrosoftOffice_l_c-4.50.0",
|
96
96
|
x1: "7.16",
|
97
97
|
y1: "21.37",
|
98
98
|
x2: "23.36",
|
@@ -104,7 +104,7 @@ function MicrosoftOffice(_ref, ref) {
|
|
104
104
|
offset: ".6",
|
105
105
|
stopColor: "#A4070A"
|
106
106
|
})), /*#__PURE__*/_react["default"].createElement("linearGradient", {
|
107
|
-
id: "intergalactic-icon-MicrosoftOffice_l_d-4.
|
107
|
+
id: "intergalactic-icon-MicrosoftOffice_l_d-4.50.0",
|
108
108
|
x1: "13.75",
|
109
109
|
y1: "-.79",
|
110
110
|
x2: "11.11",
|
@@ -116,7 +116,7 @@ function MicrosoftOffice(_ref, ref) {
|
|
116
116
|
offset: "1",
|
117
117
|
stopOpacity: "0"
|
118
118
|
})), /*#__PURE__*/_react["default"].createElement("linearGradient", {
|
119
|
-
id: "intergalactic-icon-MicrosoftOffice_l_e-4.
|
119
|
+
id: "intergalactic-icon-MicrosoftOffice_l_e-4.50.0",
|
120
120
|
x1: "18.17",
|
121
121
|
y1: "21.74",
|
122
122
|
x2: "10.91",
|
@@ -17,26 +17,26 @@ function MicrosoftOffice({
|
|
17
17
|
viewBox: viewBox
|
18
18
|
}, props), /*#__PURE__*/React.createElement("path", {
|
19
19
|
d: "m13.45.1 1.82 4.16v14.48l-1.79 5.16 6.77-1.93A2.42 2.42 0 0 0 22 19.64V4.36a2.43 2.43 0 0 0-1.76-2.34L13.45.1Z",
|
20
|
-
fill: "url(#intergalactic-icon-MicrosoftOffice_l_a-4.
|
20
|
+
fill: "url(#intergalactic-icon-MicrosoftOffice_l_a-4.50.0)",
|
21
21
|
shapeRendering: "geometricPrecision"
|
22
22
|
}), /*#__PURE__*/React.createElement("path", {
|
23
23
|
d: "m4.88 18.59 1.98-1.07A1.73 1.73 0 0 0 7.75 16V8.2a1.74 1.74 0 0 1 1.14-1.63l6.38-2.3V2.5A2.51 2.51 0 0 0 13.45.1a2.53 2.53 0 0 0-1.92.23L4.22 4.5A2.42 2.42 0 0 0 3 6.6v10.86a1.28 1.28 0 0 0 1.24 1.27c.22 0 .44-.05.64-.15Z",
|
24
|
-
fill: "url(#intergalactic-icon-MicrosoftOffice_l_b-4.
|
24
|
+
fill: "url(#intergalactic-icon-MicrosoftOffice_l_b-4.50.0)",
|
25
25
|
shapeRendering: "geometricPrecision"
|
26
26
|
}), /*#__PURE__*/React.createElement("path", {
|
27
27
|
d: "M15.27 18.74H7.72a1.27 1.27 0 0 0-1.21.95 1.28 1.28 0 0 0 .58 1.43l4.5 2.56a2.45 2.45 0 0 0 1.9.22 2.46 2.46 0 0 0 1.78-2.38v-2.78Z",
|
28
|
-
fill: "url(#intergalactic-icon-MicrosoftOffice_l_c-4.
|
28
|
+
fill: "url(#intergalactic-icon-MicrosoftOffice_l_c-4.50.0)",
|
29
29
|
shapeRendering: "geometricPrecision"
|
30
30
|
}), /*#__PURE__*/React.createElement("path", {
|
31
31
|
d: "m4.88 18.59 1.98-1.07A1.73 1.73 0 0 0 7.75 16V8.2a1.74 1.74 0 0 1 1.14-1.63l6.38-2.3V2.5A2.51 2.51 0 0 0 13.45.1a2.53 2.53 0 0 0-1.92.23L4.22 4.5A2.42 2.42 0 0 0 3 6.6v10.86a1.28 1.28 0 0 0 1.24 1.27c.22 0 .44-.05.64-.15Z",
|
32
|
-
fill: "url(#intergalactic-icon-MicrosoftOffice_l_d-4.
|
32
|
+
fill: "url(#intergalactic-icon-MicrosoftOffice_l_d-4.50.0)",
|
33
33
|
shapeRendering: "geometricPrecision"
|
34
34
|
}), /*#__PURE__*/React.createElement("path", {
|
35
35
|
d: "M15.27 18.74H7.72a1.27 1.27 0 0 0-1.21.95 1.28 1.28 0 0 0 .58 1.43l4.5 2.56a2.45 2.45 0 0 0 1.9.22 2.46 2.46 0 0 0 1.78-2.38v-2.78Z",
|
36
|
-
fill: "url(#intergalactic-icon-MicrosoftOffice_l_e-4.
|
36
|
+
fill: "url(#intergalactic-icon-MicrosoftOffice_l_e-4.50.0)",
|
37
37
|
shapeRendering: "geometricPrecision"
|
38
38
|
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
39
|
-
id: "intergalactic-icon-MicrosoftOffice_l_a-4.
|
39
|
+
id: "intergalactic-icon-MicrosoftOffice_l_a-4.50.0",
|
40
40
|
x1: "17.73",
|
41
41
|
y1: "-1.26",
|
42
42
|
x2: "17.73",
|
@@ -57,7 +57,7 @@ function MicrosoftOffice({
|
|
57
57
|
offset: ".5",
|
58
58
|
stopColor: "#D83B01"
|
59
59
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
60
|
-
id: "intergalactic-icon-MicrosoftOffice_l_b-4.
|
60
|
+
id: "intergalactic-icon-MicrosoftOffice_l_b-4.50.0",
|
61
61
|
x1: "13.5",
|
62
62
|
y1: "-.43",
|
63
63
|
x2: "1.04",
|
@@ -81,7 +81,7 @@ function MicrosoftOffice({
|
|
81
81
|
offset: "1",
|
82
82
|
stopColor: "#B85BA2"
|
83
83
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
84
|
-
id: "intergalactic-icon-MicrosoftOffice_l_c-4.
|
84
|
+
id: "intergalactic-icon-MicrosoftOffice_l_c-4.50.0",
|
85
85
|
x1: "7.16",
|
86
86
|
y1: "21.37",
|
87
87
|
x2: "23.36",
|
@@ -93,7 +93,7 @@ function MicrosoftOffice({
|
|
93
93
|
offset: ".6",
|
94
94
|
stopColor: "#A4070A"
|
95
95
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
96
|
-
id: "intergalactic-icon-MicrosoftOffice_l_d-4.
|
96
|
+
id: "intergalactic-icon-MicrosoftOffice_l_d-4.50.0",
|
97
97
|
x1: "13.75",
|
98
98
|
y1: "-.79",
|
99
99
|
x2: "11.11",
|
@@ -105,7 +105,7 @@ function MicrosoftOffice({
|
|
105
105
|
offset: "1",
|
106
106
|
stopOpacity: "0"
|
107
107
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
108
|
-
id: "intergalactic-icon-MicrosoftOffice_l_e-4.
|
108
|
+
id: "intergalactic-icon-MicrosoftOffice_l_e-4.50.0",
|
109
109
|
x1: "18.17",
|
110
110
|
y1: "21.74",
|
111
111
|
x2: "10.91",
|
@@ -28,26 +28,26 @@ function MicrosoftOffice(_ref, ref) {
|
|
28
28
|
viewBox: viewBox
|
29
29
|
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
30
30
|
d: "m9.15.06 1.25 2.78v9.66l-1.23 3.43 4.63-1.28c.34-.1.65-.3.86-.58.22-.28.34-.63.34-.98V2.9c0-.35-.12-.69-.33-.97a1.66 1.66 0 0 0-.87-.58L9.15.06Z",
|
31
|
-
fill: "url(#intergalactic-icon-MicrosoftOffice_m_a-4.
|
31
|
+
fill: "url(#intergalactic-icon-MicrosoftOffice_m_a-4.50.0)",
|
32
32
|
shapeRendering: "geometricPrecision"
|
33
33
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
34
34
|
d: "m3.28 12.4 1.36-.72a1.17 1.17 0 0 0 .61-1.02v-5.2c0-.23.07-.46.21-.65a1.18 1.18 0 0 1 .57-.43l4.37-1.54V1.67c0-.36-.13-.72-.35-1A1.71 1.71 0 0 0 8.68 0c-.3 0-.59.08-.85.22l-5 2.79a1.63 1.63 0 0 0-.6.59 1.58 1.58 0 0 0-.23.8v7.24c0 .15.04.3.11.42a.86.86 0 0 0 .31.31.88.88 0 0 0 .86.02Z",
|
35
|
-
fill: "url(#intergalactic-icon-MicrosoftOffice_m_b-4.
|
35
|
+
fill: "url(#intergalactic-icon-MicrosoftOffice_m_b-4.50.0)",
|
36
36
|
shapeRendering: "geometricPrecision"
|
37
37
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
38
38
|
d: "M10.4 12.5H5.23a.89.89 0 0 0-.53.17.85.85 0 0 0-.3.46.83.83 0 0 0 .03.54.86.86 0 0 0 .37.41l3.08 1.7a1.72 1.72 0 0 0 2.18-.44 1.62 1.62 0 0 0 .33-1V12.5Z",
|
39
|
-
fill: "url(#intergalactic-icon-MicrosoftOffice_m_c-4.
|
39
|
+
fill: "url(#intergalactic-icon-MicrosoftOffice_m_c-4.50.0)",
|
40
40
|
shapeRendering: "geometricPrecision"
|
41
41
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
42
42
|
d: "m3.28 12.4 1.36-.72a1.17 1.17 0 0 0 .61-1.02v-5.2c0-.23.07-.46.21-.65a1.18 1.18 0 0 1 .57-.43l4.37-1.54V1.67c0-.36-.13-.72-.35-1A1.71 1.71 0 0 0 8.68 0c-.3 0-.59.08-.85.22l-5 2.79a1.63 1.63 0 0 0-.6.59 1.58 1.58 0 0 0-.23.8v7.24c0 .15.04.3.11.42a.86.86 0 0 0 .31.31.88.88 0 0 0 .86.02Z",
|
43
|
-
fill: "url(#intergalactic-icon-MicrosoftOffice_m_d-4.
|
43
|
+
fill: "url(#intergalactic-icon-MicrosoftOffice_m_d-4.50.0)",
|
44
44
|
shapeRendering: "geometricPrecision"
|
45
45
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
46
46
|
d: "M10.4 12.5H5.23a.89.89 0 0 0-.53.17.85.85 0 0 0-.3.46.83.83 0 0 0 .03.54.86.86 0 0 0 .37.41l3.08 1.7a1.72 1.72 0 0 0 2.18-.44 1.62 1.62 0 0 0 .33-1V12.5Z",
|
47
|
-
fill: "url(#intergalactic-icon-MicrosoftOffice_m_e-4.
|
47
|
+
fill: "url(#intergalactic-icon-MicrosoftOffice_m_e-4.50.0)",
|
48
48
|
shapeRendering: "geometricPrecision"
|
49
49
|
}), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
|
50
|
-
id: "intergalactic-icon-MicrosoftOffice_m_a-4.
|
50
|
+
id: "intergalactic-icon-MicrosoftOffice_m_a-4.50.0",
|
51
51
|
x1: "12.07",
|
52
52
|
y1: "-.84",
|
53
53
|
x2: "12.07",
|
@@ -68,7 +68,7 @@ function MicrosoftOffice(_ref, ref) {
|
|
68
68
|
offset: ".5",
|
69
69
|
stopColor: "#D83B01"
|
70
70
|
})), /*#__PURE__*/_react["default"].createElement("linearGradient", {
|
71
|
-
id: "intergalactic-icon-MicrosoftOffice_m_b-4.
|
71
|
+
id: "intergalactic-icon-MicrosoftOffice_m_b-4.50.0",
|
72
72
|
x1: "9.18",
|
73
73
|
y1: "-.29",
|
74
74
|
x2: ".96",
|
@@ -92,7 +92,7 @@ function MicrosoftOffice(_ref, ref) {
|
|
92
92
|
offset: "1",
|
93
93
|
stopColor: "#B85BA2"
|
94
94
|
})), /*#__PURE__*/_react["default"].createElement("linearGradient", {
|
95
|
-
id: "intergalactic-icon-MicrosoftOffice_m_c-4.
|
95
|
+
id: "intergalactic-icon-MicrosoftOffice_m_c-4.50.0",
|
96
96
|
x1: "4.84",
|
97
97
|
y1: "14.25",
|
98
98
|
x2: "15.93",
|
@@ -104,7 +104,7 @@ function MicrosoftOffice(_ref, ref) {
|
|
104
104
|
offset: ".6",
|
105
105
|
stopColor: "#A4070A"
|
106
106
|
})), /*#__PURE__*/_react["default"].createElement("linearGradient", {
|
107
|
-
id: "intergalactic-icon-MicrosoftOffice_m_d-4.
|
107
|
+
id: "intergalactic-icon-MicrosoftOffice_m_d-4.50.0",
|
108
108
|
x1: "9.36",
|
109
109
|
y1: "-.53",
|
110
110
|
x2: "7.61",
|
@@ -116,7 +116,7 @@ function MicrosoftOffice(_ref, ref) {
|
|
116
116
|
offset: "1",
|
117
117
|
stopOpacity: "0"
|
118
118
|
})), /*#__PURE__*/_react["default"].createElement("linearGradient", {
|
119
|
-
id: "intergalactic-icon-MicrosoftOffice_m_e-4.
|
119
|
+
id: "intergalactic-icon-MicrosoftOffice_m_e-4.50.0",
|
120
120
|
x1: "12.38",
|
121
121
|
y1: "14.49",
|
122
122
|
x2: "7.42",
|
@@ -17,26 +17,26 @@ function MicrosoftOffice({
|
|
17
17
|
viewBox: viewBox
|
18
18
|
}, props), /*#__PURE__*/React.createElement("path", {
|
19
19
|
d: "m9.15.06 1.25 2.78v9.66l-1.23 3.43 4.63-1.28c.34-.1.65-.3.86-.58.22-.28.34-.63.34-.98V2.9c0-.35-.12-.69-.33-.97a1.66 1.66 0 0 0-.87-.58L9.15.06Z",
|
20
|
-
fill: "url(#intergalactic-icon-MicrosoftOffice_m_a-4.
|
20
|
+
fill: "url(#intergalactic-icon-MicrosoftOffice_m_a-4.50.0)",
|
21
21
|
shapeRendering: "geometricPrecision"
|
22
22
|
}), /*#__PURE__*/React.createElement("path", {
|
23
23
|
d: "m3.28 12.4 1.36-.72a1.17 1.17 0 0 0 .61-1.02v-5.2c0-.23.07-.46.21-.65a1.18 1.18 0 0 1 .57-.43l4.37-1.54V1.67c0-.36-.13-.72-.35-1A1.71 1.71 0 0 0 8.68 0c-.3 0-.59.08-.85.22l-5 2.79a1.63 1.63 0 0 0-.6.59 1.58 1.58 0 0 0-.23.8v7.24c0 .15.04.3.11.42a.86.86 0 0 0 .31.31.88.88 0 0 0 .86.02Z",
|
24
|
-
fill: "url(#intergalactic-icon-MicrosoftOffice_m_b-4.
|
24
|
+
fill: "url(#intergalactic-icon-MicrosoftOffice_m_b-4.50.0)",
|
25
25
|
shapeRendering: "geometricPrecision"
|
26
26
|
}), /*#__PURE__*/React.createElement("path", {
|
27
27
|
d: "M10.4 12.5H5.23a.89.89 0 0 0-.53.17.85.85 0 0 0-.3.46.83.83 0 0 0 .03.54.86.86 0 0 0 .37.41l3.08 1.7a1.72 1.72 0 0 0 2.18-.44 1.62 1.62 0 0 0 .33-1V12.5Z",
|
28
|
-
fill: "url(#intergalactic-icon-MicrosoftOffice_m_c-4.
|
28
|
+
fill: "url(#intergalactic-icon-MicrosoftOffice_m_c-4.50.0)",
|
29
29
|
shapeRendering: "geometricPrecision"
|
30
30
|
}), /*#__PURE__*/React.createElement("path", {
|
31
31
|
d: "m3.28 12.4 1.36-.72a1.17 1.17 0 0 0 .61-1.02v-5.2c0-.23.07-.46.21-.65a1.18 1.18 0 0 1 .57-.43l4.37-1.54V1.67c0-.36-.13-.72-.35-1A1.71 1.71 0 0 0 8.68 0c-.3 0-.59.08-.85.22l-5 2.79a1.63 1.63 0 0 0-.6.59 1.58 1.58 0 0 0-.23.8v7.24c0 .15.04.3.11.42a.86.86 0 0 0 .31.31.88.88 0 0 0 .86.02Z",
|
32
|
-
fill: "url(#intergalactic-icon-MicrosoftOffice_m_d-4.
|
32
|
+
fill: "url(#intergalactic-icon-MicrosoftOffice_m_d-4.50.0)",
|
33
33
|
shapeRendering: "geometricPrecision"
|
34
34
|
}), /*#__PURE__*/React.createElement("path", {
|
35
35
|
d: "M10.4 12.5H5.23a.89.89 0 0 0-.53.17.85.85 0 0 0-.3.46.83.83 0 0 0 .03.54.86.86 0 0 0 .37.41l3.08 1.7a1.72 1.72 0 0 0 2.18-.44 1.62 1.62 0 0 0 .33-1V12.5Z",
|
36
|
-
fill: "url(#intergalactic-icon-MicrosoftOffice_m_e-4.
|
36
|
+
fill: "url(#intergalactic-icon-MicrosoftOffice_m_e-4.50.0)",
|
37
37
|
shapeRendering: "geometricPrecision"
|
38
38
|
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
39
|
-
id: "intergalactic-icon-MicrosoftOffice_m_a-4.
|
39
|
+
id: "intergalactic-icon-MicrosoftOffice_m_a-4.50.0",
|
40
40
|
x1: "12.07",
|
41
41
|
y1: "-.84",
|
42
42
|
x2: "12.07",
|
@@ -57,7 +57,7 @@ function MicrosoftOffice({
|
|
57
57
|
offset: ".5",
|
58
58
|
stopColor: "#D83B01"
|
59
59
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
60
|
-
id: "intergalactic-icon-MicrosoftOffice_m_b-4.
|
60
|
+
id: "intergalactic-icon-MicrosoftOffice_m_b-4.50.0",
|
61
61
|
x1: "9.18",
|
62
62
|
y1: "-.29",
|
63
63
|
x2: ".96",
|
@@ -81,7 +81,7 @@ function MicrosoftOffice({
|
|
81
81
|
offset: "1",
|
82
82
|
stopColor: "#B85BA2"
|
83
83
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
84
|
-
id: "intergalactic-icon-MicrosoftOffice_m_c-4.
|
84
|
+
id: "intergalactic-icon-MicrosoftOffice_m_c-4.50.0",
|
85
85
|
x1: "4.84",
|
86
86
|
y1: "14.25",
|
87
87
|
x2: "15.93",
|
@@ -93,7 +93,7 @@ function MicrosoftOffice({
|
|
93
93
|
offset: ".6",
|
94
94
|
stopColor: "#A4070A"
|
95
95
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
96
|
-
id: "intergalactic-icon-MicrosoftOffice_m_d-4.
|
96
|
+
id: "intergalactic-icon-MicrosoftOffice_m_d-4.50.0",
|
97
97
|
x1: "9.36",
|
98
98
|
y1: "-.53",
|
99
99
|
x2: "7.61",
|
@@ -105,7 +105,7 @@ function MicrosoftOffice({
|
|
105
105
|
offset: "1",
|
106
106
|
stopOpacity: "0"
|
107
107
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
108
|
-
id: "intergalactic-icon-MicrosoftOffice_m_e-4.
|
108
|
+
id: "intergalactic-icon-MicrosoftOffice_m_e-4.50.0",
|
109
109
|
x1: "12.38",
|
110
110
|
y1: "14.49",
|
111
111
|
x2: "7.42",
|
@@ -0,0 +1,43 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
5
|
+
value: true
|
6
|
+
});
|
7
|
+
exports["default"] = void 0;
|
8
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
11
|
+
var _core = require("intergalactic/core");
|
12
|
+
var _icon = _interopRequireDefault(require("intergalactic/icon"));
|
13
|
+
var _excluded = ["width", "height", "viewBox"];
|
14
|
+
function PipedriveColored(_ref, ref) {
|
15
|
+
var _ref$width = _ref.width,
|
16
|
+
width = _ref$width === void 0 ? '24' : _ref$width,
|
17
|
+
_ref$height = _ref.height,
|
18
|
+
height = _ref$height === void 0 ? '24' : _ref$height,
|
19
|
+
_ref$viewBox = _ref.viewBox,
|
20
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 24 24' : _ref$viewBox,
|
21
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
22
|
+
return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
|
23
|
+
ref: ref,
|
24
|
+
"data-name": "PipedriveColored",
|
25
|
+
"data-group": "l",
|
26
|
+
width: width,
|
27
|
+
height: height,
|
28
|
+
viewBox: viewBox
|
29
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
30
|
+
d: "M10.8978 10.3592C10.8978 11.6446 11.5723 13.0181 13.0511 13.0181C14.1407 13.0181 15.2562 12.199 15.2692 10.334C15.2692 8.70834 14.3871 7.62459 13.09 7.62459C12.0263 7.62459 10.8978 8.34289 10.8978 10.3592Z",
|
31
|
+
fill: "#017737",
|
32
|
+
shapeRendering: "geometricPrecision"
|
33
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
34
|
+
fillRule: "evenodd",
|
35
|
+
clipRule: "evenodd",
|
36
|
+
d: "M12 23.0098C18.0751 23.0098 23 18.0849 23 12.0098C23 5.93463 18.0751 1.00977 12 1.00977C5.92487 1.00977 1 5.93463 1 12.0098C1 18.0849 5.92487 23.0098 12 23.0098ZM10.7421 6.40222C11.1702 5.94856 12.0652 5.26807 13.6088 5.26807C16.255 5.26807 18.0451 7.29695 18.0322 10.3088C18.0322 13.2828 16.1513 15.3495 13.4661 15.3495C12.182 15.3495 11.3647 14.8202 10.9367 14.4421V18.7519H8.1867V8.02785C8.1867 7.87663 8.13481 7.82622 7.97916 7.82622H7.03223V5.4823H9.35415C10.4178 5.4823 10.6902 5.99897 10.7421 6.40222Z",
|
37
|
+
fill: "#017737",
|
38
|
+
shapeRendering: "geometricPrecision"
|
39
|
+
}));
|
40
|
+
}
|
41
|
+
PipedriveColored.displayName = 'PipedriveColored';
|
42
|
+
var _default = (0, _core.createBaseComponent)(PipedriveColored);
|
43
|
+
exports["default"] = _default;
|
@@ -0,0 +1,31 @@
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
|
+
import React from 'react';
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
|
+
function PipedriveColored({
|
6
|
+
width = '24',
|
7
|
+
height = '24',
|
8
|
+
viewBox = '0 0 24 24',
|
9
|
+
...props
|
10
|
+
}, ref) {
|
11
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
12
|
+
ref: ref,
|
13
|
+
"data-name": "PipedriveColored",
|
14
|
+
"data-group": "l",
|
15
|
+
width: width,
|
16
|
+
height: height,
|
17
|
+
viewBox: viewBox
|
18
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
19
|
+
d: "M10.8978 10.3592C10.8978 11.6446 11.5723 13.0181 13.0511 13.0181C14.1407 13.0181 15.2562 12.199 15.2692 10.334C15.2692 8.70834 14.3871 7.62459 13.09 7.62459C12.0263 7.62459 10.8978 8.34289 10.8978 10.3592Z",
|
20
|
+
fill: "#017737",
|
21
|
+
shapeRendering: "geometricPrecision"
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
23
|
+
fillRule: "evenodd",
|
24
|
+
clipRule: "evenodd",
|
25
|
+
d: "M12 23.0098C18.0751 23.0098 23 18.0849 23 12.0098C23 5.93463 18.0751 1.00977 12 1.00977C5.92487 1.00977 1 5.93463 1 12.0098C1 18.0849 5.92487 23.0098 12 23.0098ZM10.7421 6.40222C11.1702 5.94856 12.0652 5.26807 13.6088 5.26807C16.255 5.26807 18.0451 7.29695 18.0322 10.3088C18.0322 13.2828 16.1513 15.3495 13.4661 15.3495C12.182 15.3495 11.3647 14.8202 10.9367 14.4421V18.7519H8.1867V8.02785C8.1867 7.87663 8.13481 7.82622 7.97916 7.82622H7.03223V5.4823H9.35415C10.4178 5.4823 10.6902 5.99897 10.7421 6.40222Z",
|
26
|
+
fill: "#017737",
|
27
|
+
shapeRendering: "geometricPrecision"
|
28
|
+
}));
|
29
|
+
}
|
30
|
+
PipedriveColored.displayName = 'PipedriveColored';
|
31
|
+
export default createBaseComponent(PipedriveColored);
|
@@ -0,0 +1,43 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
5
|
+
value: true
|
6
|
+
});
|
7
|
+
exports["default"] = void 0;
|
8
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
11
|
+
var _core = require("intergalactic/core");
|
12
|
+
var _icon = _interopRequireDefault(require("intergalactic/icon"));
|
13
|
+
var _excluded = ["width", "height", "viewBox"];
|
14
|
+
function PipedriveColored(_ref, ref) {
|
15
|
+
var _ref$width = _ref.width,
|
16
|
+
width = _ref$width === void 0 ? '16' : _ref$width,
|
17
|
+
_ref$height = _ref.height,
|
18
|
+
height = _ref$height === void 0 ? '16' : _ref$height,
|
19
|
+
_ref$viewBox = _ref.viewBox,
|
20
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 16 16' : _ref$viewBox,
|
21
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
22
|
+
return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
|
23
|
+
ref: ref,
|
24
|
+
"data-name": "PipedriveColored",
|
25
|
+
"data-group": "m",
|
26
|
+
width: width,
|
27
|
+
height: height,
|
28
|
+
viewBox: viewBox
|
29
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
30
|
+
d: "M7.19839 6.80907C7.19839 7.74389 7.68895 8.74286 8.76442 8.74286C9.55686 8.74286 10.3682 8.14714 10.3776 6.79074C10.3776 5.60847 9.73611 4.82028 8.79272 4.82028C8.01914 4.82028 7.19839 5.34268 7.19839 6.80907Z",
|
31
|
+
fill: "#017737",
|
32
|
+
shapeRendering: "geometricPrecision"
|
33
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
34
|
+
fillRule: "evenodd",
|
35
|
+
clipRule: "evenodd",
|
36
|
+
d: "M8 16.0098C12.4183 16.0098 16 12.428 16 8.00977C16 3.59149 12.4183 0.00976562 8 0.00976562C3.58172 0.00976562 0 3.59149 0 8.00977C0 12.428 3.58172 16.0098 8 16.0098ZM7.08518 3.93129C7.3965 3.60135 8.04744 3.10645 9.17007 3.10645C11.0946 3.10645 12.3965 4.582 12.387 6.77241C12.387 8.93533 11.0191 10.4384 9.0663 10.4384C8.13234 10.4384 7.53801 10.0534 7.22669 9.7785V12.9129H5.2267V5.11356C5.2267 5.00358 5.18897 4.96692 5.07576 4.96692H4.38708V3.26225H6.07575C6.84933 3.26225 7.04745 3.63801 7.08518 3.93129Z",
|
37
|
+
fill: "#017737",
|
38
|
+
shapeRendering: "geometricPrecision"
|
39
|
+
}));
|
40
|
+
}
|
41
|
+
PipedriveColored.displayName = 'PipedriveColored';
|
42
|
+
var _default = (0, _core.createBaseComponent)(PipedriveColored);
|
43
|
+
exports["default"] = _default;
|
@@ -0,0 +1,31 @@
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
|
+
import React from 'react';
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
|
+
function PipedriveColored({
|
6
|
+
width = '16',
|
7
|
+
height = '16',
|
8
|
+
viewBox = '0 0 16 16',
|
9
|
+
...props
|
10
|
+
}, ref) {
|
11
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
12
|
+
ref: ref,
|
13
|
+
"data-name": "PipedriveColored",
|
14
|
+
"data-group": "m",
|
15
|
+
width: width,
|
16
|
+
height: height,
|
17
|
+
viewBox: viewBox
|
18
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
19
|
+
d: "M7.19839 6.80907C7.19839 7.74389 7.68895 8.74286 8.76442 8.74286C9.55686 8.74286 10.3682 8.14714 10.3776 6.79074C10.3776 5.60847 9.73611 4.82028 8.79272 4.82028C8.01914 4.82028 7.19839 5.34268 7.19839 6.80907Z",
|
20
|
+
fill: "#017737",
|
21
|
+
shapeRendering: "geometricPrecision"
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
23
|
+
fillRule: "evenodd",
|
24
|
+
clipRule: "evenodd",
|
25
|
+
d: "M8 16.0098C12.4183 16.0098 16 12.428 16 8.00977C16 3.59149 12.4183 0.00976562 8 0.00976562C3.58172 0.00976562 0 3.59149 0 8.00977C0 12.428 3.58172 16.0098 8 16.0098ZM7.08518 3.93129C7.3965 3.60135 8.04744 3.10645 9.17007 3.10645C11.0946 3.10645 12.3965 4.582 12.387 6.77241C12.387 8.93533 11.0191 10.4384 9.0663 10.4384C8.13234 10.4384 7.53801 10.0534 7.22669 9.7785V12.9129H5.2267V5.11356C5.2267 5.00358 5.18897 4.96692 5.07576 4.96692H4.38708V3.26225H6.07575C6.84933 3.26225 7.04745 3.63801 7.08518 3.93129Z",
|
26
|
+
fill: "#017737",
|
27
|
+
shapeRendering: "geometricPrecision"
|
28
|
+
}));
|
29
|
+
}
|
30
|
+
PipedriveColored.displayName = 'PipedriveColored';
|
31
|
+
export default createBaseComponent(PipedriveColored);
|
@@ -0,0 +1,45 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
5
|
+
value: true
|
6
|
+
});
|
7
|
+
exports["default"] = void 0;
|
8
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
11
|
+
var _core = require("intergalactic/core");
|
12
|
+
var _icon = _interopRequireDefault(require("intergalactic/icon"));
|
13
|
+
var _excluded = ["width", "height", "viewBox"];
|
14
|
+
function ShopifyColored(_ref, ref) {
|
15
|
+
var _ref$width = _ref.width,
|
16
|
+
width = _ref$width === void 0 ? '24' : _ref$width,
|
17
|
+
_ref$height = _ref.height,
|
18
|
+
height = _ref$height === void 0 ? '24' : _ref$height,
|
19
|
+
_ref$viewBox = _ref.viewBox,
|
20
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 24 24' : _ref$viewBox,
|
21
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
22
|
+
return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
|
23
|
+
ref: ref,
|
24
|
+
"data-name": "ShopifyColored",
|
25
|
+
"data-group": "l",
|
26
|
+
width: width,
|
27
|
+
height: height,
|
28
|
+
viewBox: viewBox
|
29
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
30
|
+
fill: "#95BF47",
|
31
|
+
d: "M19.498 4.44c-.018-.11-.11-.185-.201-.185-.091 0-1.699-.037-1.699-.037s-1.351-1.334-1.48-1.464c-.127-.13-.401-.093-.492-.056 0 0-.256.074-.676.204a5.477 5.477 0 0 0-.329-.815C14.146 1.16 13.434.66 12.594.66c-.055 0-.11 0-.183.018-.018-.037-.055-.055-.073-.092-.365-.408-.84-.594-1.406-.575C9.835.048 8.74.845 7.862 2.272c-.621 1-1.096 2.26-1.242 3.243-1.26.39-2.137.667-2.155.686-.64.204-.658.222-.73.834C3.68 7.498 2 20.564 2 20.564l13.954 2.446L22 21.49c-.018-.018-2.484-16.939-2.502-17.05Zm-5.242-1.316c-.33.093-.694.223-1.078.334 0-.556-.073-1.353-.329-2.02.822.167 1.224 1.112 1.407 1.686Zm-1.827.575c-.73.222-1.534.482-2.338.723.22-.871.658-1.742 1.17-2.317.2-.204.474-.445.785-.593.328.649.402 1.557.383 2.187ZM10.95.752c.257 0 .476.056.658.167-.292.167-.584.39-.858.686-.694.76-1.224 1.946-1.443 3.076-.658.204-1.315.408-1.918.593C7.772 3.495 9.251.808 10.95.752Z",
|
32
|
+
shapeRendering: "geometricPrecision"
|
33
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
34
|
+
fill: "#5E8E3E",
|
35
|
+
d: "M19.297 4.255c-.091 0-1.699-.037-1.699-.037s-1.351-1.334-1.48-1.464a.346.346 0 0 0-.182-.093v20.33l6.046-1.52-2.484-17.05a.215.215 0 0 0-.201-.166Z",
|
36
|
+
shapeRendering: "geometricPrecision"
|
37
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
38
|
+
fill: "#fff",
|
39
|
+
d: "m12.575 7.405-.694 2.67s-.785-.372-1.717-.297c-1.37.092-1.37.963-1.37 1.186.074 1.186 3.16 1.445 3.343 4.244.128 2.205-1.15 3.706-2.995 3.817-2.229.149-3.452-1.186-3.452-1.186l.474-2.038s1.224.945 2.21.87c.64-.036.877-.574.859-.944-.091-1.557-2.612-1.465-2.776-4.022-.128-2.15 1.26-4.337 4.328-4.522 1.188-.093 1.79.222 1.79.222Z",
|
40
|
+
shapeRendering: "geometricPrecision"
|
41
|
+
}));
|
42
|
+
}
|
43
|
+
ShopifyColored.displayName = 'ShopifyColored';
|
44
|
+
var _default = (0, _core.createBaseComponent)(ShopifyColored);
|
45
|
+
exports["default"] = _default;
|
@@ -0,0 +1,33 @@
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
|
+
import React from 'react';
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
|
+
function ShopifyColored({
|
6
|
+
width = '24',
|
7
|
+
height = '24',
|
8
|
+
viewBox = '0 0 24 24',
|
9
|
+
...props
|
10
|
+
}, ref) {
|
11
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
12
|
+
ref: ref,
|
13
|
+
"data-name": "ShopifyColored",
|
14
|
+
"data-group": "l",
|
15
|
+
width: width,
|
16
|
+
height: height,
|
17
|
+
viewBox: viewBox
|
18
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
19
|
+
fill: "#95BF47",
|
20
|
+
d: "M19.498 4.44c-.018-.11-.11-.185-.201-.185-.091 0-1.699-.037-1.699-.037s-1.351-1.334-1.48-1.464c-.127-.13-.401-.093-.492-.056 0 0-.256.074-.676.204a5.477 5.477 0 0 0-.329-.815C14.146 1.16 13.434.66 12.594.66c-.055 0-.11 0-.183.018-.018-.037-.055-.055-.073-.092-.365-.408-.84-.594-1.406-.575C9.835.048 8.74.845 7.862 2.272c-.621 1-1.096 2.26-1.242 3.243-1.26.39-2.137.667-2.155.686-.64.204-.658.222-.73.834C3.68 7.498 2 20.564 2 20.564l13.954 2.446L22 21.49c-.018-.018-2.484-16.939-2.502-17.05Zm-5.242-1.316c-.33.093-.694.223-1.078.334 0-.556-.073-1.353-.329-2.02.822.167 1.224 1.112 1.407 1.686Zm-1.827.575c-.73.222-1.534.482-2.338.723.22-.871.658-1.742 1.17-2.317.2-.204.474-.445.785-.593.328.649.402 1.557.383 2.187ZM10.95.752c.257 0 .476.056.658.167-.292.167-.584.39-.858.686-.694.76-1.224 1.946-1.443 3.076-.658.204-1.315.408-1.918.593C7.772 3.495 9.251.808 10.95.752Z",
|
21
|
+
shapeRendering: "geometricPrecision"
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
23
|
+
fill: "#5E8E3E",
|
24
|
+
d: "M19.297 4.255c-.091 0-1.699-.037-1.699-.037s-1.351-1.334-1.48-1.464a.346.346 0 0 0-.182-.093v20.33l6.046-1.52-2.484-17.05a.215.215 0 0 0-.201-.166Z",
|
25
|
+
shapeRendering: "geometricPrecision"
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
27
|
+
fill: "#fff",
|
28
|
+
d: "m12.575 7.405-.694 2.67s-.785-.372-1.717-.297c-1.37.092-1.37.963-1.37 1.186.074 1.186 3.16 1.445 3.343 4.244.128 2.205-1.15 3.706-2.995 3.817-2.229.149-3.452-1.186-3.452-1.186l.474-2.038s1.224.945 2.21.87c.64-.036.877-.574.859-.944-.091-1.557-2.612-1.465-2.776-4.022-.128-2.15 1.26-4.337 4.328-4.522 1.188-.093 1.79.222 1.79.222Z",
|
29
|
+
shapeRendering: "geometricPrecision"
|
30
|
+
}));
|
31
|
+
}
|
32
|
+
ShopifyColored.displayName = 'ShopifyColored';
|
33
|
+
export default createBaseComponent(ShopifyColored);
|