@webstudio-is/icons 0.29.0 → 0.30.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.
Files changed (90) hide show
  1. package/package.json +3 -3
  2. package/src/align-content-center.tsx +1 -1
  3. package/src/align-content-end.tsx +1 -1
  4. package/src/align-content-space-around.tsx +1 -1
  5. package/src/align-content-space-between.tsx +1 -1
  6. package/src/align-content-start.tsx +1 -1
  7. package/src/align-content-stretch.tsx +1 -1
  8. package/src/align-items-baseline.tsx +1 -1
  9. package/src/align-items-center.tsx +1 -1
  10. package/src/align-items-end.tsx +1 -1
  11. package/src/align-items-start.tsx +1 -1
  12. package/src/align-items-stretch.tsx +1 -1
  13. package/src/align-self-baseline.tsx +1 -1
  14. package/src/align-self-center.tsx +1 -1
  15. package/src/align-self-end.tsx +1 -1
  16. package/src/align-self-start.tsx +1 -1
  17. package/src/align-self-stretch.tsx +1 -1
  18. package/src/aspect-ratio.tsx +1 -1
  19. package/src/body.tsx +1 -1
  20. package/src/brush.tsx +1 -1
  21. package/src/check-mark.tsx +1 -1
  22. package/src/chevron-double-down.tsx +1 -1
  23. package/src/chevron-double-left.tsx +1 -1
  24. package/src/chevron-double-right.tsx +1 -1
  25. package/src/chevron-double-up.tsx +1 -1
  26. package/src/chevron-down.tsx +1 -1
  27. package/src/chevron-left.tsx +1 -1
  28. package/src/chevron-right.tsx +1 -1
  29. package/src/chevron-up.tsx +1 -1
  30. package/src/cloud.tsx +1 -1
  31. package/src/copy.tsx +1 -1
  32. package/src/cross-circled-filled.tsx +1 -1
  33. package/src/cross-large.tsx +1 -1
  34. package/src/cross-small.tsx +1 -1
  35. package/src/cross.tsx +1 -1
  36. package/src/devices.tsx +1 -1
  37. package/src/ellipses.tsx +1 -1
  38. package/src/external-link.tsx +1 -1
  39. package/src/flex-direction-column-reverse.tsx +1 -1
  40. package/src/flex-direction-column.tsx +1 -1
  41. package/src/flex-direction-row-reverse.tsx +1 -1
  42. package/src/flex-direction-row.tsx +1 -1
  43. package/src/flex-sizing-grow.tsx +1 -1
  44. package/src/flex-sizing-shrink.tsx +1 -1
  45. package/src/flex-wrap-no-wrap.tsx +1 -1
  46. package/src/flex-wrap-wrap-reverse.tsx +1 -1
  47. package/src/flex-wrap-wrap.tsx +1 -1
  48. package/src/form.tsx +1 -1
  49. package/src/gap-column.tsx +1 -1
  50. package/src/gap-row.tsx +1 -1
  51. package/src/gear.tsx +1 -1
  52. package/src/github.tsx +1 -1
  53. package/src/google.tsx +1 -1
  54. package/src/justify-content-center.tsx +1 -1
  55. package/src/justify-content-end.tsx +1 -1
  56. package/src/justify-content-space-around.tsx +1 -1
  57. package/src/justify-content-space-between.tsx +1 -1
  58. package/src/justify-content-start.tsx +1 -1
  59. package/src/justify-items-center.tsx +1 -1
  60. package/src/justify-items-end.tsx +1 -1
  61. package/src/justify-items-space-around.tsx +1 -1
  62. package/src/justify-items-space-between.tsx +1 -1
  63. package/src/justify-items-start.tsx +1 -1
  64. package/src/list-nested.tsx +1 -1
  65. package/src/magnifying-glass.tsx +1 -1
  66. package/src/menu.tsx +1 -1
  67. package/src/new-folder.tsx +1 -1
  68. package/src/new-page.tsx +1 -1
  69. package/src/order-first.tsx +1 -1
  70. package/src/order-last.tsx +1 -1
  71. package/src/page.tsx +1 -1
  72. package/src/redo.tsx +1 -1
  73. package/src/size.tsx +1 -1
  74. package/src/text-align-center.tsx +1 -1
  75. package/src/text-align-justify.tsx +1 -1
  76. package/src/text-align-left.tsx +1 -1
  77. package/src/text-align-right.tsx +1 -1
  78. package/src/text-capitalize.tsx +1 -1
  79. package/src/text-direction-ltr.tsx +1 -1
  80. package/src/text-direction-rtl.tsx +1 -1
  81. package/src/text-hyphen.tsx +1 -1
  82. package/src/text-italic.tsx +1 -1
  83. package/src/text-lowercase.tsx +1 -1
  84. package/src/text-strikethrough.tsx +1 -1
  85. package/src/text-truncate.tsx +1 -1
  86. package/src/text-underline.tsx +1 -1
  87. package/src/text-uppercase.tsx +1 -1
  88. package/src/trash.tsx +1 -1
  89. package/src/undo.tsx +1 -1
  90. package/src/upload.tsx +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webstudio-is/icons",
3
- "version": "0.29.0",
3
+ "version": "0.30.0",
4
4
  "description": "Webstudio Icons",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",
@@ -12,7 +12,7 @@
12
12
  "@svgo/jsx": "^0.4.2",
13
13
  "@types/react": "^17.0.24",
14
14
  "tsx": "^3.9.0",
15
- "typescript": "4.7.4",
15
+ "typescript": "4.9.5",
16
16
  "@webstudio-is/scripts": "^0.0.0",
17
17
  "@webstudio-is/storybook-config": "^0.0.0",
