@central-icons-react-native/round-filled-radius-0-stroke-1.5 1.1.124 → 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/IconPeople21/index.d.ts +4 -0
- package/IconPeople21/index.js +2 -0
- package/IconPeople21/index.js.map +1 -0
- package/IconPeople21/index.mjs +2 -0
- package/IconPeople21/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 +6 -0
- package/filtered-icons.json +84 -0
- package/icons/index.d.ts +6 -0
- package/icons-index.json +16 -4
- package/index.d.ts +6 -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 +42 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var L=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=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 B(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?L(I(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.4272 11.487L9.70646 20.2077C9.5627 20.3513 9.37805 20.4477 9.17814 20.4841L3.67814 21.4841C3.35556 21.5426 3.02433 21.4394 2.7924 21.2077C2.56058 20.9759 2.45769 20.6445 2.51603 20.322L3.51603 14.822L3.55412 14.6755C3.60328 14.5326 3.68468 14.4015 3.7924 14.2936L12.5131 5.57294L18.4272 11.487Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M14.5424 3.54365C16.1755 1.91057 18.8233 1.91059 20.4565 3.54365C22.0894 5.17681 22.0895 7.82461 20.4565 9.45771L19.4877 10.4265L13.5736 4.5124L14.5424 3.54365Z",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.4272 11.487L9.70646 20.2077C9.5627 20.3513 9.37805 20.4477 9.17814 20.4841L3.67814 21.4841C3.35556 21.5426 3.02433 21.4394 2.7924 21.2077C2.56058 20.9759 2.45769 20.6445 2.51603 20.322L3.51603 14.822L3.55412 14.6755C3.60328 14.5326 3.68468 14.4015 3.7924 14.2936L12.5131 5.57294L18.4272 11.487Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.5424 3.54365C16.1755 1.91057 18.8233 1.91059 20.4565 3.54365C22.0894 5.17681 22.0895 7.82461 20.4565 9.45771L19.4877 10.4265L13.5736 4.5124L14.5424 3.54365Z\"\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,6SACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mKACF,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.4272 11.487L9.70646 20.2077C9.5627 20.3513 9.37805 20.4477 9.17814 20.4841L3.67814 21.4841C3.35556 21.5426 3.02433 21.4394 2.7924 21.2077C2.56058 20.9759 2.45769 20.6445 2.51603 20.322L3.51603 14.822L3.55412 14.6755C3.60328 14.5326 3.68468 14.4015 3.7924 14.2936L12.5131 5.57294L18.4272 11.487Z",fill:"currentColor"}),t.createElement(n,{d:"M14.5424 3.54365C16.1755 1.91057 18.8233 1.91059 20.4565 3.54365C22.0894 5.17681 22.0895 7.82461 20.4565 9.45771L19.4877 10.4265L13.5736 4.5124L14.5424 3.54365Z",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.4272 11.487L9.70646 20.2077C9.5627 20.3513 9.37805 20.4477 9.17814 20.4841L3.67814 21.4841C3.35556 21.5426 3.02433 21.4394 2.7924 21.2077C2.56058 20.9759 2.45769 20.6445 2.51603 20.322L3.51603 14.822L3.55412 14.6755C3.60328 14.5326 3.68468 14.4015 3.7924 14.2936L12.5131 5.57294L18.4272 11.487Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.5424 3.54365C16.1755 1.91057 18.8233 1.91059 20.4565 3.54365C22.0894 5.17681 22.0895 7.82461 20.4565 9.45771L19.4877 10.4265L13.5736 4.5124L14.5424 3.54365Z\"\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,6SACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mKACF,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 g={};v(g,{IconPencil3:()=>i,default:()=>L});module.exports=x(g);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.54336C16.1755 1.91041 18.8233 1.91062 20.4565 3.54336C22.0894 5.17652 22.0895 7.82432 20.4565 9.45743L9.70649 20.2074C9.56273 20.351 9.37808 20.4474 9.17817 20.4838L3.67817 21.4838C3.35559 21.5423 3.02431 21.4392 2.79243 21.2074C2.56065 20.9756 2.45763 20.6443 2.51606 20.3217L3.51606 14.8217L3.55415 14.6752C3.60331 14.5323 3.6847 14.4012 3.79243 14.2934L14.5424 3.54336ZM18.0307 5.97012C17.7378 5.67723 17.2631 5.67723 16.9702 5.97012L13.9702 8.97012C13.6775 9.26303 13.6773 9.73784 13.9702 10.0307C14.263 10.3233 14.7379 10.3233 15.0307 10.0307L18.0307 7.03067C18.3235 6.73785 18.3234 6.26303 18.0307 5.97012Z",fill:"currentColor"})),L=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.54336C16.1755 1.91041 18.8233 1.91062 20.4565 3.54336C22.0894 5.17652 22.0895 7.82432 20.4565 9.45743L9.70649 20.2074C9.56273 20.351 9.37808 20.4474 9.17817 20.4838L3.67817 21.4838C3.35559 21.5423 3.02431 21.4392 2.79243 21.2074C2.56065 20.9756 2.45763 20.6443 2.51606 20.3217L3.51606 14.8217L3.55415 14.6752C3.60331 14.5323 3.6847 14.4012 3.79243 14.2934L14.5424 3.54336ZM18.0307 5.97012C17.7378 5.67723 17.2631 5.67723 16.9702 5.97012L13.9702 8.97012C13.6775 9.26303 13.6773 9.73784 13.9702 10.0307C14.263 10.3233 14.7379 10.3233 15.0307 10.0307L18.0307 7.03067C18.3235 6.73785 18.3234 6.26303 18.0307 5.97012Z\"\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,knBACF,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.54336C16.1755 1.91041 18.8233 1.91062 20.4565 3.54336C22.0894 5.17652 22.0895 7.82432 20.4565 9.45743L9.70649 20.2074C9.56273 20.351 9.37808 20.4474 9.17817 20.4838L3.67817 21.4838C3.35559 21.5423 3.02431 21.4392 2.79243 21.2074C2.56065 20.9756 2.45763 20.6443 2.51606 20.3217L3.51606 14.8217L3.55415 14.6752C3.60331 14.5323 3.6847 14.4012 3.79243 14.2934L14.5424 3.54336ZM18.0307 5.97012C17.7378 5.67723 17.2631 5.67723 16.9702 5.97012L13.9702 8.97012C13.6775 9.26303 13.6773 9.73784 13.9702 10.0307C14.263 10.3233 14.7379 10.3233 15.0307 10.0307L18.0307 7.03067C18.3235 6.73785 18.3234 6.26303 18.0307 5.97012Z",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.54336C16.1755 1.91041 18.8233 1.91062 20.4565 3.54336C22.0894 5.17652 22.0895 7.82432 20.4565 9.45743L9.70649 20.2074C9.56273 20.351 9.37808 20.4474 9.17817 20.4838L3.67817 21.4838C3.35559 21.5423 3.02431 21.4392 2.79243 21.2074C2.56065 20.9756 2.45763 20.6443 2.51606 20.3217L3.51606 14.8217L3.55415 14.6752C3.60331 14.5323 3.6847 14.4012 3.79243 14.2934L14.5424 3.54336ZM18.0307 5.97012C17.7378 5.67723 17.2631 5.67723 16.9702 5.97012L13.9702 8.97012C13.6775 9.26303 13.6773 9.73784 13.9702 10.0307C14.263 10.3233 14.7379 10.3233 15.0307 10.0307L18.0307 7.03067C18.3235 6.73785 18.3234 6.26303 18.0307 5.97012Z\"\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,knBACF,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.4267 12.4869L10.706 21.2076C10.5622 21.3511 10.3775 21.4476 10.1777 21.484L4.67766 22.484C4.35512 22.5424 4.02377 22.4393 3.79192 22.2076C3.56017 21.9758 3.45717 21.6444 3.51555 21.3218L4.51555 15.8218L4.55363 15.6754C4.60278 15.5325 4.68425 15.4014 4.79192 15.2935L13.5126 6.57282L19.4267 12.4869Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M15.5419 4.54353C17.175 2.91049 19.8228 2.91075 21.456 4.54353C23.0889 6.17671 23.0891 8.82449 21.456 10.4576L20.4872 11.4263L14.5732 5.51228L15.5419 4.54353Z",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.4267 12.4869L10.706 21.2076C10.5622 21.3511 10.3775 21.4476 10.1777 21.484L4.67766 22.484C4.35512 22.5424 4.02377 22.4393 3.79192 22.2076C3.56017 21.9758 3.45717 21.6444 3.51555 21.3218L4.51555 15.8218L4.55363 15.6754C4.60278 15.5325 4.68425 15.4014 4.79192 15.2935L13.5126 6.57282L19.4267 12.4869Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5419 4.54353C17.175 2.91049 19.8228 2.91075 21.456 4.54353C23.0889 6.17671 23.0891 8.82449 21.456 10.4576L20.4872 11.4263L14.5732 5.51228L15.5419 4.54353Z\"\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,iTACF,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.4267 12.4869L10.706 21.2076C10.5622 21.3511 10.3775 21.4476 10.1777 21.484L4.67766 22.484C4.35512 22.5424 4.02377 22.4393 3.79192 22.2076C3.56017 21.9758 3.45717 21.6444 3.51555 21.3218L4.51555 15.8218L4.55363 15.6754C4.60278 15.5325 4.68425 15.4014 4.79192 15.2935L13.5126 6.57282L19.4267 12.4869Z",fill:"currentColor"}),o.createElement(n,{d:"M15.5419 4.54353C17.175 2.91049 19.8228 2.91075 21.456 4.54353C23.0889 6.17671 23.0891 8.82449 21.456 10.4576L20.4872 11.4263L14.5732 5.51228L15.5419 4.54353Z",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.4267 12.4869L10.706 21.2076C10.5622 21.3511 10.3775 21.4476 10.1777 21.484L4.67766 22.484C4.35512 22.5424 4.02377 22.4393 3.79192 22.2076C3.56017 21.9758 3.45717 21.6444 3.51555 21.3218L4.51555 15.8218L4.55363 15.6754C4.60278 15.5325 4.68425 15.4014 4.79192 15.2935L13.5126 6.57282L19.4267 12.4869Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5419 4.54353C17.175 2.91049 19.8228 2.91075 21.456 4.54353C23.0889 6.17671 23.0891 8.82449 21.456 10.4576L20.4872 11.4263L14.5732 5.51228L15.5419 4.54353Z\"\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,iTACF,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 u=Object.create;var l=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!x.call(r,n)&&n!==C&&l(r,n,{get:()=>o[n],enumerable:!(p=B(o,n))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(P(r)):{},f(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>f(l({},"__esModule",{value:!0}),r);var h={};d(h,{IconPeople21:()=>i,default:()=>v});module.exports=g(h);var e=m(require("react"));var a=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...C})=>a.default.createElement(s.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 t=require("react-native-svg"),i=r=>e.default.createElement(c,{...r},e.default.createElement(t.Path,{d:"M12.25 14C14.3245 14 15.9998 15.689 16 17.7646V19.25C16 19.6642 15.6642 20 15.25 20H2.75C2.33579 20 2 19.6642 2 19.25V17.7646C2.0002 15.689 3.67553 14 5.75 14H12.25Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M18.25 14C20.3245 14 21.9998 15.689 22 17.7646V19C22 19.5523 21.5523 20 21 20H17.5V17.7646L17.4932 17.4941C17.424 16.1294 16.8351 14.8985 15.9189 14H18.25Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M9 4C11.4853 4 13.5 6.01472 13.5 8.5C13.5 10.9853 11.4853 13 9 13C6.51472 13 4.5 10.9853 4.5 8.5C4.5 6.01472 6.51472 4 9 4Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M15 4C17.4853 4 19.5 6.01472 19.5 8.5C19.5 10.9853 17.4853 13 15 13C14.7953 13 14.594 12.9845 14.3965 12.958C14.0679 12.8103 13.721 12.6959 13.3604 12.6182C14.3757 11.5434 15 10.0952 15 8.5C15 6.87843 14.3549 5.40892 13.3096 4.3291C13.8316 4.11733 14.402 4 15 4Z",fill:"currentColor"})),v=i;0&&(module.exports={IconPeople21});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPeople21/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 IconPeople21: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.25 14C14.3245 14 15.9998 15.689 16 17.7646V19.25C16 19.6642 15.6642 20 15.25 20H2.75C2.33579 20 2 19.6642 2 19.25V17.7646C2.0002 15.689 3.67553 14 5.75 14H12.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.25 14C20.3245 14 21.9998 15.689 22 17.7646V19C22 19.5523 21.5523 20 21 20H17.5V17.7646L17.4932 17.4941C17.424 16.1294 16.8351 14.8985 15.9189 14H18.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9 4C11.4853 4 13.5 6.01472 13.5 8.5C13.5 10.9853 11.4853 13 9 13C6.51472 13 4.5 10.9853 4.5 8.5C4.5 6.01472 6.51472 4 9 4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15 4C17.4853 4 19.5 6.01472 19.5 8.5C19.5 10.9853 17.4853 13 15 13C14.7953 13 14.594 12.9845 14.3965 12.958C14.0679 12.8103 13.721 12.6959 13.3604 12.6182C14.3757 11.5434 15 10.0952 15 8.5C15 6.87843 14.3549 5.40892 13.3096 4.3291C13.8316 4.11733 14.402 4 15 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeople21;\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,wKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yQACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPeople21_exports","__export","IconPeople21","IconPeople21_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeople21","props","React","CentralIconBase","IconPeople21_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:r=24,...t})=>l.createElement(p,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as C}from"react-native-svg";var f=e=>o.createElement(n,{...e},o.createElement(C,{d:"M12.25 14C14.3245 14 15.9998 15.689 16 17.7646V19.25C16 19.6642 15.6642 20 15.25 20H2.75C2.33579 20 2 19.6642 2 19.25V17.7646C2.0002 15.689 3.67553 14 5.75 14H12.25Z",fill:"currentColor"}),o.createElement(C,{d:"M18.25 14C20.3245 14 21.9998 15.689 22 17.7646V19C22 19.5523 21.5523 20 21 20H17.5V17.7646L17.4932 17.4941C17.424 16.1294 16.8351 14.8985 15.9189 14H18.25Z",fill:"currentColor"}),o.createElement(C,{d:"M9 4C11.4853 4 13.5 6.01472 13.5 8.5C13.5 10.9853 11.4853 13 9 13C6.51472 13 4.5 10.9853 4.5 8.5C4.5 6.01472 6.51472 4 9 4Z",fill:"currentColor"}),o.createElement(C,{d:"M15 4C17.4853 4 19.5 6.01472 19.5 8.5C19.5 10.9853 17.4853 13 15 13C14.7953 13 14.594 12.9845 14.3965 12.958C14.0679 12.8103 13.721 12.6959 13.3604 12.6182C14.3757 11.5434 15 10.0952 15 8.5C15 6.87843 14.3549 5.40892 13.3096 4.3291C13.8316 4.11733 14.402 4 15 4Z",fill:"currentColor"})),x=f;export{f as IconPeople21,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPeople21/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 IconPeople21: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.25 14C14.3245 14 15.9998 15.689 16 17.7646V19.25C16 19.6642 15.6642 20 15.25 20H2.75C2.33579 20 2 19.6642 2 19.25V17.7646C2.0002 15.689 3.67553 14 5.75 14H12.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.25 14C20.3245 14 21.9998 15.689 22 17.7646V19C22 19.5523 21.5523 20 21 20H17.5V17.7646L17.4932 17.4941C17.424 16.1294 16.8351 14.8985 15.9189 14H18.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9 4C11.4853 4 13.5 6.01472 13.5 8.5C13.5 10.9853 11.4853 13 9 13C6.51472 13 4.5 10.9853 4.5 8.5C4.5 6.01472 6.51472 4 9 4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15 4C17.4853 4 19.5 6.01472 19.5 8.5C19.5 10.9853 17.4853 13 15 13C14.7953 13 14.594 12.9845 14.3965 12.958C14.0679 12.8103 13.721 12.6959 13.3604 12.6182C14.3757 11.5434 15 10.0952 15 8.5C15 6.87843 14.3549 5.40892 13.3096 4.3291C13.8316 4.11733 14.402 4 15 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeople21;\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,wKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8JACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yQACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeople21","props","React","CentralIconBase","IconPeople21_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.4142 2 12.75 2.33579 12.75 2.75C12.75 3.16421 12.4142 3.5 12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 10.2763 19.8778 9.11155 18.9756 8.34961C18.0516 7.56937 16.7654 7.156 15.373 7.09668C13.983 7.03753 12.5498 7.33563 11.3906 7.9043C10.2227 8.47734 9.41464 9.28049 9.11426 10.1816C8.98331 10.5744 8.55884 10.7869 8.16602 10.6562C7.77306 10.5253 7.56042 10.1 7.69141 9.70703C8.16188 8.29591 9.34531 7.23615 10.7305 6.55664C12.1246 5.87283 13.8076 5.52834 15.4365 5.59766C17.0631 5.66689 18.6995 6.15281 19.9434 7.20312C21.209 8.27191 22 9.86955 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.4142 2 12.75 2.33579 12.75 2.75C12.75 3.16421 12.4142 3.5 12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 10.2763 19.8778 9.11155 18.9756 8.34961C18.0516 7.56937 16.7654 7.156 15.373 7.09668C13.983 7.03753 12.5498 7.33563 11.3906 7.9043C10.2227 8.47734 9.41464 9.28049 9.11426 10.1816C8.98331 10.5744 8.55884 10.7869 8.16602 10.6562C7.77306 10.5253 7.56042 10.1 7.69141 9.70703C8.16188 8.29591 9.34531 7.23615 10.7305 6.55664C12.1246 5.87283 13.8076 5.52834 15.4365 5.59766C17.0631 5.66689 18.6995 6.15281 19.9434 7.20312C21.209 8.27191 22 9.86955 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,msBACF,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.4142 2 12.75 2.33579 12.75 2.75C12.75 3.16421 12.4142 3.5 12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 10.2763 19.8778 9.11155 18.9756 8.34961C18.0516 7.56937 16.7654 7.156 15.373 7.09668C13.983 7.03753 12.5498 7.33563 11.3906 7.9043C10.2227 8.47734 9.41464 9.28049 9.11426 10.1816C8.98331 10.5744 8.55884 10.7869 8.16602 10.6562C7.77306 10.5253 7.56042 10.1 7.69141 9.70703C8.16188 8.29591 9.34531 7.23615 10.7305 6.55664C12.1246 5.87283 13.8076 5.52834 15.4365 5.59766C17.0631 5.66689 18.6995 6.15281 19.9434 7.20312C21.209 8.27191 22 9.86955 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.4142 2 12.75 2.33579 12.75 2.75C12.75 3.16421 12.4142 3.5 12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 10.2763 19.8778 9.11155 18.9756 8.34961C18.0516 7.56937 16.7654 7.156 15.373 7.09668C13.983 7.03753 12.5498 7.33563 11.3906 7.9043C10.2227 8.47734 9.41464 9.28049 9.11426 10.1816C8.98331 10.5744 8.55884 10.7869 8.16602 10.6562C7.77306 10.5253 7.56042 10.1 7.69141 9.70703C8.16188 8.29591 9.34531 7.23615 10.7305 6.55664C12.1246 5.87283 13.8076 5.52834 15.4365 5.59766C17.0631 5.66689 18.6995 6.15281 19.9434 7.20312C21.209 8.27191 22 9.86955 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,msBACF,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.6602 20.3379C14.0663 20.2578 14.4607 20.5225 14.541 20.9287C14.6212 21.3348 14.3572 21.729 13.9512 21.8096C13.3196 21.9345 12.6669 22 12 22C11.3331 22 10.6804 21.9345 10.0488 21.8096C9.64281 21.729 9.37883 21.3348 9.45898 20.9287C9.53934 20.5225 9.93368 20.2578 10.3398 20.3379C10.876 20.444 11.4314 20.5 12 20.5C12.5686 20.5 13.124 20.444 13.6602 20.3379ZM3.89062 16.5166C4.23482 16.2862 4.70121 16.3785 4.93164 16.7227C5.55227 17.6495 6.35046 18.4477 7.27734 19.0684C7.62154 19.2988 7.71383 19.7652 7.4834 20.1094C7.25293 20.4533 6.78745 20.5457 6.44336 20.3154C5.35317 19.5856 4.41443 18.6468 3.68457 17.5566C3.45431 17.2126 3.5467 16.7471 3.89062 16.5166ZM19.0684 16.7227C19.2988 16.3785 19.7652 16.2862 20.1094 16.5166C20.4533 16.7471 20.5457 17.2126 20.3154 17.5566C19.5856 18.6468 18.6468 19.5856 17.5566 20.3154C17.2126 20.5457 16.7471 20.4533 16.5166 20.1094C16.2862 19.7652 16.3785 19.2988 16.7227 19.0684C17.6495 18.4477 18.4477 17.6495 19.0684 16.7227ZM2 12C2 11.3331 2.06549 10.6804 2.19043 10.0488C2.27096 9.64281 2.66519 9.37883 3.07129 9.45898C3.47746 9.53934 3.74218 9.93368 3.66211 10.3398C3.55604 10.876 3.5 11.4314 3.5 12C3.5 12.5686 3.55604 13.124 3.66211 13.6602C3.74218 14.0663 3.47746 14.4607 3.07129 14.541C2.66519 14.6212 2.27096 14.3572 2.19043 13.9512C2.06549 13.3196 2 12.6669 2 12ZM20.5 12C20.5 11.266 20.3868 10.6383 20.1934 10.1045C20.0524 9.71525 20.2535 9.28579 20.6426 9.14453C21.032 9.00338 21.4624 9.20433 21.6035 9.59375C21.8624 10.308 22 11.1104 22 12C22 12.6669 21.9345 13.3196 21.8096 13.9512C21.729 14.3572 21.3348 14.6212 20.9287 14.541C20.5225 14.4607 20.2578 14.0663 20.3379 13.6602C20.444 13.124 20.5 12.5686 20.5 12ZM9.1377 7.60547C9.4486 7.33177 9.92259 7.36195 10.1963 7.67285C10.4696 7.98376 10.4397 8.45785 10.1289 8.73145C9.63382 9.16729 9.28897 9.65752 9.11426 10.1816C8.98331 10.5744 8.55884 10.7869 8.16602 10.6562C7.77306 10.5253 7.56042 10.1 7.69141 9.70703C7.96588 8.88378 8.48515 8.17993 9.1377 7.60547ZM6.44336 3.68457C6.78745 3.45431 7.25293 3.5467 7.4834 3.89062C7.71383 4.23482 7.62154 4.70121 7.27734 4.93164C6.35046 5.55227 5.55227 6.35046 4.93164 7.27734C4.70121 7.62154 4.23482 7.71383 3.89062 7.4834C3.5467 7.25293 3.45431 6.78745 3.68457 6.44336C4.41443 5.35317 5.35317 4.41443 6.44336 3.68457ZM13.4805 5.70801C15.0442 5.46685 16.7195 5.58023 18.1768 6.15918C18.5617 6.31214 18.7506 6.74885 18.5977 7.13379C18.4446 7.51859 18.0079 7.70664 17.623 7.55371C16.4585 7.09099 15.0605 6.98199 13.709 7.19043C13.2996 7.25353 12.9166 6.97283 12.8535 6.56348C12.7905 6.1542 13.0712 5.77113 13.4805 5.70801ZM12 2C12.4142 2 12.75 2.33579 12.75 2.75C12.75 3.16421 12.4142 3.5 12 3.5C11.4314 3.5 10.876 3.55604 10.3398 3.66211C9.93368 3.74218 9.53934 3.47746 9.45898 3.07129C9.37883 2.66519 9.64281 2.27096 10.0488 2.19043C10.6804 2.06549 11.3331 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.6602 20.3379C14.0663 20.2578 14.4607 20.5225 14.541 20.9287C14.6212 21.3348 14.3572 21.729 13.9512 21.8096C13.3196 21.9345 12.6669 22 12 22C11.3331 22 10.6804 21.9345 10.0488 21.8096C9.64281 21.729 9.37883 21.3348 9.45898 20.9287C9.53934 20.5225 9.93368 20.2578 10.3398 20.3379C10.876 20.444 11.4314 20.5 12 20.5C12.5686 20.5 13.124 20.444 13.6602 20.3379ZM3.89062 16.5166C4.23482 16.2862 4.70121 16.3785 4.93164 16.7227C5.55227 17.6495 6.35046 18.4477 7.27734 19.0684C7.62154 19.2988 7.71383 19.7652 7.4834 20.1094C7.25293 20.4533 6.78745 20.5457 6.44336 20.3154C5.35317 19.5856 4.41443 18.6468 3.68457 17.5566C3.45431 17.2126 3.5467 16.7471 3.89062 16.5166ZM19.0684 16.7227C19.2988 16.3785 19.7652 16.2862 20.1094 16.5166C20.4533 16.7471 20.5457 17.2126 20.3154 17.5566C19.5856 18.6468 18.6468 19.5856 17.5566 20.3154C17.2126 20.5457 16.7471 20.4533 16.5166 20.1094C16.2862 19.7652 16.3785 19.2988 16.7227 19.0684C17.6495 18.4477 18.4477 17.6495 19.0684 16.7227ZM2 12C2 11.3331 2.06549 10.6804 2.19043 10.0488C2.27096 9.64281 2.66519 9.37883 3.07129 9.45898C3.47746 9.53934 3.74218 9.93368 3.66211 10.3398C3.55604 10.876 3.5 11.4314 3.5 12C3.5 12.5686 3.55604 13.124 3.66211 13.6602C3.74218 14.0663 3.47746 14.4607 3.07129 14.541C2.66519 14.6212 2.27096 14.3572 2.19043 13.9512C2.06549 13.3196 2 12.6669 2 12ZM20.5 12C20.5 11.266 20.3868 10.6383 20.1934 10.1045C20.0524 9.71525 20.2535 9.28579 20.6426 9.14453C21.032 9.00338 21.4624 9.20433 21.6035 9.59375C21.8624 10.308 22 11.1104 22 12C22 12.6669 21.9345 13.3196 21.8096 13.9512C21.729 14.3572 21.3348 14.6212 20.9287 14.541C20.5225 14.4607 20.2578 14.0663 20.3379 13.6602C20.444 13.124 20.5 12.5686 20.5 12ZM9.1377 7.60547C9.4486 7.33177 9.92259 7.36195 10.1963 7.67285C10.4696 7.98376 10.4397 8.45785 10.1289 8.73145C9.63382 9.16729 9.28897 9.65752 9.11426 10.1816C8.98331 10.5744 8.55884 10.7869 8.16602 10.6562C7.77306 10.5253 7.56042 10.1 7.69141 9.70703C7.96588 8.88378 8.48515 8.17993 9.1377 7.60547ZM6.44336 3.68457C6.78745 3.45431 7.25293 3.5467 7.4834 3.89062C7.71383 4.23482 7.62154 4.70121 7.27734 4.93164C6.35046 5.55227 5.55227 6.35046 4.93164 7.27734C4.70121 7.62154 4.23482 7.71383 3.89062 7.4834C3.5467 7.25293 3.45431 6.78745 3.68457 6.44336C4.41443 5.35317 5.35317 4.41443 6.44336 3.68457ZM13.4805 5.70801C15.0442 5.46685 16.7195 5.58023 18.1768 6.15918C18.5617 6.31214 18.7506 6.74885 18.5977 7.13379C18.4446 7.51859 18.0079 7.70664 17.623 7.55371C16.4585 7.09099 15.0605 6.98199 13.709 7.19043C13.2996 7.25353 12.9166 6.97283 12.8535 6.56348C12.7905 6.1542 13.0712 5.77113 13.4805 5.70801ZM12 2C12.4142 2 12.75 2.33579 12.75 2.75C12.75 3.16421 12.4142 3.5 12 3.5C11.4314 3.5 10.876 3.55604 10.3398 3.66211C9.93368 3.74218 9.53934 3.47746 9.45898 3.07129C9.37883 2.66519 9.64281 2.27096 10.0488 2.19043C10.6804 2.06549 11.3331 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,gwFACF,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.6602 20.3379C14.0663 20.2578 14.4607 20.5225 14.541 20.9287C14.6212 21.3348 14.3572 21.729 13.9512 21.8096C13.3196 21.9345 12.6669 22 12 22C11.3331 22 10.6804 21.9345 10.0488 21.8096C9.64281 21.729 9.37883 21.3348 9.45898 20.9287C9.53934 20.5225 9.93368 20.2578 10.3398 20.3379C10.876 20.444 11.4314 20.5 12 20.5C12.5686 20.5 13.124 20.444 13.6602 20.3379ZM3.89062 16.5166C4.23482 16.2862 4.70121 16.3785 4.93164 16.7227C5.55227 17.6495 6.35046 18.4477 7.27734 19.0684C7.62154 19.2988 7.71383 19.7652 7.4834 20.1094C7.25293 20.4533 6.78745 20.5457 6.44336 20.3154C5.35317 19.5856 4.41443 18.6468 3.68457 17.5566C3.45431 17.2126 3.5467 16.7471 3.89062 16.5166ZM19.0684 16.7227C19.2988 16.3785 19.7652 16.2862 20.1094 16.5166C20.4533 16.7471 20.5457 17.2126 20.3154 17.5566C19.5856 18.6468 18.6468 19.5856 17.5566 20.3154C17.2126 20.5457 16.7471 20.4533 16.5166 20.1094C16.2862 19.7652 16.3785 19.2988 16.7227 19.0684C17.6495 18.4477 18.4477 17.6495 19.0684 16.7227ZM2 12C2 11.3331 2.06549 10.6804 2.19043 10.0488C2.27096 9.64281 2.66519 9.37883 3.07129 9.45898C3.47746 9.53934 3.74218 9.93368 3.66211 10.3398C3.55604 10.876 3.5 11.4314 3.5 12C3.5 12.5686 3.55604 13.124 3.66211 13.6602C3.74218 14.0663 3.47746 14.4607 3.07129 14.541C2.66519 14.6212 2.27096 14.3572 2.19043 13.9512C2.06549 13.3196 2 12.6669 2 12ZM20.5 12C20.5 11.266 20.3868 10.6383 20.1934 10.1045C20.0524 9.71525 20.2535 9.28579 20.6426 9.14453C21.032 9.00338 21.4624 9.20433 21.6035 9.59375C21.8624 10.308 22 11.1104 22 12C22 12.6669 21.9345 13.3196 21.8096 13.9512C21.729 14.3572 21.3348 14.6212 20.9287 14.541C20.5225 14.4607 20.2578 14.0663 20.3379 13.6602C20.444 13.124 20.5 12.5686 20.5 12ZM9.1377 7.60547C9.4486 7.33177 9.92259 7.36195 10.1963 7.67285C10.4696 7.98376 10.4397 8.45785 10.1289 8.73145C9.63382 9.16729 9.28897 9.65752 9.11426 10.1816C8.98331 10.5744 8.55884 10.7869 8.16602 10.6562C7.77306 10.5253 7.56042 10.1 7.69141 9.70703C7.96588 8.88378 8.48515 8.17993 9.1377 7.60547ZM6.44336 3.68457C6.78745 3.45431 7.25293 3.5467 7.4834 3.89062C7.71383 4.23482 7.62154 4.70121 7.27734 4.93164C6.35046 5.55227 5.55227 6.35046 4.93164 7.27734C4.70121 7.62154 4.23482 7.71383 3.89062 7.4834C3.5467 7.25293 3.45431 6.78745 3.68457 6.44336C4.41443 5.35317 5.35317 4.41443 6.44336 3.68457ZM13.4805 5.70801C15.0442 5.46685 16.7195 5.58023 18.1768 6.15918C18.5617 6.31214 18.7506 6.74885 18.5977 7.13379C18.4446 7.51859 18.0079 7.70664 17.623 7.55371C16.4585 7.09099 15.0605 6.98199 13.709 7.19043C13.2996 7.25353 12.9166 6.97283 12.8535 6.56348C12.7905 6.1542 13.0712 5.77113 13.4805 5.70801ZM12 2C12.4142 2 12.75 2.33579 12.75 2.75C12.75 3.16421 12.4142 3.5 12 3.5C11.4314 3.5 10.876 3.55604 10.3398 3.66211C9.93368 3.74218 9.53934 3.47746 9.45898 3.07129C9.37883 2.66519 9.64281 2.27096 10.0488 2.19043C10.6804 2.06549 11.3331 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.6602 20.3379C14.0663 20.2578 14.4607 20.5225 14.541 20.9287C14.6212 21.3348 14.3572 21.729 13.9512 21.8096C13.3196 21.9345 12.6669 22 12 22C11.3331 22 10.6804 21.9345 10.0488 21.8096C9.64281 21.729 9.37883 21.3348 9.45898 20.9287C9.53934 20.5225 9.93368 20.2578 10.3398 20.3379C10.876 20.444 11.4314 20.5 12 20.5C12.5686 20.5 13.124 20.444 13.6602 20.3379ZM3.89062 16.5166C4.23482 16.2862 4.70121 16.3785 4.93164 16.7227C5.55227 17.6495 6.35046 18.4477 7.27734 19.0684C7.62154 19.2988 7.71383 19.7652 7.4834 20.1094C7.25293 20.4533 6.78745 20.5457 6.44336 20.3154C5.35317 19.5856 4.41443 18.6468 3.68457 17.5566C3.45431 17.2126 3.5467 16.7471 3.89062 16.5166ZM19.0684 16.7227C19.2988 16.3785 19.7652 16.2862 20.1094 16.5166C20.4533 16.7471 20.5457 17.2126 20.3154 17.5566C19.5856 18.6468 18.6468 19.5856 17.5566 20.3154C17.2126 20.5457 16.7471 20.4533 16.5166 20.1094C16.2862 19.7652 16.3785 19.2988 16.7227 19.0684C17.6495 18.4477 18.4477 17.6495 19.0684 16.7227ZM2 12C2 11.3331 2.06549 10.6804 2.19043 10.0488C2.27096 9.64281 2.66519 9.37883 3.07129 9.45898C3.47746 9.53934 3.74218 9.93368 3.66211 10.3398C3.55604 10.876 3.5 11.4314 3.5 12C3.5 12.5686 3.55604 13.124 3.66211 13.6602C3.74218 14.0663 3.47746 14.4607 3.07129 14.541C2.66519 14.6212 2.27096 14.3572 2.19043 13.9512C2.06549 13.3196 2 12.6669 2 12ZM20.5 12C20.5 11.266 20.3868 10.6383 20.1934 10.1045C20.0524 9.71525 20.2535 9.28579 20.6426 9.14453C21.032 9.00338 21.4624 9.20433 21.6035 9.59375C21.8624 10.308 22 11.1104 22 12C22 12.6669 21.9345 13.3196 21.8096 13.9512C21.729 14.3572 21.3348 14.6212 20.9287 14.541C20.5225 14.4607 20.2578 14.0663 20.3379 13.6602C20.444 13.124 20.5 12.5686 20.5 12ZM9.1377 7.60547C9.4486 7.33177 9.92259 7.36195 10.1963 7.67285C10.4696 7.98376 10.4397 8.45785 10.1289 8.73145C9.63382 9.16729 9.28897 9.65752 9.11426 10.1816C8.98331 10.5744 8.55884 10.7869 8.16602 10.6562C7.77306 10.5253 7.56042 10.1 7.69141 9.70703C7.96588 8.88378 8.48515 8.17993 9.1377 7.60547ZM6.44336 3.68457C6.78745 3.45431 7.25293 3.5467 7.4834 3.89062C7.71383 4.23482 7.62154 4.70121 7.27734 4.93164C6.35046 5.55227 5.55227 6.35046 4.93164 7.27734C4.70121 7.62154 4.23482 7.71383 3.89062 7.4834C3.5467 7.25293 3.45431 6.78745 3.68457 6.44336C4.41443 5.35317 5.35317 4.41443 6.44336 3.68457ZM13.4805 5.70801C15.0442 5.46685 16.7195 5.58023 18.1768 6.15918C18.5617 6.31214 18.7506 6.74885 18.5977 7.13379C18.4446 7.51859 18.0079 7.70664 17.623 7.55371C16.4585 7.09099 15.0605 6.98199 13.709 7.19043C13.2996 7.25353 12.9166 6.97283 12.8535 6.56348C12.7905 6.1542 13.0712 5.77113 13.4805 5.70801ZM12 2C12.4142 2 12.75 2.33579 12.75 2.75C12.75 3.16421 12.4142 3.5 12 3.5C11.4314 3.5 10.876 3.55604 10.3398 3.66211C9.93368 3.74218 9.53934 3.47746 9.45898 3.07129C9.37883 2.66519 9.64281 2.27096 10.0488 2.19043C10.6804 2.06549 11.3331 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,gwFACF,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
|
|
@@ -1286,6 +1291,7 @@ Below is a complete list of available icons:
|
|
|
1286
1291
|
- IconHead
|
|
1287
1292
|
- IconPeople
|
|
1288
1293
|
- IconPeople2
|
|
1294
|
+
- IconPeople21
|
|
1289
1295
|
- IconPeopleAdd
|
|
1290
1296
|
- IconPeopleAdd2
|
|
1291
1297
|
- IconPeopleAdded
|
package/filtered-icons.json
CHANGED
|
@@ -16744,6 +16744,48 @@
|
|
|
16744
16744
|
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
16745
16745
|
"componentName": "IconPencil"
|
|
16746
16746
|
},
|
|
16747
|
+
{
|
|
16748
|
+
"category": "Edit",
|
|
16749
|
+
"svg": "<path d=\"M18.4272 11.487L9.70646 20.2077C9.5627 20.3513 9.37805 20.4477 9.17814 20.4841L3.67814 21.4841C3.35556 21.5426 3.02433 21.4394 2.7924 21.2077C2.56058 20.9759 2.45769 20.6445 2.51603 20.322L3.51603 14.822L3.55412 14.6755C3.60328 14.5326 3.68468 14.4015 3.7924 14.2936L12.5131 5.57294L18.4272 11.487Z\" fill=\"currentColor\"/><path d=\"M14.5424 3.54365C16.1755 1.91057 18.8233 1.91059 20.4565 3.54365C22.0894 5.17681 22.0895 7.82461 20.4565 9.45771L19.4877 10.4265L13.5736 4.5124L14.5424 3.54365Z\" fill=\"currentColor\"/>",
|
|
16750
|
+
"iconName": "pencil-2, edit, write, prompt",
|
|
16751
|
+
"variant": {
|
|
16752
|
+
"join": "round",
|
|
16753
|
+
"filled": "on",
|
|
16754
|
+
"radius": "0",
|
|
16755
|
+
"stroke": "1.5"
|
|
16756
|
+
},
|
|
16757
|
+
"createdAt": "2026-02-13T09:00:26.192615+00:00",
|
|
16758
|
+
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
16759
|
+
"componentName": "IconPencil2"
|
|
16760
|
+
},
|
|
16761
|
+
{
|
|
16762
|
+
"category": "Edit",
|
|
16763
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5424 3.54336C16.1755 1.91041 18.8233 1.91062 20.4565 3.54336C22.0894 5.17652 22.0895 7.82432 20.4565 9.45743L9.70649 20.2074C9.56273 20.351 9.37808 20.4474 9.17817 20.4838L3.67817 21.4838C3.35559 21.5423 3.02431 21.4392 2.79243 21.2074C2.56065 20.9756 2.45763 20.6443 2.51606 20.3217L3.51606 14.8217L3.55415 14.6752C3.60331 14.5323 3.6847 14.4012 3.79243 14.2934L14.5424 3.54336ZM18.0307 5.97012C17.7378 5.67723 17.2631 5.67723 16.9702 5.97012L13.9702 8.97012C13.6775 9.26303 13.6773 9.73784 13.9702 10.0307C14.263 10.3233 14.7379 10.3233 15.0307 10.0307L18.0307 7.03067C18.3235 6.73785 18.3234 6.26303 18.0307 5.97012Z\" fill=\"currentColor\"/>",
|
|
16764
|
+
"iconName": "pencil-3, edit, write, prompt",
|
|
16765
|
+
"variant": {
|
|
16766
|
+
"join": "round",
|
|
16767
|
+
"filled": "on",
|
|
16768
|
+
"radius": "0",
|
|
16769
|
+
"stroke": "1.5"
|
|
16770
|
+
},
|
|
16771
|
+
"createdAt": "2026-02-13T09:00:26.192615+00:00",
|
|
16772
|
+
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
16773
|
+
"componentName": "IconPencil3"
|
|
16774
|
+
},
|
|
16775
|
+
{
|
|
16776
|
+
"category": "Edit",
|
|
16777
|
+
"svg": "<path d=\"M19.4267 12.4869L10.706 21.2076C10.5622 21.3511 10.3775 21.4476 10.1777 21.484L4.67766 22.484C4.35512 22.5424 4.02377 22.4393 3.79192 22.2076C3.56017 21.9758 3.45717 21.6444 3.51555 21.3218L4.51555 15.8218L4.55363 15.6754C4.60278 15.5325 4.68425 15.4014 4.79192 15.2935L13.5126 6.57282L19.4267 12.4869Z\" fill=\"currentColor\"/><path d=\"M15.5419 4.54353C17.175 2.91049 19.8228 2.91075 21.456 4.54353C23.0889 6.17671 23.0891 8.82449 21.456 10.4576L20.4872 11.4263L14.5732 5.51228L15.5419 4.54353Z\" 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": "0",
|
|
16783
|
+
"stroke": "1.5"
|
|
16784
|
+
},
|
|
16785
|
+
"createdAt": "2026-02-13T09:00:26.192615+00:00",
|
|
16786
|
+
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
16787
|
+
"componentName": "IconPencilAi"
|
|
16788
|
+
},
|
|
16747
16789
|
{
|
|
16748
16790
|
"category": "Edit",
|
|
16749
16791
|
"svg": "<path d=\"M17.5303 2.21967C17.2374 1.92678 16.7626 1.92678 16.4697 2.21967L2.21967 16.4697C2.07902 16.6103 2 16.8011 2 17V21.25C2 21.6642 2.33579 22 2.75 22H7C7.19891 22 7.38968 21.921 7.53033 21.7803L21.7803 7.53033C22.0732 7.23744 22.0732 6.76256 21.7803 6.46967L17.5303 2.21967Z\" fill=\"currentColor\"/><path d=\"M12.75 20.5C12.3358 20.5 12 20.8358 12 21.25C12 21.6642 12.3358 22 12.75 22H21.25C21.6642 22 22 21.6642 22 21.25C22 20.8358 21.6642 20.5 21.25 20.5H12.75Z\" fill=\"currentColor\"/>",
|
|
@@ -16814,6 +16856,20 @@
|
|
|
16814
16856
|
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
16815
16857
|
"componentName": "IconPeople2"
|
|
16816
16858
|
},
|
|
16859
|
+
{
|
|
16860
|
+
"category": "People",
|
|
16861
|
+
"svg": "<path d=\"M12.25 14C14.3245 14 15.9998 15.689 16 17.7646V19.25C16 19.6642 15.6642 20 15.25 20H2.75C2.33579 20 2 19.6642 2 19.25V17.7646C2.0002 15.689 3.67553 14 5.75 14H12.25Z\" fill=\"currentColor\"/><path d=\"M18.25 14C20.3245 14 21.9998 15.689 22 17.7646V19C22 19.5523 21.5523 20 21 20H17.5V17.7646L17.4932 17.4941C17.424 16.1294 16.8351 14.8985 15.9189 14H18.25Z\" fill=\"currentColor\"/><path d=\"M9 4C11.4853 4 13.5 6.01472 13.5 8.5C13.5 10.9853 11.4853 13 9 13C6.51472 13 4.5 10.9853 4.5 8.5C4.5 6.01472 6.51472 4 9 4Z\" fill=\"currentColor\"/><path d=\"M15 4C17.4853 4 19.5 6.01472 19.5 8.5C19.5 10.9853 17.4853 13 15 13C14.7953 13 14.594 12.9845 14.3965 12.958C14.0679 12.8103 13.721 12.6959 13.3604 12.6182C14.3757 11.5434 15 10.0952 15 8.5C15 6.87843 14.3549 5.40892 13.3096 4.3291C13.8316 4.11733 14.402 4 15 4Z\" fill=\"currentColor\"/>",
|
|
16862
|
+
"iconName": "people-2, user, group, friend",
|
|
16863
|
+
"variant": {
|
|
16864
|
+
"join": "round",
|
|
16865
|
+
"filled": "on",
|
|
16866
|
+
"radius": "0",
|
|
16867
|
+
"stroke": "1.5"
|
|
16868
|
+
},
|
|
16869
|
+
"createdAt": "2026-02-13T08:00:42.259331+00:00",
|
|
16870
|
+
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
16871
|
+
"componentName": "IconPeople21"
|
|
16872
|
+
},
|
|
16817
16873
|
{
|
|
16818
16874
|
"category": "People",
|
|
16819
16875
|
"svg": "<path d=\"M12 2C9.51472 2 7.5 4.01472 7.5 6.5C7.5 8.98528 9.51472 11 12 11C14.4853 11 16.5 8.98528 16.5 6.5C16.5 4.01472 14.4853 2 12 2Z\" fill=\"currentColor\"/><path d=\"M3.7533 20.1798C4.15473 15.9097 7.38415 12.5 12 12.5C13.7292 12.5 15.2639 12.9785 16.5281 13.8016C16.1986 14.193 16 14.6983 16 15.25V16H15.25C14.0074 16 13 17.0074 13 18.25C13 19.4926 14.0074 20.5 15.25 20.5H16V21H4.5C4.28888 21 4.08754 20.911 3.94541 20.7549C3.80328 20.5988 3.73354 20.39 3.7533 20.1798Z\" fill=\"currentColor\"/><path d=\"M19 15.25C19 14.8358 18.6642 14.5 18.25 14.5C17.8358 14.5 17.5 14.8358 17.5 15.25V17.5H15.25C14.8358 17.5 14.5 17.8358 14.5 18.25C14.5 18.6642 14.8358 19 15.25 19H17.5V21.25C17.5 21.6642 17.8358 22 18.25 22C18.6642 22 19 21.6642 19 21.25V19H21.25C21.6642 19 22 18.6642 22 18.25C22 17.8358 21.6642 17.5 21.25 17.5H19V15.25Z\" fill=\"currentColor\"/>",
|
|
@@ -19236,6 +19292,34 @@
|
|
|
19236
19292
|
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
19237
19293
|
"componentName": "IconSecretPhrase"
|
|
19238
19294
|
},
|
|
19295
|
+
{
|
|
19296
|
+
"category": "Edit",
|
|
19297
|
+
"svg": "<path d=\"M2 12C2 6.47715 6.47715 2 12 2C12.4142 2 12.75 2.33579 12.75 2.75C12.75 3.16421 12.4142 3.5 12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 10.2763 19.8778 9.11155 18.9756 8.34961C18.0516 7.56937 16.7654 7.156 15.373 7.09668C13.983 7.03753 12.5498 7.33563 11.3906 7.9043C10.2227 8.47734 9.41464 9.28049 9.11426 10.1816C8.98331 10.5744 8.55884 10.7869 8.16602 10.6562C7.77306 10.5253 7.56042 10.1 7.69141 9.70703C8.16188 8.29591 9.34531 7.23615 10.7305 6.55664C12.1246 5.87283 13.8076 5.52834 15.4365 5.59766C17.0631 5.66689 18.6995 6.15281 19.9434 7.20312C21.209 8.27191 22 9.86955 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": "0",
|
|
19303
|
+
"stroke": "1.5"
|
|
19304
|
+
},
|
|
19305
|
+
"createdAt": "2026-02-13T09:00:26.192615+00:00",
|
|
19306
|
+
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
19307
|
+
"componentName": "IconSelectLasso"
|
|
19308
|
+
},
|
|
19309
|
+
{
|
|
19310
|
+
"category": "Edit",
|
|
19311
|
+
"svg": "<path d=\"M13.6602 20.3379C14.0663 20.2578 14.4607 20.5225 14.541 20.9287C14.6212 21.3348 14.3572 21.729 13.9512 21.8096C13.3196 21.9345 12.6669 22 12 22C11.3331 22 10.6804 21.9345 10.0488 21.8096C9.64281 21.729 9.37883 21.3348 9.45898 20.9287C9.53934 20.5225 9.93368 20.2578 10.3398 20.3379C10.876 20.444 11.4314 20.5 12 20.5C12.5686 20.5 13.124 20.444 13.6602 20.3379ZM3.89062 16.5166C4.23482 16.2862 4.70121 16.3785 4.93164 16.7227C5.55227 17.6495 6.35046 18.4477 7.27734 19.0684C7.62154 19.2988 7.71383 19.7652 7.4834 20.1094C7.25293 20.4533 6.78745 20.5457 6.44336 20.3154C5.35317 19.5856 4.41443 18.6468 3.68457 17.5566C3.45431 17.2126 3.5467 16.7471 3.89062 16.5166ZM19.0684 16.7227C19.2988 16.3785 19.7652 16.2862 20.1094 16.5166C20.4533 16.7471 20.5457 17.2126 20.3154 17.5566C19.5856 18.6468 18.6468 19.5856 17.5566 20.3154C17.2126 20.5457 16.7471 20.4533 16.5166 20.1094C16.2862 19.7652 16.3785 19.2988 16.7227 19.0684C17.6495 18.4477 18.4477 17.6495 19.0684 16.7227ZM2 12C2 11.3331 2.06549 10.6804 2.19043 10.0488C2.27096 9.64281 2.66519 9.37883 3.07129 9.45898C3.47746 9.53934 3.74218 9.93368 3.66211 10.3398C3.55604 10.876 3.5 11.4314 3.5 12C3.5 12.5686 3.55604 13.124 3.66211 13.6602C3.74218 14.0663 3.47746 14.4607 3.07129 14.541C2.66519 14.6212 2.27096 14.3572 2.19043 13.9512C2.06549 13.3196 2 12.6669 2 12ZM20.5 12C20.5 11.266 20.3868 10.6383 20.1934 10.1045C20.0524 9.71525 20.2535 9.28579 20.6426 9.14453C21.032 9.00338 21.4624 9.20433 21.6035 9.59375C21.8624 10.308 22 11.1104 22 12C22 12.6669 21.9345 13.3196 21.8096 13.9512C21.729 14.3572 21.3348 14.6212 20.9287 14.541C20.5225 14.4607 20.2578 14.0663 20.3379 13.6602C20.444 13.124 20.5 12.5686 20.5 12ZM9.1377 7.60547C9.4486 7.33177 9.92259 7.36195 10.1963 7.67285C10.4696 7.98376 10.4397 8.45785 10.1289 8.73145C9.63382 9.16729 9.28897 9.65752 9.11426 10.1816C8.98331 10.5744 8.55884 10.7869 8.16602 10.6562C7.77306 10.5253 7.56042 10.1 7.69141 9.70703C7.96588 8.88378 8.48515 8.17993 9.1377 7.60547ZM6.44336 3.68457C6.78745 3.45431 7.25293 3.5467 7.4834 3.89062C7.71383 4.23482 7.62154 4.70121 7.27734 4.93164C6.35046 5.55227 5.55227 6.35046 4.93164 7.27734C4.70121 7.62154 4.23482 7.71383 3.89062 7.4834C3.5467 7.25293 3.45431 6.78745 3.68457 6.44336C4.41443 5.35317 5.35317 4.41443 6.44336 3.68457ZM13.4805 5.70801C15.0442 5.46685 16.7195 5.58023 18.1768 6.15918C18.5617 6.31214 18.7506 6.74885 18.5977 7.13379C18.4446 7.51859 18.0079 7.70664 17.623 7.55371C16.4585 7.09099 15.0605 6.98199 13.709 7.19043C13.2996 7.25353 12.9166 6.97283 12.8535 6.56348C12.7905 6.1542 13.0712 5.77113 13.4805 5.70801ZM12 2C12.4142 2 12.75 2.33579 12.75 2.75C12.75 3.16421 12.4142 3.5 12 3.5C11.4314 3.5 10.876 3.55604 10.3398 3.66211C9.93368 3.74218 9.53934 3.47746 9.45898 3.07129C9.37883 2.66519 9.64281 2.27096 10.0488 2.19043C10.6804 2.06549 11.3331 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": "0",
|
|
19317
|
+
"stroke": "1.5"
|
|
19318
|
+
},
|
|
19319
|
+
"createdAt": "2026-02-13T09:00:26.192615+00:00",
|
|
19320
|
+
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
19321
|
+
"componentName": "IconSelectLassoDashed"
|
|
19322
|
+
},
|
|
19239
19323
|
{
|
|
19240
19324
|
"category": "Location",
|
|
19241
19325
|
"svg": "<path d=\"M21.2086 3.74568C21.3027 3.47422 21.2335 3.17285 21.0303 2.96969C20.8272 2.76653 20.5258 2.69729 20.2543 2.79139L1.50434 9.29139C1.19983 9.39696 0.996802 9.68527 1.00004 10.0076C1.00327 10.3298 1.21205 10.614 1.51862 10.7134L10.4046 13.5954L13.2866 22.4814C13.386 22.788 13.6702 22.9967 13.9925 23C14.3147 23.0032 14.6031 22.8002 14.7086 22.4957L21.2086 3.74568Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -1195,11 +1195,15 @@ 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"
|
|
1201
1204
|
| "IconPeople"
|
|
1202
1205
|
| "IconPeople2"
|
|
1206
|
+
| "IconPeople21"
|
|
1203
1207
|
| "IconPeopleAdd"
|
|
1204
1208
|
| "IconPeopleAdd2"
|
|
1205
1209
|
| "IconPeopleAdded"
|
|
@@ -1373,6 +1377,8 @@ export type CentralIconName =
|
|
|
1373
1377
|
| "IconSearchMenu"
|
|
1374
1378
|
| "IconSearchOptions"
|
|
1375
1379
|
| "IconSecretPhrase"
|
|
1380
|
+
| "IconSelectLasso"
|
|
1381
|
+
| "IconSelectLassoDashed"
|
|
1376
1382
|
| "IconSend"
|
|
1377
1383
|
| "IconServer"
|
|
1378
1384
|
| "IconServer1"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-0-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.126",
|
|
4
4
|
"style": "round-filled-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-1.5/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",
|
|
@@ -1186,7 +1191,7 @@
|
|
|
1186
1191
|
]
|
|
1187
1192
|
},
|
|
1188
1193
|
"People": {
|
|
1189
|
-
"count":
|
|
1194
|
+
"count": 53,
|
|
1190
1195
|
"icons": [
|
|
1191
1196
|
"IconAura",
|
|
1192
1197
|
"IconBathMan1",
|
|
@@ -1204,6 +1209,7 @@
|
|
|
1204
1209
|
"IconHead",
|
|
1205
1210
|
"IconPeople",
|
|
1206
1211
|
"IconPeople2",
|
|
1212
|
+
"IconPeople21",
|
|
1207
1213
|
"IconPeopleAdd",
|
|
1208
1214
|
"IconPeopleAdd2",
|
|
1209
1215
|
"IconPeopleAdded",
|
|
@@ -3173,11 +3179,15 @@
|
|
|
3173
3179
|
"IconPayment": "payment, flow, connection",
|
|
3174
3180
|
"IconPeace": "peace",
|
|
3175
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",
|
|
3176
3185
|
"IconPencilLine": "pencil-line, signature, write",
|
|
3177
3186
|
"IconPencilSparkle": "pencil-sparkle, magic pencil, magic brush",
|
|
3178
3187
|
"IconPencilWave": "pencil-wave, signature, write",
|
|
3179
3188
|
"IconPeople": "people, user, person, avatar",
|
|
3180
3189
|
"IconPeople2": "people-2",
|
|
3190
|
+
"IconPeople21": "people-2, user, group, friend",
|
|
3181
3191
|
"IconPeopleAdd": "people-add, user-add",
|
|
3182
3192
|
"IconPeopleAdd2": "people-add-2",
|
|
3183
3193
|
"IconPeopleAdded": "people-added, user-added",
|
|
@@ -3351,6 +3361,8 @@
|
|
|
3351
3361
|
"IconSearchMenu": "search-menu, list-search",
|
|
3352
3362
|
"IconSearchOptions": "search-options, settings",
|
|
3353
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",
|
|
3354
3366
|
"IconSend": "send, email, paper-plane, arrow",
|
|
3355
3367
|
"IconServer": "server, data, storage",
|
|
3356
3368
|
"IconServer1": "server-1, storage, data, coins, money",
|
package/index.d.ts
CHANGED
|
@@ -1194,11 +1194,15 @@ 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";
|
|
1200
1203
|
export { IconPeople, default as IconPeopleDefault } from "./IconPeople";
|
|
1201
1204
|
export { IconPeople2, default as IconPeople2Default } from "./IconPeople2";
|
|
1205
|
+
export { IconPeople21, default as IconPeople21Default } from "./IconPeople21";
|
|
1202
1206
|
export { IconPeopleAdd, default as IconPeopleAddDefault, } from "./IconPeopleAdd";
|
|
1203
1207
|
export { IconPeopleAdd2, default as IconPeopleAdd2Default, } from "./IconPeopleAdd2";
|
|
1204
1208
|
export { IconPeopleAdded, default as IconPeopleAddedDefault, } from "./IconPeopleAdded";
|
|
@@ -1372,6 +1376,8 @@ export { IconSearchMenu, default as IconSearchMenuDefault, } from "./IconSearchM
|
|
|
1372
1376
|
export { IconSearchOptions, default as IconSearchOptionsDefault, } from "./IconSearchOptions";
|
|
1373
1377
|
export { IconSearchlinesSparkle, default as IconSearchlinesSparkleDefault, } from "./IconSearchlinesSparkle";
|
|
1374
1378
|
export { IconSecretPhrase, default as IconSecretPhraseDefault, } from "./IconSecretPhrase";
|
|
1379
|
+
export { IconSelectLasso, default as IconSelectLassoDefault, } from "./IconSelectLasso";
|
|
1380
|
+
export { IconSelectLassoDashed, default as IconSelectLassoDashedDefault, } from "./IconSelectLassoDashed";
|
|
1375
1381
|
export { IconSend, default as IconSendDefault } from "./IconSend";
|
|
1376
1382
|
export { IconServer, default as IconServerDefault } from "./IconServer";
|
|
1377
1383
|
export { IconServer1, default as IconServer1Default } from "./IconServer1";
|