@central-icons-react-native/round-outlined-radius-3-stroke-1 1.1.52 → 1.1.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/IconArrowsHide/index.d.ts +4 -0
- package/IconArrowsHide/index.js +2 -0
- package/IconArrowsHide/index.js.map +1 -0
- package/IconArrowsHide/index.mjs +2 -0
- package/IconArrowsHide/index.mjs.map +1 -0
- package/IconArrowsShow/index.d.ts +4 -0
- package/IconArrowsShow/index.js +2 -0
- package/IconArrowsShow/index.js.map +1 -0
- package/IconArrowsShow/index.mjs +2 -0
- package/IconArrowsShow/index.mjs.map +1 -0
- package/IconVectorAnchorPointMirrored/index.d.ts +4 -0
- package/IconVectorAnchorPointMirrored/index.js +2 -0
- package/IconVectorAnchorPointMirrored/index.js.map +1 -0
- package/{IconVectorAnchorPointStraight1 → IconVectorAnchorPointMirrored}/index.mjs +1 -1
- package/IconVectorAnchorPointMirrored/index.mjs.map +1 -0
- package/README.md +3 -1
- package/filtered-icons.json +36 -8
- package/icons/index.d.ts +3 -1
- package/icons-index.json +9 -5
- package/index.d.ts +3 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +21 -7
- package/IconVectorAnchorPointStraight1/index.d.ts +0 -4
- package/IconVectorAnchorPointStraight1/index.js +0 -2
- package/IconVectorAnchorPointStraight1/index.js.map +0 -1
- package/IconVectorAnchorPointStraight1/index.mjs.map +0 -1
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -805,6 +805,13 @@
|
|
|
805
805
|
"iconName": "arrow-share-right, next, forward",
|
|
806
806
|
"pathname": "src/IconArrowShareRight"
|
|
807
807
|
},
|
|
808
|
+
{
|
|
809
|
+
"svg": "<Path d=\"M9.25 16.25L12 13.5L14.75 16.25\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14.75 7.75L12 10.5L9.25 7.75\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 20.5V14\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 10V3.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7.5002 4.5H5.5C3.84315 4.5 2.5 5.84315 2.5 7.5V16.5C2.5 18.1569 3.84315 19.5 5.5 19.5H7.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16.5 4.5H18.5C20.1569 4.5 21.5 5.84315 21.5 7.5V16.5C21.5 18.1569 20.1569 19.5 18.5 19.5H16.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
810
|
+
"tags": "Path",
|
|
811
|
+
"componentName": "IconArrowsHide",
|
|
812
|
+
"iconName": "arrows-hide, collapse, minimize",
|
|
813
|
+
"pathname": "src/IconArrowsHide"
|
|
814
|
+
},
|
|
808
815
|
{
|
|
809
816
|
"svg": "<Path d=\"M3.5 9.5V3.5M3.5 3.5H9.5M3.5 3.5L12 12M14.5 3.5H20.5M20.5 3.5V9.5M20.5 3.5L12 12M12 12V20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
810
817
|
"tags": "Path",
|
|
@@ -847,6 +854,13 @@
|
|
|
847
854
|
"iconName": "arrows-repeat-right-left-off, repost-off",
|
|
848
855
|
"pathname": "src/IconArrowsRepeatRightLeftOff"
|
|
849
856
|
},
|
|
857
|
+
{
|
|
858
|
+
"svg": "<Path d=\"M9.25 5.25L12 2.5L14.75 5.25\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14.75 18.75L12 21.5L9.25 18.75\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 9.5V3\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 21V14.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7.5002 8.5H5.5C3.84315 8.5 2.5 9.84315 2.5 11.5V12.5C2.5 14.1569 3.84315 15.5 5.5 15.5H7.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16.5 8.5H18.5C20.1569 8.5 21.5 9.84315 21.5 11.5V12.5C21.5 14.1569 20.1569 15.5 18.5 15.5H16.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
859
|
+
"tags": "Path",
|
|
860
|
+
"componentName": "IconArrowsShow",
|
|
861
|
+
"iconName": "arrows-show, expand, maximize",
|
|
862
|
+
"pathname": "src/IconArrowsShow"
|
|
863
|
+
},
|
|
850
864
|
{
|
|
851
865
|
"svg": "<Path d=\"M9.5 4.5H4.5V9.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14.5 4.5H19.5V9.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9.5 19.5H4.5V14.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14.5 19.5H19.5V14.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5 5L9.75 9.75\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M19 5L14.25 9.75\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9.75 14.25L5 19\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14.25 14.25L19 19\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
852
866
|
"tags": "Path",
|
|
@@ -10717,6 +10731,13 @@
|
|
|
10717
10731
|
"iconName": "vector-anchor-point-disconnected",
|
|
10718
10732
|
"pathname": "src/IconVectorAnchorPointDisconnected"
|
|
10719
10733
|
},
|
|
10734
|
+
{
|
|
10735
|
+
"svg": "<Path d=\"M8.99961 8.20215C7.44054 8.89573 2.75682 11.4739 2.50977 17.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15 8.20215C16.5591 8.89573 21.2428 11.4739 21.4898 17.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9 7.5H2\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15 7.5H22\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M2.35355 5.85355C2.15829 5.65829 1.84171 5.65829 1.64645 5.85355L0.353553 7.14645C0.158291 7.34171 0.158291 7.65829 0.353553 7.85355L1.64645 9.14645C1.84171 9.34171 2.15829 9.34171 2.35355 9.14645L3.64645 7.85355C3.84171 7.65829 3.84171 7.34171 3.64645 7.14645L2.35355 5.85355Z\" fill=\"currentColor\"/><Path d=\"M22.3536 5.85355C22.1583 5.65829 21.8417 5.65829 21.6464 5.85355L20.3536 7.14645C20.1583 7.34171 20.1583 7.65829 20.3536 7.85355L21.6464 9.14645C21.8417 9.34171 22.1583 9.34171 22.3536 9.14645L23.6464 7.85355C23.8417 7.65829 23.8417 7.34171 23.6464 7.14645L22.3536 5.85355Z\" fill=\"currentColor\"/><Circle cx=\"12\" cy=\"7.5\" r=\"3\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
10736
|
+
"tags": "Circle, Path",
|
|
10737
|
+
"componentName": "IconVectorAnchorPointMirrored",
|
|
10738
|
+
"iconName": "vector-anchor-point-mirrored, mirror-angle",
|
|
10739
|
+
"pathname": "src/IconVectorAnchorPointMirrored"
|
|
10740
|
+
},
|
|
10720
10741
|
{
|
|
10721
10742
|
"svg": "<Circle cx=\"12\" cy=\"7.5\" r=\"3\" stroke=\"currentColor\"/><Path d=\"M2.5 17.5L9.75 9.75\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M21.5 17.5L14.25 9.75\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
|
|
10722
10743
|
"tags": "Circle, Path",
|
|
@@ -10724,13 +10745,6 @@
|
|
|
10724
10745
|
"iconName": "vector-anchor-point-straight, no-smoothing",
|
|
10725
10746
|
"pathname": "src/IconVectorAnchorPointStraight"
|
|
10726
10747
|
},
|
|
10727
|
-
{
|
|
10728
|
-
"svg": "<Path d=\"M8.99961 8.20215C7.44054 8.89573 2.75682 11.4739 2.50977 17.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15 8.20215C16.5591 8.89573 21.2428 11.4739 21.4898 17.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9 7.5H2\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15 7.5H22\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M2.35355 5.85355C2.15829 5.65829 1.84171 5.65829 1.64645 5.85355L0.353553 7.14645C0.158291 7.34171 0.158291 7.65829 0.353553 7.85355L1.64645 9.14645C1.84171 9.34171 2.15829 9.34171 2.35355 9.14645L3.64645 7.85355C3.84171 7.65829 3.84171 7.34171 3.64645 7.14645L2.35355 5.85355Z\" fill=\"currentColor\"/><Path d=\"M22.3536 5.85355C22.1583 5.65829 21.8417 5.65829 21.6464 5.85355L20.3536 7.14645C20.1583 7.34171 20.1583 7.65829 20.3536 7.85355L21.6464 9.14645C21.8417 9.34171 22.1583 9.34171 22.3536 9.14645L23.6464 7.85355C23.8417 7.65829 23.8417 7.34171 23.6464 7.14645L22.3536 5.85355Z\" fill=\"currentColor\"/><Circle cx=\"12\" cy=\"7.5\" r=\"3\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
10729
|
-
"tags": "Circle, Path",
|
|
10730
|
-
"componentName": "IconVectorAnchorPointStraight1",
|
|
10731
|
-
"iconName": "vector-anchor-point-straight, mirror-angle",
|
|
10732
|
-
"pathname": "src/IconVectorAnchorPointStraight1"
|
|
10733
|
-
},
|
|
10734
10748
|
{
|
|
10735
10749
|
"svg": "<Path d=\"M5.5 12C5.5 13.1046 4.60457 14 3.5 14C2.39543 14 1.5 13.1046 1.5 12C1.5 10.8954 2.39543 10 3.5 10C4.60457 10 5.5 10.8954 5.5 12Z\" stroke=\"currentColor\"/><Path d=\"M22.5 12C22.5 13.1046 21.6046 14 20.5 14C19.3954 14 18.5 13.1046 18.5 12C18.5 10.8954 19.3954 10 20.5 10C21.6046 10 22.5 10.8954 22.5 12Z\" stroke=\"currentColor\"/><Path d=\"M6 12H18\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M3.22266 10C4.13211 5.99202 7.71646 3 11.9996 3C16.2828 3 19.8672 5.99202 20.7766 10\" stroke=\"currentColor\"/><Path d=\"M20.7766 14C19.8672 18.008 16.2828 21 11.9996 21C7.71646 21 4.13212 18.008 3.22266 14\" stroke=\"currentColor\"/>",
|
|
10736
10750
|
"tags": "Path",
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";var a=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var n in o)s(r,n,{get:o[n],enumerable:!0})},p=(r,o,n,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of m(o))!x.call(r,C)&&C!==n&&s(r,C,{get:()=>o[C],enumerable:!(i=k(o,C))||i.enumerable});return r};var u=(r,o,n)=>(n=r!=null?a(f(r)):{},p(o||!r||!r.__esModule?s(n,"default",{value:r,enumerable:!0}):n,r)),I=r=>p(s({},"__esModule",{value:!0}),r);var g={};B(g,{IconVectorAnchorPointStraight1:()=>L,default:()=>P});module.exports=I(g);var e=u(require("react"));var l=u(require("react")),c=require("react-native-svg"),d=({children:r,size:o=24,...n})=>l.default.createElement(c.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),L=r=>e.default.createElement(d,{...r},e.default.createElement(t.Path,{d:"M8.99961 8.20215C7.44054 8.89573 2.75682 11.4739 2.50977 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M15 8.20215C16.5591 8.89573 21.2428 11.4739 21.4898 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M9 7.5H2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M15 7.5H22",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M2.35355 5.85355C2.15829 5.65829 1.84171 5.65829 1.64645 5.85355L0.353553 7.14645C0.158291 7.34171 0.158291 7.65829 0.353553 7.85355L1.64645 9.14645C1.84171 9.34171 2.15829 9.34171 2.35355 9.14645L3.64645 7.85355C3.84171 7.65829 3.84171 7.34171 3.64645 7.14645L2.35355 5.85355Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M22.3536 5.85355C22.1583 5.65829 21.8417 5.65829 21.6464 5.85355L20.3536 7.14645C20.1583 7.34171 20.1583 7.65829 20.3536 7.85355L21.6464 9.14645C21.8417 9.34171 22.1583 9.34171 22.3536 9.14645L23.6464 7.85355C23.8417 7.65829 23.8417 7.34171 23.6464 7.14645L22.3536 5.85355Z",fill:"currentColor"}),e.default.createElement(t.Circle,{cx:"12",cy:"7.5",r:"3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=L;0&&(module.exports={IconVectorAnchorPointStraight1});
|
|
2
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconVectorAnchorPointStraight1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointStraight1: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.99961 8.20215C7.44054 8.89573 2.75682 11.4739 2.50977 17.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 8.20215C16.5591 8.89573 21.2428 11.4739 21.4898 17.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9 7.5H2\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 7.5H22\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.35355 5.85355C2.15829 5.65829 1.84171 5.65829 1.64645 5.85355L0.353553 7.14645C0.158291 7.34171 0.158291 7.65829 0.353553 7.85355L1.64645 9.14645C1.84171 9.34171 2.15829 9.34171 2.35355 9.14645L3.64645 7.85355C3.84171 7.65829 3.84171 7.34171 3.64645 7.14645L2.35355 5.85355Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22.3536 5.85355C22.1583 5.65829 21.8417 5.65829 21.6464 5.85355L20.3536 7.14645C20.1583 7.34171 20.1583 7.65829 20.3536 7.85355L21.6464 9.14645C21.8417 9.34171 22.1583 9.34171 22.3536 9.14645L23.6464 7.85355C23.8417 7.65829 23.8417 7.34171 23.6464 7.14645L22.3536 5.85355Z\"\n fill=\"currentColor\"\n />\n <Circle\n cx=\"12\"\n cy=\"7.5\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointStraight1;\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,oCAAAE,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,EAA6B,4BAEhBC,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gEACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2DACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,MACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconVectorAnchorPointStraight1_exports","__export","IconVectorAnchorPointStraight1","IconVectorAnchorPointStraight1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVectorAnchorPointStraight1","props","React","CentralIconBase","IconVectorAnchorPointStraight1_default"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconVectorAnchorPointStraight1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointStraight1: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.99961 8.20215C7.44054 8.89573 2.75682 11.4739 2.50977 17.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 8.20215C16.5591 8.89573 21.2428 11.4739 21.4898 17.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9 7.5H2\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 7.5H22\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.35355 5.85355C2.15829 5.65829 1.84171 5.65829 1.64645 5.85355L0.353553 7.14645C0.158291 7.34171 0.158291 7.65829 0.353553 7.85355L1.64645 9.14645C1.84171 9.34171 2.15829 9.34171 2.35355 9.14645L3.64645 7.85355C3.84171 7.65829 3.84171 7.34171 3.64645 7.14645L2.35355 5.85355Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22.3536 5.85355C22.1583 5.65829 21.8417 5.65829 21.6464 5.85355L20.3536 7.14645C20.1583 7.34171 20.1583 7.65829 20.3536 7.85355L21.6464 9.14645C21.8417 9.34171 22.1583 9.34171 22.3536 9.14645L23.6464 7.85355C23.8417 7.65829 23.8417 7.34171 23.6464 7.14645L22.3536 5.85355Z\"\n fill=\"currentColor\"\n />\n <Circle\n cx=\"12\"\n cy=\"7.5\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointStraight1;\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gEACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2DACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wRACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oRACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,MACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconVectorAnchorPointStraight1","props","React","CentralIconBase","IconVectorAnchorPointStraight1_default"]}
|