@central-icons-react-native/round-outlined-radius-2-stroke-1.5 1.1.41 → 1.1.42

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 (85) hide show
  1. package/IconBezierCircle/index.js +1 -1
  2. package/IconBezierCircle/index.js.map +1 -1
  3. package/IconBezierCircle/index.mjs +1 -1
  4. package/IconBezierCircle/index.mjs.map +1 -1
  5. package/IconBezierCurve/index.js +1 -1
  6. package/IconBezierCurve/index.js.map +1 -1
  7. package/IconBezierCurve/index.mjs +1 -1
  8. package/IconBezierCurve/index.mjs.map +1 -1
  9. package/IconBrush/index.js +1 -1
  10. package/IconBrush/index.js.map +1 -1
  11. package/IconBrush/index.mjs +1 -1
  12. package/IconBrush/index.mjs.map +1 -1
  13. package/IconColorPicker/index.js +1 -1
  14. package/IconColorPicker/index.js.map +1 -1
  15. package/IconColorPicker/index.mjs +1 -1
  16. package/IconColorPicker/index.mjs.map +1 -1
  17. package/IconColorRoll/index.js +1 -1
  18. package/IconColorRoll/index.js.map +1 -1
  19. package/IconColorRoll/index.mjs +1 -1
  20. package/IconColorRoll/index.mjs.map +1 -1
  21. package/IconDoupleCheckmark2Small/index.d.ts +4 -0
  22. package/IconDoupleCheckmark2Small/index.js +2 -0
  23. package/IconDoupleCheckmark2Small/index.js.map +1 -0
  24. package/IconDoupleCheckmark2Small/index.mjs +2 -0
  25. package/IconDoupleCheckmark2Small/index.mjs.map +1 -0
  26. package/IconEraser/index.js +1 -1
  27. package/IconEraser/index.js.map +1 -1
  28. package/IconEraser/index.mjs +1 -1
  29. package/IconEraser/index.mjs.map +1 -1
  30. package/IconHighlight/index.js +1 -1
  31. package/IconHighlight/index.js.map +1 -1
  32. package/IconHighlight/index.mjs +1 -1
  33. package/IconHighlight/index.mjs.map +1 -1
  34. package/IconMarker/index.js +1 -1
  35. package/IconMarker/index.js.map +1 -1
  36. package/IconMarker/index.mjs +1 -1
  37. package/IconMarker/index.mjs.map +1 -1
  38. package/IconMarkerCircle/index.js +1 -1
  39. package/IconMarkerCircle/index.js.map +1 -1
  40. package/IconMarkerCircle/index.mjs +1 -1
  41. package/IconMarkerCircle/index.mjs.map +1 -1
  42. package/IconPencil/index.js +1 -1
  43. package/IconPencil/index.js.map +1 -1
  44. package/IconPencil/index.mjs +1 -1
  45. package/IconPencil/index.mjs.map +1 -1
  46. package/IconPencilLine/index.js +1 -1
  47. package/IconPencilLine/index.js.map +1 -1
  48. package/IconPencilLine/index.mjs +1 -1
  49. package/IconPencilLine/index.mjs.map +1 -1
  50. package/IconPencilWave/index.js +1 -1
  51. package/IconPencilWave/index.js.map +1 -1
  52. package/IconPencilWave/index.mjs +1 -1
  53. package/IconPencilWave/index.mjs.map +1 -1
  54. package/IconRuler/index.js +1 -1
  55. package/IconRuler/index.js.map +1 -1
  56. package/IconRuler/index.mjs +1 -1
  57. package/IconRuler/index.mjs.map +1 -1
  58. package/IconVectorLogo/index.js +1 -1
  59. package/IconVectorLogo/index.js.map +1 -1
  60. package/IconVectorLogo/index.mjs +1 -1
  61. package/IconVectorLogo/index.mjs.map +1 -1
  62. package/IconWrite1/index.js +1 -1
  63. package/IconWrite1/index.js.map +1 -1
  64. package/IconWrite1/index.mjs +1 -1
  65. package/IconWrite1/index.mjs.map +1 -1
  66. package/IconWrite2/index.js +1 -1
  67. package/IconWrite2/index.js.map +1 -1
  68. package/IconWrite2/index.mjs +1 -1
  69. package/IconWrite2/index.mjs.map +1 -1
  70. package/IconWriting/index.js +1 -1
  71. package/IconWriting/index.js.map +1 -1
  72. package/IconWriting/index.mjs +1 -1
  73. package/IconWriting/index.mjs.map +1 -1
  74. package/README.md +1 -0
  75. package/filtered-icons.json +31 -17
  76. package/icons/index.d.ts +1 -0
  77. package/icons-index.json +5 -3
  78. package/index.d.ts +1 -0
  79. package/index.js +1 -1
  80. package/index.js.map +1 -1
  81. package/index.mjs +1 -1
  82. package/index.mjs.map +1 -1
  83. package/license-check.js +1 -1
  84. package/package.json +1 -1
  85. package/tsx-icons.json +24 -17
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconVectorLogo/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconVectorLogo: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6.5 12H17.5M3.58695 9.5C4.66589 5.88564 8.02422 3.25 12 3.25C15.9758 3.25 19.3341 5.88564 20.4131 9.5M20.4131 14.5C19.3341 18.1144 15.9758 20.75 12 20.75C8.02422 20.75 4.66589 18.1144 3.58695 14.5M6.25 12C6.25 13.2426 5.24264 14.25 4 14.25C2.75736 14.25 1.75 13.2426 1.75 12C1.75 10.7574 2.75736 9.75 4 9.75C5.24264 9.75 6.25 10.7574 6.25 12ZM22.25 12C22.25 13.2426 21.2426 14.25 20 14.25C18.7574 14.25 17.75 13.2426 17.75 12C17.75 10.7574 18.7574 9.75 20 9.75C21.2426 9.75 22.25 10.7574 22.25 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorLogo;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qfACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconVectorLogo_exports","__export","IconVectorLogo","IconVectorLogo_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVectorLogo","props","React","CentralIconBase","IconVectorLogo_default"]}
1
+ {"version":3,"sources":["../src/IconVectorLogo/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconVectorLogo: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6.25 12C6.25 13.2426 5.24264 14.25 4 14.25C2.75736 14.25 1.75 13.2426 1.75 12C1.75 10.7574 2.75736 9.75 4 9.75C5.24264 9.75 6.25 10.7574 6.25 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M22.25 12C22.25 13.2426 21.2426 14.25 20 14.25C18.7574 14.25 17.75 13.2426 17.75 12C17.75 10.7574 18.7574 9.75 20 9.75C21.2426 9.75 22.25 10.7574 22.25 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M6.5 12H17.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M3.58789 9.5C4.66683 5.88564 8.02516 3.25 12.0009 3.25C15.9767 3.25 19.335 5.88564 20.414 9.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M20.414 14.5C19.335 18.1144 15.9767 20.75 12.0009 20.75C8.02517 20.75 4.66684 18.1144 3.58789 14.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorLogo;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qJACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8JACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,eACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gGACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qGACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconVectorLogo_exports","__export","IconVectorLogo","IconVectorLogo_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVectorLogo","props","React","CentralIconBase","IconVectorLogo_default"]}
@@ -1,2 +1,2 @@
1
- import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...n})=>C.createElement(p,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var s=o=>e.createElement(t,{...o},e.createElement(a,{d:"M6.5 12H17.5M3.58695 9.5C4.66589 5.88564 8.02422 3.25 12 3.25C15.9758 3.25 19.3341 5.88564 20.4131 9.5M20.4131 14.5C19.3341 18.1144 15.9758 20.75 12 20.75C8.02422 20.75 4.66589 18.1144 3.58695 14.5M6.25 12C6.25 13.2426 5.24264 14.25 4 14.25C2.75736 14.25 1.75 13.2426 1.75 12C1.75 10.7574 2.75736 9.75 4 9.75C5.24264 9.75 6.25 10.7574 6.25 12ZM22.25 12C22.25 13.2426 21.2426 14.25 20 14.25C18.7574 14.25 17.75 13.2426 17.75 12C17.75 10.7574 18.7574 9.75 20 9.75C21.2426 9.75 22.25 10.7574 22.25 12Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"})),x=s;export{s as IconVectorLogo,x as default};
1
+ import o from"react";import C from"react";import{Svg as p}from"react-native-svg";var n=({children:t,size:r=24,...s})=>C.createElement(p,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M6.25 12C6.25 13.2426 5.24264 14.25 4 14.25C2.75736 14.25 1.75 13.2426 1.75 12C1.75 10.7574 2.75736 9.75 4 9.75C5.24264 9.75 6.25 10.7574 6.25 12Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),o.createElement(e,{d:"M22.25 12C22.25 13.2426 21.2426 14.25 20 14.25C18.7574 14.25 17.75 13.2426 17.75 12C17.75 10.7574 18.7574 9.75 20 9.75C21.2426 9.75 22.25 10.7574 22.25 12Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),o.createElement(e,{d:"M6.5 12H17.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),o.createElement(e,{d:"M3.58789 9.5C4.66683 5.88564 8.02516 3.25 12.0009 3.25C15.9767 3.25 19.335 5.88564 20.414 9.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),o.createElement(e,{d:"M20.414 14.5C19.335 18.1144 15.9767 20.75 12.0009 20.75C8.02517 20.75 4.66684 18.1144 3.58789 14.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"})),B=a;export{a as IconVectorLogo,B as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconVectorLogo/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconVectorLogo: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6.5 12H17.5M3.58695 9.5C4.66589 5.88564 8.02422 3.25 12 3.25C15.9758 3.25 19.3341 5.88564 20.4131 9.5M20.4131 14.5C19.3341 18.1144 15.9758 20.75 12 20.75C8.02422 20.75 4.66589 18.1144 3.58695 14.5M6.25 12C6.25 13.2426 5.24264 14.25 4 14.25C2.75736 14.25 1.75 13.2426 1.75 12C1.75 10.7574 2.75736 9.75 4 9.75C5.24264 9.75 6.25 10.7574 6.25 12ZM22.25 12C22.25 13.2426 21.2426 14.25 20 14.25C18.7574 14.25 17.75 13.2426 17.75 12C17.75 10.7574 18.7574 9.75 20 9.75C21.2426 9.75 22.25 10.7574 22.25 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorLogo;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qfACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVectorLogo","props","React","CentralIconBase","IconVectorLogo_default"]}
1
+ {"version":3,"sources":["../src/IconVectorLogo/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconVectorLogo: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6.25 12C6.25 13.2426 5.24264 14.25 4 14.25C2.75736 14.25 1.75 13.2426 1.75 12C1.75 10.7574 2.75736 9.75 4 9.75C5.24264 9.75 6.25 10.7574 6.25 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M22.25 12C22.25 13.2426 21.2426 14.25 20 14.25C18.7574 14.25 17.75 13.2426 17.75 12C17.75 10.7574 18.7574 9.75 20 9.75C21.2426 9.75 22.25 10.7574 22.25 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M6.5 12H17.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M3.58789 9.5C4.66683 5.88564 8.02516 3.25 12.0009 3.25C15.9767 3.25 19.335 5.88564 20.414 9.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M20.414 14.5C19.335 18.1144 15.9767 20.75 12.0009 20.75C8.02517 20.75 4.66684 18.1144 3.58789 14.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorLogo;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qJACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8JACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,eACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gGACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qGACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVectorLogo","props","React","CentralIconBase","IconVectorLogo_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var f=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=u(o,e))||C.enumerable});return r};var s=(r,o,t)=>(t=r!=null?f(I(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var M={};P(M,{IconWrite1:()=>L,default:()=>g});module.exports=d(M);var p=s(require("react"));var m=s(require("react")),c=require("react-native-svg"),i=({children:r,size:o=24,...t})=>m.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),L=r=>p.default.createElement(i,{...r},p.default.createElement(l.Path,{d:"M4 20L10.19 13.8086M4 20L14.9091 17.7273C15.5873 17.586 16.1441 17.1038 16.3808 16.4528L18 12M4 20L6.27273 9.09088C6.41402 8.4127 6.89618 7.85594 7.54721 7.6192L12 6M18 12L20.0858 9.91422C20.8668 9.13317 20.8668 7.86684 20.0858 7.08579L16.9142 3.91422C16.1332 3.13317 14.8668 3.13317 14.0858 3.91422L12 6M18 12L12 6M13.2319 12.5166C13.2319 13.4831 12.4484 14.2666 11.4819 14.2666C10.5154 14.2666 9.73193 13.4831 9.73193 12.5166C9.73193 11.5501 10.5154 10.7666 11.4819 10.7666C12.4484 10.7666 13.2319 11.5501 13.2319 12.5166Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),g=L;0&&(module.exports={IconWrite1});
1
+ "use strict";var c=Object.create;var p=Object.defineProperty;var l=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of m(o))!h.call(r,n)&&n!==e&&p(r,n,{get:()=>o[n],enumerable:!(i=l(o,n))||i.enumerable});return r};var d=(r,o,e)=>(e=r!=null?c(f(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>C(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconWrite1:()=>k,default:()=>x});module.exports=I(P);var t=d(require("react"));var u=d(require("react")),L=require("react-native-svg"),a=({children:r,size:o=24,...e})=>u.default.createElement(L.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),k=r=>t.default.createElement(a,{...r},t.default.createElement(s.Path,{d:"M4 20L10.19 13.8086",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M20.0858 7.08579L16.9142 3.91422C16.1332 3.13317 14.8668 3.13317 14.0858 3.91422L12 6L18 12L20.0858 9.91422C20.8668 9.13317 20.8668 7.86684 20.0858 7.08579Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M16.3808 16.4528L18 12L12 6L7.54721 7.6192C6.89618 7.85593 6.41402 8.4127 6.27273 9.09087L4 20L14.9091 17.7273C15.5873 17.586 16.1441 17.1038 16.3808 16.4528Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M13.2324 12.5166C13.2324 13.4831 12.4489 14.2666 11.4824 14.2666C10.5159 14.2666 9.73242 13.4831 9.73242 12.5166C9.73242 11.5501 10.5159 10.7666 11.4824 10.7666C12.4489 10.7666 13.2324 11.5501 13.2324 12.5166Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),x=k;0&&(module.exports={IconWrite1});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconWrite1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWrite1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 20L10.19 13.8086M4 20L14.9091 17.7273C15.5873 17.586 16.1441 17.1038 16.3808 16.4528L18 12M4 20L6.27273 9.09088C6.41402 8.4127 6.89618 7.85594 7.54721 7.6192L12 6M18 12L20.0858 9.91422C20.8668 9.13317 20.8668 7.86684 20.0858 7.08579L16.9142 3.91422C16.1332 3.13317 14.8668 3.13317 14.0858 3.91422L12 6M18 12L12 6M13.2319 12.5166C13.2319 13.4831 12.4484 14.2666 11.4819 14.2666C10.5154 14.2666 9.73193 13.4831 9.73193 12.5166C9.73193 11.5501 10.5154 10.7666 11.4819 10.7666C12.4484 10.7666 13.2319 11.5501 13.2319 12.5166Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWrite1;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+gBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconWrite1_exports","__export","IconWrite1","IconWrite1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconWrite1","props","React","CentralIconBase","IconWrite1_default"]}
1
+ {"version":3,"sources":["../src/IconWrite1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWrite1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 20L10.19 13.8086\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.0858 7.08579L16.9142 3.91422C16.1332 3.13317 14.8668 3.13317 14.0858 3.91422L12 6L18 12L20.0858 9.91422C20.8668 9.13317 20.8668 7.86684 20.0858 7.08579Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.3808 16.4528L18 12L12 6L7.54721 7.6192C6.89618 7.85593 6.41402 8.4127 6.27273 9.09087L4 20L14.9091 17.7273C15.5873 17.586 16.1441 17.1038 16.3808 16.4528Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.2324 12.5166C13.2324 13.4831 12.4489 14.2666 11.4824 14.2666C10.5159 14.2666 9.73242 13.4831 9.73242 12.5166C9.73242 11.5501 10.5159 10.7666 11.4824 10.7666C12.4489 10.7666 13.2324 11.5501 13.2324 12.5166Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWrite1;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,sBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+JACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iKACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oNACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconWrite1_exports","__export","IconWrite1","IconWrite1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconWrite1","props","React","CentralIconBase","IconWrite1_default"]}
@@ -1,2 +1,2 @@
1
- import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var s=o=>e.createElement(t,{...o},e.createElement(a,{d:"M4 20L10.19 13.8086M4 20L14.9091 17.7273C15.5873 17.586 16.1441 17.1038 16.3808 16.4528L18 12M4 20L6.27273 9.09088C6.41402 8.4127 6.89618 7.85594 7.54721 7.6192L12 6M18 12L20.0858 9.91422C20.8668 9.13317 20.8668 7.86684 20.0858 7.08579L16.9142 3.91422C16.1332 3.13317 14.8668 3.13317 14.0858 3.91422L12 6M18 12L12 6M13.2319 12.5166C13.2319 13.4831 12.4484 14.2666 11.4819 14.2666C10.5154 14.2666 9.73193 13.4831 9.73193 12.5166C9.73193 11.5501 10.5154 10.7666 11.4819 10.7666C12.4484 10.7666 13.2319 11.5501 13.2319 12.5166Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),x=s;export{s as IconWrite1,x as default};
1
+ import o from"react";import p from"react";import{Svg as i}from"react-native-svg";var n=({children:t,size:r=24,...s})=>p.createElement(i,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var C=t=>o.createElement(n,{...t},o.createElement(e,{d:"M4 20L10.19 13.8086",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M20.0858 7.08579L16.9142 3.91422C16.1332 3.13317 14.8668 3.13317 14.0858 3.91422L12 6L18 12L20.0858 9.91422C20.8668 9.13317 20.8668 7.86684 20.0858 7.08579Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M16.3808 16.4528L18 12L12 6L7.54721 7.6192C6.89618 7.85593 6.41402 8.4127 6.27273 9.09087L4 20L14.9091 17.7273C15.5873 17.586 16.1441 17.1038 16.3808 16.4528Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M13.2324 12.5166C13.2324 13.4831 12.4489 14.2666 11.4824 14.2666C10.5159 14.2666 9.73242 13.4831 9.73242 12.5166C9.73242 11.5501 10.5159 10.7666 11.4824 10.7666C12.4489 10.7666 13.2324 11.5501 13.2324 12.5166Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),h=C;export{C as IconWrite1,h as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconWrite1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWrite1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 20L10.19 13.8086M4 20L14.9091 17.7273C15.5873 17.586 16.1441 17.1038 16.3808 16.4528L18 12M4 20L6.27273 9.09088C6.41402 8.4127 6.89618 7.85594 7.54721 7.6192L12 6M18 12L20.0858 9.91422C20.8668 9.13317 20.8668 7.86684 20.0858 7.08579L16.9142 3.91422C16.1332 3.13317 14.8668 3.13317 14.0858 3.91422L12 6M18 12L12 6M13.2319 12.5166C13.2319 13.4831 12.4484 14.2666 11.4819 14.2666C10.5154 14.2666 9.73193 13.4831 9.73193 12.5166C9.73193 11.5501 10.5154 10.7666 11.4819 10.7666C12.4484 10.7666 13.2319 11.5501 13.2319 12.5166Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWrite1;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+gBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconWrite1","props","React","CentralIconBase","IconWrite1_default"]}
1
+ {"version":3,"sources":["../src/IconWrite1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWrite1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 20L10.19 13.8086\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.0858 7.08579L16.9142 3.91422C16.1332 3.13317 14.8668 3.13317 14.0858 3.91422L12 6L18 12L20.0858 9.91422C20.8668 9.13317 20.8668 7.86684 20.0858 7.08579Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.3808 16.4528L18 12L12 6L7.54721 7.6192C6.89618 7.85593 6.41402 8.4127 6.27273 9.09087L4 20L14.9091 17.7273C15.5873 17.586 16.1441 17.1038 16.3808 16.4528Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.2324 12.5166C13.2324 13.4831 12.4489 14.2666 11.4824 14.2666C10.5159 14.2666 9.73242 13.4831 9.73242 12.5166C9.73242 11.5501 10.5159 10.7666 11.4824 10.7666C12.4489 10.7666 13.2324 11.5501 13.2324 12.5166Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWrite1;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,sBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+JACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iKACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oNACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconWrite1","props","React","CentralIconBase","IconWrite1_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var V=Object.create;var M=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var H=Object.getPrototypeOf,i=Object.prototype.hasOwnProperty;var B=(L,r)=>{for(var o in r)M(L,o,{get:r[o],enumerable:!0})},e=(L,r,o,t)=>{if(r&&typeof r=="object"||typeof r=="function")for(let C of f(r))!i.call(L,C)&&C!==o&&M(L,C,{get:()=>r[C],enumerable:!(t=c(r,C))||t.enumerable});return L};var n=(L,r,o)=>(o=L!=null?V(H(L)):{},e(r||!L||!L.__esModule?M(o,"default",{value:L,enumerable:!0}):o,L)),I=L=>e(M({},"__esModule",{value:!0}),L);var x={};B(x,{IconWrite2:()=>s,default:()=>u});module.exports=I(x);var Z=n(require("react"));var p=n(require("react")),a=require("react-native-svg"),l=({children:L,size:r=24,...o})=>p.default.createElement(a.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},L);var m=require("react-native-svg"),s=L=>Z.default.createElement(l,{...L},Z.default.createElement(m.Path,{d:"M14.7944 18.659L14.1167 18.3379L14.7944 18.659ZM13.2496 19.7853L13.1512 19.0417L13.2496 19.7853ZM3 21.1424L2.25582 21.0491C2.22691 21.2797 2.30658 21.5108 2.47151 21.6746C2.63645 21.8383 2.86801 21.9164 3.09845 21.8859L3 21.1424ZM4.29071 10.8455L5.03489 10.9388L4.29071 10.8455ZM5.43819 9.27787L5.12432 8.5967L5.12432 8.5967L5.43819 9.27787ZM10.5303 14.6728C10.8232 14.3799 10.8232 13.905 10.5303 13.6121C10.2374 13.3192 9.76256 13.3192 9.46967 13.6121L10.5303 14.6728ZM12.2647 5.89239L12.7951 5.36207L12.7951 5.36206L12.2647 5.89239ZM14.7647 3.3924L15.2951 2.86207V2.86207L14.7647 3.3924ZM20.75 9.37769L20.2197 9.90802L20.75 9.37769ZM18.25 11.8777L18.7803 11.3474L18.25 11.8777ZM20.75 11.8777L20.2197 11.3474L20.75 11.8777ZM12.2647 3.3924L11.7344 2.86207L12.2647 3.3924ZM9.24998 14.65V15.4H10.75V14.65H9.24998ZM10.75 13.65V12.9H9.24998V13.65H10.75ZM17.408 11.3923L14.1167 18.3379L15.4722 18.9802L18.7635 12.0346L17.408 11.3923ZM13.1512 19.0417L2.90155 20.3989L3.09845 21.8859L13.3481 20.5288L13.1512 19.0417ZM3.74418 21.2357L5.03489 10.9388L3.54654 10.7523L2.25582 21.0491L3.74418 21.2357ZM5.75206 9.95903L12.7428 6.73777L12.1151 5.37544L5.12432 8.5967L5.75206 9.95903ZM11.8986 6.58694L17.5555 12.2438L18.6161 11.1831L12.9593 5.52628L11.8986 6.58694ZM9.46967 13.6121L2.46967 20.6121L3.53033 21.6727L10.5303 14.6728L9.46967 13.6121ZM12.9593 5.52628L12.7951 5.36207L11.7344 6.42272L11.8986 6.58694L12.9593 5.52628ZM14.2344 3.92273L20.2197 9.90802L21.2803 8.84736L15.2951 2.86207L14.2344 3.92273ZM18.7803 11.3474L18.6161 11.1831L17.5555 12.2438L17.7197 12.408L18.7803 11.3474ZM20.2197 11.3474C19.8222 11.7448 19.1778 11.7448 18.7803 11.3474L17.7197 12.408C18.7029 13.3913 20.2971 13.3913 21.2803 12.408L20.2197 11.3474ZM12.7951 3.92273C13.1925 3.52527 13.8369 3.52527 14.2344 3.92273L15.2951 2.86207C14.3118 1.87882 12.7176 1.87882 11.7344 2.86207L12.7951 3.92273ZM20.2197 9.90802C20.6171 10.3055 20.6171 10.9499 20.2197 11.3474L21.2803 12.408C22.2636 11.4248 22.2636 9.83061 21.2803 8.84736L20.2197 9.90802ZM5.03489 10.9388C5.08861 10.5103 5.35978 10.1398 5.75206 9.95903L5.12432 8.5967C4.2613 8.99437 3.66473 9.80941 3.54654 10.7523L5.03489 10.9388ZM12.7951 5.36206C12.3976 4.9646 12.3976 4.32019 12.7951 3.92273L11.7344 2.86207C10.7511 3.84531 10.7511 5.43948 11.7344 6.42272L12.7951 5.36206ZM14.1167 18.3379C13.9351 18.7211 13.5716 18.9861 13.1512 19.0417L13.3481 20.5288C14.2729 20.4063 15.0727 19.8233 15.4722 18.9802L14.1167 18.3379ZM10.5 14.15C10.5 14.4261 10.2761 14.65 9.99998 14.65V16.15C11.1046 16.15 12 15.2546 12 14.15H10.5ZM9.99998 14.65C9.72384 14.65 9.49998 14.4261 9.49998 14.15H7.99998C7.99998 15.2546 8.89541 16.15 9.99998 16.15V14.65ZM9.49998 14.15C9.49998 13.8739 9.72384 13.65 9.99998 13.65V12.15C8.89541 12.15 7.99998 13.0454 7.99998 14.15H9.49998ZM9.99998 13.65C10.2761 13.65 10.5 13.8739 10.5 14.15H12C12 13.0454 11.1046 12.15 9.99998 12.15V13.65ZM10.75 14.65V13.65H9.24998V14.65H10.75Z",fill:"currentColor"})),u=s;0&&(module.exports={IconWrite2});
1
+ "use strict";var l=Object.create;var p=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of m(o))!h.call(r,s)&&s!==e&&p(r,s,{get:()=>o[s],enumerable:!(C=L(o,s))||C.enumerable});return r};var i=(r,o,e)=>(e=r!=null?l(f(r)):{},a(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>a(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconWrite2:()=>d,default:()=>x});module.exports=I(P);var t=i(require("react"));var u=i(require("react")),k=require("react-native-svg"),c=({children:r,size:o=24,...e})=>u.default.createElement(k.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),d=r=>t.default.createElement(c,{...r},t.default.createElement(n.Path,{d:"M18.0858 11.7135L14.7944 18.659C14.5039 19.2722 13.9223 19.6962 13.2496 19.7853L3 21.1424L4.29071 10.8455C4.37667 10.1598 4.81054 9.56708 5.43819 9.27787L12.4289 6.05661L12.2647 5.89239C11.5744 5.20204 11.5744 4.08275 12.2647 3.3924C12.9551 2.70204 14.0744 2.70205 14.7647 3.3924L20.75 9.37769C21.4404 10.068 21.4404 11.1873 20.75 11.8777C20.0596 12.568 18.9404 12.568 18.25 11.8777L18.0858 11.7135Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M11.25 14.15C11.25 14.8404 10.6904 15.4 10 15.4C9.30964 15.4 8.75 14.8404 8.75 14.15C8.75 13.4597 9.30964 12.9 10 12.9C10.6904 12.9 11.25 13.4597 11.25 14.15Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M12.4297 6.05664L18.0865 11.7135",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),t.default.createElement(n.Path,{d:"M10 14.1425L3 21.1424",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),t.default.createElement(n.Path,{d:"M10 14.65V13.65",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"})),x=d;0&&(module.exports={IconWrite2});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconWrite2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWrite2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.7944 18.659L14.1167 18.3379L14.7944 18.659ZM13.2496 19.7853L13.1512 19.0417L13.2496 19.7853ZM3 21.1424L2.25582 21.0491C2.22691 21.2797 2.30658 21.5108 2.47151 21.6746C2.63645 21.8383 2.86801 21.9164 3.09845 21.8859L3 21.1424ZM4.29071 10.8455L5.03489 10.9388L4.29071 10.8455ZM5.43819 9.27787L5.12432 8.5967L5.12432 8.5967L5.43819 9.27787ZM10.5303 14.6728C10.8232 14.3799 10.8232 13.905 10.5303 13.6121C10.2374 13.3192 9.76256 13.3192 9.46967 13.6121L10.5303 14.6728ZM12.2647 5.89239L12.7951 5.36207L12.7951 5.36206L12.2647 5.89239ZM14.7647 3.3924L15.2951 2.86207V2.86207L14.7647 3.3924ZM20.75 9.37769L20.2197 9.90802L20.75 9.37769ZM18.25 11.8777L18.7803 11.3474L18.25 11.8777ZM20.75 11.8777L20.2197 11.3474L20.75 11.8777ZM12.2647 3.3924L11.7344 2.86207L12.2647 3.3924ZM9.24998 14.65V15.4H10.75V14.65H9.24998ZM10.75 13.65V12.9H9.24998V13.65H10.75ZM17.408 11.3923L14.1167 18.3379L15.4722 18.9802L18.7635 12.0346L17.408 11.3923ZM13.1512 19.0417L2.90155 20.3989L3.09845 21.8859L13.3481 20.5288L13.1512 19.0417ZM3.74418 21.2357L5.03489 10.9388L3.54654 10.7523L2.25582 21.0491L3.74418 21.2357ZM5.75206 9.95903L12.7428 6.73777L12.1151 5.37544L5.12432 8.5967L5.75206 9.95903ZM11.8986 6.58694L17.5555 12.2438L18.6161 11.1831L12.9593 5.52628L11.8986 6.58694ZM9.46967 13.6121L2.46967 20.6121L3.53033 21.6727L10.5303 14.6728L9.46967 13.6121ZM12.9593 5.52628L12.7951 5.36207L11.7344 6.42272L11.8986 6.58694L12.9593 5.52628ZM14.2344 3.92273L20.2197 9.90802L21.2803 8.84736L15.2951 2.86207L14.2344 3.92273ZM18.7803 11.3474L18.6161 11.1831L17.5555 12.2438L17.7197 12.408L18.7803 11.3474ZM20.2197 11.3474C19.8222 11.7448 19.1778 11.7448 18.7803 11.3474L17.7197 12.408C18.7029 13.3913 20.2971 13.3913 21.2803 12.408L20.2197 11.3474ZM12.7951 3.92273C13.1925 3.52527 13.8369 3.52527 14.2344 3.92273L15.2951 2.86207C14.3118 1.87882 12.7176 1.87882 11.7344 2.86207L12.7951 3.92273ZM20.2197 9.90802C20.6171 10.3055 20.6171 10.9499 20.2197 11.3474L21.2803 12.408C22.2636 11.4248 22.2636 9.83061 21.2803 8.84736L20.2197 9.90802ZM5.03489 10.9388C5.08861 10.5103 5.35978 10.1398 5.75206 9.95903L5.12432 8.5967C4.2613 8.99437 3.66473 9.80941 3.54654 10.7523L5.03489 10.9388ZM12.7951 5.36206C12.3976 4.9646 12.3976 4.32019 12.7951 3.92273L11.7344 2.86207C10.7511 3.84531 10.7511 5.43948 11.7344 6.42272L12.7951 5.36206ZM14.1167 18.3379C13.9351 18.7211 13.5716 18.9861 13.1512 19.0417L13.3481 20.5288C14.2729 20.4063 15.0727 19.8233 15.4722 18.9802L14.1167 18.3379ZM10.5 14.15C10.5 14.4261 10.2761 14.65 9.99998 14.65V16.15C11.1046 16.15 12 15.2546 12 14.15H10.5ZM9.99998 14.65C9.72384 14.65 9.49998 14.4261 9.49998 14.15H7.99998C7.99998 15.2546 8.89541 16.15 9.99998 16.15V14.65ZM9.49998 14.15C9.49998 13.8739 9.72384 13.65 9.99998 13.65V12.15C8.89541 12.15 7.99998 13.0454 7.99998 14.15H9.49998ZM9.99998 13.65C10.2761 13.65 10.5 13.8739 10.5 14.15H12C12 13.0454 11.1046 12.15 9.99998 12.15V13.65ZM10.75 14.65V13.65H9.24998V14.65H10.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWrite2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,i2FACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconWrite2_exports","__export","IconWrite2","IconWrite2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconWrite2","props","React","CentralIconBase","IconWrite2_default"]}
1
+ {"version":3,"sources":["../src/IconWrite2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWrite2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.0858 11.7135L14.7944 18.659C14.5039 19.2722 13.9223 19.6962 13.2496 19.7853L3 21.1424L4.29071 10.8455C4.37667 10.1598 4.81054 9.56708 5.43819 9.27787L12.4289 6.05661L12.2647 5.89239C11.5744 5.20204 11.5744 4.08275 12.2647 3.3924C12.9551 2.70204 14.0744 2.70205 14.7647 3.3924L20.75 9.37769C21.4404 10.068 21.4404 11.1873 20.75 11.8777C20.0596 12.568 18.9404 12.568 18.25 11.8777L18.0858 11.7135Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.25 14.15C11.25 14.8404 10.6904 15.4 10 15.4C9.30964 15.4 8.75 14.8404 8.75 14.15C8.75 13.4597 9.30964 12.9 10 12.9C10.6904 12.9 11.25 13.4597 11.25 14.15Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12.4297 6.05664L18.0865 11.7135\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M10 14.1425L3 21.1424\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M10 14.65V13.65\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWrite2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kZACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iKACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconWrite2_exports","__export","IconWrite2","IconWrite2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconWrite2","props","React","CentralIconBase","IconWrite2_default"]}
@@ -1,2 +1,2 @@
1
- import C from"react";import Z from"react";import{Svg as t}from"react-native-svg";var o=({children:r,size:L=24,...M})=>Z.createElement(t,{...M,width:typeof L=="number"?`${L}px`:L,height:typeof L=="number"?`${L}px`:L,viewBox:"0 0 24 24",fill:"none"},r);import{Path as e}from"react-native-svg";var n=r=>C.createElement(o,{...r},C.createElement(e,{d:"M14.7944 18.659L14.1167 18.3379L14.7944 18.659ZM13.2496 19.7853L13.1512 19.0417L13.2496 19.7853ZM3 21.1424L2.25582 21.0491C2.22691 21.2797 2.30658 21.5108 2.47151 21.6746C2.63645 21.8383 2.86801 21.9164 3.09845 21.8859L3 21.1424ZM4.29071 10.8455L5.03489 10.9388L4.29071 10.8455ZM5.43819 9.27787L5.12432 8.5967L5.12432 8.5967L5.43819 9.27787ZM10.5303 14.6728C10.8232 14.3799 10.8232 13.905 10.5303 13.6121C10.2374 13.3192 9.76256 13.3192 9.46967 13.6121L10.5303 14.6728ZM12.2647 5.89239L12.7951 5.36207L12.7951 5.36206L12.2647 5.89239ZM14.7647 3.3924L15.2951 2.86207V2.86207L14.7647 3.3924ZM20.75 9.37769L20.2197 9.90802L20.75 9.37769ZM18.25 11.8777L18.7803 11.3474L18.25 11.8777ZM20.75 11.8777L20.2197 11.3474L20.75 11.8777ZM12.2647 3.3924L11.7344 2.86207L12.2647 3.3924ZM9.24998 14.65V15.4H10.75V14.65H9.24998ZM10.75 13.65V12.9H9.24998V13.65H10.75ZM17.408 11.3923L14.1167 18.3379L15.4722 18.9802L18.7635 12.0346L17.408 11.3923ZM13.1512 19.0417L2.90155 20.3989L3.09845 21.8859L13.3481 20.5288L13.1512 19.0417ZM3.74418 21.2357L5.03489 10.9388L3.54654 10.7523L2.25582 21.0491L3.74418 21.2357ZM5.75206 9.95903L12.7428 6.73777L12.1151 5.37544L5.12432 8.5967L5.75206 9.95903ZM11.8986 6.58694L17.5555 12.2438L18.6161 11.1831L12.9593 5.52628L11.8986 6.58694ZM9.46967 13.6121L2.46967 20.6121L3.53033 21.6727L10.5303 14.6728L9.46967 13.6121ZM12.9593 5.52628L12.7951 5.36207L11.7344 6.42272L11.8986 6.58694L12.9593 5.52628ZM14.2344 3.92273L20.2197 9.90802L21.2803 8.84736L15.2951 2.86207L14.2344 3.92273ZM18.7803 11.3474L18.6161 11.1831L17.5555 12.2438L17.7197 12.408L18.7803 11.3474ZM20.2197 11.3474C19.8222 11.7448 19.1778 11.7448 18.7803 11.3474L17.7197 12.408C18.7029 13.3913 20.2971 13.3913 21.2803 12.408L20.2197 11.3474ZM12.7951 3.92273C13.1925 3.52527 13.8369 3.52527 14.2344 3.92273L15.2951 2.86207C14.3118 1.87882 12.7176 1.87882 11.7344 2.86207L12.7951 3.92273ZM20.2197 9.90802C20.6171 10.3055 20.6171 10.9499 20.2197 11.3474L21.2803 12.408C22.2636 11.4248 22.2636 9.83061 21.2803 8.84736L20.2197 9.90802ZM5.03489 10.9388C5.08861 10.5103 5.35978 10.1398 5.75206 9.95903L5.12432 8.5967C4.2613 8.99437 3.66473 9.80941 3.54654 10.7523L5.03489 10.9388ZM12.7951 5.36206C12.3976 4.9646 12.3976 4.32019 12.7951 3.92273L11.7344 2.86207C10.7511 3.84531 10.7511 5.43948 11.7344 6.42272L12.7951 5.36206ZM14.1167 18.3379C13.9351 18.7211 13.5716 18.9861 13.1512 19.0417L13.3481 20.5288C14.2729 20.4063 15.0727 19.8233 15.4722 18.9802L14.1167 18.3379ZM10.5 14.15C10.5 14.4261 10.2761 14.65 9.99998 14.65V16.15C11.1046 16.15 12 15.2546 12 14.15H10.5ZM9.99998 14.65C9.72384 14.65 9.49998 14.4261 9.49998 14.15H7.99998C7.99998 15.2546 8.89541 16.15 9.99998 16.15V14.65ZM9.49998 14.15C9.49998 13.8739 9.72384 13.65 9.99998 13.65V12.15C8.89541 12.15 7.99998 13.0454 7.99998 14.15H9.49998ZM9.99998 13.65C10.2761 13.65 10.5 13.8739 10.5 14.15H12C12 13.0454 11.1046 12.15 9.99998 12.15V13.65ZM10.75 14.65V13.65H9.24998V14.65H10.75Z",fill:"currentColor"})),i=n;export{n as IconWrite2,i as default};
1
+ import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...s})=>p.createElement(C,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M18.0858 11.7135L14.7944 18.659C14.5039 19.2722 13.9223 19.6962 13.2496 19.7853L3 21.1424L4.29071 10.8455C4.37667 10.1598 4.81054 9.56708 5.43819 9.27787L12.4289 6.05661L12.2647 5.89239C11.5744 5.20204 11.5744 4.08275 12.2647 3.3924C12.9551 2.70204 14.0744 2.70205 14.7647 3.3924L20.75 9.37769C21.4404 10.068 21.4404 11.1873 20.75 11.8777C20.0596 12.568 18.9404 12.568 18.25 11.8777L18.0858 11.7135Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),o.createElement(e,{d:"M11.25 14.15C11.25 14.8404 10.6904 15.4 10 15.4C9.30964 15.4 8.75 14.8404 8.75 14.15C8.75 13.4597 9.30964 12.9 10 12.9C10.6904 12.9 11.25 13.4597 11.25 14.15Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),o.createElement(e,{d:"M12.4297 6.05664L18.0865 11.7135",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),o.createElement(e,{d:"M10 14.1425L3 21.1424",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),o.createElement(e,{d:"M10 14.65V13.65",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"})),h=a;export{a as IconWrite2,h as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconWrite2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWrite2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.7944 18.659L14.1167 18.3379L14.7944 18.659ZM13.2496 19.7853L13.1512 19.0417L13.2496 19.7853ZM3 21.1424L2.25582 21.0491C2.22691 21.2797 2.30658 21.5108 2.47151 21.6746C2.63645 21.8383 2.86801 21.9164 3.09845 21.8859L3 21.1424ZM4.29071 10.8455L5.03489 10.9388L4.29071 10.8455ZM5.43819 9.27787L5.12432 8.5967L5.12432 8.5967L5.43819 9.27787ZM10.5303 14.6728C10.8232 14.3799 10.8232 13.905 10.5303 13.6121C10.2374 13.3192 9.76256 13.3192 9.46967 13.6121L10.5303 14.6728ZM12.2647 5.89239L12.7951 5.36207L12.7951 5.36206L12.2647 5.89239ZM14.7647 3.3924L15.2951 2.86207V2.86207L14.7647 3.3924ZM20.75 9.37769L20.2197 9.90802L20.75 9.37769ZM18.25 11.8777L18.7803 11.3474L18.25 11.8777ZM20.75 11.8777L20.2197 11.3474L20.75 11.8777ZM12.2647 3.3924L11.7344 2.86207L12.2647 3.3924ZM9.24998 14.65V15.4H10.75V14.65H9.24998ZM10.75 13.65V12.9H9.24998V13.65H10.75ZM17.408 11.3923L14.1167 18.3379L15.4722 18.9802L18.7635 12.0346L17.408 11.3923ZM13.1512 19.0417L2.90155 20.3989L3.09845 21.8859L13.3481 20.5288L13.1512 19.0417ZM3.74418 21.2357L5.03489 10.9388L3.54654 10.7523L2.25582 21.0491L3.74418 21.2357ZM5.75206 9.95903L12.7428 6.73777L12.1151 5.37544L5.12432 8.5967L5.75206 9.95903ZM11.8986 6.58694L17.5555 12.2438L18.6161 11.1831L12.9593 5.52628L11.8986 6.58694ZM9.46967 13.6121L2.46967 20.6121L3.53033 21.6727L10.5303 14.6728L9.46967 13.6121ZM12.9593 5.52628L12.7951 5.36207L11.7344 6.42272L11.8986 6.58694L12.9593 5.52628ZM14.2344 3.92273L20.2197 9.90802L21.2803 8.84736L15.2951 2.86207L14.2344 3.92273ZM18.7803 11.3474L18.6161 11.1831L17.5555 12.2438L17.7197 12.408L18.7803 11.3474ZM20.2197 11.3474C19.8222 11.7448 19.1778 11.7448 18.7803 11.3474L17.7197 12.408C18.7029 13.3913 20.2971 13.3913 21.2803 12.408L20.2197 11.3474ZM12.7951 3.92273C13.1925 3.52527 13.8369 3.52527 14.2344 3.92273L15.2951 2.86207C14.3118 1.87882 12.7176 1.87882 11.7344 2.86207L12.7951 3.92273ZM20.2197 9.90802C20.6171 10.3055 20.6171 10.9499 20.2197 11.3474L21.2803 12.408C22.2636 11.4248 22.2636 9.83061 21.2803 8.84736L20.2197 9.90802ZM5.03489 10.9388C5.08861 10.5103 5.35978 10.1398 5.75206 9.95903L5.12432 8.5967C4.2613 8.99437 3.66473 9.80941 3.54654 10.7523L5.03489 10.9388ZM12.7951 5.36206C12.3976 4.9646 12.3976 4.32019 12.7951 3.92273L11.7344 2.86207C10.7511 3.84531 10.7511 5.43948 11.7344 6.42272L12.7951 5.36206ZM14.1167 18.3379C13.9351 18.7211 13.5716 18.9861 13.1512 19.0417L13.3481 20.5288C14.2729 20.4063 15.0727 19.8233 15.4722 18.9802L14.1167 18.3379ZM10.5 14.15C10.5 14.4261 10.2761 14.65 9.99998 14.65V16.15C11.1046 16.15 12 15.2546 12 14.15H10.5ZM9.99998 14.65C9.72384 14.65 9.49998 14.4261 9.49998 14.15H7.99998C7.99998 15.2546 8.89541 16.15 9.99998 16.15V14.65ZM9.49998 14.15C9.49998 13.8739 9.72384 13.65 9.99998 13.65V12.15C8.89541 12.15 7.99998 13.0454 7.99998 14.15H9.49998ZM9.99998 13.65C10.2761 13.65 10.5 13.8739 10.5 14.15H12C12 13.0454 11.1046 12.15 9.99998 12.15V13.65ZM10.75 14.65V13.65H9.24998V14.65H10.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWrite2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,i2FACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconWrite2","props","React","CentralIconBase","IconWrite2_default"]}
1
+ {"version":3,"sources":["../src/IconWrite2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWrite2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.0858 11.7135L14.7944 18.659C14.5039 19.2722 13.9223 19.6962 13.2496 19.7853L3 21.1424L4.29071 10.8455C4.37667 10.1598 4.81054 9.56708 5.43819 9.27787L12.4289 6.05661L12.2647 5.89239C11.5744 5.20204 11.5744 4.08275 12.2647 3.3924C12.9551 2.70204 14.0744 2.70205 14.7647 3.3924L20.75 9.37769C21.4404 10.068 21.4404 11.1873 20.75 11.8777C20.0596 12.568 18.9404 12.568 18.25 11.8777L18.0858 11.7135Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.25 14.15C11.25 14.8404 10.6904 15.4 10 15.4C9.30964 15.4 8.75 14.8404 8.75 14.15C8.75 13.4597 9.30964 12.9 10 12.9C10.6904 12.9 11.25 13.4597 11.25 14.15Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12.4297 6.05664L18.0865 11.7135\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M10 14.1425L3 21.1424\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M10 14.65V13.65\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWrite2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kZACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iKACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mCACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconWrite2","props","React","CentralIconBase","IconWrite2_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=B(o,e))||C.enumerable});return r};var s=(r,o,t)=>(t=r!=null?u(g(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconWriting:()=>f,default:()=>h});module.exports=d(v);var p=s(require("react"));var m=s(require("react")),i=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(i.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),f=r=>p.default.createElement(c,{...r},p.default.createElement(l.Path,{d:"M8.25 12.2499H5.75C4.64543 12.2499 3.75 13.1454 3.75 14.2499C3.75 15.3545 4.64543 16.2499 5.75 16.2499H16.25C17.3546 16.2499 18.25 17.1454 18.25 18.2499C18.25 19.3545 17.3546 20.2499 16.25 20.2499H11.75M11.75 12.2499H13.9216C14.452 12.2499 14.9607 12.0392 15.3358 11.6642L19.8358 7.16416C20.6168 6.38311 20.6168 5.11678 19.8358 4.33573L19.6642 4.16416C18.8832 3.38311 17.6168 3.38311 16.8358 4.16416L12.3358 8.66416C11.9607 9.03923 11.75 9.54794 11.75 10.0784V12.2499Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),h=f;0&&(module.exports={IconWriting});
1
+ "use strict";var d=Object.create;var n=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of k(o))!I.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(s=f(o,e))||s.enumerable});return r};var i=(r,o,t)=>(t=r!=null?d(B(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>a(n({},"__esModule",{value:!0}),r);var P={};g(P,{IconWriting:()=>u,default:()=>L});module.exports=x(P);var p=i(require("react"));var m=i(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...t})=>m.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),u=r=>p.default.createElement(l,{...r},p.default.createElement(C.Path,{d:"M19.6642 4.16416C18.8832 3.38311 17.6168 3.38311 16.8358 4.16416L12.3358 8.66416C11.9607 9.03923 11.75 9.54794 11.75 10.0784V12.2499H13.9216C14.452 12.2499 14.9607 12.0392 15.3358 11.6642L19.8358 7.16416C20.6168 6.38311 20.6168 5.11678 19.8358 4.33573L19.6642 4.16416Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M8.25 12.25H5.75C4.64543 12.25 3.75 13.1454 3.75 14.25C3.75 15.3546 4.64543 16.25 5.75 16.25H16.25C17.3546 16.25 18.25 17.1454 18.25 18.25C18.25 19.3546 17.3546 20.25 16.25 20.25H11.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),L=u;0&&(module.exports={IconWriting});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconWriting/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWriting: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.25 12.2499H5.75C4.64543 12.2499 3.75 13.1454 3.75 14.2499C3.75 15.3545 4.64543 16.2499 5.75 16.2499H16.25C17.3546 16.2499 18.25 17.1454 18.25 18.2499C18.25 19.3545 17.3546 20.2499 16.25 20.2499H11.75M11.75 12.2499H13.9216C14.452 12.2499 14.9607 12.0392 15.3358 11.6642L19.8358 7.16416C20.6168 6.38311 20.6168 5.11678 19.8358 4.33573L19.6642 4.16416C18.8832 3.38311 17.6168 3.38311 16.8358 4.16416L12.3358 8.66416C11.9607 9.03923 11.75 9.54794 11.75 10.0784V12.2499Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWriting;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,udACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconWriting_exports","__export","IconWriting","IconWriting_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconWriting","props","React","CentralIconBase","IconWriting_default"]}
1
+ {"version":3,"sources":["../src/IconWriting/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWriting: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.6642 4.16416C18.8832 3.38311 17.6168 3.38311 16.8358 4.16416L12.3358 8.66416C11.9607 9.03923 11.75 9.54794 11.75 10.0784V12.2499H13.9216C14.452 12.2499 14.9607 12.0392 15.3358 11.6642L19.8358 7.16416C20.6168 6.38311 20.6168 5.11678 19.8358 4.33573L19.6642 4.16416Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.25 12.25H5.75C4.64543 12.25 3.75 13.1454 3.75 14.25C3.75 15.3546 4.64543 16.25 5.75 16.25H16.25C17.3546 16.25 18.25 17.1454 18.25 18.25C18.25 19.3546 17.3546 20.25 16.25 20.25H11.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWriting;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+QACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2LACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconWriting_exports","__export","IconWriting","IconWriting_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconWriting","props","React","CentralIconBase","IconWriting_default"]}
@@ -1,2 +1,2 @@
1
- import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var s=o=>e.createElement(t,{...o},e.createElement(a,{d:"M8.25 12.2499H5.75C4.64543 12.2499 3.75 13.1454 3.75 14.2499C3.75 15.3545 4.64543 16.2499 5.75 16.2499H16.25C17.3546 16.2499 18.25 17.1454 18.25 18.2499C18.25 19.3545 17.3546 20.2499 16.25 20.2499H11.75M11.75 12.2499H13.9216C14.452 12.2499 14.9607 12.0392 15.3358 11.6642L19.8358 7.16416C20.6168 6.38311 20.6168 5.11678 19.8358 4.33573L19.6642 4.16416C18.8832 3.38311 17.6168 3.38311 16.8358 4.16416L12.3358 8.66416C11.9607 9.03923 11.75 9.54794 11.75 10.0784V12.2499Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),x=s;export{s as IconWriting,x as default};
1
+ import t from"react";import C from"react";import{Svg as s}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M19.6642 4.16416C18.8832 3.38311 17.6168 3.38311 16.8358 4.16416L12.3358 8.66416C11.9607 9.03923 11.75 9.54794 11.75 10.0784V12.2499H13.9216C14.452 12.2499 14.9607 12.0392 15.3358 11.6642L19.8358 7.16416C20.6168 6.38311 20.6168 5.11678 19.8358 4.33573L19.6642 4.16416Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement(n,{d:"M8.25 12.25H5.75C4.64543 12.25 3.75 13.1454 3.75 14.25C3.75 15.3546 4.64543 16.25 5.75 16.25H16.25C17.3546 16.25 18.25 17.1454 18.25 18.25C18.25 19.3546 17.3546 20.25 16.25 20.25H11.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconWriting,I as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconWriting/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWriting: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.25 12.2499H5.75C4.64543 12.2499 3.75 13.1454 3.75 14.2499C3.75 15.3545 4.64543 16.2499 5.75 16.2499H16.25C17.3546 16.2499 18.25 17.1454 18.25 18.2499C18.25 19.3545 17.3546 20.2499 16.25 20.2499H11.75M11.75 12.2499H13.9216C14.452 12.2499 14.9607 12.0392 15.3358 11.6642L19.8358 7.16416C20.6168 6.38311 20.6168 5.11678 19.8358 4.33573L19.6642 4.16416C18.8832 3.38311 17.6168 3.38311 16.8358 4.16416L12.3358 8.66416C11.9607 9.03923 11.75 9.54794 11.75 10.0784V12.2499Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWriting;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,udACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconWriting","props","React","CentralIconBase","IconWriting_default"]}
1
+ {"version":3,"sources":["../src/IconWriting/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWriting: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.6642 4.16416C18.8832 3.38311 17.6168 3.38311 16.8358 4.16416L12.3358 8.66416C11.9607 9.03923 11.75 9.54794 11.75 10.0784V12.2499H13.9216C14.452 12.2499 14.9607 12.0392 15.3358 11.6642L19.8358 7.16416C20.6168 6.38311 20.6168 5.11678 19.8358 4.33573L19.6642 4.16416Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.25 12.25H5.75C4.64543 12.25 3.75 13.1454 3.75 14.25C3.75 15.3546 4.64543 16.25 5.75 16.25H16.25C17.3546 16.25 18.25 17.1454 18.25 18.25C18.25 19.3546 17.3546 20.25 16.25 20.25H11.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWriting;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+QACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2LACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconWriting","props","React","CentralIconBase","IconWriting_default"]}
package/README.md CHANGED
@@ -928,6 +928,7 @@ Below is a complete list of available icons:
928
928
  - IconDoupleCheck
929
929
  - IconDoupleCheckmark1
930
930
  - IconDoupleCheckmark1Small
931
+ - IconDoupleCheckmark2Small
931
932
  - IconElectrocardiogram
932
933
  - IconFeature
933
934
  - IconGauge