@central-icons-react-native/round-filled-radius-2-stroke-2 1.1.86 → 1.1.88
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/{IconCloud1 → IconBlocks}/index.d.ts +2 -2
- package/IconBlocks/index.js +2 -0
- package/IconBlocks/index.js.map +1 -0
- package/IconBlocks/index.mjs +2 -0
- package/IconBlocks/index.mjs.map +1 -0
- package/IconCloudWeather/index.d.ts +4 -0
- package/IconCloudWeather/index.js +2 -0
- package/IconCloudWeather/index.js.map +1 -0
- package/{IconCloud1 → IconCloudWeather}/index.mjs +1 -1
- package/IconCloudWeather/index.mjs.map +1 -0
- package/IconFolderShield/index.d.ts +4 -0
- package/IconFolderShield/index.js +2 -0
- package/IconFolderShield/index.js.map +1 -0
- package/IconFolderShield/index.mjs +2 -0
- package/IconFolderShield/index.mjs.map +1 -0
- package/IconHandshake/index.d.ts +4 -0
- package/IconHandshake/index.js +2 -0
- package/IconHandshake/index.js.map +1 -0
- package/IconHandshake/index.mjs +2 -0
- package/IconHandshake/index.mjs.map +1 -0
- package/IconMarker2/index.d.ts +4 -0
- package/IconMarker2/index.js +2 -0
- package/IconMarker2/index.js.map +1 -0
- package/IconMarker2/index.mjs +2 -0
- package/IconMarker2/index.mjs.map +1 -0
- package/IconMoveFolder/index.d.ts +4 -0
- package/IconMoveFolder/index.js +2 -0
- package/IconMoveFolder/index.js.map +1 -0
- package/IconMoveFolder/index.mjs +2 -0
- package/IconMoveFolder/index.mjs.map +1 -0
- package/IconPeopleIdCard/index.d.ts +4 -0
- package/IconPeopleIdCard/index.js +2 -0
- package/IconPeopleIdCard/index.js.map +1 -0
- package/IconPeopleIdCard/index.mjs +2 -0
- package/IconPeopleIdCard/index.mjs.map +1 -0
- package/README.md +7 -1
- package/filtered-icons.json +98 -14
- package/icons/index.d.ts +7 -1
- package/icons-index.json +21 -9
- package/index.d.ts +7 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +49 -7
- package/IconCloud1/index.js +0 -2
- package/IconCloud1/index.js.map +0 -1
- package/IconCloud1/index.mjs.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { FC } from "react";
|
|
2
2
|
import { type CentralIconBaseProps } from "../CentralIconBase";
|
|
3
|
-
export declare const
|
|
4
|
-
export default
|
|
3
|
+
export declare const IconBlocks: FC<CentralIconBaseProps>;
|
|
4
|
+
export default IconBlocks;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,H=Object.prototype.hasOwnProperty;var V=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of v(r))!H.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(p=u(r,n))||p.enumerable});return o};var c=(o,r,e)=>(e=o!=null?i(B(o)):{},a(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),I=o=>a(t({},"__esModule",{value:!0}),o);var P={};V(P,{IconBlocks:()=>d,default:()=>x});module.exports=I(P);var l=c(require("react"));var f=c(require("react")),m=require("react-native-svg"),s=({children:o,size:r=24,...e})=>f.default.createElement(m.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 C=require("react-native-svg"),d=o=>l.default.createElement(s,{...o},l.default.createElement(C.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M10 7C10.5523 7 11 7.44772 11 8V13H16C16.5523 13 17 13.4477 17 14V18C17 19.6569 15.6569 21 14 21H6C4.34315 21 3 19.6569 3 18V10C3 8.34315 4.34315 7 6 7H10ZM11 19H14C14.5523 19 15 18.5523 15 18V15H11V19ZM6 9C5.44772 9 5 9.44772 5 10V13H9V9H6Z",fill:"currentColor"}),l.default.createElement(C.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M18 3C19.6569 3 21 4.34315 21 6V10C21 10.5523 20.5523 11 20 11H14C13.4477 11 13 10.5523 13 10V4C13 3.44772 13.4477 3 14 3H18Z",fill:"currentColor"})),x=d;0&&(module.exports={IconBlocks});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBlocks/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 IconBlocks: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10 7C10.5523 7 11 7.44772 11 8V13H16C16.5523 13 17 13.4477 17 14V18C17 19.6569 15.6569 21 14 21H6C4.34315 21 3 19.6569 3 18V10C3 8.34315 4.34315 7 6 7H10ZM11 19H14C14.5523 19 15 18.5523 15 18V15H11V19ZM6 9C5.44772 9 5 9.44772 5 10V13H9V9H6Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M18 3C19.6569 3 21 4.34315 21 6V10C21 10.5523 20.5523 11 20 11H14C13.4477 11 13 10.5523 13 10V4C13 3.44772 13.4477 3 14 3H18Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBlocks;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,oPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,gIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBlocks_exports","__export","IconBlocks","IconBlocks_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBlocks","props","React","CentralIconBase","IconBlocks_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var n=({children:r,size:o=24,...l})=>C.createElement(p,{...l,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 t}from"react-native-svg";var a=r=>e.createElement(n,{...r},e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M10 7C10.5523 7 11 7.44772 11 8V13H16C16.5523 13 17 13.4477 17 14V18C17 19.6569 15.6569 21 14 21H6C4.34315 21 3 19.6569 3 18V10C3 8.34315 4.34315 7 6 7H10ZM11 19H14C14.5523 19 15 18.5523 15 18V15H11V19ZM6 9C5.44772 9 5 9.44772 5 10V13H9V9H6Z",fill:"currentColor"}),e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M18 3C19.6569 3 21 4.34315 21 6V10C21 10.5523 20.5523 11 20 11H14C13.4477 11 13 10.5523 13 10V4C13 3.44772 13.4477 3 14 3H18Z",fill:"currentColor"})),H=a;export{a as IconBlocks,H as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBlocks/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 IconBlocks: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10 7C10.5523 7 11 7.44772 11 8V13H16C16.5523 13 17 13.4477 17 14V18C17 19.6569 15.6569 21 14 21H6C4.34315 21 3 19.6569 3 18V10C3 8.34315 4.34315 7 6 7H10ZM11 19H14C14.5523 19 15 18.5523 15 18V15H11V19ZM6 9C5.44772 9 5 9.44772 5 10V13H9V9H6Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M18 3C19.6569 3 21 4.34315 21 6V10C21 10.5523 20.5523 11 20 11H14C13.4477 11 13 10.5523 13 10V4C13 3.44772 13.4477 3 14 3H18Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBlocks;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,oPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,gIACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBlocks","props","React","CentralIconBase","IconBlocks_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of i(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=I(o,e))||C.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>a(n({},"__esModule",{value:!0}),r);var d={};g(d,{IconCloudWeather:()=>u,default:()=>v});module.exports=h(d);var p=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.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"),u=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M9 4C4.58172 4 1 7.58172 1 12C1 16.4183 4.58172 20 9 20H17C20.3137 20 23 17.3137 23 14C23 10.6863 20.3137 8 17 8C16.7286 8 16.4609 8.01808 16.1982 8.05323C16.0519 8.0728 15.9289 7.99785 15.8835 7.92149C14.4911 5.57586 11.9301 4 9 4Z",fill:"currentColor"})),v=u;0&&(module.exports={IconCloudWeather});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCloudWeather/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 IconCloudWeather: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9 4C4.58172 4 1 7.58172 1 12C1 16.4183 4.58172 20 9 20H17C20.3137 20 23 17.3137 23 14C23 10.6863 20.3137 8 17 8C16.7286 8 16.4609 8.01808 16.1982 8.05323C16.0519 8.0728 15.9289 7.99785 15.8835 7.92149C14.4911 5.57586 11.9301 4 9 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloudWeather;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2OACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCloudWeather_exports","__export","IconCloudWeather","IconCloudWeather_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCloudWeather","props","React","CentralIconBase","IconCloudWeather_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M9 4C4.58172 4 1 7.58172 1 12C1 16.4183 4.58172 20 9 20H17C20.3137 20 23 17.3137 23 14C23 10.6863 20.3137 8 17 8C16.7286 8 16.4609 8.01808 16.1982 8.05323C16.0519 8.0728 15.9289 7.99785 15.8835 7.92149C14.4911 5.57586 11.9301 4 9 4Z",fill:"currentColor"})),P=l;export{l as
|
|
1
|
+
import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M9 4C4.58172 4 1 7.58172 1 12C1 16.4183 4.58172 20 9 20H17C20.3137 20 23 17.3137 23 14C23 10.6863 20.3137 8 17 8C16.7286 8 16.4609 8.01808 16.1982 8.05323C16.0519 8.0728 15.9289 7.99785 15.8835 7.92149C14.4911 5.57586 11.9301 4 9 4Z",fill:"currentColor"})),P=l;export{l as IconCloudWeather,P as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCloudWeather/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 IconCloudWeather: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9 4C4.58172 4 1 7.58172 1 12C1 16.4183 4.58172 20 9 20H17C20.3137 20 23 17.3137 23 14C23 10.6863 20.3137 8 17 8C16.7286 8 16.4609 8.01808 16.1982 8.05323C16.0519 8.0728 15.9289 7.99785 15.8835 7.92149C14.4911 5.57586 11.9301 4 9 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloudWeather;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2OACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCloudWeather","props","React","CentralIconBase","IconCloudWeather_default"]}
|
|
@@ -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,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(L(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var h={};P(h,{IconFolderShield:()=>i,default:()=>g});module.exports=d(h);var C=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...e})=>s.default.createElement(f.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M18.2871 11.2979C18.4217 11.2347 18.5783 11.2347 18.7129 11.2979L22.2129 12.9404C22.388 13.0228 22.4999 13.199 22.5 13.3926V16.2051C22.5 18.1522 21.2474 19.879 19.3965 20.4834L18.6553 20.7256C18.5544 20.7585 18.4456 20.7585 18.3447 20.7256L17.6035 20.4834C15.7526 19.879 14.5 18.1522 14.5 16.2051V13.3926L14.5049 13.3213C14.5287 13.1566 14.6337 13.0126 14.7871 12.9404L18.2871 11.2979Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M8.92969 3C9.93273 3.00002 10.8694 3.50136 11.4258 4.33594L11.6445 4.66406C12.2009 5.49863 13.1376 5.99996 14.1406 6H19C20.6569 6 22 7.34315 22 9V10.6309L19.5625 9.4873C18.8895 9.17143 18.1105 9.17143 17.4375 9.4873L13.9375 11.1299C13.0603 11.5417 12.5001 12.4235 12.5 13.3926V16.2051C12.5 17.6017 12.9461 18.9199 13.7227 20H5C3.34315 20 2 18.6569 2 17V6C2 4.34315 3.34315 3 5 3H8.92969Z",fill:"currentColor"})),g=i;0&&(module.exports={IconFolderShield});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFolderShield/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 IconFolderShield: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.2871 11.2979C18.4217 11.2347 18.5783 11.2347 18.7129 11.2979L22.2129 12.9404C22.388 13.0228 22.4999 13.199 22.5 13.3926V16.2051C22.5 18.1522 21.2474 19.879 19.3965 20.4834L18.6553 20.7256C18.5544 20.7585 18.4456 20.7585 18.3447 20.7256L17.6035 20.4834C15.7526 19.879 14.5 18.1522 14.5 16.2051V13.3926L14.5049 13.3213C14.5287 13.1566 14.6337 13.0126 14.7871 12.9404L18.2871 11.2979Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.92969 3C9.93273 3.00002 10.8694 3.50136 11.4258 4.33594L11.6445 4.66406C12.2009 5.49863 13.1376 5.99996 14.1406 6H19C20.6569 6 22 7.34315 22 9V10.6309L19.5625 9.4873C18.8895 9.17143 18.1105 9.17143 17.4375 9.4873L13.9375 11.1299C13.0603 11.5417 12.5001 12.4235 12.5 13.3926V16.2051C12.5 17.6017 12.9461 18.9199 13.7227 20H5C3.34315 20 2 18.6569 2 17V6C2 4.34315 3.34315 3 5 3H8.92969Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFolderShield;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oYACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sYACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFolderShield_exports","__export","IconFolderShield","IconFolderShield_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFolderShield","props","React","CentralIconBase","IconFolderShield_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...C})=>p.createElement(l,{...C,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=>e.createElement(t,{...o},e.createElement(n,{d:"M18.2871 11.2979C18.4217 11.2347 18.5783 11.2347 18.7129 11.2979L22.2129 12.9404C22.388 13.0228 22.4999 13.199 22.5 13.3926V16.2051C22.5 18.1522 21.2474 19.879 19.3965 20.4834L18.6553 20.7256C18.5544 20.7585 18.4456 20.7585 18.3447 20.7256L17.6035 20.4834C15.7526 19.879 14.5 18.1522 14.5 16.2051V13.3926L14.5049 13.3213C14.5287 13.1566 14.6337 13.0126 14.7871 12.9404L18.2871 11.2979Z",fill:"currentColor"}),e.createElement(n,{d:"M8.92969 3C9.93273 3.00002 10.8694 3.50136 11.4258 4.33594L11.6445 4.66406C12.2009 5.49863 13.1376 5.99996 14.1406 6H19C20.6569 6 22 7.34315 22 9V10.6309L19.5625 9.4873C18.8895 9.17143 18.1105 9.17143 17.4375 9.4873L13.9375 11.1299C13.0603 11.5417 12.5001 12.4235 12.5 13.3926V16.2051C12.5 17.6017 12.9461 18.9199 13.7227 20H5C3.34315 20 2 18.6569 2 17V6C2 4.34315 3.34315 3 5 3H8.92969Z",fill:"currentColor"})),x=a;export{a as IconFolderShield,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFolderShield/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 IconFolderShield: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.2871 11.2979C18.4217 11.2347 18.5783 11.2347 18.7129 11.2979L22.2129 12.9404C22.388 13.0228 22.4999 13.199 22.5 13.3926V16.2051C22.5 18.1522 21.2474 19.879 19.3965 20.4834L18.6553 20.7256C18.5544 20.7585 18.4456 20.7585 18.3447 20.7256L17.6035 20.4834C15.7526 19.879 14.5 18.1522 14.5 16.2051V13.3926L14.5049 13.3213C14.5287 13.1566 14.6337 13.0126 14.7871 12.9404L18.2871 11.2979Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.92969 3C9.93273 3.00002 10.8694 3.50136 11.4258 4.33594L11.6445 4.66406C12.2009 5.49863 13.1376 5.99996 14.1406 6H19C20.6569 6 22 7.34315 22 9V10.6309L19.5625 9.4873C18.8895 9.17143 18.1105 9.17143 17.4375 9.4873L13.9375 11.1299C13.0603 11.5417 12.5001 12.4235 12.5 13.3926V16.2051C12.5 17.6017 12.9461 18.9199 13.7227 20H5C3.34315 20 2 18.6569 2 17V6C2 4.34315 3.34315 3 5 3H8.92969Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFolderShield;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oYACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sYACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFolderShield","props","React","CentralIconBase","IconFolderShield_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var I=Object.create;var C=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!L.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(p=i(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?I(x(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(C({},"__esModule",{value:!0}),r);var v={};P(v,{IconHandshake:()=>B,default:()=>h});module.exports=g(v);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.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:"M9.81093 5.09763C10.212 4.677 10.1733 3.99547 9.6646 3.71438C7.42965 2.47938 4.6004 2.84688 2.72023 4.81842C0.55285 7.09127 0.405397 10.6864 2.43798 12.9844C4.85195 15.7134 7.38766 18.6234 10.0665 21.2144C11.149 22.2614 12.8505 22.2602 13.9185 21.1985C15.5924 19.5345 17.2102 17.7148 18.7773 16.0208C19.137 15.6319 19.1357 15.0302 18.7713 14.6458L16.1934 11.9261C15.8002 11.5113 15.1399 11.5099 14.7449 11.923L14.48 12.2C12.6831 14.0842 9.7704 14.0872 7.9734 12.2032L7.48613 11.6971C6.37171 10.5394 6.36734 8.70925 7.4762 7.54628L9.81093 5.09763ZM21.2798 4.81842C18.9676 2.39386 15.2185 2.39386 12.9063 4.81842L9.37547 8.52083C8.78704 9.13785 8.79237 10.1099 9.38754 10.7204C10.4034 11.7853 12.0506 11.7855 13.0664 10.7204L14.0204 9.71968C14.8095 8.89188 16.1308 8.89317 16.9183 9.72252L20.809 13.82C21.0603 13.5419 21.3134 13.2655 21.562 12.9844C23.5946 10.6864 23.4472 7.09127 21.2798 4.81842Z",fill:"currentColor"})),h=B;0&&(module.exports={IconHandshake});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconHandshake/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 IconHandshake: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.81093 5.09763C10.212 4.677 10.1733 3.99547 9.6646 3.71438C7.42965 2.47938 4.6004 2.84688 2.72023 4.81842C0.55285 7.09127 0.405397 10.6864 2.43798 12.9844C4.85195 15.7134 7.38766 18.6234 10.0665 21.2144C11.149 22.2614 12.8505 22.2602 13.9185 21.1985C15.5924 19.5345 17.2102 17.7148 18.7773 16.0208C19.137 15.6319 19.1357 15.0302 18.7713 14.6458L16.1934 11.9261C15.8002 11.5113 15.1399 11.5099 14.7449 11.923L14.48 12.2C12.6831 14.0842 9.7704 14.0872 7.9734 12.2032L7.48613 11.6971C6.37171 10.5394 6.36734 8.70925 7.4762 7.54628L9.81093 5.09763ZM21.2798 4.81842C18.9676 2.39386 15.2185 2.39386 12.9063 4.81842L9.37547 8.52083C8.78704 9.13785 8.79237 10.1099 9.38754 10.7204C10.4034 11.7853 12.0506 11.7855 13.0664 10.7204L14.0204 9.71968C14.8095 8.89188 16.1308 8.89317 16.9183 9.72252L20.809 13.82C21.0603 13.5419 21.3134 13.2655 21.562 12.9844C23.5946 10.6864 23.4472 7.09127 21.2798 4.81842Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHandshake;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,k4BACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconHandshake_exports","__export","IconHandshake","IconHandshake_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconHandshake","props","React","CentralIconBase","IconHandshake_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import n from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...C})=>n.createElement(p,{...C,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=>e.createElement(t,{...o},e.createElement(a,{d:"M9.81093 5.09763C10.212 4.677 10.1733 3.99547 9.6646 3.71438C7.42965 2.47938 4.6004 2.84688 2.72023 4.81842C0.55285 7.09127 0.405397 10.6864 2.43798 12.9844C4.85195 15.7134 7.38766 18.6234 10.0665 21.2144C11.149 22.2614 12.8505 22.2602 13.9185 21.1985C15.5924 19.5345 17.2102 17.7148 18.7773 16.0208C19.137 15.6319 19.1357 15.0302 18.7713 14.6458L16.1934 11.9261C15.8002 11.5113 15.1399 11.5099 14.7449 11.923L14.48 12.2C12.6831 14.0842 9.7704 14.0872 7.9734 12.2032L7.48613 11.6971C6.37171 10.5394 6.36734 8.70925 7.4762 7.54628L9.81093 5.09763ZM21.2798 4.81842C18.9676 2.39386 15.2185 2.39386 12.9063 4.81842L9.37547 8.52083C8.78704 9.13785 8.79237 10.1099 9.38754 10.7204C10.4034 11.7853 12.0506 11.7855 13.0664 10.7204L14.0204 9.71968C14.8095 8.89188 16.1308 8.89317 16.9183 9.72252L20.809 13.82C21.0603 13.5419 21.3134 13.2655 21.562 12.9844C23.5946 10.6864 23.4472 7.09127 21.2798 4.81842Z",fill:"currentColor"})),L=l;export{l as IconHandshake,L as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconHandshake/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 IconHandshake: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.81093 5.09763C10.212 4.677 10.1733 3.99547 9.6646 3.71438C7.42965 2.47938 4.6004 2.84688 2.72023 4.81842C0.55285 7.09127 0.405397 10.6864 2.43798 12.9844C4.85195 15.7134 7.38766 18.6234 10.0665 21.2144C11.149 22.2614 12.8505 22.2602 13.9185 21.1985C15.5924 19.5345 17.2102 17.7148 18.7773 16.0208C19.137 15.6319 19.1357 15.0302 18.7713 14.6458L16.1934 11.9261C15.8002 11.5113 15.1399 11.5099 14.7449 11.923L14.48 12.2C12.6831 14.0842 9.7704 14.0872 7.9734 12.2032L7.48613 11.6971C6.37171 10.5394 6.36734 8.70925 7.4762 7.54628L9.81093 5.09763ZM21.2798 4.81842C18.9676 2.39386 15.2185 2.39386 12.9063 4.81842L9.37547 8.52083C8.78704 9.13785 8.79237 10.1099 9.38754 10.7204C10.4034 11.7853 12.0506 11.7855 13.0664 10.7204L14.0204 9.71968C14.8095 8.89188 16.1308 8.89317 16.9183 9.72252L20.809 13.82C21.0603 13.5419 21.3134 13.2655 21.562 12.9844C23.5946 10.6864 23.4472 7.09127 21.2798 4.81842Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHandshake;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,k4BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconHandshake","props","React","CentralIconBase","IconHandshake_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(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={};P(d,{IconMarker2:()=>L,default:()=>v});module.exports=g(d);var C=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.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 p=require("react-native-svg"),L=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M13.0652 9.52021C13.7503 8.83548 14.724 8.52308 15.6795 8.68232L17.032 8.9079C17.6486 9.01072 18.2179 9.30378 18.6599 9.74579L20.7068 11.7927C21.0972 12.1831 21.0971 12.8162 20.7068 13.2067L12.2068 21.7067C11.8163 22.0973 11.1833 22.0973 10.7927 21.7067L8.74587 19.6599C8.30381 19.2177 8.01076 18.6486 7.90798 18.0319L7.68239 16.6794C7.52323 15.7239 7.83543 14.7501 8.52028 14.0651L13.0652 9.52021Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M4.77614 3.95673C4.96186 2.29055 6.99283 1.57783 8.17848 2.76337L12.2068 6.79267C12.5972 7.1831 12.5971 7.81619 12.2068 8.20673L7.2068 13.2067C7.01932 13.3942 6.76491 13.4996 6.49977 13.4997C6.23456 13.4997 5.98028 13.3943 5.79274 13.2067L4.97243 12.3864C4.32813 11.7421 4.01156 10.8399 4.11208 9.93427L4.77614 3.95673Z",fill:"currentColor"})),v=L;0&&(module.exports={IconMarker2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMarker2/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 IconMarker2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.0652 9.52021C13.7503 8.83548 14.724 8.52308 15.6795 8.68232L17.032 8.9079C17.6486 9.01072 18.2179 9.30378 18.6599 9.74579L20.7068 11.7927C21.0972 12.1831 21.0971 12.8162 20.7068 13.2067L12.2068 21.7067C11.8163 22.0973 11.1833 22.0973 10.7927 21.7067L8.74587 19.6599C8.30381 19.2177 8.01076 18.6486 7.90798 18.0319L7.68239 16.6794C7.52323 15.7239 7.83543 14.7501 8.52028 14.0651L13.0652 9.52021Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.77614 3.95673C4.96186 2.29055 6.99283 1.57783 8.17848 2.76337L12.2068 6.79267C12.5972 7.1831 12.5971 7.81619 12.2068 8.20673L7.2068 13.2067C7.01932 13.3942 6.76491 13.4996 6.49977 13.4997C6.23456 13.4997 5.98028 13.3943 5.79274 13.2067L4.97243 12.3864C4.32813 11.7421 4.01156 10.8399 4.11208 9.93427L4.77614 3.95673Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMarker2;\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,iZACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kUACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconMarker2_exports","__export","IconMarker2","IconMarker2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMarker2","props","React","CentralIconBase","IconMarker2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(l,{...C,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:"M13.0652 9.52021C13.7503 8.83548 14.724 8.52308 15.6795 8.68232L17.032 8.9079C17.6486 9.01072 18.2179 9.30378 18.6599 9.74579L20.7068 11.7927C21.0972 12.1831 21.0971 12.8162 20.7068 13.2067L12.2068 21.7067C11.8163 22.0973 11.1833 22.0973 10.7927 21.7067L8.74587 19.6599C8.30381 19.2177 8.01076 18.6486 7.90798 18.0319L7.68239 16.6794C7.52323 15.7239 7.83543 14.7501 8.52028 14.0651L13.0652 9.52021Z",fill:"currentColor"}),t.createElement(n,{d:"M4.77614 3.95673C4.96186 2.29055 6.99283 1.57783 8.17848 2.76337L12.2068 6.79267C12.5972 7.1831 12.5971 7.81619 12.2068 8.20673L7.2068 13.2067C7.01932 13.3942 6.76491 13.4996 6.49977 13.4997C6.23456 13.4997 5.98028 13.3943 5.79274 13.2067L4.97243 12.3864C4.32813 11.7421 4.01156 10.8399 4.11208 9.93427L4.77614 3.95673Z",fill:"currentColor"})),x=a;export{a as IconMarker2,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMarker2/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 IconMarker2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.0652 9.52021C13.7503 8.83548 14.724 8.52308 15.6795 8.68232L17.032 8.9079C17.6486 9.01072 18.2179 9.30378 18.6599 9.74579L20.7068 11.7927C21.0972 12.1831 21.0971 12.8162 20.7068 13.2067L12.2068 21.7067C11.8163 22.0973 11.1833 22.0973 10.7927 21.7067L8.74587 19.6599C8.30381 19.2177 8.01076 18.6486 7.90798 18.0319L7.68239 16.6794C7.52323 15.7239 7.83543 14.7501 8.52028 14.0651L13.0652 9.52021Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.77614 3.95673C4.96186 2.29055 6.99283 1.57783 8.17848 2.76337L12.2068 6.79267C12.5972 7.1831 12.5971 7.81619 12.2068 8.20673L7.2068 13.2067C7.01932 13.3942 6.76491 13.4996 6.49977 13.4997C6.23456 13.4997 5.98028 13.3943 5.79274 13.2067L4.97243 12.3864C4.32813 11.7421 4.01156 10.8399 4.11208 9.93427L4.77614 3.95673Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMarker2;\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,iZACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kUACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMarker2","props","React","CentralIconBase","IconMarker2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of v(r))!I.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=d(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(B(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(n({},"__esModule",{value:!0}),o);var F={};x(F,{IconMoveFolder:()=>i,default:()=>g});module.exports=P(F);var C=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.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=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M8.92969 3C9.93273 3.00002 10.8694 3.50136 11.4258 4.33594L11.6445 4.66406C12.2009 5.49863 13.1376 5.99996 14.1406 6H19C20.6569 6 22 7.34315 22 9V17C22 18.6569 20.6569 20 19 20H5C3.34315 20 2 18.6569 2 17V6C2 4.34315 3.34315 3 5 3H8.92969ZM13.1367 10.3633C12.7852 10.0118 12.2148 10.0118 11.8633 10.3633C11.512 10.7148 11.5119 11.2853 11.8633 11.6367L12.8262 12.5996H9C8.50294 12.5996 8.09961 13.0029 8.09961 13.5C8.09965 13.997 8.50297 14.4004 9 14.4004H12.8262L11.8633 15.3633C11.512 15.7148 11.5119 16.2853 11.8633 16.6367C12.2147 16.988 12.7853 16.988 13.1367 16.6367L15.6367 14.1367C15.9881 13.7853 15.988 13.2148 15.6367 12.8633L13.1367 10.3633Z",fill:"currentColor"})),g=i;0&&(module.exports={IconMoveFolder});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMoveFolder/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 IconMoveFolder: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8.92969 3C9.93273 3.00002 10.8694 3.50136 11.4258 4.33594L11.6445 4.66406C12.2009 5.49863 13.1376 5.99996 14.1406 6H19C20.6569 6 22 7.34315 22 9V17C22 18.6569 20.6569 20 19 20H5C3.34315 20 2 18.6569 2 17V6C2 4.34315 3.34315 3 5 3H8.92969ZM13.1367 10.3633C12.7852 10.0118 12.2148 10.0118 11.8633 10.3633C11.512 10.7148 11.5119 11.2853 11.8633 11.6367L12.8262 12.5996H9C8.50294 12.5996 8.09961 13.0029 8.09961 13.5C8.09965 13.997 8.50297 14.4004 9 14.4004H12.8262L11.8633 15.3633C11.512 15.7148 11.5119 16.2853 11.8633 16.6367C12.2147 16.988 12.7853 16.988 13.1367 16.6367L15.6367 14.1367C15.9881 13.7853 15.988 13.2148 15.6367 12.8633L13.1367 10.3633Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMoveFolder;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,8oBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconMoveFolder_exports","__export","IconMoveFolder","IconMoveFolder_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMoveFolder","props","React","CentralIconBase","IconMoveFolder_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...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 l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M8.92969 3C9.93273 3.00002 10.8694 3.50136 11.4258 4.33594L11.6445 4.66406C12.2009 5.49863 13.1376 5.99996 14.1406 6H19C20.6569 6 22 7.34315 22 9V17C22 18.6569 20.6569 20 19 20H5C3.34315 20 2 18.6569 2 17V6C2 4.34315 3.34315 3 5 3H8.92969ZM13.1367 10.3633C12.7852 10.0118 12.2148 10.0118 11.8633 10.3633C11.512 10.7148 11.5119 11.2853 11.8633 11.6367L12.8262 12.5996H9C8.50294 12.5996 8.09961 13.0029 8.09961 13.5C8.09965 13.997 8.50297 14.4004 9 14.4004H12.8262L11.8633 15.3633C11.512 15.7148 11.5119 16.2853 11.8633 16.6367C12.2147 16.988 12.7853 16.988 13.1367 16.6367L15.6367 14.1367C15.9881 13.7853 15.988 13.2148 15.6367 12.8633L13.1367 10.3633Z",fill:"currentColor"})),I=a;export{a as IconMoveFolder,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMoveFolder/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 IconMoveFolder: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8.92969 3C9.93273 3.00002 10.8694 3.50136 11.4258 4.33594L11.6445 4.66406C12.2009 5.49863 13.1376 5.99996 14.1406 6H19C20.6569 6 22 7.34315 22 9V17C22 18.6569 20.6569 20 19 20H5C3.34315 20 2 18.6569 2 17V6C2 4.34315 3.34315 3 5 3H8.92969ZM13.1367 10.3633C12.7852 10.0118 12.2148 10.0118 11.8633 10.3633C11.512 10.7148 11.5119 11.2853 11.8633 11.6367L12.8262 12.5996H9C8.50294 12.5996 8.09961 13.0029 8.09961 13.5C8.09965 13.997 8.50297 14.4004 9 14.4004H12.8262L11.8633 15.3633C11.512 15.7148 11.5119 16.2853 11.8633 16.6367C12.2147 16.988 12.7853 16.988 13.1367 16.6367L15.6367 14.1367C15.9881 13.7853 15.988 13.2148 15.6367 12.8633L13.1367 10.3633Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMoveFolder;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,8oBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMoveFolder","props","React","CentralIconBase","IconMoveFolder_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var C=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)C(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!P.call(o,t)&&t!==e&&C(o,t,{get:()=>r[t],enumerable:!(p=u(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?i(B(o)):{},l(r||!o||!o.__esModule?C(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>l(C({},"__esModule",{value:!0}),o);var H={};v(H,{IconPeopleIdCard:()=>d,default:()=>g});module.exports=x(H);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.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"),d=o=>n.default.createElement(c,{...o},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.5 2C19.1569 2 20.5 3.34315 20.5 5V19C20.5 20.6569 19.1569 22 17.5 22H6.5C4.84315 22 3.5 20.6569 3.5 19V5C3.5 3.34315 4.84315 2 6.5 2H17.5ZM12 16C10.2797 16 8.17818 17.1256 7.62402 19.0273C7.46958 19.5576 7.93307 20.0156 8.48535 20.0156H15.5156C16.0677 20.0154 16.5304 19.5574 16.376 19.0273C15.8218 17.1256 13.7203 16 12 16ZM12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5ZM10 4C9.44772 4 9 4.44772 9 5C9 5.55228 9.44772 6 10 6H14C14.5523 6 15 5.55228 15 5C15 4.44772 14.5523 4 14 4H10Z",fill:"currentColor"})),g=d;0&&(module.exports={IconPeopleIdCard});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleIdCard/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 IconPeopleIdCard: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.5 2C19.1569 2 20.5 3.34315 20.5 5V19C20.5 20.6569 19.1569 22 17.5 22H6.5C4.84315 22 3.5 20.6569 3.5 19V5C3.5 3.34315 4.84315 2 6.5 2H17.5ZM12 16C10.2797 16 8.17818 17.1256 7.62402 19.0273C7.46958 19.5576 7.93307 20.0156 8.48535 20.0156H15.5156C16.0677 20.0154 16.5304 19.5574 16.376 19.0273C15.8218 17.1256 13.7203 16 12 16ZM12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5ZM10 4C9.44772 4 9 4.44772 9 5C9 5.55228 9.44772 6 10 6H14C14.5523 6 15 5.55228 15 5C15 4.44772 14.5523 4 14 4H10Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleIdCard;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,skBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPeopleIdCard_exports","__export","IconPeopleIdCard","IconPeopleIdCard_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleIdCard","props","React","CentralIconBase","IconPeopleIdCard_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import n from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...C})=>n.createElement(p,{...C,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=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.5 2C19.1569 2 20.5 3.34315 20.5 5V19C20.5 20.6569 19.1569 22 17.5 22H6.5C4.84315 22 3.5 20.6569 3.5 19V5C3.5 3.34315 4.84315 2 6.5 2H17.5ZM12 16C10.2797 16 8.17818 17.1256 7.62402 19.0273C7.46958 19.5576 7.93307 20.0156 8.48535 20.0156H15.5156C16.0677 20.0154 16.5304 19.5574 16.376 19.0273C15.8218 17.1256 13.7203 16 12 16ZM12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5ZM10 4C9.44772 4 9 4.44772 9 5C9 5.55228 9.44772 6 10 6H14C14.5523 6 15 5.55228 15 5C15 4.44772 14.5523 4 14 4H10Z",fill:"currentColor"})),P=a;export{a as IconPeopleIdCard,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleIdCard/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 IconPeopleIdCard: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.5 2C19.1569 2 20.5 3.34315 20.5 5V19C20.5 20.6569 19.1569 22 17.5 22H6.5C4.84315 22 3.5 20.6569 3.5 19V5C3.5 3.34315 4.84315 2 6.5 2H17.5ZM12 16C10.2797 16 8.17818 17.1256 7.62402 19.0273C7.46958 19.5576 7.93307 20.0156 8.48535 20.0156H15.5156C16.0677 20.0154 16.5304 19.5574 16.376 19.0273C15.8218 17.1256 13.7203 16 12 16ZM12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5ZM10 4C9.44772 4 9 4.44772 9 5C9 5.55228 9.44772 6 10 6H14C14.5523 6 15 5.55228 15 5C15 4.44772 14.5523 4 14 4H10Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleIdCard;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,skBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleIdCard","props","React","CentralIconBase","IconPeopleIdCard_default"]}
|
package/README.md
CHANGED
|
@@ -655,6 +655,7 @@ Below is a complete list of available icons:
|
|
|
655
655
|
- IconMagnet
|
|
656
656
|
- IconMarkdown
|
|
657
657
|
- IconMarker
|
|
658
|
+
- IconMarker2
|
|
658
659
|
- IconMarkerCircle
|
|
659
660
|
- IconMarkup
|
|
660
661
|
- IconPaintBrush
|
|
@@ -776,9 +777,11 @@ Below is a complete list of available icons:
|
|
|
776
777
|
- IconFolderRestricted
|
|
777
778
|
- IconFolders
|
|
778
779
|
- IconFolderShared
|
|
780
|
+
- IconFolderShield
|
|
779
781
|
- IconFolderUpload
|
|
780
782
|
- IconLibrary
|
|
781
783
|
- IconListBullets
|
|
784
|
+
- IconMoveFolder
|
|
782
785
|
- IconNote1
|
|
783
786
|
- IconNote2
|
|
784
787
|
- IconNotebook
|
|
@@ -913,6 +916,7 @@ Below is a complete list of available icons:
|
|
|
913
916
|
- IconFistbump
|
|
914
917
|
- IconHand4Finger
|
|
915
918
|
- IconHand5Finger
|
|
919
|
+
- IconHandshake
|
|
916
920
|
- IconHumanMashine
|
|
917
921
|
- IconMagicHands
|
|
918
922
|
- IconMoneyHand
|
|
@@ -1241,6 +1245,7 @@ Below is a complete list of available icons:
|
|
|
1241
1245
|
- IconPeopleCopy
|
|
1242
1246
|
- IconPeopleEdit
|
|
1243
1247
|
- IconPeopleGear
|
|
1248
|
+
- IconPeopleIdCard
|
|
1244
1249
|
- IconPeopleLike
|
|
1245
1250
|
- IconPeopleRemove
|
|
1246
1251
|
- IconPeopleRemove2
|
|
@@ -1671,6 +1676,7 @@ Below is a complete list of available icons:
|
|
|
1671
1676
|
- IconBean
|
|
1672
1677
|
- IconBee
|
|
1673
1678
|
- IconBlackHole
|
|
1679
|
+
- IconBlocks
|
|
1674
1680
|
- IconBomb
|
|
1675
1681
|
- IconBooks
|
|
1676
1682
|
- IconBronceMedal
|
|
@@ -1914,8 +1920,8 @@ Below is a complete list of available icons:
|
|
|
1914
1920
|
|
|
1915
1921
|
### Weather
|
|
1916
1922
|
|
|
1917
|
-
- IconCloud1
|
|
1918
1923
|
- IconCloudSnow
|
|
1924
|
+
- IconCloudWeather
|
|
1919
1925
|
- IconCloudy
|
|
1920
1926
|
- IconCloudySun
|
|
1921
1927
|
- IconDrop
|
package/filtered-icons.json
CHANGED
|
@@ -3206,6 +3206,20 @@
|
|
|
3206
3206
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
3207
3207
|
"componentName": "IconBlock"
|
|
3208
3208
|
},
|
|
3209
|
+
{
|
|
3210
|
+
"category": "Things",
|
|
3211
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 7C10.5523 7 11 7.44772 11 8V13H16C16.5523 13 17 13.4477 17 14V18C17 19.6569 15.6569 21 14 21H6C4.34315 21 3 19.6569 3 18V10C3 8.34315 4.34315 7 6 7H10ZM11 19H14C14.5523 19 15 18.5523 15 18V15H11V19ZM6 9C5.44772 9 5 9.44772 5 10V13H9V9H6Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 3C19.6569 3 21 4.34315 21 6V10C21 10.5523 20.5523 11 20 11H14C13.4477 11 13 10.5523 13 10V4C13 3.44772 13.4477 3 14 3H18Z\" fill=\"currentColor\"/>",
|
|
3212
|
+
"iconName": "blocks, integration, apps",
|
|
3213
|
+
"variant": {
|
|
3214
|
+
"join": "round",
|
|
3215
|
+
"filled": "on",
|
|
3216
|
+
"radius": "2",
|
|
3217
|
+
"stroke": "2"
|
|
3218
|
+
},
|
|
3219
|
+
"createdAt": "2026-01-09T12:01:13.575765+00:00",
|
|
3220
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
3221
|
+
"componentName": "IconBlocks"
|
|
3222
|
+
},
|
|
3209
3223
|
{
|
|
3210
3224
|
"category": "Filter & Settings",
|
|
3211
3225
|
"svg": "<path d=\"M8 13C9.65685 13 11 14.3431 11 16V18C11 19.6569 9.65685 21 8 21H6C4.34315 21 3 19.6569 3 18V16C3 14.3431 4.34315 13 6 13H8ZM17.3691 6.22461C17.7619 5.90426 18.3409 5.92685 18.707 6.29297L22.207 9.79297C22.5976 10.1835 22.5976 10.8165 22.207 11.207C21.8165 11.5976 21.1835 11.5976 20.793 11.207L19 9.41406V17C19 17.5523 18.5523 18 18 18C17.4477 18 17 17.5523 17 17V9.41406L15.207 11.207C14.8165 11.5976 14.1835 11.5976 13.793 11.207C13.4024 10.8165 13.4024 10.1835 13.793 9.79297L17.293 6.29297L17.3691 6.22461ZM8 3C9.65685 3 11 4.34315 11 6V8C11 9.65685 9.65685 11 8 11H6C4.34315 11 3 9.65685 3 8V6C3 4.34315 4.34315 3 6 3H8Z\" fill=\"currentColor\"/>",
|
|
@@ -6510,20 +6524,6 @@
|
|
|
6510
6524
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
6511
6525
|
"componentName": "IconCloud"
|
|
6512
6526
|
},
|
|
6513
|
-
{
|
|
6514
|
-
"category": "Weather",
|
|
6515
|
-
"svg": "<path d=\"M9 4C4.58172 4 1 7.58172 1 12C1 16.4183 4.58172 20 9 20H17C20.3137 20 23 17.3137 23 14C23 10.6863 20.3137 8 17 8C16.7286 8 16.4609 8.01808 16.1982 8.05323C16.0519 8.0728 15.9289 7.99785 15.8835 7.92149C14.4911 5.57586 11.9301 4 9 4Z\" fill=\"currentColor\"/>",
|
|
6516
|
-
"iconName": "cloud, clouds",
|
|
6517
|
-
"variant": {
|
|
6518
|
-
"join": "round",
|
|
6519
|
-
"filled": "on",
|
|
6520
|
-
"radius": "2",
|
|
6521
|
-
"stroke": "2"
|
|
6522
|
-
},
|
|
6523
|
-
"createdAt": "2025-02-15T21:11:34.065631+00:00",
|
|
6524
|
-
"packageName": "round-filled-radius-2-stroke-2",
|
|
6525
|
-
"componentName": "IconCloud1"
|
|
6526
|
-
},
|
|
6527
6527
|
{
|
|
6528
6528
|
"category": "Clouds",
|
|
6529
6529
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 20C3.68629 20 1 17.3137 1 14C1 11.342 2.72831 9.08774 5.12243 8.29963C5.41842 8.20219 5.66814 7.99536 5.81435 7.72017C6.99026 5.50705 9.31914 4 12 4C14.6809 4 17.0097 5.50705 18.1856 7.72017C18.3319 7.99536 18.5816 8.20219 18.8776 8.29963C21.2717 9.08774 23 11.342 23 14C23 17.3137 20.3137 20 17 20H7ZM15.6579 11.1141C15.9971 10.7507 15.9775 10.1812 15.6141 9.84205C15.2507 9.5029 14.6812 9.52254 14.3421 9.88591L10.3333 14.181L8.65795 12.3859C8.3188 12.0225 7.74929 12.0029 7.38591 12.3421C7.02254 12.6812 7.0029 13.2507 7.34205 13.6141L9.67538 16.1141C9.8456 16.2965 10.0839 16.4 10.3333 16.4C10.5828 16.4 10.8211 16.2965 10.9913 16.1141L15.6579 11.1141Z\" fill=\"currentColor\"/>",
|
|
@@ -6678,6 +6678,20 @@
|
|
|
6678
6678
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
6679
6679
|
"componentName": "IconCloudUpload"
|
|
6680
6680
|
},
|
|
6681
|
+
{
|
|
6682
|
+
"category": "Weather",
|
|
6683
|
+
"svg": "<path d=\"M9 4C4.58172 4 1 7.58172 1 12C1 16.4183 4.58172 20 9 20H17C20.3137 20 23 17.3137 23 14C23 10.6863 20.3137 8 17 8C16.7286 8 16.4609 8.01808 16.1982 8.05323C16.0519 8.0728 15.9289 7.99785 15.8835 7.92149C14.4911 5.57586 11.9301 4 9 4Z\" fill=\"currentColor\"/>",
|
|
6684
|
+
"iconName": "cloud-weather, clouds",
|
|
6685
|
+
"variant": {
|
|
6686
|
+
"join": "round",
|
|
6687
|
+
"filled": "on",
|
|
6688
|
+
"radius": "2",
|
|
6689
|
+
"stroke": "2"
|
|
6690
|
+
},
|
|
6691
|
+
"createdAt": "2025-02-15T21:11:34.065631+00:00",
|
|
6692
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
6693
|
+
"componentName": "IconCloudWeather"
|
|
6694
|
+
},
|
|
6681
6695
|
{
|
|
6682
6696
|
"category": "Weather",
|
|
6683
6697
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.3608 6.13237C9.92008 6.04548 9.46501 6 9 6C5.13401 6 2 9.13401 2 13C2 16.866 5.13401 20 9 20H16.5C19.5376 20 22 17.5376 22 14.5C22 12.612 21.0489 10.9478 19.6019 9.95778C19.8581 9.35608 20 8.69401 20 8C20 5.23858 17.7614 3 15 3C12.8984 3 11.1007 4.29596 10.3608 6.13237ZM12.2499 6.79875C13.2556 7.32674 14.1161 8.09158 14.7581 9.01856C14.8273 9.11843 15.0064 9.20213 15.189 9.15746C15.6101 9.0544 16.0494 9 16.5 9C16.9374 9 17.3636 9.05124 17.7727 9.14823C17.9192 8.79497 18 8.40748 18 8C18 6.34315 16.6569 5 15 5C13.7708 5 12.7131 5.73998 12.2499 6.79875Z\" fill=\"currentColor\"/>",
|
|
@@ -10682,6 +10696,20 @@
|
|
|
10682
10696
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
10683
10697
|
"componentName": "IconFolderShared"
|
|
10684
10698
|
},
|
|
10699
|
+
{
|
|
10700
|
+
"category": "Folders & Files",
|
|
10701
|
+
"svg": "<path d=\"M18.2871 11.2979C18.4217 11.2347 18.5783 11.2347 18.7129 11.2979L22.2129 12.9404C22.388 13.0228 22.4999 13.199 22.5 13.3926V16.2051C22.5 18.1522 21.2474 19.879 19.3965 20.4834L18.6553 20.7256C18.5544 20.7585 18.4456 20.7585 18.3447 20.7256L17.6035 20.4834C15.7526 19.879 14.5 18.1522 14.5 16.2051V13.3926L14.5049 13.3213C14.5287 13.1566 14.6337 13.0126 14.7871 12.9404L18.2871 11.2979Z\" fill=\"currentColor\"/><path d=\"M8.92969 3C9.93273 3.00002 10.8694 3.50136 11.4258 4.33594L11.6445 4.66406C12.2009 5.49863 13.1376 5.99996 14.1406 6H19C20.6569 6 22 7.34315 22 9V10.6309L19.5625 9.4873C18.8895 9.17143 18.1105 9.17143 17.4375 9.4873L13.9375 11.1299C13.0603 11.5417 12.5001 12.4235 12.5 13.3926V16.2051C12.5 17.6017 12.9461 18.9199 13.7227 20H5C3.34315 20 2 18.6569 2 17V6C2 4.34315 3.34315 3 5 3H8.92969Z\" fill=\"currentColor\"/>",
|
|
10702
|
+
"iconName": "folder-shield, folder-security",
|
|
10703
|
+
"variant": {
|
|
10704
|
+
"join": "round",
|
|
10705
|
+
"filled": "on",
|
|
10706
|
+
"radius": "2",
|
|
10707
|
+
"stroke": "2"
|
|
10708
|
+
},
|
|
10709
|
+
"createdAt": "2026-01-09T12:01:13.575765+00:00",
|
|
10710
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
10711
|
+
"componentName": "IconFolderShield"
|
|
10712
|
+
},
|
|
10685
10713
|
{
|
|
10686
10714
|
"category": "AI & Magic",
|
|
10687
10715
|
"svg": "<path d=\"M8.92969 3C9.93273 3.00002 10.8694 3.50136 11.4258 4.33594L12.2383 5.55469C12.4237 5.83287 12.736 5.99998 13.0703 6H19C20.6569 6 22 7.34315 22 9V17C22 18.6569 20.6569 20 19 20H7.92676L7.94727 19.9473L9.34473 19.4102C10.342 19.0265 11 18.0685 11 17C11 15.9315 10.342 14.9735 9.34473 14.5898L7.94727 14.0518L7.41016 12.6553L7.33203 12.4727C6.90685 11.5784 6.00185 11 5 11C3.99815 11 3.09315 11.5784 2.66797 12.4727L2.58984 12.6553L2.05176 14.0518L2 14.0713V6C2 4.34315 3.34315 3 5 3H8.92969Z\" fill=\"currentColor\"/><path d=\"M8.13574 16.2666L8.62695 16.4561L6.81445 15.7598L8.13574 16.2666Z\" fill=\"currentColor\"/><path d=\"M6.24045 15.1852L5.54359 13.3733C5.45708 13.1484 5.24099 13 5 13C4.75901 13 4.54292 13.1484 4.45641 13.3733L3.75955 15.1852C3.65797 15.4493 3.44927 15.658 3.18518 15.7595L1.37334 16.4564C1.14842 16.5429 1 16.759 1 17C1 17.241 1.14842 17.4571 1.37334 17.5436L3.18518 18.2405C3.44927 18.342 3.65797 18.5507 3.75955 18.8148L4.45641 20.6267C4.54292 20.8516 4.75901 21 5 21C5.24099 21 5.45708 20.8516 5.54359 20.6267L6.24045 18.8148C6.34203 18.5507 6.55073 18.342 6.81482 18.2405L8.62666 17.5436C8.85158 17.4571 9 17.241 9 17C9 16.759 8.85188 16.5426 8.62695 16.4561L6.81445 15.7598C6.55036 15.6582 6.34203 15.4493 6.24045 15.1852Z\" fill=\"currentColor\"/>",
|
|
@@ -11746,6 +11774,20 @@
|
|
|
11746
11774
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
11747
11775
|
"componentName": "IconHandBell"
|
|
11748
11776
|
},
|
|
11777
|
+
{
|
|
11778
|
+
"category": "Hands",
|
|
11779
|
+
"svg": "<path d=\"M9.81093 5.09763C10.212 4.677 10.1733 3.99547 9.6646 3.71438C7.42965 2.47938 4.6004 2.84688 2.72023 4.81842C0.55285 7.09127 0.405397 10.6864 2.43798 12.9844C4.85195 15.7134 7.38766 18.6234 10.0665 21.2144C11.149 22.2614 12.8505 22.2602 13.9185 21.1985C15.5924 19.5345 17.2102 17.7148 18.7773 16.0208C19.137 15.6319 19.1357 15.0302 18.7713 14.6458L16.1934 11.9261C15.8002 11.5113 15.1399 11.5099 14.7449 11.923L14.48 12.2C12.6831 14.0842 9.7704 14.0872 7.9734 12.2032L7.48613 11.6971C6.37171 10.5394 6.36734 8.70925 7.4762 7.54628L9.81093 5.09763ZM21.2798 4.81842C18.9676 2.39386 15.2185 2.39386 12.9063 4.81842L9.37547 8.52083C8.78704 9.13785 8.79237 10.1099 9.38754 10.7204C10.4034 11.7853 12.0506 11.7855 13.0664 10.7204L14.0204 9.71968C14.8095 8.89188 16.1308 8.89317 16.9183 9.72252L20.809 13.82C21.0603 13.5419 21.3134 13.2655 21.562 12.9844C23.5946 10.6864 23.4472 7.09127 21.2798 4.81842Z\" fill=\"currentColor\"/>",
|
|
11780
|
+
"iconName": "handshake, heart",
|
|
11781
|
+
"variant": {
|
|
11782
|
+
"join": "round",
|
|
11783
|
+
"filled": "on",
|
|
11784
|
+
"radius": "2",
|
|
11785
|
+
"stroke": "2"
|
|
11786
|
+
},
|
|
11787
|
+
"createdAt": "2026-01-09T15:00:38.162674+00:00",
|
|
11788
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
11789
|
+
"componentName": "IconHandshake"
|
|
11790
|
+
},
|
|
11749
11791
|
{
|
|
11750
11792
|
"category": "Devices & Signals",
|
|
11751
11793
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5808 9.58293C4.13406 9.80505 3.59631 10 3 10C2.44772 10 2 9.55228 2 9C2 8.44772 2.44772 8 3 8C3.16373 8 3.3829 7.94495 3.69041 7.79207C4.00057 7.63786 4.32306 7.42513 4.7082 7.16816C4.71972 7.16047 4.7313 7.15274 4.74295 7.14497C5.09745 6.90837 5.51085 6.63245 5.93482 6.41917C6.3749 6.19778 6.90825 6 7.5 6C8.0944 6 8.63029 6.19612 9.07426 6.41794C9.50667 6.63399 9.92615 6.91392 10.2846 7.15311L10.3071 7.16817C10.6935 7.42597 11.0149 7.63879 11.3235 7.79328C11.6297 7.94657 11.8438 8 12 8C12.1526 8 12.3643 7.94735 12.67 7.79385C12.9779 7.63922 13.2987 7.42636 13.6857 7.16816L13.7026 7.15691C14.0628 6.91652 14.4852 6.6347 14.9215 6.41738C15.3673 6.19536 15.9044 6 16.5 6C17.0907 6 17.623 6.19848 18.0615 6.41967C18.482 6.63182 18.893 6.90611 19.2459 7.14166C19.2592 7.15055 19.2724 7.15938 19.2856 7.16815C19.6702 7.42478 19.9932 7.63748 20.304 7.79158C20.612 7.94432 20.8333 8 21 8C21.5523 8 22 8.44772 22 9C22 9.55228 21.5523 10 21 10C20.4026 10 19.8638 9.80568 19.4156 9.58342C18.9736 9.36428 18.5472 9.07979 18.1843 8.83768L18.1756 8.83185C17.7878 8.5731 17.4676 8.36017 17.1607 8.20533C16.8558 8.05152 16.6475 8 16.5 8C16.3382 8 16.1203 8.05464 15.8132 8.20762C15.5034 8.3619 15.1812 8.57465 14.7958 8.83184L14.7641 8.85294C14.4086 9.09021 13.9937 9.36716 13.5675 9.58115C13.1264 9.80265 12.5924 10 12 10C11.4063 10 10.8711 9.80343 10.4282 9.58172C9.99817 9.36644 9.58036 9.08761 9.22302 8.84913L9.19709 8.83183C8.81106 8.57426 8.48939 8.36146 8.18036 8.20706C7.87378 8.05388 7.65829 8 7.5 8C7.34933 8 7.13898 8.05222 6.83362 8.20583C6.52608 8.36054 6.20553 8.57343 5.81823 8.83184L5.80453 8.84098C5.44324 9.08205 5.01933 9.3649 4.5808 9.58293ZM4.5808 17.5829C4.13406 17.805 3.59631 18 3 18C2.44772 18 2 17.5523 2 17C2 16.4477 2.44772 16 3 16C3.16373 16 3.3829 15.945 3.69041 15.7921C4.00057 15.6379 4.32306 15.4251 4.7082 15.1682C4.71972 15.1605 4.7313 15.1527 4.74295 15.145C5.09744 14.9084 5.51085 14.6325 5.93482 14.4192C6.3749 14.1978 6.90825 14 7.5 14C8.0944 14 8.63029 14.1961 9.07426 14.4179C9.50667 14.634 9.92616 14.9139 10.2846 15.1531L10.3071 15.1682C10.6935 15.426 11.0149 15.6388 11.3235 15.7933C11.6297 15.9466 11.8438 16 12 16C12.1526 16 12.3643 15.9473 12.67 15.7939C12.9779 15.6392 13.2987 15.4264 13.6857 15.1682L13.7026 15.1569C14.0628 14.9165 14.4852 14.6347 14.9215 14.4174C15.3673 14.1954 15.9044 14 16.5 14C17.0907 14 17.623 14.1985 18.0615 14.4197C18.482 14.6318 18.893 14.9061 19.2459 15.1417C19.2592 15.1505 19.2724 15.1594 19.2856 15.1681C19.6702 15.4248 19.9932 15.6375 20.304 15.7916C20.612 15.9443 20.8333 16 21 16C21.5523 16 22 16.4477 22 17C22 17.5523 21.5523 18 21 18C20.4026 18 19.8638 17.8057 19.4156 17.5834C18.9736 17.3643 18.5472 17.0798 18.1843 16.8377L18.1756 16.8319C17.7878 16.5731 17.4676 16.3602 17.1607 16.2053C16.8558 16.0515 16.6475 16 16.5 16C16.3382 16 16.1203 16.0546 15.8132 16.2076C15.5034 16.3619 15.1812 16.5747 14.7958 16.8318L14.7641 16.8529C14.4086 17.0902 13.9937 17.3672 13.5675 17.5811C13.1264 17.8027 12.5924 18 12 18C11.4063 18 10.8711 17.8034 10.4282 17.5817C9.99816 17.3664 9.58035 17.0876 9.223 16.8491L9.19709 16.8318C8.81106 16.5743 8.48939 16.3615 8.18036 16.2071C7.87378 16.0539 7.65829 16 7.5 16C7.34933 16 7.13898 16.0522 6.83362 16.2058C6.52608 16.3605 6.20553 16.5734 5.81823 16.8318L5.80455 16.841C5.44326 17.082 5.01934 17.3649 4.5808 17.5829Z\" fill=\"currentColor\"/>",
|
|
@@ -13930,6 +13972,20 @@
|
|
|
13930
13972
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
13931
13973
|
"componentName": "IconMarker"
|
|
13932
13974
|
},
|
|
13975
|
+
{
|
|
13976
|
+
"category": "Edit",
|
|
13977
|
+
"svg": "<path d=\"M13.0652 9.52021C13.7503 8.83548 14.724 8.52308 15.6795 8.68232L17.032 8.9079C17.6486 9.01072 18.2179 9.30378 18.6599 9.74579L20.7068 11.7927C21.0972 12.1831 21.0971 12.8162 20.7068 13.2067L12.2068 21.7067C11.8163 22.0973 11.1833 22.0973 10.7927 21.7067L8.74587 19.6599C8.30381 19.2177 8.01076 18.6486 7.90798 18.0319L7.68239 16.6794C7.52323 15.7239 7.83543 14.7501 8.52028 14.0651L13.0652 9.52021Z\" fill=\"currentColor\"/><path d=\"M4.77614 3.95673C4.96186 2.29055 6.99283 1.57783 8.17848 2.76337L12.2068 6.79267C12.5972 7.1831 12.5971 7.81619 12.2068 8.20673L7.2068 13.2067C7.01932 13.3942 6.76491 13.4996 6.49977 13.4997C6.23456 13.4997 5.98028 13.3943 5.79274 13.2067L4.97243 12.3864C4.32813 11.7421 4.01156 10.8399 4.11208 9.93427L4.77614 3.95673Z\" fill=\"currentColor\"/>",
|
|
13978
|
+
"iconName": "marker-2, highlight",
|
|
13979
|
+
"variant": {
|
|
13980
|
+
"join": "round",
|
|
13981
|
+
"filled": "on",
|
|
13982
|
+
"radius": "2",
|
|
13983
|
+
"stroke": "2"
|
|
13984
|
+
},
|
|
13985
|
+
"createdAt": "2026-01-09T12:01:13.575765+00:00",
|
|
13986
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
13987
|
+
"componentName": "IconMarker2"
|
|
13988
|
+
},
|
|
13933
13989
|
{
|
|
13934
13990
|
"category": "Edit",
|
|
13935
13991
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM6.50305 17.8124C6.88703 17.3213 7.19433 16.8549 7.44863 16.3611C7.84911 15.5834 8.59563 15 9.4704 15H14.5296C15.4044 15 16.1509 15.5834 16.5514 16.3611C16.8057 16.8549 17.113 17.3213 17.4969 17.8124C16.0636 19.1684 14.1289 20 12 20C9.87107 20 7.93641 19.1684 6.50305 17.8124ZM9 13V11.0616C9 10.1438 9.62459 9.34385 10.5149 9.12127L12.5149 8.62127C13.7772 8.30569 15 9.26041 15 10.5616V13H9Z\" fill=\"currentColor\"/>",
|
|
@@ -14546,6 +14602,20 @@
|
|
|
14546
14602
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
14547
14603
|
"componentName": "IconMouth"
|
|
14548
14604
|
},
|
|
14605
|
+
{
|
|
14606
|
+
"category": "Folders & Files",
|
|
14607
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.92969 3C9.93273 3.00002 10.8694 3.50136 11.4258 4.33594L11.6445 4.66406C12.2009 5.49863 13.1376 5.99996 14.1406 6H19C20.6569 6 22 7.34315 22 9V17C22 18.6569 20.6569 20 19 20H5C3.34315 20 2 18.6569 2 17V6C2 4.34315 3.34315 3 5 3H8.92969ZM13.1367 10.3633C12.7852 10.0118 12.2148 10.0118 11.8633 10.3633C11.512 10.7148 11.5119 11.2853 11.8633 11.6367L12.8262 12.5996H9C8.50294 12.5996 8.09961 13.0029 8.09961 13.5C8.09965 13.997 8.50297 14.4004 9 14.4004H12.8262L11.8633 15.3633C11.512 15.7148 11.5119 16.2853 11.8633 16.6367C12.2147 16.988 12.7853 16.988 13.1367 16.6367L15.6367 14.1367C15.9881 13.7853 15.988 13.2148 15.6367 12.8633L13.1367 10.3633Z\" fill=\"currentColor\"/>",
|
|
14608
|
+
"iconName": "move-folder",
|
|
14609
|
+
"variant": {
|
|
14610
|
+
"join": "round",
|
|
14611
|
+
"filled": "on",
|
|
14612
|
+
"radius": "2",
|
|
14613
|
+
"stroke": "2"
|
|
14614
|
+
},
|
|
14615
|
+
"createdAt": "2026-01-09T12:01:13.575765+00:00",
|
|
14616
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
14617
|
+
"componentName": "IconMoveFolder"
|
|
14618
|
+
},
|
|
14549
14619
|
{
|
|
14550
14620
|
"category": "Photography & Video",
|
|
14551
14621
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 5C2 3.34315 3.34315 2 5 2H13C14.6569 2 16 3.34315 16 5V8H19C20.6569 8 22 9.34315 22 11V19C22 20.6569 20.6569 22 19 22H11C9.34315 22 8 20.6569 8 19V16H5C3.34315 16 2 14.6569 2 13V5ZM14 8V5C14 4.44772 13.5523 4 13 4H5C4.44772 4 4 4.44772 4 5V10.1315L4.3359 9.90755C5.3436 9.23575 6.6564 9.23575 7.6641 9.90755L8.10706 10.2029C8.4562 8.93292 9.61915 8 11 8H14ZM5 6.25C5 5.55964 5.55964 5 6.25 5C6.94036 5 7.5 5.55964 7.5 6.25C7.5 6.94036 6.94036 7.5 6.25 7.5C5.55964 7.5 5 6.94036 5 6.25ZM13.5415 12.5113C13.874 12.3397 14.2746 12.3682 14.5795 12.585L16.8295 14.185C17.0933 14.3726 17.25 14.6763 17.25 15C17.25 15.3237 17.0933 15.6274 16.8295 15.815L14.5795 17.415C14.2746 17.6318 13.874 17.6603 13.5415 17.4887C13.2089 17.3171 13 16.9742 13 16.6V13.4C13 13.0258 13.2089 12.6829 13.5415 12.5113Z\" fill=\"currentColor\"/>",
|
|
@@ -16044,6 +16114,20 @@
|
|
|
16044
16114
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
16045
16115
|
"componentName": "IconPeopleGear"
|
|
16046
16116
|
},
|
|
16117
|
+
{
|
|
16118
|
+
"category": "People",
|
|
16119
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5 2C19.1569 2 20.5 3.34315 20.5 5V19C20.5 20.6569 19.1569 22 17.5 22H6.5C4.84315 22 3.5 20.6569 3.5 19V5C3.5 3.34315 4.84315 2 6.5 2H17.5ZM12 16C10.2797 16 8.17818 17.1256 7.62402 19.0273C7.46958 19.5576 7.93307 20.0156 8.48535 20.0156H15.5156C16.0677 20.0154 16.5304 19.5574 16.376 19.0273C15.8218 17.1256 13.7203 16 12 16ZM12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5ZM10 4C9.44772 4 9 4.44772 9 5C9 5.55228 9.44772 6 10 6H14C14.5523 6 15 5.55228 15 5C15 4.44772 14.5523 4 14 4H10Z\" fill=\"currentColor\"/>",
|
|
16120
|
+
"iconName": "people-id-card, profile, user-account, badge, person",
|
|
16121
|
+
"variant": {
|
|
16122
|
+
"join": "round",
|
|
16123
|
+
"filled": "on",
|
|
16124
|
+
"radius": "2",
|
|
16125
|
+
"stroke": "2"
|
|
16126
|
+
},
|
|
16127
|
+
"createdAt": "2026-01-09T15:00:38.162674+00:00",
|
|
16128
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
16129
|
+
"componentName": "IconPeopleIdCard"
|
|
16130
|
+
},
|
|
16047
16131
|
{
|
|
16048
16132
|
"category": "People",
|
|
16049
16133
|
"svg": "<path d=\"M7.49805 6.5C7.49805 4.01472 9.51277 2 11.998 2C14.4833 2 16.498 4.01472 16.498 6.5C16.498 8.98528 14.4833 11 11.998 11C9.51277 11 7.49805 8.98528 7.49805 6.5Z\" fill=\"currentColor\"/><path d=\"M11.9976 12C8.16568 12 5.23295 14.2962 4.04214 17.516C3.70171 18.4365 3.93479 19.3438 4.47595 19.9887C5.00332 20.6172 5.81742 21 6.69441 21H13.0962C12.469 20.1032 11.9976 18.9916 11.9976 17.75C11.9976 15.7196 13.2752 13.3102 15.7582 12.834C14.6484 12.2996 13.3817 12 11.9976 12Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6647 14.75C15.9797 14.75 15.2964 15.0252 14.7893 15.5661C14.2775 16.112 13.998 16.8693 13.998 17.75C13.998 19.1781 14.9958 20.269 15.7674 20.9064C16.1802 21.2473 16.5993 21.5179 16.9382 21.7062C17.1074 21.8002 17.2664 21.8791 17.4034 21.9379C17.471 21.9668 17.5445 21.9957 17.6183 22.0193L17.6212 22.0203C17.6656 22.0345 17.8177 22.0833 17.998 22.0833C18.1784 22.0833 18.3305 22.0345 18.3749 22.0203L18.3778 22.0193C18.4516 21.9957 18.5251 21.9668 18.5926 21.9379C18.7297 21.8791 18.8887 21.8002 19.0579 21.7062C19.3968 21.5179 19.8159 21.2473 20.2287 20.9064C21.0003 20.269 21.998 19.1781 21.998 17.75C21.998 16.8693 21.7186 16.112 21.2068 15.5661C20.6997 15.0252 20.0164 14.75 19.3314 14.75C18.7824 14.75 18.3301 14.896 17.998 15.0578C17.666 14.896 17.2137 14.75 16.6647 14.75Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -228,6 +228,7 @@ export type CentralIconName =
|
|
|
228
228
|
| "IconBlankPagePortrait"
|
|
229
229
|
| "IconBlip"
|
|
230
230
|
| "IconBlock"
|
|
231
|
+
| "IconBlocks"
|
|
231
232
|
| "IconBlockSortAscending"
|
|
232
233
|
| "IconBlockSortDescending"
|
|
233
234
|
| "IconBlossom"
|
|
@@ -464,7 +465,6 @@ export type CentralIconName =
|
|
|
464
465
|
| "IconCloseQuote1"
|
|
465
466
|
| "IconCloseQuote2"
|
|
466
467
|
| "IconCloud"
|
|
467
|
-
| "IconCloud1"
|
|
468
468
|
| "IconCloudCheck"
|
|
469
469
|
| "IconCloudDownload"
|
|
470
470
|
| "IconCloudOff"
|
|
@@ -476,6 +476,7 @@ export type CentralIconName =
|
|
|
476
476
|
| "IconCloudSnow"
|
|
477
477
|
| "IconCloudSync"
|
|
478
478
|
| "IconCloudUpload"
|
|
479
|
+
| "IconCloudWeather"
|
|
479
480
|
| "IconCloudy"
|
|
480
481
|
| "IconCloudySparkle"
|
|
481
482
|
| "IconCloudySun"
|
|
@@ -762,6 +763,7 @@ export type CentralIconName =
|
|
|
762
763
|
| "IconFolderRestricted"
|
|
763
764
|
| "IconFolders"
|
|
764
765
|
| "IconFolderShared"
|
|
766
|
+
| "IconFolderShield"
|
|
765
767
|
| "IconFolderSparkle"
|
|
766
768
|
| "IconFolderUpload"
|
|
767
769
|
| "IconFontStyle"
|
|
@@ -838,6 +840,7 @@ export type CentralIconName =
|
|
|
838
840
|
| "IconHand4Finger"
|
|
839
841
|
| "IconHand5Finger"
|
|
840
842
|
| "IconHandBell"
|
|
843
|
+
| "IconHandshake"
|
|
841
844
|
| "IconHaptic"
|
|
842
845
|
| "IconHashtag"
|
|
843
846
|
| "IconHatBunny"
|
|
@@ -994,6 +997,7 @@ export type CentralIconName =
|
|
|
994
997
|
| "IconMapPinFlat"
|
|
995
998
|
| "IconMarkdown"
|
|
996
999
|
| "IconMarker"
|
|
1000
|
+
| "IconMarker2"
|
|
997
1001
|
| "IconMarkerCircle"
|
|
998
1002
|
| "IconMarkup"
|
|
999
1003
|
| "IconMask"
|
|
@@ -1038,6 +1042,7 @@ export type CentralIconName =
|
|
|
1038
1042
|
| "IconMouseScrollDown"
|
|
1039
1043
|
| "IconMouseScrollUp"
|
|
1040
1044
|
| "IconMouth"
|
|
1045
|
+
| "IconMoveFolder"
|
|
1041
1046
|
| "IconMultiMedia"
|
|
1042
1047
|
| "IconMute"
|
|
1043
1048
|
| "IconNailedIt"
|
|
@@ -1145,6 +1150,7 @@ export type CentralIconName =
|
|
|
1145
1150
|
| "IconPeopleCopy"
|
|
1146
1151
|
| "IconPeopleEdit"
|
|
1147
1152
|
| "IconPeopleGear"
|
|
1153
|
+
| "IconPeopleIdCard"
|
|
1148
1154
|
| "IconPeopleLike"
|
|
1149
1155
|
| "IconPeopleRemove"
|
|
1150
1156
|
| "IconPeopleRemove2"
|