@central-icons-react-native/round-filled-radius-1-stroke-1 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.
Files changed (42) hide show
  1. package/IconPencil2/index.d.ts +4 -0
  2. package/IconPencil2/index.js +2 -0
  3. package/IconPencil2/index.js.map +1 -0
  4. package/IconPencil2/index.mjs +2 -0
  5. package/IconPencil2/index.mjs.map +1 -0
  6. package/IconPencil3/index.d.ts +4 -0
  7. package/IconPencil3/index.js +2 -0
  8. package/IconPencil3/index.js.map +1 -0
  9. package/IconPencil3/index.mjs +2 -0
  10. package/IconPencil3/index.mjs.map +1 -0
  11. package/IconPencilAi/index.d.ts +4 -0
  12. package/IconPencilAi/index.js +2 -0
  13. package/IconPencilAi/index.js.map +1 -0
  14. package/IconPencilAi/index.mjs +2 -0
  15. package/IconPencilAi/index.mjs.map +1 -0
  16. package/IconPeople21/index.d.ts +4 -0
  17. package/IconPeople21/index.js +2 -0
  18. package/IconPeople21/index.js.map +1 -0
  19. package/IconPeople21/index.mjs +2 -0
  20. package/IconPeople21/index.mjs.map +1 -0
  21. package/IconSelectLasso/index.d.ts +4 -0
  22. package/IconSelectLasso/index.js +2 -0
  23. package/IconSelectLasso/index.js.map +1 -0
  24. package/IconSelectLasso/index.mjs +2 -0
  25. package/IconSelectLasso/index.mjs.map +1 -0
  26. package/IconSelectLassoDashed/index.d.ts +4 -0
  27. package/IconSelectLassoDashed/index.js +2 -0
  28. package/IconSelectLassoDashed/index.js.map +1 -0
  29. package/IconSelectLassoDashed/index.mjs +2 -0
  30. package/IconSelectLassoDashed/index.mjs.map +1 -0
  31. package/README.md +6 -0
  32. package/filtered-icons.json +84 -0
  33. package/icons/index.d.ts +6 -0
  34. package/icons-index.json +16 -4
  35. package/index.d.ts +6 -0
  36. package/index.js +1 -1
  37. package/index.js.map +1 -1
  38. package/index.mjs +1 -1
  39. package/index.mjs.map +1 -1
  40. package/license-check.js +1 -1
  41. package/package.json +1 -1
  42. package/tsx-icons.json +42 -0
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPencil2: FC<CentralIconBaseProps>;
4
+ export default IconPencil2;
@@ -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:"M19.2489 10.4566L9.57995 20.1275C9.35899 20.3484 9.07369 20.495 8.7655 20.5465L3.08191 21.4937C2.92287 21.5202 2.76048 21.4679 2.64636 21.3541C2.53241 21.24 2.48039 21.0776 2.50671 20.9185L3.45398 15.2349C3.50542 14.9267 3.65199 14.6415 3.87292 14.4205L13.5419 4.74959L19.2489 10.4566Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M15.1464 3.14607C16.7223 1.57053 19.2775 1.57037 20.8534 3.14607C22.4291 4.72193 22.4289 7.27715 20.8534 8.8531L19.9559 9.74959L14.2489 4.04256L15.1464 3.14607Z",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=\"M19.2489 10.4566L9.57995 20.1275C9.35899 20.3484 9.07369 20.495 8.7655 20.5465L3.08191 21.4937C2.92287 21.5202 2.76048 21.4679 2.64636 21.3541C2.53241 21.24 2.48039 21.0776 2.50671 20.9185L3.45398 15.2349C3.50542 14.9267 3.65199 14.6415 3.87292 14.4205L13.5419 4.74959L19.2489 10.4566Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.1464 3.14607C16.7223 1.57053 19.2775 1.57037 20.8534 3.14607C22.4291 4.72193 22.4289 7.27715 20.8534 8.8531L19.9559 9.74959L14.2489 4.04256L15.1464 3.14607Z\"\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,gSACF,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:"M19.2489 10.4566L9.57995 20.1275C9.35899 20.3484 9.07369 20.495 8.7655 20.5465L3.08191 21.4937C2.92287 21.5202 2.76048 21.4679 2.64636 21.3541C2.53241 21.24 2.48039 21.0776 2.50671 20.9185L3.45398 15.2349C3.50542 14.9267 3.65199 14.6415 3.87292 14.4205L13.5419 4.74959L19.2489 10.4566Z",fill:"currentColor"}),t.createElement(n,{d:"M15.1464 3.14607C16.7223 1.57053 19.2775 1.57037 20.8534 3.14607C22.4291 4.72193 22.4289 7.27715 20.8534 8.8531L19.9559 9.74959L14.2489 4.04256L15.1464 3.14607Z",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=\"M19.2489 10.4566L9.57995 20.1275C9.35899 20.3484 9.07369 20.495 8.7655 20.5465L3.08191 21.4937C2.92287 21.5202 2.76048 21.4679 2.64636 21.3541C2.53241 21.24 2.48039 21.0776 2.50671 20.9185L3.45398 15.2349C3.50542 14.9267 3.65199 14.6415 3.87292 14.4205L13.5419 4.74959L19.2489 10.4566Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.1464 3.14607C16.7223 1.57053 19.2775 1.57037 20.8534 3.14607C22.4291 4.72193 22.4289 7.27715 20.8534 8.8531L19.9559 9.74959L14.2489 4.04256L15.1464 3.14607Z\"\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,gSACF,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,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPencil3: FC<CentralIconBaseProps>;
4
+ export default IconPencil3;
@@ -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:"M15.1464 3.14607C16.7223 1.57053 19.2775 1.57037 20.8534 3.14607C22.4291 4.72193 22.4289 7.27715 20.8534 8.8531L9.57995 20.1275C9.35899 20.3484 9.07369 20.495 8.7655 20.5465L3.08191 21.4937C2.92287 21.5202 2.76048 21.4679 2.64636 21.3541C2.53241 21.24 2.48039 21.0776 2.50671 20.9185L3.45398 15.2349C3.50542 14.9267 3.65199 14.6415 3.87292 14.4205L15.1464 3.14607ZM18.3534 5.64705C18.1581 5.45179 17.8416 5.45179 17.6464 5.64705L14.1464 9.14705C13.9511 9.34231 13.9511 9.65882 14.1464 9.85408C14.3417 10.0489 14.6583 10.0492 14.8534 9.85408L18.3534 6.35408C18.5485 6.15898 18.5482 5.84235 18.3534 5.64705Z",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=\"M15.1464 3.14607C16.7223 1.57053 19.2775 1.57037 20.8534 3.14607C22.4291 4.72193 22.4289 7.27715 20.8534 8.8531L9.57995 20.1275C9.35899 20.3484 9.07369 20.495 8.7655 20.5465L3.08191 21.4937C2.92287 21.5202 2.76048 21.4679 2.64636 21.3541C2.53241 21.24 2.48039 21.0776 2.50671 20.9185L3.45398 15.2349C3.50542 14.9267 3.65199 14.6415 3.87292 14.4205L15.1464 3.14607ZM18.3534 5.64705C18.1581 5.45179 17.8416 5.45179 17.6464 5.64705L14.1464 9.14705C13.9511 9.34231 13.9511 9.65882 14.1464 9.85408C14.3417 10.0489 14.6583 10.0492 14.8534 9.85408L18.3534 6.35408C18.5485 6.15898 18.5482 5.84235 18.3534 5.64705Z\"\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,gmBACF,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:"M15.1464 3.14607C16.7223 1.57053 19.2775 1.57037 20.8534 3.14607C22.4291 4.72193 22.4289 7.27715 20.8534 8.8531L9.57995 20.1275C9.35899 20.3484 9.07369 20.495 8.7655 20.5465L3.08191 21.4937C2.92287 21.5202 2.76048 21.4679 2.64636 21.3541C2.53241 21.24 2.48039 21.0776 2.50671 20.9185L3.45398 15.2349C3.50542 14.9267 3.65199 14.6415 3.87292 14.4205L15.1464 3.14607ZM18.3534 5.64705C18.1581 5.45179 17.8416 5.45179 17.6464 5.64705L14.1464 9.14705C13.9511 9.34231 13.9511 9.65882 14.1464 9.85408C14.3417 10.0489 14.6583 10.0492 14.8534 9.85408L18.3534 6.35408C18.5485 6.15898 18.5482 5.84235 18.3534 5.64705Z",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=\"M15.1464 3.14607C16.7223 1.57053 19.2775 1.57037 20.8534 3.14607C22.4291 4.72193 22.4289 7.27715 20.8534 8.8531L9.57995 20.1275C9.35899 20.3484 9.07369 20.495 8.7655 20.5465L3.08191 21.4937C2.92287 21.5202 2.76048 21.4679 2.64636 21.3541C2.53241 21.24 2.48039 21.0776 2.50671 20.9185L3.45398 15.2349C3.50542 14.9267 3.65199 14.6415 3.87292 14.4205L15.1464 3.14607ZM18.3534 5.64705C18.1581 5.45179 17.8416 5.45179 17.6464 5.64705L14.1464 9.14705C13.9511 9.34231 13.9511 9.65882 14.1464 9.85408C14.3417 10.0489 14.6583 10.0492 14.8534 9.85408L18.3534 6.35408C18.5485 6.15898 18.5482 5.84235 18.3534 5.64705Z\"\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,gmBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPencil3","props","React","CentralIconBase","IconPencil3_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPencilAi: FC<CentralIconBaseProps>;
4
+ export default IconPencilAi;
@@ -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:"M20.2494 11.4566L10.5804 21.1275C10.3595 21.3484 10.0742 21.495 9.76599 21.5465L4.0824 22.4937C3.92336 22.5202 3.76097 22.4679 3.64685 22.3541C3.5329 22.24 3.48088 22.0776 3.5072 21.9185L4.45447 16.2349C4.50591 15.9267 4.65248 15.6415 4.87341 15.4205L14.5424 5.74959L20.2494 11.4566Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M16.1468 4.14607C17.7228 2.57053 20.278 2.57037 21.8539 4.14607C23.4296 5.72193 23.4294 8.27715 21.8539 9.8531L20.9564 10.7496L15.2494 5.04256L16.1468 4.14607Z",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=\"M20.2494 11.4566L10.5804 21.1275C10.3595 21.3484 10.0742 21.495 9.76599 21.5465L4.0824 22.4937C3.92336 22.5202 3.76097 22.4679 3.64685 22.3541C3.5329 22.24 3.48088 22.0776 3.5072 21.9185L4.45447 16.2349C4.50591 15.9267 4.65248 15.6415 4.87341 15.4205L14.5424 5.74959L20.2494 11.4566Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.1468 4.14607C17.7228 2.57053 20.278 2.57037 21.8539 4.14607C23.4296 5.72193 23.4294 8.27715 21.8539 9.8531L20.9564 10.7496L15.2494 5.04256L16.1468 4.14607Z\"\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,8RACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kKACF,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:"M20.2494 11.4566L10.5804 21.1275C10.3595 21.3484 10.0742 21.495 9.76599 21.5465L4.0824 22.4937C3.92336 22.5202 3.76097 22.4679 3.64685 22.3541C3.5329 22.24 3.48088 22.0776 3.5072 21.9185L4.45447 16.2349C4.50591 15.9267 4.65248 15.6415 4.87341 15.4205L14.5424 5.74959L20.2494 11.4566Z",fill:"currentColor"}),o.createElement(n,{d:"M16.1468 4.14607C17.7228 2.57053 20.278 2.57037 21.8539 4.14607C23.4296 5.72193 23.4294 8.27715 21.8539 9.8531L20.9564 10.7496L15.2494 5.04256L16.1468 4.14607Z",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=\"M20.2494 11.4566L10.5804 21.1275C10.3595 21.3484 10.0742 21.495 9.76599 21.5465L4.0824 22.4937C3.92336 22.5202 3.76097 22.4679 3.64685 22.3541C3.5329 22.24 3.48088 22.0776 3.5072 21.9185L4.45447 16.2349C4.50591 15.9267 4.65248 15.6415 4.87341 15.4205L14.5424 5.74959L20.2494 11.4566Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.1468 4.14607C17.7228 2.57053 20.278 2.57037 21.8539 4.14607C23.4296 5.72193 23.4294 8.27715 21.8539 9.8531L20.9564 10.7496L15.2494 5.04256L16.1468 4.14607Z\"\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,8RACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kKACF,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,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPeople21: FC<CentralIconBaseProps>;
4
+ export default IconPeople21;
@@ -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.5 14C14.4352 14 15.9998 15.5759 16 17.5146V19.5C16 19.7761 15.7761 20 15.5 20H2.5C2.22386 20 2 19.7761 2 19.5V17.5146C2.0002 15.5759 3.56477 14 5.5 14H12.5Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M18.5 14C20.4352 14 21.9998 15.5759 22 17.5146V19.5C22 19.7761 21.7761 20 21.5 20H16.9131C16.9685 19.8435 17 19.6755 17 19.5V17.5146L16.9941 17.2832C16.9273 15.9596 16.2911 14.7834 15.3242 14H18.5Z",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.2131 13 13.4736 12.7974 12.8301 12.4424C13.8589 11.4433 14.5 10.0475 14.5 8.5C14.5 6.95264 13.8596 5.55603 12.8311 4.55664C13.4743 4.20206 14.2135 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.5 14C14.4352 14 15.9998 15.5759 16 17.5146V19.5C16 19.7761 15.7761 20 15.5 20H2.5C2.22386 20 2 19.7761 2 19.5V17.5146C2.0002 15.5759 3.56477 14 5.5 14H12.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5 14C20.4352 14 21.9998 15.5759 22 17.5146V19.5C22 19.7761 21.7761 20 21.5 20H16.9131C16.9685 19.8435 17 19.6755 17 19.5V17.5146L16.9941 17.2832C16.9273 15.9596 16.2911 14.7834 15.3242 14H18.5Z\"\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.2131 13 13.4736 12.7974 12.8301 12.4424C13.8589 11.4433 14.5 10.0475 14.5 8.5C14.5 6.95264 13.8596 5.55603 12.8311 4.55664C13.4743 4.20206 14.2135 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,mKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oOACF,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.5 14C14.4352 14 15.9998 15.5759 16 17.5146V19.5C16 19.7761 15.7761 20 15.5 20H2.5C2.22386 20 2 19.7761 2 19.5V17.5146C2.0002 15.5759 3.56477 14 5.5 14H12.5Z",fill:"currentColor"}),o.createElement(C,{d:"M18.5 14C20.4352 14 21.9998 15.5759 22 17.5146V19.5C22 19.7761 21.7761 20 21.5 20H16.9131C16.9685 19.8435 17 19.6755 17 19.5V17.5146L16.9941 17.2832C16.9273 15.9596 16.2911 14.7834 15.3242 14H18.5Z",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.2131 13 13.4736 12.7974 12.8301 12.4424C13.8589 11.4433 14.5 10.0475 14.5 8.5C14.5 6.95264 13.8596 5.55603 12.8311 4.55664C13.4743 4.20206 14.2135 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.5 14C14.4352 14 15.9998 15.5759 16 17.5146V19.5C16 19.7761 15.7761 20 15.5 20H2.5C2.22386 20 2 19.7761 2 19.5V17.5146C2.0002 15.5759 3.56477 14 5.5 14H12.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5 14C20.4352 14 21.9998 15.5759 22 17.5146V19.5C22 19.7761 21.7761 20 21.5 20H16.9131C16.9685 19.8435 17 19.6755 17 19.5V17.5146L16.9941 17.2832C16.9273 15.9596 16.2911 14.7834 15.3242 14H18.5Z\"\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.2131 13 13.4736 12.7974 12.8301 12.4424C13.8589 11.4433 14.5 10.0475 14.5 8.5C14.5 6.95264 13.8596 5.55603 12.8311 4.55664C13.4743 4.20206 14.2135 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,mKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oOACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeople21","props","React","CentralIconBase","IconPeople21_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSelectLasso: FC<CentralIconBaseProps>;
4
+ export default IconSelectLasso;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},s=(o,r,e,a)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!P.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(a=B(r,t))||a.enumerable});return o};var C=(o,r,e)=>(e=o!=null?u(x(o)):{},s(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),d=o=>s(n({},"__esModule",{value:!0}),o);var S={};g(S,{IconSelectLasso:()=>i,default:()=>v});module.exports=d(S);var p=C(require("react"));var m=C(require("react")),c=require("react-native-svg"),l=({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(l,{...o},p.default.createElement(f.Path,{d:"M12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 4.08333 9.88889 5.13889 8.30556 9.88889",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),v=i;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=\"M12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 4.08333 9.88889 5.13889 8.30556 9.88889\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,yJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 t from"react";import p from"react";import{Svg as a}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(a,{...n,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 s}from"react-native-svg";var C=r=>t.createElement(e,{...r},t.createElement(s,{d:"M12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 4.08333 9.88889 5.13889 8.30556 9.88889",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=C;export{C 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=\"M12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 4.08333 9.88889 5.13889 8.30556 9.88889\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,yJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSelectLasso","props","React","CentralIconBase","IconSelectLasso_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSelectLassoDashed: FC<CentralIconBaseProps>;
4
+ export default IconSelectLassoDashed;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=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?f(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:()=>c,default:()=>g});module.exports=P(h);var n=s(require("react"));var l=s(require("react")),M=require("react-native-svg"),Z=({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 m=require("react-native-svg"),c=C=>n.default.createElement(Z,{...C},n.default.createElement(m.Path,{d:"M13.1758 20.9238C13.4496 20.8881 13.7006 21.0816 13.7363 21.3555C13.7718 21.6291 13.5792 21.8792 13.3057 21.915C12.8782 21.9708 12.4422 22 12 22C11.5578 22 11.1218 21.9708 10.6943 21.915C10.4208 21.8792 10.2282 21.629 10.2637 21.3555C10.2994 21.0816 10.5504 20.8881 10.8242 20.9238C11.2088 20.974 11.6013 21 12 21C12.3987 21 12.7912 20.974 13.1758 20.9238ZM5.82031 19.2324C5.98862 19.0137 6.30261 18.9724 6.52148 19.1406C7.14086 19.6166 7.82341 20.0141 8.55469 20.3174C8.80977 20.4232 8.93097 20.7156 8.8252 20.9707C8.71938 21.2257 8.42692 21.347 8.17188 21.2412C7.35866 20.904 6.60005 20.4622 5.91211 19.9336C5.69315 19.7653 5.65205 19.4514 5.82031 19.2324ZM17.4785 19.1406C17.6974 18.9724 18.0114 19.0137 18.1797 19.2324C18.3479 19.4514 18.3069 19.7653 18.0879 19.9336C17.4 20.4622 16.6413 20.904 15.8281 21.2412C15.5731 21.347 15.2806 21.2257 15.1748 20.9707C15.069 20.7156 15.1902 20.4232 15.4453 20.3174C16.1766 20.0141 16.8591 19.6166 17.4785 19.1406ZM3.0293 15.1748C3.28438 15.069 3.57684 15.1902 3.68262 15.4453C3.98589 16.1766 4.38342 16.8591 4.85938 17.4785C5.02757 17.6974 4.98633 18.0114 4.76758 18.1797C4.54862 18.3479 4.23467 18.3069 4.06641 18.0879C3.53776 17.4 3.09602 16.6413 2.75879 15.8281C2.65303 15.5731 2.77429 15.2806 3.0293 15.1748ZM20.3174 15.4453C20.4232 15.1902 20.7156 15.069 20.9707 15.1748C21.2257 15.2806 21.347 15.5731 21.2412 15.8281C20.904 16.6413 20.4622 17.4 19.9336 18.0879C19.7653 18.3069 19.4514 18.3479 19.2324 18.1797C19.0137 18.0114 18.9724 17.6974 19.1406 17.4785C19.6166 16.8591 20.0141 16.1766 20.3174 15.4453ZM2 12C2 11.5578 2.0292 11.1218 2.08496 10.6943C2.12079 10.4208 2.37095 10.2282 2.64453 10.2637C2.91835 10.2994 3.11189 10.5504 3.07617 10.8242C3.02602 11.2088 3 11.6013 3 12C3 12.3987 3.02602 12.7912 3.07617 13.1758C3.11189 13.4496 2.91835 13.7006 2.64453 13.7363C2.37095 13.7718 2.12079 13.5792 2.08496 13.3057C2.0292 12.8782 2 12.4422 2 12ZM21 12C21 11.6276 20.9722 11.2793 20.9209 10.9541C20.8779 10.6815 21.0644 10.426 21.3369 10.3828C21.6096 10.3398 21.8659 10.5253 21.9092 10.7979C21.9691 11.1776 22 11.5785 22 12C22 12.4422 21.9708 12.8782 21.915 13.3057C21.8792 13.5792 21.6291 13.7718 21.3555 13.7363C21.0816 13.7006 20.8881 13.4496 20.9238 13.1758C20.974 12.7912 21 12.3987 21 12ZM8.40723 8.60449C8.56678 8.37918 8.87914 8.32587 9.10449 8.48535C9.32987 8.64492 9.3832 8.95724 9.22363 9.18262C9.03021 9.45582 8.88106 9.7446 8.78027 10.0469C8.69295 10.3088 8.40942 10.4506 8.14746 10.3633C7.88549 10.276 7.74373 9.99244 7.83105 9.73047C7.9655 9.32721 8.16191 8.95099 8.40723 8.60449ZM18.6377 6.95605C18.7852 6.72285 19.0938 6.6535 19.3271 6.80078C20.0129 7.23351 20.6111 7.80163 21.0674 8.51758C21.2158 8.75044 21.1479 9.0596 20.915 9.20801C20.6822 9.3564 20.373 9.28753 20.2246 9.05469C19.8543 8.47367 19.3653 8.00761 18.793 7.64648C18.5596 7.49908 18.4904 7.18953 18.6377 6.95605ZM4.06641 5.91211C4.23467 5.69315 4.54862 5.65205 4.76758 5.82031C4.98633 5.98862 5.02757 6.30261 4.85938 6.52148C4.38342 7.14086 3.98589 7.82341 3.68262 8.55469C3.57684 8.80977 3.28438 8.93097 3.0293 8.8252C2.77429 8.71938 2.65303 8.42692 2.75879 8.17188C3.09602 7.35866 3.53776 6.60005 4.06641 5.91211ZM12.4072 6.05273C12.6733 5.97922 12.9488 6.13529 13.0225 6.40137C13.096 6.66743 12.9399 6.94293 12.6738 7.0166C11.9675 7.21205 11.3074 7.48921 10.7344 7.83398C10.4979 7.97597 10.1912 7.89936 10.0488 7.66309C9.90649 7.42654 9.98229 7.11899 10.2188 6.97656C10.8777 6.58004 11.6233 6.26966 12.4072 6.05273ZM14.7373 5.69336C15.5319 5.66396 16.3319 5.72847 17.0967 5.90039C17.3661 5.96096 17.5352 6.22863 17.4746 6.49805C17.4141 6.76732 17.1472 6.93629 16.8779 6.87598C16.2046 6.72461 15.4903 6.66583 14.7734 6.69238C14.4977 6.70236 14.2661 6.48675 14.2559 6.21094C14.2458 5.93507 14.4614 5.70358 14.7373 5.69336ZM8.17188 2.75879C8.42692 2.65303 8.71938 2.77429 8.8252 3.0293C8.93097 3.28438 8.80977 3.57684 8.55469 3.68262C7.82341 3.98589 7.14086 4.38342 6.52148 4.85938C6.30261 5.02757 5.98862 4.98633 5.82031 4.76758C5.65205 4.54862 5.69315 4.23467 5.91211 4.06641C6.60005 3.53776 7.35866 3.09602 8.17188 2.75879ZM12 2C12.2761 2 12.5 2.22386 12.5 2.5C12.5 2.77614 12.2761 3 12 3C11.6013 3 11.2088 3.02602 10.8242 3.07617C10.5504 3.11189 10.2994 2.91835 10.2637 2.64453C10.2282 2.37095 10.4208 2.12079 10.6943 2.08496C11.1218 2.0292 11.5578 2 12 2Z",fill:"currentColor"})),g=c;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.1758 20.9238C13.4496 20.8881 13.7006 21.0816 13.7363 21.3555C13.7718 21.6291 13.5792 21.8792 13.3057 21.915C12.8782 21.9708 12.4422 22 12 22C11.5578 22 11.1218 21.9708 10.6943 21.915C10.4208 21.8792 10.2282 21.629 10.2637 21.3555C10.2994 21.0816 10.5504 20.8881 10.8242 20.9238C11.2088 20.974 11.6013 21 12 21C12.3987 21 12.7912 20.974 13.1758 20.9238ZM5.82031 19.2324C5.98862 19.0137 6.30261 18.9724 6.52148 19.1406C7.14086 19.6166 7.82341 20.0141 8.55469 20.3174C8.80977 20.4232 8.93097 20.7156 8.8252 20.9707C8.71938 21.2257 8.42692 21.347 8.17188 21.2412C7.35866 20.904 6.60005 20.4622 5.91211 19.9336C5.69315 19.7653 5.65205 19.4514 5.82031 19.2324ZM17.4785 19.1406C17.6974 18.9724 18.0114 19.0137 18.1797 19.2324C18.3479 19.4514 18.3069 19.7653 18.0879 19.9336C17.4 20.4622 16.6413 20.904 15.8281 21.2412C15.5731 21.347 15.2806 21.2257 15.1748 20.9707C15.069 20.7156 15.1902 20.4232 15.4453 20.3174C16.1766 20.0141 16.8591 19.6166 17.4785 19.1406ZM3.0293 15.1748C3.28438 15.069 3.57684 15.1902 3.68262 15.4453C3.98589 16.1766 4.38342 16.8591 4.85938 17.4785C5.02757 17.6974 4.98633 18.0114 4.76758 18.1797C4.54862 18.3479 4.23467 18.3069 4.06641 18.0879C3.53776 17.4 3.09602 16.6413 2.75879 15.8281C2.65303 15.5731 2.77429 15.2806 3.0293 15.1748ZM20.3174 15.4453C20.4232 15.1902 20.7156 15.069 20.9707 15.1748C21.2257 15.2806 21.347 15.5731 21.2412 15.8281C20.904 16.6413 20.4622 17.4 19.9336 18.0879C19.7653 18.3069 19.4514 18.3479 19.2324 18.1797C19.0137 18.0114 18.9724 17.6974 19.1406 17.4785C19.6166 16.8591 20.0141 16.1766 20.3174 15.4453ZM2 12C2 11.5578 2.0292 11.1218 2.08496 10.6943C2.12079 10.4208 2.37095 10.2282 2.64453 10.2637C2.91835 10.2994 3.11189 10.5504 3.07617 10.8242C3.02602 11.2088 3 11.6013 3 12C3 12.3987 3.02602 12.7912 3.07617 13.1758C3.11189 13.4496 2.91835 13.7006 2.64453 13.7363C2.37095 13.7718 2.12079 13.5792 2.08496 13.3057C2.0292 12.8782 2 12.4422 2 12ZM21 12C21 11.6276 20.9722 11.2793 20.9209 10.9541C20.8779 10.6815 21.0644 10.426 21.3369 10.3828C21.6096 10.3398 21.8659 10.5253 21.9092 10.7979C21.9691 11.1776 22 11.5785 22 12C22 12.4422 21.9708 12.8782 21.915 13.3057C21.8792 13.5792 21.6291 13.7718 21.3555 13.7363C21.0816 13.7006 20.8881 13.4496 20.9238 13.1758C20.974 12.7912 21 12.3987 21 12ZM8.40723 8.60449C8.56678 8.37918 8.87914 8.32587 9.10449 8.48535C9.32987 8.64492 9.3832 8.95724 9.22363 9.18262C9.03021 9.45582 8.88106 9.7446 8.78027 10.0469C8.69295 10.3088 8.40942 10.4506 8.14746 10.3633C7.88549 10.276 7.74373 9.99244 7.83105 9.73047C7.9655 9.32721 8.16191 8.95099 8.40723 8.60449ZM18.6377 6.95605C18.7852 6.72285 19.0938 6.6535 19.3271 6.80078C20.0129 7.23351 20.6111 7.80163 21.0674 8.51758C21.2158 8.75044 21.1479 9.0596 20.915 9.20801C20.6822 9.3564 20.373 9.28753 20.2246 9.05469C19.8543 8.47367 19.3653 8.00761 18.793 7.64648C18.5596 7.49908 18.4904 7.18953 18.6377 6.95605ZM4.06641 5.91211C4.23467 5.69315 4.54862 5.65205 4.76758 5.82031C4.98633 5.98862 5.02757 6.30261 4.85938 6.52148C4.38342 7.14086 3.98589 7.82341 3.68262 8.55469C3.57684 8.80977 3.28438 8.93097 3.0293 8.8252C2.77429 8.71938 2.65303 8.42692 2.75879 8.17188C3.09602 7.35866 3.53776 6.60005 4.06641 5.91211ZM12.4072 6.05273C12.6733 5.97922 12.9488 6.13529 13.0225 6.40137C13.096 6.66743 12.9399 6.94293 12.6738 7.0166C11.9675 7.21205 11.3074 7.48921 10.7344 7.83398C10.4979 7.97597 10.1912 7.89936 10.0488 7.66309C9.90649 7.42654 9.98229 7.11899 10.2188 6.97656C10.8777 6.58004 11.6233 6.26966 12.4072 6.05273ZM14.7373 5.69336C15.5319 5.66396 16.3319 5.72847 17.0967 5.90039C17.3661 5.96096 17.5352 6.22863 17.4746 6.49805C17.4141 6.76732 17.1472 6.93629 16.8779 6.87598C16.2046 6.72461 15.4903 6.66583 14.7734 6.69238C14.4977 6.70236 14.2661 6.48675 14.2559 6.21094C14.2458 5.93507 14.4614 5.70358 14.7373 5.69336ZM8.17188 2.75879C8.42692 2.65303 8.71938 2.77429 8.8252 3.0293C8.93097 3.28438 8.80977 3.57684 8.55469 3.68262C7.82341 3.98589 7.14086 4.38342 6.52148 4.85938C6.30261 5.02757 5.98862 4.98633 5.82031 4.76758C5.65205 4.54862 5.69315 4.23467 5.91211 4.06641C6.60005 3.53776 7.35866 3.09602 8.17188 2.75879ZM12 2C12.2761 2 12.5 2.22386 12.5 2.5C12.5 2.77614 12.2761 3 12 3C11.6013 3 11.2088 3.02602 10.8242 3.07617C10.5504 3.11189 10.2994 2.91835 10.2637 2.64453C10.2282 2.37095 10.4208 2.12079 10.6943 2.08496C11.1218 2.0292 11.5578 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,wsIACF,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.1758 20.9238C13.4496 20.8881 13.7006 21.0816 13.7363 21.3555C13.7718 21.6291 13.5792 21.8792 13.3057 21.915C12.8782 21.9708 12.4422 22 12 22C11.5578 22 11.1218 21.9708 10.6943 21.915C10.4208 21.8792 10.2282 21.629 10.2637 21.3555C10.2994 21.0816 10.5504 20.8881 10.8242 20.9238C11.2088 20.974 11.6013 21 12 21C12.3987 21 12.7912 20.974 13.1758 20.9238ZM5.82031 19.2324C5.98862 19.0137 6.30261 18.9724 6.52148 19.1406C7.14086 19.6166 7.82341 20.0141 8.55469 20.3174C8.80977 20.4232 8.93097 20.7156 8.8252 20.9707C8.71938 21.2257 8.42692 21.347 8.17188 21.2412C7.35866 20.904 6.60005 20.4622 5.91211 19.9336C5.69315 19.7653 5.65205 19.4514 5.82031 19.2324ZM17.4785 19.1406C17.6974 18.9724 18.0114 19.0137 18.1797 19.2324C18.3479 19.4514 18.3069 19.7653 18.0879 19.9336C17.4 20.4622 16.6413 20.904 15.8281 21.2412C15.5731 21.347 15.2806 21.2257 15.1748 20.9707C15.069 20.7156 15.1902 20.4232 15.4453 20.3174C16.1766 20.0141 16.8591 19.6166 17.4785 19.1406ZM3.0293 15.1748C3.28438 15.069 3.57684 15.1902 3.68262 15.4453C3.98589 16.1766 4.38342 16.8591 4.85938 17.4785C5.02757 17.6974 4.98633 18.0114 4.76758 18.1797C4.54862 18.3479 4.23467 18.3069 4.06641 18.0879C3.53776 17.4 3.09602 16.6413 2.75879 15.8281C2.65303 15.5731 2.77429 15.2806 3.0293 15.1748ZM20.3174 15.4453C20.4232 15.1902 20.7156 15.069 20.9707 15.1748C21.2257 15.2806 21.347 15.5731 21.2412 15.8281C20.904 16.6413 20.4622 17.4 19.9336 18.0879C19.7653 18.3069 19.4514 18.3479 19.2324 18.1797C19.0137 18.0114 18.9724 17.6974 19.1406 17.4785C19.6166 16.8591 20.0141 16.1766 20.3174 15.4453ZM2 12C2 11.5578 2.0292 11.1218 2.08496 10.6943C2.12079 10.4208 2.37095 10.2282 2.64453 10.2637C2.91835 10.2994 3.11189 10.5504 3.07617 10.8242C3.02602 11.2088 3 11.6013 3 12C3 12.3987 3.02602 12.7912 3.07617 13.1758C3.11189 13.4496 2.91835 13.7006 2.64453 13.7363C2.37095 13.7718 2.12079 13.5792 2.08496 13.3057C2.0292 12.8782 2 12.4422 2 12ZM21 12C21 11.6276 20.9722 11.2793 20.9209 10.9541C20.8779 10.6815 21.0644 10.426 21.3369 10.3828C21.6096 10.3398 21.8659 10.5253 21.9092 10.7979C21.9691 11.1776 22 11.5785 22 12C22 12.4422 21.9708 12.8782 21.915 13.3057C21.8792 13.5792 21.6291 13.7718 21.3555 13.7363C21.0816 13.7006 20.8881 13.4496 20.9238 13.1758C20.974 12.7912 21 12.3987 21 12ZM8.40723 8.60449C8.56678 8.37918 8.87914 8.32587 9.10449 8.48535C9.32987 8.64492 9.3832 8.95724 9.22363 9.18262C9.03021 9.45582 8.88106 9.7446 8.78027 10.0469C8.69295 10.3088 8.40942 10.4506 8.14746 10.3633C7.88549 10.276 7.74373 9.99244 7.83105 9.73047C7.9655 9.32721 8.16191 8.95099 8.40723 8.60449ZM18.6377 6.95605C18.7852 6.72285 19.0938 6.6535 19.3271 6.80078C20.0129 7.23351 20.6111 7.80163 21.0674 8.51758C21.2158 8.75044 21.1479 9.0596 20.915 9.20801C20.6822 9.3564 20.373 9.28753 20.2246 9.05469C19.8543 8.47367 19.3653 8.00761 18.793 7.64648C18.5596 7.49908 18.4904 7.18953 18.6377 6.95605ZM4.06641 5.91211C4.23467 5.69315 4.54862 5.65205 4.76758 5.82031C4.98633 5.98862 5.02757 6.30261 4.85938 6.52148C4.38342 7.14086 3.98589 7.82341 3.68262 8.55469C3.57684 8.80977 3.28438 8.93097 3.0293 8.8252C2.77429 8.71938 2.65303 8.42692 2.75879 8.17188C3.09602 7.35866 3.53776 6.60005 4.06641 5.91211ZM12.4072 6.05273C12.6733 5.97922 12.9488 6.13529 13.0225 6.40137C13.096 6.66743 12.9399 6.94293 12.6738 7.0166C11.9675 7.21205 11.3074 7.48921 10.7344 7.83398C10.4979 7.97597 10.1912 7.89936 10.0488 7.66309C9.90649 7.42654 9.98229 7.11899 10.2188 6.97656C10.8777 6.58004 11.6233 6.26966 12.4072 6.05273ZM14.7373 5.69336C15.5319 5.66396 16.3319 5.72847 17.0967 5.90039C17.3661 5.96096 17.5352 6.22863 17.4746 6.49805C17.4141 6.76732 17.1472 6.93629 16.8779 6.87598C16.2046 6.72461 15.4903 6.66583 14.7734 6.69238C14.4977 6.70236 14.2661 6.48675 14.2559 6.21094C14.2458 5.93507 14.4614 5.70358 14.7373 5.69336ZM8.17188 2.75879C8.42692 2.65303 8.71938 2.77429 8.8252 3.0293C8.93097 3.28438 8.80977 3.57684 8.55469 3.68262C7.82341 3.98589 7.14086 4.38342 6.52148 4.85938C6.30261 5.02757 5.98862 4.98633 5.82031 4.76758C5.65205 4.54862 5.69315 4.23467 5.91211 4.06641C6.60005 3.53776 7.35866 3.09602 8.17188 2.75879ZM12 2C12.2761 2 12.5 2.22386 12.5 2.5C12.5 2.77614 12.2761 3 12 3C11.6013 3 11.2088 3.02602 10.8242 3.07617C10.5504 3.11189 10.2994 2.91835 10.2637 2.64453C10.2282 2.37095 10.4208 2.12079 10.6943 2.08496C11.1218 2.0292 11.5578 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.1758 20.9238C13.4496 20.8881 13.7006 21.0816 13.7363 21.3555C13.7718 21.6291 13.5792 21.8792 13.3057 21.915C12.8782 21.9708 12.4422 22 12 22C11.5578 22 11.1218 21.9708 10.6943 21.915C10.4208 21.8792 10.2282 21.629 10.2637 21.3555C10.2994 21.0816 10.5504 20.8881 10.8242 20.9238C11.2088 20.974 11.6013 21 12 21C12.3987 21 12.7912 20.974 13.1758 20.9238ZM5.82031 19.2324C5.98862 19.0137 6.30261 18.9724 6.52148 19.1406C7.14086 19.6166 7.82341 20.0141 8.55469 20.3174C8.80977 20.4232 8.93097 20.7156 8.8252 20.9707C8.71938 21.2257 8.42692 21.347 8.17188 21.2412C7.35866 20.904 6.60005 20.4622 5.91211 19.9336C5.69315 19.7653 5.65205 19.4514 5.82031 19.2324ZM17.4785 19.1406C17.6974 18.9724 18.0114 19.0137 18.1797 19.2324C18.3479 19.4514 18.3069 19.7653 18.0879 19.9336C17.4 20.4622 16.6413 20.904 15.8281 21.2412C15.5731 21.347 15.2806 21.2257 15.1748 20.9707C15.069 20.7156 15.1902 20.4232 15.4453 20.3174C16.1766 20.0141 16.8591 19.6166 17.4785 19.1406ZM3.0293 15.1748C3.28438 15.069 3.57684 15.1902 3.68262 15.4453C3.98589 16.1766 4.38342 16.8591 4.85938 17.4785C5.02757 17.6974 4.98633 18.0114 4.76758 18.1797C4.54862 18.3479 4.23467 18.3069 4.06641 18.0879C3.53776 17.4 3.09602 16.6413 2.75879 15.8281C2.65303 15.5731 2.77429 15.2806 3.0293 15.1748ZM20.3174 15.4453C20.4232 15.1902 20.7156 15.069 20.9707 15.1748C21.2257 15.2806 21.347 15.5731 21.2412 15.8281C20.904 16.6413 20.4622 17.4 19.9336 18.0879C19.7653 18.3069 19.4514 18.3479 19.2324 18.1797C19.0137 18.0114 18.9724 17.6974 19.1406 17.4785C19.6166 16.8591 20.0141 16.1766 20.3174 15.4453ZM2 12C2 11.5578 2.0292 11.1218 2.08496 10.6943C2.12079 10.4208 2.37095 10.2282 2.64453 10.2637C2.91835 10.2994 3.11189 10.5504 3.07617 10.8242C3.02602 11.2088 3 11.6013 3 12C3 12.3987 3.02602 12.7912 3.07617 13.1758C3.11189 13.4496 2.91835 13.7006 2.64453 13.7363C2.37095 13.7718 2.12079 13.5792 2.08496 13.3057C2.0292 12.8782 2 12.4422 2 12ZM21 12C21 11.6276 20.9722 11.2793 20.9209 10.9541C20.8779 10.6815 21.0644 10.426 21.3369 10.3828C21.6096 10.3398 21.8659 10.5253 21.9092 10.7979C21.9691 11.1776 22 11.5785 22 12C22 12.4422 21.9708 12.8782 21.915 13.3057C21.8792 13.5792 21.6291 13.7718 21.3555 13.7363C21.0816 13.7006 20.8881 13.4496 20.9238 13.1758C20.974 12.7912 21 12.3987 21 12ZM8.40723 8.60449C8.56678 8.37918 8.87914 8.32587 9.10449 8.48535C9.32987 8.64492 9.3832 8.95724 9.22363 9.18262C9.03021 9.45582 8.88106 9.7446 8.78027 10.0469C8.69295 10.3088 8.40942 10.4506 8.14746 10.3633C7.88549 10.276 7.74373 9.99244 7.83105 9.73047C7.9655 9.32721 8.16191 8.95099 8.40723 8.60449ZM18.6377 6.95605C18.7852 6.72285 19.0938 6.6535 19.3271 6.80078C20.0129 7.23351 20.6111 7.80163 21.0674 8.51758C21.2158 8.75044 21.1479 9.0596 20.915 9.20801C20.6822 9.3564 20.373 9.28753 20.2246 9.05469C19.8543 8.47367 19.3653 8.00761 18.793 7.64648C18.5596 7.49908 18.4904 7.18953 18.6377 6.95605ZM4.06641 5.91211C4.23467 5.69315 4.54862 5.65205 4.76758 5.82031C4.98633 5.98862 5.02757 6.30261 4.85938 6.52148C4.38342 7.14086 3.98589 7.82341 3.68262 8.55469C3.57684 8.80977 3.28438 8.93097 3.0293 8.8252C2.77429 8.71938 2.65303 8.42692 2.75879 8.17188C3.09602 7.35866 3.53776 6.60005 4.06641 5.91211ZM12.4072 6.05273C12.6733 5.97922 12.9488 6.13529 13.0225 6.40137C13.096 6.66743 12.9399 6.94293 12.6738 7.0166C11.9675 7.21205 11.3074 7.48921 10.7344 7.83398C10.4979 7.97597 10.1912 7.89936 10.0488 7.66309C9.90649 7.42654 9.98229 7.11899 10.2188 6.97656C10.8777 6.58004 11.6233 6.26966 12.4072 6.05273ZM14.7373 5.69336C15.5319 5.66396 16.3319 5.72847 17.0967 5.90039C17.3661 5.96096 17.5352 6.22863 17.4746 6.49805C17.4141 6.76732 17.1472 6.93629 16.8779 6.87598C16.2046 6.72461 15.4903 6.66583 14.7734 6.69238C14.4977 6.70236 14.2661 6.48675 14.2559 6.21094C14.2458 5.93507 14.4614 5.70358 14.7373 5.69336ZM8.17188 2.75879C8.42692 2.65303 8.71938 2.77429 8.8252 3.0293C8.93097 3.28438 8.80977 3.57684 8.55469 3.68262C7.82341 3.98589 7.14086 4.38342 6.52148 4.85938C6.30261 5.02757 5.98862 4.98633 5.82031 4.76758C5.65205 4.54862 5.69315 4.23467 5.91211 4.06641C6.60005 3.53776 7.35866 3.09602 8.17188 2.75879ZM12 2C12.2761 2 12.5 2.22386 12.5 2.5C12.5 2.77614 12.2761 3 12 3C11.6013 3 11.2088 3.02602 10.8242 3.07617C10.5504 3.11189 10.2994 2.91835 10.2637 2.64453C10.2282 2.37095 10.4208 2.12079 10.6943 2.08496C11.1218 2.0292 11.5578 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,wsIACF,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
@@ -16744,6 +16744,48 @@
16744
16744
  "packageName": "round-filled-radius-1-stroke-1",
16745
16745
  "componentName": "IconPencil"
16746
16746
  },
16747
+ {
16748
+ "category": "Edit",
16749
+ "svg": "<path d=\"M19.2489 10.4566L9.57995 20.1275C9.35899 20.3484 9.07369 20.495 8.7655 20.5465L3.08191 21.4937C2.92287 21.5202 2.76048 21.4679 2.64636 21.3541C2.53241 21.24 2.48039 21.0776 2.50671 20.9185L3.45398 15.2349C3.50542 14.9267 3.65199 14.6415 3.87292 14.4205L13.5419 4.74959L19.2489 10.4566Z\" fill=\"currentColor\"/><path d=\"M15.1464 3.14607C16.7223 1.57053 19.2775 1.57037 20.8534 3.14607C22.4291 4.72193 22.4289 7.27715 20.8534 8.8531L19.9559 9.74959L14.2489 4.04256L15.1464 3.14607Z\" fill=\"currentColor\"/>",
16750
+ "iconName": "pencil-2, edit, write, prompt",
16751
+ "variant": {
16752
+ "join": "round",
16753
+ "filled": "on",
16754
+ "radius": "1",
16755
+ "stroke": "1"
16756
+ },
16757
+ "createdAt": "2026-02-13T09:00:26.192615+00:00",
16758
+ "packageName": "round-filled-radius-1-stroke-1",
16759
+ "componentName": "IconPencil2"
16760
+ },
16761
+ {
16762
+ "category": "Edit",
16763
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.1464 3.14607C16.7223 1.57053 19.2775 1.57037 20.8534 3.14607C22.4291 4.72193 22.4289 7.27715 20.8534 8.8531L9.57995 20.1275C9.35899 20.3484 9.07369 20.495 8.7655 20.5465L3.08191 21.4937C2.92287 21.5202 2.76048 21.4679 2.64636 21.3541C2.53241 21.24 2.48039 21.0776 2.50671 20.9185L3.45398 15.2349C3.50542 14.9267 3.65199 14.6415 3.87292 14.4205L15.1464 3.14607ZM18.3534 5.64705C18.1581 5.45179 17.8416 5.45179 17.6464 5.64705L14.1464 9.14705C13.9511 9.34231 13.9511 9.65882 14.1464 9.85408C14.3417 10.0489 14.6583 10.0492 14.8534 9.85408L18.3534 6.35408C18.5485 6.15898 18.5482 5.84235 18.3534 5.64705Z\" fill=\"currentColor\"/>",
16764
+ "iconName": "pencil-3, edit, write, prompt",
16765
+ "variant": {
16766
+ "join": "round",
16767
+ "filled": "on",
16768
+ "radius": "1",
16769
+ "stroke": "1"
16770
+ },
16771
+ "createdAt": "2026-02-13T09:00:26.192615+00:00",
16772
+ "packageName": "round-filled-radius-1-stroke-1",
16773
+ "componentName": "IconPencil3"
16774
+ },
16775
+ {
16776
+ "category": "Edit",
16777
+ "svg": "<path d=\"M20.2494 11.4566L10.5804 21.1275C10.3595 21.3484 10.0742 21.495 9.76599 21.5465L4.0824 22.4937C3.92336 22.5202 3.76097 22.4679 3.64685 22.3541C3.5329 22.24 3.48088 22.0776 3.5072 21.9185L4.45447 16.2349C4.50591 15.9267 4.65248 15.6415 4.87341 15.4205L14.5424 5.74959L20.2494 11.4566Z\" fill=\"currentColor\"/><path d=\"M16.1468 4.14607C17.7228 2.57053 20.278 2.57037 21.8539 4.14607C23.4296 5.72193 23.4294 8.27715 21.8539 9.8531L20.9564 10.7496L15.2494 5.04256L16.1468 4.14607Z\" 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": "1",
16783
+ "stroke": "1"
16784
+ },
16785
+ "createdAt": "2026-02-13T09:00:26.192615+00:00",
16786
+ "packageName": "round-filled-radius-1-stroke-1",
16787
+ "componentName": "IconPencilAi"
16788
+ },
16747
16789
  {
16748
16790
  "category": "Edit",
16749
16791
  "svg": "<path d=\"M18.4901 2.43802C17.906 1.85399 16.9591 1.85399 16.3751 2.43802L2.43802 16.3751C2.15756 16.6556 2 17.0359 2 17.4326V22H6.56742C6.96405 22 7.34444 21.8424 7.6249 21.562L21.562 7.6249C22.146 7.04087 22.146 6.09397 21.562 5.50994L18.4901 2.43802Z\" fill=\"currentColor\"/><path d=\"M11.5 21C11.2239 21 11 21.2239 11 21.5C11 21.7761 11.2239 22 11.5 22H21.5C21.7761 22 22 21.7761 22 21.5C22 21.2239 21.7761 21 21.5 21H11.5Z\" fill=\"currentColor\"/>",
@@ -16814,6 +16856,20 @@
16814
16856
  "packageName": "round-filled-radius-1-stroke-1",
16815
16857
  "componentName": "IconPeople2"
16816
16858
  },
16859
+ {
16860
+ "category": "People",
16861
+ "svg": "<path d=\"M12.5 14C14.4352 14 15.9998 15.5759 16 17.5146V19.5C16 19.7761 15.7761 20 15.5 20H2.5C2.22386 20 2 19.7761 2 19.5V17.5146C2.0002 15.5759 3.56477 14 5.5 14H12.5Z\" fill=\"currentColor\"/><path d=\"M18.5 14C20.4352 14 21.9998 15.5759 22 17.5146V19.5C22 19.7761 21.7761 20 21.5 20H16.9131C16.9685 19.8435 17 19.6755 17 19.5V17.5146L16.9941 17.2832C16.9273 15.9596 16.2911 14.7834 15.3242 14H18.5Z\" 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.2131 13 13.4736 12.7974 12.8301 12.4424C13.8589 11.4433 14.5 10.0475 14.5 8.5C14.5 6.95264 13.8596 5.55603 12.8311 4.55664C13.4743 4.20206 14.2135 4 15 4Z\" fill=\"currentColor\"/>",
16862
+ "iconName": "people-2, user, group, friend",
16863
+ "variant": {
16864
+ "join": "round",
16865
+ "filled": "on",
16866
+ "radius": "1",
16867
+ "stroke": "1"
16868
+ },
16869
+ "createdAt": "2026-02-13T08:00:42.259331+00:00",
16870
+ "packageName": "round-filled-radius-1-stroke-1",
16871
+ "componentName": "IconPeople21"
16872
+ },
16817
16873
  {
16818
16874
  "category": "People",
16819
16875
  "svg": "<path d=\"M11.999 2C9.51374 2 7.49902 4.01472 7.49902 6.5C7.49902 8.98528 9.51374 11 11.999 11C14.4843 11 16.499 8.98528 16.499 6.5C16.499 4.01472 14.4843 2 11.999 2Z\" fill=\"currentColor\"/><path d=\"M3.65931 19.3239C4.46156 15.176 7.61433 12 11.9991 12C14.0789 12 15.8815 12.7146 17.2876 13.9085C16.8083 14.2739 16.499 14.8508 16.499 15.5V16.5H15.499C14.3945 16.5 13.499 17.3954 13.499 18.5C13.499 19.6046 14.3945 20.5 15.499 20.5H16.499V21H5.09067C4.22711 21 3.4813 20.2443 3.65931 19.3239Z\" fill=\"currentColor\"/><path d=\"M18.999 15.5C18.999 15.2239 18.7752 15 18.499 15C18.2229 15 17.999 15.2239 17.999 15.5V18H15.499C15.2229 18 14.999 18.2239 14.999 18.5C14.999 18.7761 15.2229 19 15.499 19H17.999V21.5C17.999 21.7761 18.2229 22 18.499 22C18.7752 22 18.999 21.7761 18.999 21.5V19H21.499C21.7752 19 21.999 18.7761 21.999 18.5C21.999 18.2239 21.7752 18 21.499 18H18.999V15.5Z\" fill=\"currentColor\"/>",
@@ -19236,6 +19292,34 @@
19236
19292
  "packageName": "round-filled-radius-1-stroke-1",
19237
19293
  "componentName": "IconSecretPhrase"
19238
19294
  },
19295
+ {
19296
+ "category": "Edit",
19297
+ "svg": "<path d=\"M12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 4.08333 9.88889 5.13889 8.30556 9.88889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
19298
+ "iconName": "select-lasso, circle-to-search, encircle, mark",
19299
+ "variant": {
19300
+ "join": "round",
19301
+ "filled": "on",
19302
+ "radius": "1",
19303
+ "stroke": "1"
19304
+ },
19305
+ "createdAt": "2026-02-13T09:00:26.192615+00:00",
19306
+ "packageName": "round-filled-radius-1-stroke-1",
19307
+ "componentName": "IconSelectLasso"
19308
+ },
19309
+ {
19310
+ "category": "Edit",
19311
+ "svg": "<path d=\"M13.1758 20.9238C13.4496 20.8881 13.7006 21.0816 13.7363 21.3555C13.7718 21.6291 13.5792 21.8792 13.3057 21.915C12.8782 21.9708 12.4422 22 12 22C11.5578 22 11.1218 21.9708 10.6943 21.915C10.4208 21.8792 10.2282 21.629 10.2637 21.3555C10.2994 21.0816 10.5504 20.8881 10.8242 20.9238C11.2088 20.974 11.6013 21 12 21C12.3987 21 12.7912 20.974 13.1758 20.9238ZM5.82031 19.2324C5.98862 19.0137 6.30261 18.9724 6.52148 19.1406C7.14086 19.6166 7.82341 20.0141 8.55469 20.3174C8.80977 20.4232 8.93097 20.7156 8.8252 20.9707C8.71938 21.2257 8.42692 21.347 8.17188 21.2412C7.35866 20.904 6.60005 20.4622 5.91211 19.9336C5.69315 19.7653 5.65205 19.4514 5.82031 19.2324ZM17.4785 19.1406C17.6974 18.9724 18.0114 19.0137 18.1797 19.2324C18.3479 19.4514 18.3069 19.7653 18.0879 19.9336C17.4 20.4622 16.6413 20.904 15.8281 21.2412C15.5731 21.347 15.2806 21.2257 15.1748 20.9707C15.069 20.7156 15.1902 20.4232 15.4453 20.3174C16.1766 20.0141 16.8591 19.6166 17.4785 19.1406ZM3.0293 15.1748C3.28438 15.069 3.57684 15.1902 3.68262 15.4453C3.98589 16.1766 4.38342 16.8591 4.85938 17.4785C5.02757 17.6974 4.98633 18.0114 4.76758 18.1797C4.54862 18.3479 4.23467 18.3069 4.06641 18.0879C3.53776 17.4 3.09602 16.6413 2.75879 15.8281C2.65303 15.5731 2.77429 15.2806 3.0293 15.1748ZM20.3174 15.4453C20.4232 15.1902 20.7156 15.069 20.9707 15.1748C21.2257 15.2806 21.347 15.5731 21.2412 15.8281C20.904 16.6413 20.4622 17.4 19.9336 18.0879C19.7653 18.3069 19.4514 18.3479 19.2324 18.1797C19.0137 18.0114 18.9724 17.6974 19.1406 17.4785C19.6166 16.8591 20.0141 16.1766 20.3174 15.4453ZM2 12C2 11.5578 2.0292 11.1218 2.08496 10.6943C2.12079 10.4208 2.37095 10.2282 2.64453 10.2637C2.91835 10.2994 3.11189 10.5504 3.07617 10.8242C3.02602 11.2088 3 11.6013 3 12C3 12.3987 3.02602 12.7912 3.07617 13.1758C3.11189 13.4496 2.91835 13.7006 2.64453 13.7363C2.37095 13.7718 2.12079 13.5792 2.08496 13.3057C2.0292 12.8782 2 12.4422 2 12ZM21 12C21 11.6276 20.9722 11.2793 20.9209 10.9541C20.8779 10.6815 21.0644 10.426 21.3369 10.3828C21.6096 10.3398 21.8659 10.5253 21.9092 10.7979C21.9691 11.1776 22 11.5785 22 12C22 12.4422 21.9708 12.8782 21.915 13.3057C21.8792 13.5792 21.6291 13.7718 21.3555 13.7363C21.0816 13.7006 20.8881 13.4496 20.9238 13.1758C20.974 12.7912 21 12.3987 21 12ZM8.40723 8.60449C8.56678 8.37918 8.87914 8.32587 9.10449 8.48535C9.32987 8.64492 9.3832 8.95724 9.22363 9.18262C9.03021 9.45582 8.88106 9.7446 8.78027 10.0469C8.69295 10.3088 8.40942 10.4506 8.14746 10.3633C7.88549 10.276 7.74373 9.99244 7.83105 9.73047C7.9655 9.32721 8.16191 8.95099 8.40723 8.60449ZM18.6377 6.95605C18.7852 6.72285 19.0938 6.6535 19.3271 6.80078C20.0129 7.23351 20.6111 7.80163 21.0674 8.51758C21.2158 8.75044 21.1479 9.0596 20.915 9.20801C20.6822 9.3564 20.373 9.28753 20.2246 9.05469C19.8543 8.47367 19.3653 8.00761 18.793 7.64648C18.5596 7.49908 18.4904 7.18953 18.6377 6.95605ZM4.06641 5.91211C4.23467 5.69315 4.54862 5.65205 4.76758 5.82031C4.98633 5.98862 5.02757 6.30261 4.85938 6.52148C4.38342 7.14086 3.98589 7.82341 3.68262 8.55469C3.57684 8.80977 3.28438 8.93097 3.0293 8.8252C2.77429 8.71938 2.65303 8.42692 2.75879 8.17188C3.09602 7.35866 3.53776 6.60005 4.06641 5.91211ZM12.4072 6.05273C12.6733 5.97922 12.9488 6.13529 13.0225 6.40137C13.096 6.66743 12.9399 6.94293 12.6738 7.0166C11.9675 7.21205 11.3074 7.48921 10.7344 7.83398C10.4979 7.97597 10.1912 7.89936 10.0488 7.66309C9.90649 7.42654 9.98229 7.11899 10.2188 6.97656C10.8777 6.58004 11.6233 6.26966 12.4072 6.05273ZM14.7373 5.69336C15.5319 5.66396 16.3319 5.72847 17.0967 5.90039C17.3661 5.96096 17.5352 6.22863 17.4746 6.49805C17.4141 6.76732 17.1472 6.93629 16.8779 6.87598C16.2046 6.72461 15.4903 6.66583 14.7734 6.69238C14.4977 6.70236 14.2661 6.48675 14.2559 6.21094C14.2458 5.93507 14.4614 5.70358 14.7373 5.69336ZM8.17188 2.75879C8.42692 2.65303 8.71938 2.77429 8.8252 3.0293C8.93097 3.28438 8.80977 3.57684 8.55469 3.68262C7.82341 3.98589 7.14086 4.38342 6.52148 4.85938C6.30261 5.02757 5.98862 4.98633 5.82031 4.76758C5.65205 4.54862 5.69315 4.23467 5.91211 4.06641C6.60005 3.53776 7.35866 3.09602 8.17188 2.75879ZM12 2C12.2761 2 12.5 2.22386 12.5 2.5C12.5 2.77614 12.2761 3 12 3C11.6013 3 11.2088 3.02602 10.8242 3.07617C10.5504 3.11189 10.2994 2.91835 10.2637 2.64453C10.2282 2.37095 10.4208 2.12079 10.6943 2.08496C11.1218 2.0292 11.5578 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": "1",
19317
+ "stroke": "1"
19318
+ },
19319
+ "createdAt": "2026-02-13T09:00:26.192615+00:00",
19320
+ "packageName": "round-filled-radius-1-stroke-1",
19321
+ "componentName": "IconSelectLassoDashed"
19322
+ },
19239
19323
  {
19240
19324
  "category": "Location",
19241
19325
  "svg": "<path d=\"M20.9151 4.34757C21.1718 3.56807 20.4321 2.82832 19.6525 3.08499L1.65601 9.01068C0.717334 9.31976 0.748079 10.6581 1.69996 10.9237L10.5943 13.4058L13.0764 22.3002C13.3421 23.2521 14.6804 23.2828 14.9894 22.3441L20.9151 4.34757Z\" 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-1-stroke-1",
3
- "version": "1.1.124",
3
+ "version": "1.1.126",
4
4
  "style": "round-filled-radius-1-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-stroke-1/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": 1775,
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": 81,
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": 52,
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";