18
18
  "@webstudio-is/tsconfig": "^1.0.1"
@@ -24,7 +24,7 @@
24
24
  "dependencies": {
25
25
  "@radix-ui/react-icons": "^1.1.0",
26
26
  "react": "^17.0.2",
27
- "@webstudio-is/css-vars": "^0.29.0"
27
+ "@webstudio-is/css-vars": "^0.30.0"
28
28
  },
29
29
  "module": "./lib/index.js",
30
30
  "exports": {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const AlignContentCenterIcon = React.forwardRef<
5
5
  SVGSVGElement,
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const AlignContentEndIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const AlignContentSpaceAroundIcon = React.forwardRef<
5
5
  SVGSVGElement,
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const AlignContentSpaceBetweenIcon = React.forwardRef<
5
5
  SVGSVGElement,
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const AlignContentStartIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const AlignContentStretchIcon = React.forwardRef<
5
5
  SVGSVGElement,
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const AlignItemsBaselineIcon = React.forwardRef<
5
5
  SVGSVGElement,
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const AlignItemsCenterIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const AlignItemsEndIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const AlignItemsStartIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const AlignItemsStretchIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const AlignSelfBaselineIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const AlignSelfCenterIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const AlignSelfEndIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const AlignSelfStartIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const AlignSelfStretchIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const AspectRatioIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
package/src/body.tsx CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const BodyIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
package/src/brush.tsx CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const BrushIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import { forwardRef } from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const CheckMarkIcon = forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const ChevronDoubleDownIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const ChevronDoubleLeftIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const ChevronDoubleRightIcon = React.forwardRef<
5
5
  SVGSVGElement,
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const ChevronDoubleUpIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const ChevronDownIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const ChevronLeftIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const ChevronRightIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const ChevronUpIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
package/src/cloud.tsx CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const CloudIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
package/src/copy.tsx CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const CopyIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const CrossCircledFilledIcon = React.forwardRef<
5
5
  SVGSVGElement,
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const CrossLargeIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const CrossSmallIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
package/src/cross.tsx CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const CrossIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
package/src/devices.tsx CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const DevicesIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
package/src/ellipses.tsx CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const EllipsesIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const ExternalLinkIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const FlexDirectionColumnReverseIcon = React.forwardRef<
5
5
  SVGSVGElement,
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const FlexDirectionColumnIcon = React.forwardRef<
5
5
  SVGSVGElement,
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const FlexDirectionRowReverseIcon = React.forwardRef<
5
5
  SVGSVGElement,
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const FlexDirectionRowIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const FlexSizingGrowIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const FlexSizingShrinkIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const FlexWrapNowrapIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const FlexWrapWrapReverseIcon = React.forwardRef<
5
5
  SVGSVGElement,
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const FlexWrapWrapIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
package/src/form.tsx CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const FormIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const ColumnGapIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
package/src/gap-row.tsx CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const RowGapIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
package/src/gear.tsx CHANGED
@@ -1,6 +1,6 @@
1
1
  import { cssVars } from "@webstudio-is/css-vars";
2
2
  import * as React from "react";
3
- import { IconProps } from "./types";
3
+ import type { IconProps } from "./types";
4
4
 
5
5
  const fillVar = cssVars.define("fill");
6
6
 
package/src/github.tsx CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const GithubIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
package/src/google.tsx CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const GoogleIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const JustifyContentCenterIcon = React.forwardRef<
5
5
  SVGSVGElement,
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const JustifyContentEndIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const JustifyContentSpaceAroundIcon = React.forwardRef<
5
5
  SVGSVGElement,
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const JustifyContentSpaceBetweenIcon = React.forwardRef<
5
5
  SVGSVGElement,
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const JustifyContentStartIcon = React.forwardRef<
5
5
  SVGSVGElement,
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  // @todo this is just a copy of justifyContent icons for now
5
5
  export const JustifyItemsCenterIcon = React.forwardRef<
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  // @todo this is just a copy of justifyContent icons for now
5
5
  export const JustifyItemsEndIcon = React.forwardRef<SVGSVGElement, IconProps>(
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  // @todo this is just a copy of justifyContent icons for now
5
5
  export const JustifyItemsSpaceAroundIcon = React.forwardRef<
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  // @todo this is just a copy of justifyContent icons for now
5
5
  export const JustifyItemsSpaceBetweenIcon = React.forwardRef<
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  // @todo this is just a copy of justifyContent icons for now
5
5
  export const JustifyItemsStartIcon = React.forwardRef<SVGSVGElement, IconProps>(
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const ListNestedIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const MagnifyingGlassIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
package/src/menu.tsx CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const MenuIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const NewFolderIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
package/src/new-page.tsx CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const NewPageIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const OrderFirstIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const OrderLastIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
package/src/page.tsx CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const PageIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
package/src/redo.tsx CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const RedoIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
package/src/size.tsx CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const SizeIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const TextAlignCenterIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const TextAlignJustifyIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const TextAlignLeftIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const TextAlignRightIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const TextCapitalizeIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const TextDirectionLTRIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const TextDirectionRTLIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const TextHyphenIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const TextItalicIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const TextLowercaseIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const TextStrikethroughIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const TextTruncateIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const TextUnderlineIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const TextUppercaseIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
package/src/trash.tsx CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const TrashIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
package/src/undo.tsx CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const UndoIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {
package/src/upload.tsx CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { IconProps } from "./types";
2
+ import type { IconProps } from "./types";
3
3
 
4
4
  export const UploadIcon = React.forwardRef<SVGSVGElement, IconProps>(
5
5
  ({ color = "currentColor", ...props }, forwardedRef) => {