@central-icons-react-native/round-filled-radius-2-stroke-2 1.1.125 → 1.1.126
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/IconPencil2/index.d.ts +4 -0
- package/IconPencil2/index.js +2 -0
- package/IconPencil2/index.js.map +1 -0
- package/IconPencil2/index.mjs +2 -0
- package/IconPencil2/index.mjs.map +1 -0
- package/IconPencil3/index.d.ts +4 -0
- package/IconPencil3/index.js +2 -0
- package/IconPencil3/index.js.map +1 -0
- package/IconPencil3/index.mjs +2 -0
- package/IconPencil3/index.mjs.map +1 -0
- package/IconPencilAi/index.d.ts +4 -0
- package/IconPencilAi/index.js +2 -0
- package/IconPencilAi/index.js.map +1 -0
- package/IconPencilAi/index.mjs +2 -0
- package/IconPencilAi/index.mjs.map +1 -0
- package/IconSelectLasso/index.d.ts +4 -0
- package/IconSelectLasso/index.js +2 -0
- package/IconSelectLasso/index.js.map +1 -0
- package/IconSelectLasso/index.mjs +2 -0
- package/IconSelectLasso/index.mjs.map +1 -0
- package/IconSelectLassoDashed/index.d.ts +4 -0
- package/IconSelectLassoDashed/index.js +2 -0
- package/IconSelectLassoDashed/index.js.map +1 -0
- package/IconSelectLassoDashed/index.mjs +2 -0
- package/IconSelectLassoDashed/index.mjs.map +1 -0
- package/README.md +5 -0
- package/filtered-icons.json +70 -0
- package/icons/index.d.ts +5 -0
- package/icons-index.json +13 -3
- package/index.d.ts +5 -0
- 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 +35 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(L(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var d={};x(d,{IconPencil2:()=>i,default:()=>v});module.exports=g(d);var p=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>s.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"),i=r=>p.default.createElement(f,{...r},p.default.createElement(C.Path,{d:"M18.2495 11.6636L10.1479 19.7661C9.71656 20.1972 9.16389 20.4871 8.56391 20.5962L3.67817 21.4839C3.35549 21.5425 3.02439 21.4394 2.79243 21.2075C2.56073 20.9756 2.45761 20.6443 2.51606 20.3218L3.40376 15.436C3.51296 14.8362 3.80287 14.2833 4.23383 13.8521L12.3354 5.74951L18.2495 11.6636Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M14.5424 3.54346C16.1756 1.91031 18.8233 1.91033 20.4565 3.54346C22.0895 5.17664 22.0896 7.82442 20.4565 9.45752L19.6635 10.2495L13.7495 4.33545L14.5424 3.54346Z",fill:"currentColor"})),v=i;0&&(module.exports={IconPencil2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPencil2/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 IconPencil2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.2495 11.6636L10.1479 19.7661C9.71656 20.1972 9.16389 20.4871 8.56391 20.5962L3.67817 21.4839C3.35549 21.5425 3.02439 21.4394 2.79243 21.2075C2.56073 20.9756 2.45761 20.6443 2.51606 20.3218L3.40376 15.436C3.51296 14.8362 3.80287 14.2833 4.23383 13.8521L12.3354 5.74951L18.2495 11.6636Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.5424 3.54346C16.1756 1.91031 18.8233 1.91033 20.4565 3.54346C22.0895 5.17664 22.0896 7.82442 20.4565 9.45752L19.6635 10.2495L13.7495 4.33545L14.5424 3.54346Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPencil2;\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,mSACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oKACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPencil2_exports","__export","IconPencil2","IconPencil2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPencil2","props","React","CentralIconBase","IconPencil2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import C from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(l,{...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:"M18.2495 11.6636L10.1479 19.7661C9.71656 20.1972 9.16389 20.4871 8.56391 20.5962L3.67817 21.4839C3.35549 21.5425 3.02439 21.4394 2.79243 21.2075C2.56073 20.9756 2.45761 20.6443 2.51606 20.3218L3.40376 15.436C3.51296 14.8362 3.80287 14.2833 4.23383 13.8521L12.3354 5.74951L18.2495 11.6636Z",fill:"currentColor"}),t.createElement(n,{d:"M14.5424 3.54346C16.1756 1.91031 18.8233 1.91033 20.4565 3.54346C22.0895 5.17664 22.0896 7.82442 20.4565 9.45752L19.6635 10.2495L13.7495 4.33545L14.5424 3.54346Z",fill:"currentColor"})),P=a;export{a as IconPencil2,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPencil2/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 IconPencil2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.2495 11.6636L10.1479 19.7661C9.71656 20.1972 9.16389 20.4871 8.56391 20.5962L3.67817 21.4839C3.35549 21.5425 3.02439 21.4394 2.79243 21.2075C2.56073 20.9756 2.45761 20.6443 2.51606 20.3218L3.40376 15.436C3.51296 14.8362 3.80287 14.2833 4.23383 13.8521L12.3354 5.74951L18.2495 11.6636Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.5424 3.54346C16.1756 1.91031 18.8233 1.91033 20.4565 3.54346C22.0895 5.17664 22.0896 7.82442 20.4565 9.45752L19.6635 10.2495L13.7495 4.33545L14.5424 3.54346Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPencil2;\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,mSACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oKACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPencil2","props","React","CentralIconBase","IconPencil2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of I(r))!d.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(C=B(r,n))||C.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(P(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>l(t({},"__esModule",{value:!0}),o);var L={};v(L,{IconPencil3:()=>i,default:()=>g});module.exports=x(L);var p=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),s=({children:o,size:r=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>p.default.createElement(s,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M14.5424 3.54302C16.1754 1.91001 18.8233 1.91027 20.4565 3.54302C22.0894 5.1762 22.0896 7.82398 20.4565 9.45708L10.1479 19.7667C9.71658 20.1976 9.16378 20.4876 8.5639 20.5967L3.67816 21.4844C3.35561 21.5428 3.02428 21.4398 2.79242 21.2081C2.56067 20.9762 2.45764 20.6449 2.51605 20.3223L3.40374 15.4366C3.51286 14.8367 3.80287 14.2839 4.23382 13.8526L14.5424 3.54302ZM17.9575 6.04302C17.567 5.65254 16.9339 5.65258 16.5434 6.04302L13.7934 8.79302C13.4029 9.18353 13.4029 9.81655 13.7934 10.2071C14.1839 10.5976 14.8169 10.5976 15.2075 10.2071L17.9575 7.45708C18.3479 7.06655 18.348 6.43352 17.9575 6.04302Z",fill:"currentColor"})),g=i;0&&(module.exports={IconPencil3});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPencil3/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 IconPencil3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.5424 3.54302C16.1754 1.91001 18.8233 1.91027 20.4565 3.54302C22.0894 5.1762 22.0896 7.82398 20.4565 9.45708L10.1479 19.7667C9.71658 20.1976 9.16378 20.4876 8.5639 20.5967L3.67816 21.4844C3.35561 21.5428 3.02428 21.4398 2.79242 21.2081C2.56067 20.9762 2.45764 20.6449 2.51605 20.3223L3.40374 15.4366C3.51286 14.8367 3.80287 14.2839 4.23382 13.8526L14.5424 3.54302ZM17.9575 6.04302C17.567 5.65254 16.9339 5.65258 16.5434 6.04302L13.7934 8.79302C13.4029 9.18353 13.4029 9.81655 13.7934 10.2071C14.1839 10.5976 14.8169 10.5976 15.2075 10.2071L17.9575 7.45708C18.3479 7.06655 18.348 6.43352 17.9575 6.04302Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPencil3;\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,SAAS,UACT,SAAS,UACT,EAAE,imBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPencil3_exports","__export","IconPencil3","IconPencil3_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPencil3","props","React","CentralIconBase","IconPencil3_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import n from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:r,size:o=24,...t})=>p.createElement(C,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>n.createElement(e,{...r},n.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M14.5424 3.54302C16.1754 1.91001 18.8233 1.91027 20.4565 3.54302C22.0894 5.1762 22.0896 7.82398 20.4565 9.45708L10.1479 19.7667C9.71658 20.1976 9.16378 20.4876 8.5639 20.5967L3.67816 21.4844C3.35561 21.5428 3.02428 21.4398 2.79242 21.2081C2.56067 20.9762 2.45764 20.6449 2.51605 20.3223L3.40374 15.4366C3.51286 14.8367 3.80287 14.2839 4.23382 13.8526L14.5424 3.54302ZM17.9575 6.04302C17.567 5.65254 16.9339 5.65258 16.5434 6.04302L13.7934 8.79302C13.4029 9.18353 13.4029 9.81655 13.7934 10.2071C14.1839 10.5976 14.8169 10.5976 15.2075 10.2071L17.9575 7.45708C18.3479 7.06655 18.348 6.43352 17.9575 6.04302Z",fill:"currentColor"})),d=a;export{a as IconPencil3,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPencil3/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 IconPencil3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.5424 3.54302C16.1754 1.91001 18.8233 1.91027 20.4565 3.54302C22.0894 5.1762 22.0896 7.82398 20.4565 9.45708L10.1479 19.7667C9.71658 20.1976 9.16378 20.4876 8.5639 20.5967L3.67816 21.4844C3.35561 21.5428 3.02428 21.4398 2.79242 21.2081C2.56067 20.9762 2.45764 20.6449 2.51605 20.3223L3.40374 15.4366C3.51286 14.8367 3.80287 14.2839 4.23382 13.8526L14.5424 3.54302ZM17.9575 6.04302C17.567 5.65254 16.9339 5.65258 16.5434 6.04302L13.7934 8.79302C13.4029 9.18353 13.4029 9.81655 13.7934 10.2071C14.1839 10.5976 14.8169 10.5976 15.2075 10.2071L17.9575 7.45708C18.3479 7.06655 18.348 6.43352 17.9575 6.04302Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPencil3;\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,SAAS,UACT,SAAS,UACT,EAAE,imBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPencil3","props","React","CentralIconBase","IconPencil3_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var e=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},L=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!P.call(r,n)&&n!==C&&e(r,n,{get:()=>o[n],enumerable:!(l=u(o,n))||l.enumerable});return r};var a=(r,o,C)=>(C=r!=null?i(I(r)):{},L(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>L(e({},"__esModule",{value:!0}),r);var v={};x(v,{IconPencilAi:()=>c,default:()=>d});module.exports=g(v);var t=a(require("react"));var m=a(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...C})=>m.default.createElement(f.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),c=r=>t.default.createElement(s,{...r},t.default.createElement(p.Path,{d:"M19.2499 12.6641L11.1484 20.7667C10.7171 21.1977 10.1642 21.4876 9.5644 21.5968L4.67866 22.4845C4.35614 22.543 4.02486 22.4397 3.79292 22.2081C3.56106 21.9762 3.45813 21.645 3.51655 21.3224L4.40424 16.4366C4.51338 15.8366 4.80325 15.284 5.23432 14.8526L13.3359 6.75009L19.2499 12.6641Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M15.5429 4.54305C17.1761 2.91025 19.8239 2.91001 21.457 4.54305C23.0897 6.17613 23.0897 8.82403 21.457 10.4571L20.664 11.2501L14.7499 5.33602L15.5429 4.54305Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M7.24045 4.18518L6.54359 2.37334C6.45708 2.14842 6.24099 2 6 2C5.75901 2 5.54292 2.14842 5.45641 2.37334L4.75955 4.18518C4.65797 4.44927 4.44927 4.65797 4.18518 4.75955L2.37334 5.45641C2.14842 5.54292 2 5.75901 2 6C2 6.24099 2.14842 6.45708 2.37334 6.54359L4.18518 7.24045C4.44927 7.34203 4.65797 7.55073 4.75955 7.81482L5.45641 9.62666C5.54292 9.85158 5.75901 10 6 10C6.24099 10 6.45708 9.85158 6.54359 9.62666L7.24045 7.81482C7.34203 7.55073 7.55073 7.34203 7.81482 7.24045L9.62666 6.54359C9.85158 6.45708 10 6.24099 10 6C10 5.75901 9.85158 5.54292 9.62666 5.45641L7.81482 4.75955C7.55073 4.65797 7.34203 4.44927 7.24045 4.18518Z",fill:"currentColor"})),d=c;0&&(module.exports={IconPencilAi});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPencilAi/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 IconPencilAi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.2499 12.6641L11.1484 20.7667C10.7171 21.1977 10.1642 21.4876 9.5644 21.5968L4.67866 22.4845C4.35614 22.543 4.02486 22.4397 3.79292 22.2081C3.56106 21.9762 3.45813 21.645 3.51655 21.3224L4.40424 16.4366C4.51338 15.8366 4.80325 15.284 5.23432 14.8526L13.3359 6.75009L19.2499 12.6641Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5429 4.54305C17.1761 2.91025 19.8239 2.91001 21.457 4.54305C23.0897 6.17613 23.0897 8.82403 21.457 10.4571L20.664 11.2501L14.7499 5.33602L15.5429 4.54305Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.24045 4.18518L6.54359 2.37334C6.45708 2.14842 6.24099 2 6 2C5.75901 2 5.54292 2.14842 5.45641 2.37334L4.75955 4.18518C4.65797 4.44927 4.44927 4.65797 4.18518 4.75955L2.37334 5.45641C2.14842 5.54292 2 5.75901 2 6C2 6.24099 2.14842 6.45708 2.37334 6.54359L4.18518 7.24045C4.44927 7.34203 4.65797 7.55073 4.75955 7.81482L5.45641 9.62666C5.54292 9.85158 5.75901 10 6 10C6.24099 10 6.45708 9.85158 6.54359 9.62666L7.24045 7.81482C7.34203 7.55073 7.55073 7.34203 7.81482 7.24045L9.62666 6.54359C9.85158 6.45708 10 6.24099 10 6C10 5.75901 9.85158 5.54292 9.62666 5.45641L7.81482 4.75955C7.55073 4.65797 7.34203 4.44927 7.24045 4.18518Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPencilAi;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gSACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0nBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPencilAi_exports","__export","IconPencilAi","IconPencilAi_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPencilAi","props","React","CentralIconBase","IconPencilAi_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:C,size:r=24,...e})=>p.createElement(l,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as n}from"react-native-svg";var L=C=>o.createElement(t,{...C},o.createElement(n,{d:"M19.2499 12.6641L11.1484 20.7667C10.7171 21.1977 10.1642 21.4876 9.5644 21.5968L4.67866 22.4845C4.35614 22.543 4.02486 22.4397 3.79292 22.2081C3.56106 21.9762 3.45813 21.645 3.51655 21.3224L4.40424 16.4366C4.51338 15.8366 4.80325 15.284 5.23432 14.8526L13.3359 6.75009L19.2499 12.6641Z",fill:"currentColor"}),o.createElement(n,{d:"M15.5429 4.54305C17.1761 2.91025 19.8239 2.91001 21.457 4.54305C23.0897 6.17613 23.0897 8.82403 21.457 10.4571L20.664 11.2501L14.7499 5.33602L15.5429 4.54305Z",fill:"currentColor"}),o.createElement(n,{d:"M7.24045 4.18518L6.54359 2.37334C6.45708 2.14842 6.24099 2 6 2C5.75901 2 5.54292 2.14842 5.45641 2.37334L4.75955 4.18518C4.65797 4.44927 4.44927 4.65797 4.18518 4.75955L2.37334 5.45641C2.14842 5.54292 2 5.75901 2 6C2 6.24099 2.14842 6.45708 2.37334 6.54359L4.18518 7.24045C4.44927 7.34203 4.65797 7.55073 4.75955 7.81482L5.45641 9.62666C5.54292 9.85158 5.75901 10 6 10C6.24099 10 6.45708 9.85158 6.54359 9.62666L7.24045 7.81482C7.34203 7.55073 7.55073 7.34203 7.81482 7.24045L9.62666 6.54359C9.85158 6.45708 10 6.24099 10 6C10 5.75901 9.85158 5.54292 9.62666 5.45641L7.81482 4.75955C7.55073 4.65797 7.34203 4.44927 7.24045 4.18518Z",fill:"currentColor"})),P=L;export{L as IconPencilAi,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPencilAi/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 IconPencilAi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.2499 12.6641L11.1484 20.7667C10.7171 21.1977 10.1642 21.4876 9.5644 21.5968L4.67866 22.4845C4.35614 22.543 4.02486 22.4397 3.79292 22.2081C3.56106 21.9762 3.45813 21.645 3.51655 21.3224L4.40424 16.4366C4.51338 15.8366 4.80325 15.284 5.23432 14.8526L13.3359 6.75009L19.2499 12.6641Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5429 4.54305C17.1761 2.91025 19.8239 2.91001 21.457 4.54305C23.0897 6.17613 23.0897 8.82403 21.457 10.4571L20.664 11.2501L14.7499 5.33602L15.5429 4.54305Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.24045 4.18518L6.54359 2.37334C6.45708 2.14842 6.24099 2 6 2C5.75901 2 5.54292 2.14842 5.45641 2.37334L4.75955 4.18518C4.65797 4.44927 4.44927 4.65797 4.18518 4.75955L2.37334 5.45641C2.14842 5.54292 2 5.75901 2 6C2 6.24099 2.14842 6.45708 2.37334 6.54359L4.18518 7.24045C4.44927 7.34203 4.65797 7.55073 4.75955 7.81482L5.45641 9.62666C5.54292 9.85158 5.75901 10 6 10C6.24099 10 6.45708 9.85158 6.54359 9.62666L7.24045 7.81482C7.34203 7.55073 7.55073 7.34203 7.81482 7.24045L9.62666 6.54359C9.85158 6.45708 10 6.24099 10 6C10 5.75901 9.85158 5.54292 9.62666 5.45641L7.81482 4.75955C7.55073 4.65797 7.34203 4.44927 7.24045 4.18518Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPencilAi;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gSACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0nBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPencilAi","props","React","CentralIconBase","IconPencilAi_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var I=Object.create;var e=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)e(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of u(o))!P.call(r,C)&&C!==t&&e(r,C,{get:()=>o[C],enumerable:!(p=i(o,C))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?I(x(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(e({},"__esModule",{value:!0}),r);var h={};g(h,{IconSelectLasso:()=>B,default:()=>S});module.exports=v(h);var n=l(require("react"));var s=l(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(m.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 f=require("react-native-svg"),B=r=>n.default.createElement(c,{...r},n.default.createElement(f.Path,{d:"M2 12C2 6.47715 6.47715 2 12 2C12.5523 2 13 2.44772 13 3C13 3.55228 12.5523 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 10.3962 19.4247 9.34036 18.6123 8.6543C17.7709 7.94393 16.582 7.55487 15.2695 7.49902C13.9603 7.44339 12.6117 7.72442 11.5264 8.25684C10.4289 8.79521 9.70991 9.53141 9.44824 10.3164C9.27348 10.8402 8.70744 11.1229 8.18359 10.9482C7.65984 10.7735 7.37714 10.2074 7.55176 9.68359C8.04014 8.21879 9.25874 7.14225 10.6455 6.46191C12.0444 5.77569 13.7274 5.4317 15.3555 5.50098C16.9802 5.57019 18.6355 6.05636 19.9033 7.12695C21.2 8.22214 22 9.85404 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z",fill:"currentColor"})),S=B;0&&(module.exports={IconSelectLasso});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSelectLasso/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 IconSelectLasso: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2 12C2 6.47715 6.47715 2 12 2C12.5523 2 13 2.44772 13 3C13 3.55228 12.5523 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 10.3962 19.4247 9.34036 18.6123 8.6543C17.7709 7.94393 16.582 7.55487 15.2695 7.49902C13.9603 7.44339 12.6117 7.72442 11.5264 8.25684C10.4289 8.79521 9.70991 9.53141 9.44824 10.3164C9.27348 10.8402 8.70744 11.1229 8.18359 10.9482C7.65984 10.7735 7.37714 10.2074 7.55176 9.68359C8.04014 8.21879 9.25874 7.14225 10.6455 6.46191C12.0444 5.77569 13.7274 5.4317 15.3555 5.50098C16.9802 5.57019 18.6355 6.05636 19.9033 7.12695C21.2 8.22214 22 9.85404 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSelectLasso;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kqBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconSelectLasso_exports","__export","IconSelectLasso","IconSelectLasso_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSelectLasso","props","React","CentralIconBase","IconSelectLasso_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import C from"react";import n from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...e})=>n.createElement(p,{...e,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 l=o=>C.createElement(t,{...o},C.createElement(a,{d:"M2 12C2 6.47715 6.47715 2 12 2C12.5523 2 13 2.44772 13 3C13 3.55228 12.5523 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 10.3962 19.4247 9.34036 18.6123 8.6543C17.7709 7.94393 16.582 7.55487 15.2695 7.49902C13.9603 7.44339 12.6117 7.72442 11.5264 8.25684C10.4289 8.79521 9.70991 9.53141 9.44824 10.3164C9.27348 10.8402 8.70744 11.1229 8.18359 10.9482C7.65984 10.7735 7.37714 10.2074 7.55176 9.68359C8.04014 8.21879 9.25874 7.14225 10.6455 6.46191C12.0444 5.77569 13.7274 5.4317 15.3555 5.50098C16.9802 5.57019 18.6355 6.05636 19.9033 7.12695C21.2 8.22214 22 9.85404 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z",fill:"currentColor"})),P=l;export{l as IconSelectLasso,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSelectLasso/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 IconSelectLasso: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2 12C2 6.47715 6.47715 2 12 2C12.5523 2 13 2.44772 13 3C13 3.55228 12.5523 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 10.3962 19.4247 9.34036 18.6123 8.6543C17.7709 7.94393 16.582 7.55487 15.2695 7.49902C13.9603 7.44339 12.6117 7.72442 11.5264 8.25684C10.4289 8.79521 9.70991 9.53141 9.44824 10.3164C9.27348 10.8402 8.70744 11.1229 8.18359 10.9482C7.65984 10.7735 7.37714 10.2074 7.55176 9.68359C8.04014 8.21879 9.25874 7.14225 10.6455 6.46191C12.0444 5.77569 13.7274 5.4317 15.3555 5.50098C16.9802 5.57019 18.6355 6.05636 19.9033 7.12695C21.2 8.22214 22 9.85404 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSelectLasso;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kqBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSelectLasso","props","React","CentralIconBase","IconSelectLasso_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var Z=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var i=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var x=(C,r)=>{for(var o in r)t(C,o,{get:r[o],enumerable:!0})},a=(C,r,o,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of I(r))!u.call(C,e)&&e!==o&&t(C,e,{get:()=>r[e],enumerable:!(p=B(r,e))||p.enumerable});return C};var s=(C,r,o)=>(o=C!=null?Z(i(C)):{},a(r||!C||!C.__esModule?t(o,"default",{value:C,enumerable:!0}):o,C)),P=C=>a(t({},"__esModule",{value:!0}),C);var h={};x(h,{IconSelectLassoDashed:()=>M,default:()=>g});module.exports=P(h);var n=s(require("react"));var l=s(require("react")),m=require("react-native-svg"),c=({children:C,size:r=24,...o})=>l.default.createElement(m.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var f=require("react-native-svg"),M=C=>n.default.createElement(c,{...C},n.default.createElement(f.Path,{d:"M13.5625 19.8477C14.1042 19.7405 14.6301 20.093 14.7373 20.6348C14.8444 21.1765 14.4919 21.7024 13.9502 21.8096C13.3186 21.9345 12.6665 22 12 22C11.3335 22 10.6814 21.9345 10.0498 21.8096C9.50806 21.7024 9.15558 21.1765 9.2627 20.6348C9.36987 20.093 9.89576 19.7405 10.4375 19.8477C10.942 19.9475 11.4644 20 12 20C12.5356 20 13.058 19.9475 13.5625 19.8477ZM3.95996 16.1699C4.41888 15.8628 5.03945 15.9854 5.34668 16.4443C5.93103 17.3172 6.68282 18.069 7.55566 18.6533C8.01455 18.9606 8.13724 19.5811 7.83008 20.04C7.5229 20.4989 6.90226 20.6224 6.44336 20.3154C5.35328 19.5856 4.41436 18.6467 3.68457 17.5566C3.3776 17.0977 3.50114 16.4771 3.95996 16.1699ZM18.6533 16.4443C18.9606 15.9854 19.5811 15.8628 20.04 16.1699C20.4989 16.4771 20.6224 17.0977 20.3154 17.5566C19.5856 18.6467 18.6467 19.5856 17.5566 20.3154C17.0977 20.6224 16.4771 20.4989 16.1699 20.04C15.8628 19.5811 15.9854 18.9605 16.4443 18.6533C17.3172 18.069 18.069 17.3172 18.6533 16.4443ZM2 12C2 11.3335 2.06551 10.6814 2.19043 10.0498C2.2976 9.50806 2.82349 9.15558 3.36523 9.2627C3.90698 9.36987 4.25945 9.89576 4.15234 10.4375C4.05254 10.942 4 11.4644 4 12C4 12.5356 4.05254 13.058 4.15234 13.5625C4.25945 14.1042 3.90698 14.6301 3.36523 14.7373C2.82349 14.8444 2.2976 14.4919 2.19043 13.9502C2.06551 13.3186 2 12.6665 2 12ZM20 12C20 11.3139 19.8942 10.7349 19.7178 10.248C19.5296 9.72883 19.7982 9.155 20.3174 8.9668C20.8364 8.77886 21.4094 9.04745 21.5977 9.56641C21.8614 10.2939 22 11.1063 22 12C22 12.6665 21.9345 13.3186 21.8096 13.9502C21.7024 14.4919 21.1765 14.8444 20.6348 14.7373C20.093 14.6301 19.7405 14.1042 19.8477 13.5625C19.9475 13.058 20 12.5356 20 12ZM9.03613 7.52148C9.45067 7.15655 10.0823 7.19679 10.4473 7.61133C10.8121 8.02587 10.7719 8.65756 10.3574 9.02246C9.90425 9.42148 9.60023 9.86046 9.44824 10.3164C9.27348 10.8402 8.70744 11.1229 8.18359 10.9482C7.65984 10.7735 7.37714 10.2074 7.55176 9.68359C7.83676 8.82879 8.37296 8.10536 9.03613 7.52148ZM6.44336 3.68457C6.90226 3.3776 7.5229 3.50114 7.83008 3.95996C8.13724 4.41888 8.01455 5.03945 7.55566 5.34668C6.68282 5.93103 5.93103 6.68282 5.34668 7.55566C5.03945 8.01455 4.41888 8.13724 3.95996 7.83008C3.50114 7.5229 3.3776 6.90226 3.68457 6.44336C4.41436 5.35328 5.35328 4.41436 6.44336 3.68457ZM13.3994 5.61133C14.9592 5.37078 16.6396 5.482 18.1104 6.06641C18.6232 6.27044 18.8736 6.85122 18.6699 7.36426C18.466 7.87751 17.8843 8.12875 17.3711 7.9248C16.2908 7.49563 14.9807 7.391 13.7041 7.58789C13.1583 7.67207 12.6477 7.29772 12.5635 6.75195C12.4793 6.20612 12.8536 5.69551 13.3994 5.61133ZM12 2C12.5523 2 13 2.44772 13 3C13 3.55228 12.5523 4 12 4C11.4644 4 10.942 4.05254 10.4375 4.15234C9.89576 4.25945 9.36987 3.90698 9.2627 3.36523C9.15558 2.82349 9.50806 2.2976 10.0498 2.19043C10.6814 2.06551 11.3335 2 12 2Z",fill:"currentColor"})),g=M;0&&(module.exports={IconSelectLassoDashed});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSelectLassoDashed/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 IconSelectLassoDashed: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.5625 19.8477C14.1042 19.7405 14.6301 20.093 14.7373 20.6348C14.8444 21.1765 14.4919 21.7024 13.9502 21.8096C13.3186 21.9345 12.6665 22 12 22C11.3335 22 10.6814 21.9345 10.0498 21.8096C9.50806 21.7024 9.15558 21.1765 9.2627 20.6348C9.36987 20.093 9.89576 19.7405 10.4375 19.8477C10.942 19.9475 11.4644 20 12 20C12.5356 20 13.058 19.9475 13.5625 19.8477ZM3.95996 16.1699C4.41888 15.8628 5.03945 15.9854 5.34668 16.4443C5.93103 17.3172 6.68282 18.069 7.55566 18.6533C8.01455 18.9606 8.13724 19.5811 7.83008 20.04C7.5229 20.4989 6.90226 20.6224 6.44336 20.3154C5.35328 19.5856 4.41436 18.6467 3.68457 17.5566C3.3776 17.0977 3.50114 16.4771 3.95996 16.1699ZM18.6533 16.4443C18.9606 15.9854 19.5811 15.8628 20.04 16.1699C20.4989 16.4771 20.6224 17.0977 20.3154 17.5566C19.5856 18.6467 18.6467 19.5856 17.5566 20.3154C17.0977 20.6224 16.4771 20.4989 16.1699 20.04C15.8628 19.5811 15.9854 18.9605 16.4443 18.6533C17.3172 18.069 18.069 17.3172 18.6533 16.4443ZM2 12C2 11.3335 2.06551 10.6814 2.19043 10.0498C2.2976 9.50806 2.82349 9.15558 3.36523 9.2627C3.90698 9.36987 4.25945 9.89576 4.15234 10.4375C4.05254 10.942 4 11.4644 4 12C4 12.5356 4.05254 13.058 4.15234 13.5625C4.25945 14.1042 3.90698 14.6301 3.36523 14.7373C2.82349 14.8444 2.2976 14.4919 2.19043 13.9502C2.06551 13.3186 2 12.6665 2 12ZM20 12C20 11.3139 19.8942 10.7349 19.7178 10.248C19.5296 9.72883 19.7982 9.155 20.3174 8.9668C20.8364 8.77886 21.4094 9.04745 21.5977 9.56641C21.8614 10.2939 22 11.1063 22 12C22 12.6665 21.9345 13.3186 21.8096 13.9502C21.7024 14.4919 21.1765 14.8444 20.6348 14.7373C20.093 14.6301 19.7405 14.1042 19.8477 13.5625C19.9475 13.058 20 12.5356 20 12ZM9.03613 7.52148C9.45067 7.15655 10.0823 7.19679 10.4473 7.61133C10.8121 8.02587 10.7719 8.65756 10.3574 9.02246C9.90425 9.42148 9.60023 9.86046 9.44824 10.3164C9.27348 10.8402 8.70744 11.1229 8.18359 10.9482C7.65984 10.7735 7.37714 10.2074 7.55176 9.68359C7.83676 8.82879 8.37296 8.10536 9.03613 7.52148ZM6.44336 3.68457C6.90226 3.3776 7.5229 3.50114 7.83008 3.95996C8.13724 4.41888 8.01455 5.03945 7.55566 5.34668C6.68282 5.93103 5.93103 6.68282 5.34668 7.55566C5.03945 8.01455 4.41888 8.13724 3.95996 7.83008C3.50114 7.5229 3.3776 6.90226 3.68457 6.44336C4.41436 5.35328 5.35328 4.41436 6.44336 3.68457ZM13.3994 5.61133C14.9592 5.37078 16.6396 5.482 18.1104 6.06641C18.6232 6.27044 18.8736 6.85122 18.6699 7.36426C18.466 7.87751 17.8843 8.12875 17.3711 7.9248C16.2908 7.49563 14.9807 7.391 13.7041 7.58789C13.1583 7.67207 12.6477 7.29772 12.5635 6.75195C12.4793 6.20612 12.8536 5.69551 13.3994 5.61133ZM12 2C12.5523 2 13 2.44772 13 3C13 3.55228 12.5523 4 12 4C11.4644 4 10.942 4.05254 10.4375 4.15234C9.89576 4.25945 9.36987 3.90698 9.2627 3.36523C9.15558 2.82349 9.50806 2.2976 10.0498 2.19043C10.6814 2.06551 11.3335 2 12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSelectLassoDashed;\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,2BAAAE,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,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mtFACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconSelectLassoDashed_exports","__export","IconSelectLassoDashed","IconSelectLassoDashed_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSelectLassoDashed","props","React","CentralIconBase","IconSelectLassoDashed_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import n from"react";import{Svg as p}from"react-native-svg";var o=({children:r,size:C=24,...t})=>n.createElement(p,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var s=r=>e.createElement(o,{...r},e.createElement(a,{d:"M13.5625 19.8477C14.1042 19.7405 14.6301 20.093 14.7373 20.6348C14.8444 21.1765 14.4919 21.7024 13.9502 21.8096C13.3186 21.9345 12.6665 22 12 22C11.3335 22 10.6814 21.9345 10.0498 21.8096C9.50806 21.7024 9.15558 21.1765 9.2627 20.6348C9.36987 20.093 9.89576 19.7405 10.4375 19.8477C10.942 19.9475 11.4644 20 12 20C12.5356 20 13.058 19.9475 13.5625 19.8477ZM3.95996 16.1699C4.41888 15.8628 5.03945 15.9854 5.34668 16.4443C5.93103 17.3172 6.68282 18.069 7.55566 18.6533C8.01455 18.9606 8.13724 19.5811 7.83008 20.04C7.5229 20.4989 6.90226 20.6224 6.44336 20.3154C5.35328 19.5856 4.41436 18.6467 3.68457 17.5566C3.3776 17.0977 3.50114 16.4771 3.95996 16.1699ZM18.6533 16.4443C18.9606 15.9854 19.5811 15.8628 20.04 16.1699C20.4989 16.4771 20.6224 17.0977 20.3154 17.5566C19.5856 18.6467 18.6467 19.5856 17.5566 20.3154C17.0977 20.6224 16.4771 20.4989 16.1699 20.04C15.8628 19.5811 15.9854 18.9605 16.4443 18.6533C17.3172 18.069 18.069 17.3172 18.6533 16.4443ZM2 12C2 11.3335 2.06551 10.6814 2.19043 10.0498C2.2976 9.50806 2.82349 9.15558 3.36523 9.2627C3.90698 9.36987 4.25945 9.89576 4.15234 10.4375C4.05254 10.942 4 11.4644 4 12C4 12.5356 4.05254 13.058 4.15234 13.5625C4.25945 14.1042 3.90698 14.6301 3.36523 14.7373C2.82349 14.8444 2.2976 14.4919 2.19043 13.9502C2.06551 13.3186 2 12.6665 2 12ZM20 12C20 11.3139 19.8942 10.7349 19.7178 10.248C19.5296 9.72883 19.7982 9.155 20.3174 8.9668C20.8364 8.77886 21.4094 9.04745 21.5977 9.56641C21.8614 10.2939 22 11.1063 22 12C22 12.6665 21.9345 13.3186 21.8096 13.9502C21.7024 14.4919 21.1765 14.8444 20.6348 14.7373C20.093 14.6301 19.7405 14.1042 19.8477 13.5625C19.9475 13.058 20 12.5356 20 12ZM9.03613 7.52148C9.45067 7.15655 10.0823 7.19679 10.4473 7.61133C10.8121 8.02587 10.7719 8.65756 10.3574 9.02246C9.90425 9.42148 9.60023 9.86046 9.44824 10.3164C9.27348 10.8402 8.70744 11.1229 8.18359 10.9482C7.65984 10.7735 7.37714 10.2074 7.55176 9.68359C7.83676 8.82879 8.37296 8.10536 9.03613 7.52148ZM6.44336 3.68457C6.90226 3.3776 7.5229 3.50114 7.83008 3.95996C8.13724 4.41888 8.01455 5.03945 7.55566 5.34668C6.68282 5.93103 5.93103 6.68282 5.34668 7.55566C5.03945 8.01455 4.41888 8.13724 3.95996 7.83008C3.50114 7.5229 3.3776 6.90226 3.68457 6.44336C4.41436 5.35328 5.35328 4.41436 6.44336 3.68457ZM13.3994 5.61133C14.9592 5.37078 16.6396 5.482 18.1104 6.06641C18.6232 6.27044 18.8736 6.85122 18.6699 7.36426C18.466 7.87751 17.8843 8.12875 17.3711 7.9248C16.2908 7.49563 14.9807 7.391 13.7041 7.58789C13.1583 7.67207 12.6477 7.29772 12.5635 6.75195C12.4793 6.20612 12.8536 5.69551 13.3994 5.61133ZM12 2C12.5523 2 13 2.44772 13 3C13 3.55228 12.5523 4 12 4C11.4644 4 10.942 4.05254 10.4375 4.15234C9.89576 4.25945 9.36987 3.90698 9.2627 3.36523C9.15558 2.82349 9.50806 2.2976 10.0498 2.19043C10.6814 2.06551 11.3335 2 12 2Z",fill:"currentColor"})),u=s;export{s as IconSelectLassoDashed,u as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSelectLassoDashed/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 IconSelectLassoDashed: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.5625 19.8477C14.1042 19.7405 14.6301 20.093 14.7373 20.6348C14.8444 21.1765 14.4919 21.7024 13.9502 21.8096C13.3186 21.9345 12.6665 22 12 22C11.3335 22 10.6814 21.9345 10.0498 21.8096C9.50806 21.7024 9.15558 21.1765 9.2627 20.6348C9.36987 20.093 9.89576 19.7405 10.4375 19.8477C10.942 19.9475 11.4644 20 12 20C12.5356 20 13.058 19.9475 13.5625 19.8477ZM3.95996 16.1699C4.41888 15.8628 5.03945 15.9854 5.34668 16.4443C5.93103 17.3172 6.68282 18.069 7.55566 18.6533C8.01455 18.9606 8.13724 19.5811 7.83008 20.04C7.5229 20.4989 6.90226 20.6224 6.44336 20.3154C5.35328 19.5856 4.41436 18.6467 3.68457 17.5566C3.3776 17.0977 3.50114 16.4771 3.95996 16.1699ZM18.6533 16.4443C18.9606 15.9854 19.5811 15.8628 20.04 16.1699C20.4989 16.4771 20.6224 17.0977 20.3154 17.5566C19.5856 18.6467 18.6467 19.5856 17.5566 20.3154C17.0977 20.6224 16.4771 20.4989 16.1699 20.04C15.8628 19.5811 15.9854 18.9605 16.4443 18.6533C17.3172 18.069 18.069 17.3172 18.6533 16.4443ZM2 12C2 11.3335 2.06551 10.6814 2.19043 10.0498C2.2976 9.50806 2.82349 9.15558 3.36523 9.2627C3.90698 9.36987 4.25945 9.89576 4.15234 10.4375C4.05254 10.942 4 11.4644 4 12C4 12.5356 4.05254 13.058 4.15234 13.5625C4.25945 14.1042 3.90698 14.6301 3.36523 14.7373C2.82349 14.8444 2.2976 14.4919 2.19043 13.9502C2.06551 13.3186 2 12.6665 2 12ZM20 12C20 11.3139 19.8942 10.7349 19.7178 10.248C19.5296 9.72883 19.7982 9.155 20.3174 8.9668C20.8364 8.77886 21.4094 9.04745 21.5977 9.56641C21.8614 10.2939 22 11.1063 22 12C22 12.6665 21.9345 13.3186 21.8096 13.9502C21.7024 14.4919 21.1765 14.8444 20.6348 14.7373C20.093 14.6301 19.7405 14.1042 19.8477 13.5625C19.9475 13.058 20 12.5356 20 12ZM9.03613 7.52148C9.45067 7.15655 10.0823 7.19679 10.4473 7.61133C10.8121 8.02587 10.7719 8.65756 10.3574 9.02246C9.90425 9.42148 9.60023 9.86046 9.44824 10.3164C9.27348 10.8402 8.70744 11.1229 8.18359 10.9482C7.65984 10.7735 7.37714 10.2074 7.55176 9.68359C7.83676 8.82879 8.37296 8.10536 9.03613 7.52148ZM6.44336 3.68457C6.90226 3.3776 7.5229 3.50114 7.83008 3.95996C8.13724 4.41888 8.01455 5.03945 7.55566 5.34668C6.68282 5.93103 5.93103 6.68282 5.34668 7.55566C5.03945 8.01455 4.41888 8.13724 3.95996 7.83008C3.50114 7.5229 3.3776 6.90226 3.68457 6.44336C4.41436 5.35328 5.35328 4.41436 6.44336 3.68457ZM13.3994 5.61133C14.9592 5.37078 16.6396 5.482 18.1104 6.06641C18.6232 6.27044 18.8736 6.85122 18.6699 7.36426C18.466 7.87751 17.8843 8.12875 17.3711 7.9248C16.2908 7.49563 14.9807 7.391 13.7041 7.58789C13.1583 7.67207 12.6477 7.29772 12.5635 6.75195C12.4793 6.20612 12.8536 5.69551 13.3994 5.61133ZM12 2C12.5523 2 13 2.44772 13 3C13 3.55228 12.5523 4 12 4C11.4644 4 10.942 4.05254 10.4375 4.15234C9.89576 4.25945 9.36987 3.90698 9.2627 3.36523C9.15558 2.82349 9.50806 2.2976 10.0498 2.19043C10.6814 2.06551 11.3335 2 12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSelectLassoDashed;\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,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mtFACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSelectLassoDashed","props","React","CentralIconBase","IconSelectLassoDashed_default"]}
|
package/README.md
CHANGED
|
@@ -677,6 +677,9 @@ Below is a complete list of available icons:
|
|
|
677
677
|
- IconPaintBucket
|
|
678
678
|
- IconPaintBucketDrop
|
|
679
679
|
- IconPencil
|
|
680
|
+
- IconPencil2
|
|
681
|
+
- IconPencil3
|
|
682
|
+
- IconPencilAi
|
|
680
683
|
- IconPencilLine
|
|
681
684
|
- IconPencilWave
|
|
682
685
|
- IconRecKeyframe
|
|
@@ -687,6 +690,8 @@ Below is a complete list of available icons:
|
|
|
687
690
|
- IconRewrite1
|
|
688
691
|
- IconRewrite2
|
|
689
692
|
- IconRuler
|
|
693
|
+
- IconSelectLasso
|
|
694
|
+
- IconSelectLassoDashed
|
|
690
695
|
- IconShaderEffect
|
|
691
696
|
- IconShaders
|
|
692
697
|
- IconSignature
|
package/filtered-icons.json
CHANGED
|
@@ -16744,6 +16744,48 @@
|
|
|
16744
16744
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
16745
16745
|
"componentName": "IconPencil"
|
|
16746
16746
|
},
|
|
16747
|
+
{
|
|
16748
|
+
"category": "Edit",
|
|
16749
|
+
"svg": "<path d=\"M18.2495 11.6636L10.1479 19.7661C9.71656 20.1972 9.16389 20.4871 8.56391 20.5962L3.67817 21.4839C3.35549 21.5425 3.02439 21.4394 2.79243 21.2075C2.56073 20.9756 2.45761 20.6443 2.51606 20.3218L3.40376 15.436C3.51296 14.8362 3.80287 14.2833 4.23383 13.8521L12.3354 5.74951L18.2495 11.6636Z\" fill=\"currentColor\"/><path d=\"M14.5424 3.54346C16.1756 1.91031 18.8233 1.91033 20.4565 3.54346C22.0895 5.17664 22.0896 7.82442 20.4565 9.45752L19.6635 10.2495L13.7495 4.33545L14.5424 3.54346Z\" fill=\"currentColor\"/>",
|
|
16750
|
+
"iconName": "pencil-2, edit, write, prompt",
|
|
16751
|
+
"variant": {
|
|
16752
|
+
"join": "round",
|
|
16753
|
+
"filled": "on",
|
|
16754
|
+
"radius": "2",
|
|
16755
|
+
"stroke": "2"
|
|
16756
|
+
},
|
|
16757
|
+
"createdAt": "2026-02-13T09:00:26.192615+00:00",
|
|
16758
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
16759
|
+
"componentName": "IconPencil2"
|
|
16760
|
+
},
|
|
16761
|
+
{
|
|
16762
|
+
"category": "Edit",
|
|
16763
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5424 3.54302C16.1754 1.91001 18.8233 1.91027 20.4565 3.54302C22.0894 5.1762 22.0896 7.82398 20.4565 9.45708L10.1479 19.7667C9.71658 20.1976 9.16378 20.4876 8.5639 20.5967L3.67816 21.4844C3.35561 21.5428 3.02428 21.4398 2.79242 21.2081C2.56067 20.9762 2.45764 20.6449 2.51605 20.3223L3.40374 15.4366C3.51286 14.8367 3.80287 14.2839 4.23382 13.8526L14.5424 3.54302ZM17.9575 6.04302C17.567 5.65254 16.9339 5.65258 16.5434 6.04302L13.7934 8.79302C13.4029 9.18353 13.4029 9.81655 13.7934 10.2071C14.1839 10.5976 14.8169 10.5976 15.2075 10.2071L17.9575 7.45708C18.3479 7.06655 18.348 6.43352 17.9575 6.04302Z\" fill=\"currentColor\"/>",
|
|
16764
|
+
"iconName": "pencil-3, edit, write, prompt",
|
|
16765
|
+
"variant": {
|
|
16766
|
+
"join": "round",
|
|
16767
|
+
"filled": "on",
|
|
16768
|
+
"radius": "2",
|
|
16769
|
+
"stroke": "2"
|
|
16770
|
+
},
|
|
16771
|
+
"createdAt": "2026-02-13T09:00:26.192615+00:00",
|
|
16772
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
16773
|
+
"componentName": "IconPencil3"
|
|
16774
|
+
},
|
|
16775
|
+
{
|
|
16776
|
+
"category": "Edit",
|
|
16777
|
+
"svg": "<path d=\"M19.2499 12.6641L11.1484 20.7667C10.7171 21.1977 10.1642 21.4876 9.5644 21.5968L4.67866 22.4845C4.35614 22.543 4.02486 22.4397 3.79292 22.2081C3.56106 21.9762 3.45813 21.645 3.51655 21.3224L4.40424 16.4366C4.51338 15.8366 4.80325 15.284 5.23432 14.8526L13.3359 6.75009L19.2499 12.6641Z\" fill=\"currentColor\"/><path d=\"M15.5429 4.54305C17.1761 2.91025 19.8239 2.91001 21.457 4.54305C23.0897 6.17613 23.0897 8.82403 21.457 10.4571L20.664 11.2501L14.7499 5.33602L15.5429 4.54305Z\" fill=\"currentColor\"/><path d=\"M7.24045 4.18518L6.54359 2.37334C6.45708 2.14842 6.24099 2 6 2C5.75901 2 5.54292 2.14842 5.45641 2.37334L4.75955 4.18518C4.65797 4.44927 4.44927 4.65797 4.18518 4.75955L2.37334 5.45641C2.14842 5.54292 2 5.75901 2 6C2 6.24099 2.14842 6.45708 2.37334 6.54359L4.18518 7.24045C4.44927 7.34203 4.65797 7.55073 4.75955 7.81482L5.45641 9.62666C5.54292 9.85158 5.75901 10 6 10C6.24099 10 6.45708 9.85158 6.54359 9.62666L7.24045 7.81482C7.34203 7.55073 7.55073 7.34203 7.81482 7.24045L9.62666 6.54359C9.85158 6.45708 10 6.24099 10 6C10 5.75901 9.85158 5.54292 9.62666 5.45641L7.81482 4.75955C7.55073 4.65797 7.34203 4.44927 7.24045 4.18518Z\" fill=\"currentColor\"/>",
|
|
16778
|
+
"iconName": "pencil-ai, edit, write, auto-write, prompt-suggestion, auto-prompt",
|
|
16779
|
+
"variant": {
|
|
16780
|
+
"join": "round",
|
|
16781
|
+
"filled": "on",
|
|
16782
|
+
"radius": "2",
|
|
16783
|
+
"stroke": "2"
|
|
16784
|
+
},
|
|
16785
|
+
"createdAt": "2026-02-13T09:00:26.192615+00:00",
|
|
16786
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
16787
|
+
"componentName": "IconPencilAi"
|
|
16788
|
+
},
|
|
16747
16789
|
{
|
|
16748
16790
|
"category": "Edit",
|
|
16749
16791
|
"svg": "<path d=\"M15.3787 2.70705C16.5503 1.53548 18.4497 1.53547 19.6213 2.70705L21.2929 4.37863C22.4645 5.55021 22.4645 7.44971 21.2929 8.62128L8.79289 21.1213C8.23028 21.6839 7.46722 22 6.67157 22H3C2.44772 22 2 21.5523 2 21V17.3284C2 16.5328 2.31607 15.7697 2.87868 15.2071L15.3787 2.70705Z\" fill=\"currentColor\"/><path d=\"M14 20C13.4477 20 13 20.4477 13 21C13 21.5523 13.4477 22 14 22H21C21.5523 22 22 21.5523 22 21C22 20.4477 21.5523 20 21 20H14Z\" fill=\"currentColor\"/>",
|
|
@@ -19250,6 +19292,34 @@
|
|
|
19250
19292
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
19251
19293
|
"componentName": "IconSecretPhrase"
|
|
19252
19294
|
},
|
|
19295
|
+
{
|
|
19296
|
+
"category": "Edit",
|
|
19297
|
+
"svg": "<path d=\"M2 12C2 6.47715 6.47715 2 12 2C12.5523 2 13 2.44772 13 3C13 3.55228 12.5523 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 10.3962 19.4247 9.34036 18.6123 8.6543C17.7709 7.94393 16.582 7.55487 15.2695 7.49902C13.9603 7.44339 12.6117 7.72442 11.5264 8.25684C10.4289 8.79521 9.70991 9.53141 9.44824 10.3164C9.27348 10.8402 8.70744 11.1229 8.18359 10.9482C7.65984 10.7735 7.37714 10.2074 7.55176 9.68359C8.04014 8.21879 9.25874 7.14225 10.6455 6.46191C12.0444 5.77569 13.7274 5.4317 15.3555 5.50098C16.9802 5.57019 18.6355 6.05636 19.9033 7.12695C21.2 8.22214 22 9.85404 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z\" fill=\"currentColor\"/>",
|
|
19298
|
+
"iconName": "select-lasso, circle-to-search, encircle, mark",
|
|
19299
|
+
"variant": {
|
|
19300
|
+
"join": "round",
|
|
19301
|
+
"filled": "on",
|
|
19302
|
+
"radius": "2",
|
|
19303
|
+
"stroke": "2"
|
|
19304
|
+
},
|
|
19305
|
+
"createdAt": "2026-02-13T09:00:26.192615+00:00",
|
|
19306
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
19307
|
+
"componentName": "IconSelectLasso"
|
|
19308
|
+
},
|
|
19309
|
+
{
|
|
19310
|
+
"category": "Edit",
|
|
19311
|
+
"svg": "<path d=\"M13.5625 19.8477C14.1042 19.7405 14.6301 20.093 14.7373 20.6348C14.8444 21.1765 14.4919 21.7024 13.9502 21.8096C13.3186 21.9345 12.6665 22 12 22C11.3335 22 10.6814 21.9345 10.0498 21.8096C9.50806 21.7024 9.15558 21.1765 9.2627 20.6348C9.36987 20.093 9.89576 19.7405 10.4375 19.8477C10.942 19.9475 11.4644 20 12 20C12.5356 20 13.058 19.9475 13.5625 19.8477ZM3.95996 16.1699C4.41888 15.8628 5.03945 15.9854 5.34668 16.4443C5.93103 17.3172 6.68282 18.069 7.55566 18.6533C8.01455 18.9606 8.13724 19.5811 7.83008 20.04C7.5229 20.4989 6.90226 20.6224 6.44336 20.3154C5.35328 19.5856 4.41436 18.6467 3.68457 17.5566C3.3776 17.0977 3.50114 16.4771 3.95996 16.1699ZM18.6533 16.4443C18.9606 15.9854 19.5811 15.8628 20.04 16.1699C20.4989 16.4771 20.6224 17.0977 20.3154 17.5566C19.5856 18.6467 18.6467 19.5856 17.5566 20.3154C17.0977 20.6224 16.4771 20.4989 16.1699 20.04C15.8628 19.5811 15.9854 18.9605 16.4443 18.6533C17.3172 18.069 18.069 17.3172 18.6533 16.4443ZM2 12C2 11.3335 2.06551 10.6814 2.19043 10.0498C2.2976 9.50806 2.82349 9.15558 3.36523 9.2627C3.90698 9.36987 4.25945 9.89576 4.15234 10.4375C4.05254 10.942 4 11.4644 4 12C4 12.5356 4.05254 13.058 4.15234 13.5625C4.25945 14.1042 3.90698 14.6301 3.36523 14.7373C2.82349 14.8444 2.2976 14.4919 2.19043 13.9502C2.06551 13.3186 2 12.6665 2 12ZM20 12C20 11.3139 19.8942 10.7349 19.7178 10.248C19.5296 9.72883 19.7982 9.155 20.3174 8.9668C20.8364 8.77886 21.4094 9.04745 21.5977 9.56641C21.8614 10.2939 22 11.1063 22 12C22 12.6665 21.9345 13.3186 21.8096 13.9502C21.7024 14.4919 21.1765 14.8444 20.6348 14.7373C20.093 14.6301 19.7405 14.1042 19.8477 13.5625C19.9475 13.058 20 12.5356 20 12ZM9.03613 7.52148C9.45067 7.15655 10.0823 7.19679 10.4473 7.61133C10.8121 8.02587 10.7719 8.65756 10.3574 9.02246C9.90425 9.42148 9.60023 9.86046 9.44824 10.3164C9.27348 10.8402 8.70744 11.1229 8.18359 10.9482C7.65984 10.7735 7.37714 10.2074 7.55176 9.68359C7.83676 8.82879 8.37296 8.10536 9.03613 7.52148ZM6.44336 3.68457C6.90226 3.3776 7.5229 3.50114 7.83008 3.95996C8.13724 4.41888 8.01455 5.03945 7.55566 5.34668C6.68282 5.93103 5.93103 6.68282 5.34668 7.55566C5.03945 8.01455 4.41888 8.13724 3.95996 7.83008C3.50114 7.5229 3.3776 6.90226 3.68457 6.44336C4.41436 5.35328 5.35328 4.41436 6.44336 3.68457ZM13.3994 5.61133C14.9592 5.37078 16.6396 5.482 18.1104 6.06641C18.6232 6.27044 18.8736 6.85122 18.6699 7.36426C18.466 7.87751 17.8843 8.12875 17.3711 7.9248C16.2908 7.49563 14.9807 7.391 13.7041 7.58789C13.1583 7.67207 12.6477 7.29772 12.5635 6.75195C12.4793 6.20612 12.8536 5.69551 13.3994 5.61133ZM12 2C12.5523 2 13 2.44772 13 3C13 3.55228 12.5523 4 12 4C11.4644 4 10.942 4.05254 10.4375 4.15234C9.89576 4.25945 9.36987 3.90698 9.2627 3.36523C9.15558 2.82349 9.50806 2.2976 10.0498 2.19043C10.6814 2.06551 11.3335 2 12 2Z\" fill=\"currentColor\"/>",
|
|
19312
|
+
"iconName": "select-lasso-dashed, circle-to-search-dashed, encircle, mark",
|
|
19313
|
+
"variant": {
|
|
19314
|
+
"join": "round",
|
|
19315
|
+
"filled": "on",
|
|
19316
|
+
"radius": "2",
|
|
19317
|
+
"stroke": "2"
|
|
19318
|
+
},
|
|
19319
|
+
"createdAt": "2026-02-13T09:00:26.192615+00:00",
|
|
19320
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
19321
|
+
"componentName": "IconSelectLassoDashed"
|
|
19322
|
+
},
|
|
19253
19323
|
{
|
|
19254
19324
|
"category": "Location",
|
|
19255
19325
|
"svg": "<path d=\"M21.12 5.39313C21.6111 3.84718 20.1543 2.39044 18.6084 2.8815L2.49611 7.99951C0.585147 8.60653 0.656653 11.3348 2.59676 11.8409L10.1819 13.8196L12.1606 21.4047C12.6667 23.3448 15.395 23.4163 16.002 21.5054L21.12 5.39313Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -1195,6 +1195,9 @@ export type CentralIconName =
|
|
|
1195
1195
|
| "IconPayment"
|
|
1196
1196
|
| "IconPeace"
|
|
1197
1197
|
| "IconPencil"
|
|
1198
|
+
| "IconPencil2"
|
|
1199
|
+
| "IconPencil3"
|
|
1200
|
+
| "IconPencilAi"
|
|
1198
1201
|
| "IconPencilLine"
|
|
1199
1202
|
| "IconPencilSparkle"
|
|
1200
1203
|
| "IconPencilWave"
|
|
@@ -1374,6 +1377,8 @@ export type CentralIconName =
|
|
|
1374
1377
|
| "IconSearchMenu"
|
|
1375
1378
|
| "IconSearchOptions"
|
|
1376
1379
|
| "IconSecretPhrase"
|
|
1380
|
+
| "IconSelectLasso"
|
|
1381
|
+
| "IconSelectLassoDashed"
|
|
1377
1382
|
| "IconSend"
|
|
1378
1383
|
| "IconServer"
|
|
1379
1384
|
| "IconServer1"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.126",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-2/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1781,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 67,
|
|
@@ -511,7 +511,7 @@
|
|
|
511
511
|
]
|
|
512
512
|
},
|
|
513
513
|
"Edit": {
|
|
514
|
-
"count":
|
|
514
|
+
"count": 86,
|
|
515
515
|
"icons": [
|
|
516
516
|
"Icon3d",
|
|
517
517
|
"IconAddKeyframe",
|
|
@@ -567,6 +567,9 @@
|
|
|
567
567
|
"IconPaintBucket",
|
|
568
568
|
"IconPaintBucketDrop",
|
|
569
569
|
"IconPencil",
|
|
570
|
+
"IconPencil2",
|
|
571
|
+
"IconPencil3",
|
|
572
|
+
"IconPencilAi",
|
|
570
573
|
"IconPencilLine",
|
|
571
574
|
"IconPencilWave",
|
|
572
575
|
"IconRecKeyframe",
|
|
@@ -577,6 +580,8 @@
|
|
|
577
580
|
"IconRewrite1",
|
|
578
581
|
"IconRewrite2",
|
|
579
582
|
"IconRuler",
|
|
583
|
+
"IconSelectLasso",
|
|
584
|
+
"IconSelectLassoDashed",
|
|
580
585
|
"IconShaderEffect",
|
|
581
586
|
"IconShaders",
|
|
582
587
|
"IconSignature",
|
|
@@ -3174,6 +3179,9 @@
|
|
|
3174
3179
|
"IconPayment": "payment, flow, connection",
|
|
3175
3180
|
"IconPeace": "peace",
|
|
3176
3181
|
"IconPencil": "pencil, edit, write",
|
|
3182
|
+
"IconPencil2": "pencil-2, edit, write, prompt",
|
|
3183
|
+
"IconPencil3": "pencil-3, edit, write, prompt",
|
|
3184
|
+
"IconPencilAi": "pencil-ai, edit, write, auto-write, prompt-suggestion, auto-prompt",
|
|
3177
3185
|
"IconPencilLine": "pencil-line, signature, write",
|
|
3178
3186
|
"IconPencilSparkle": "pencil-sparkle, magic pencil, magic brush",
|
|
3179
3187
|
"IconPencilWave": "pencil-wave, signature, write",
|
|
@@ -3353,6 +3361,8 @@
|
|
|
3353
3361
|
"IconSearchMenu": "search-menu, list-search",
|
|
3354
3362
|
"IconSearchOptions": "search-options, settings",
|
|
3355
3363
|
"IconSecretPhrase": "secret-phrase, code, private-phrase",
|
|
3364
|
+
"IconSelectLasso": "select-lasso, circle-to-search, encircle, mark",
|
|
3365
|
+
"IconSelectLassoDashed": "select-lasso-dashed, circle-to-search-dashed, encircle, mark",
|
|
3356
3366
|
"IconSend": "send, email, paper-plane, arrow",
|
|
3357
3367
|
"IconServer": "server, data, storage",
|
|
3358
3368
|
"IconServer1": "server-1, storage, data, coins, money",
|
package/index.d.ts
CHANGED
|
@@ -1194,6 +1194,9 @@ export { IconPause, default as IconPauseDefault } from "./IconPause";
|
|
|
1194
1194
|
export { IconPayment, default as IconPaymentDefault } from "./IconPayment";
|
|
1195
1195
|
export { IconPeace, default as IconPeaceDefault } from "./IconPeace";
|
|
1196
1196
|
export { IconPencil, default as IconPencilDefault } from "./IconPencil";
|
|
1197
|
+
export { IconPencil2, default as IconPencil2Default } from "./IconPencil2";
|
|
1198
|
+
export { IconPencil3, default as IconPencil3Default } from "./IconPencil3";
|
|
1199
|
+
export { IconPencilAi, default as IconPencilAiDefault } from "./IconPencilAi";
|
|
1197
1200
|
export { IconPencilLine, default as IconPencilLineDefault, } from "./IconPencilLine";
|
|
1198
1201
|
export { IconPencilSparkle, default as IconPencilSparkleDefault, } from "./IconPencilSparkle";
|
|
1199
1202
|
export { IconPencilWave, default as IconPencilWaveDefault, } from "./IconPencilWave";
|
|
@@ -1373,6 +1376,8 @@ export { IconSearchMenu, default as IconSearchMenuDefault, } from "./IconSearchM
|
|
|
1373
1376
|
export { IconSearchOptions, default as IconSearchOptionsDefault, } from "./IconSearchOptions";
|
|
1374
1377
|
export { IconSearchlinesSparkle, default as IconSearchlinesSparkleDefault, } from "./IconSearchlinesSparkle";
|
|
1375
1378
|
export { IconSecretPhrase, default as IconSecretPhraseDefault, } from "./IconSecretPhrase";
|
|
1379
|
+
export { IconSelectLasso, default as IconSelectLassoDefault, } from "./IconSelectLasso";
|
|
1380
|
+
export { IconSelectLassoDashed, default as IconSelectLassoDashedDefault, } from "./IconSelectLassoDashed";
|
|
1376
1381
|
export { IconSend, default as IconSendDefault } from "./IconSend";
|
|
1377
1382
|
export { IconServer, default as IconServerDefault } from "./IconServer";
|
|
1378
1383
|
export { IconServer1, default as IconServer1Default } from "./IconServer1";
|