@central-icons-react-native/round-filled-radius-1-stroke-2 1.1.169 → 1.1.171
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/IconAlbums/index.js +1 -1
- package/IconAlbums/index.js.map +1 -1
- package/IconAlbums/index.mjs +1 -1
- package/IconAlbums/index.mjs.map +1 -1
- package/IconBaking/index.d.ts +4 -0
- package/IconBaking/index.js +2 -0
- package/IconBaking/index.js.map +1 -0
- package/IconBaking/index.mjs +2 -0
- package/IconBaking/index.mjs.map +1 -0
- package/IconCd/index.d.ts +4 -0
- package/IconCd/index.js +2 -0
- package/IconCd/index.js.map +1 -0
- package/IconCd/index.mjs +2 -0
- package/IconCd/index.mjs.map +1 -0
- package/IconPeopleNoise/index.d.ts +4 -0
- package/IconPeopleNoise/index.js +2 -0
- package/IconPeopleNoise/index.js.map +1 -0
- package/IconPeopleNoise/index.mjs +2 -0
- package/IconPeopleNoise/index.mjs.map +1 -0
- package/IconPeopleSparkles/index.d.ts +4 -0
- package/IconPeopleSparkles/index.js +2 -0
- package/IconPeopleSparkles/index.js.map +1 -0
- package/IconPeopleSparkles/index.mjs +2 -0
- package/IconPeopleSparkles/index.mjs.map +1 -0
- package/IconPin2/index.d.ts +4 -0
- package/IconPin2/index.js +2 -0
- package/IconPin2/index.js.map +1 -0
- package/IconPin2/index.mjs +2 -0
- package/IconPin2/index.mjs.map +1 -0
- package/IconUnpin2/index.d.ts +4 -0
- package/IconUnpin2/index.js +2 -0
- package/IconUnpin2/index.js.map +1 -0
- package/IconUnpin2/index.mjs +2 -0
- package/IconUnpin2/index.mjs.map +1 -0
- package/README.md +6 -0
- package/filtered-icons.json +85 -1
- package/icons/index.d.ts +6 -0
- package/icons-index.json +18 -6
- package/index.d.ts +6 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +43 -1
package/IconAlbums/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=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 I(r))!v.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=B(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?i(d(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(n({},"__esModule",{value:!0}),o);var V={};x(V,{IconAlbums:()=>u,default:()=>g});module.exports=P(V);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"),u=o=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11 4.99249C11 3.71571 12.1801 2.76585 13.4274 3.03869L19.4274 4.35119C20.3456 4.55204 21 5.36511 21 6.30499V17.6952C21 18.6351 20.3456 19.4481 19.4274 19.649L13.4274 20.9615C12.1801 21.2343 11 20.2845 11 19.0077V4.99249ZM8 4.00009C8.55228 4.00009 9 4.44781 9 5.00009V19.0001C9 19.5524 8.55228 20.0001 8 20.0001C7.44772 20.0001 7 19.5524 7 19.0001V5.00009C7 4.44781 7.44772 4.00009 8 4.00009ZM4 5.00009C4.55228 5.00009 5 5.44781 5 6.00009V18.0001C5 18.5524 4.55228 19.0001 4 19.0001C3.44772 19.0001 3 18.5524 3 18.0001V6.00009C3 5.44781 3.44772 5.00009 4 5.00009Z",fill:"currentColor"})),g=u;0&&(module.exports={IconAlbums});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconAlbums/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconAlbums/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 IconAlbums: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11 4.99249C11 3.71571 12.1801 2.76585 13.4274 3.03869L19.4274 4.35119C20.3456 4.55204 21 5.36511 21 6.30499V17.6952C21 18.6351 20.3456 19.4481 19.4274 19.649L13.4274 20.9615C12.1801 21.2343 11 20.2845 11 19.0077V4.
|
|
1
|
+
{"version":3,"sources":["../src/IconAlbums/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 IconAlbums: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11 4.99249C11 3.71571 12.1801 2.76585 13.4274 3.03869L19.4274 4.35119C20.3456 4.55204 21 5.36511 21 6.30499V17.6952C21 18.6351 20.3456 19.4481 19.4274 19.649L13.4274 20.9615C12.1801 21.2343 11 20.2845 11 19.0077V4.99249ZM8 4.00009C8.55228 4.00009 9 4.44781 9 5.00009V19.0001C9 19.5524 8.55228 20.0001 8 20.0001C7.44772 20.0001 7 19.5524 7 19.0001V5.00009C7 4.44781 7.44772 4.00009 8 4.00009ZM4 5.00009C4.55228 5.00009 5 5.44781 5 6.00009V18.0001C5 18.5524 4.55228 19.0001 4 19.0001C3.44772 19.0001 3 18.5524 3 18.0001V6.00009C3 5.44781 3.44772 5.00009 4 5.00009Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAlbums;\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,sjBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconAlbums_exports","__export","IconAlbums","IconAlbums_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAlbums","props","React","CentralIconBase","IconAlbums_default"]}
|
package/IconAlbums/index.mjs
CHANGED
|
@@ -1,2 +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:"M11 4.99249C11 3.71571 12.1801 2.76585 13.4274 3.03869L19.4274 4.35119C20.3456 4.55204 21 5.36511 21 6.30499V17.6952C21 18.6351 20.3456 19.4481 19.4274 19.649L13.4274 20.9615C12.1801 21.2343 11 20.2845 11 19.0077V4.
|
|
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:"M11 4.99249C11 3.71571 12.1801 2.76585 13.4274 3.03869L19.4274 4.35119C20.3456 4.55204 21 5.36511 21 6.30499V17.6952C21 18.6351 20.3456 19.4481 19.4274 19.649L13.4274 20.9615C12.1801 21.2343 11 20.2845 11 19.0077V4.99249ZM8 4.00009C8.55228 4.00009 9 4.44781 9 5.00009V19.0001C9 19.5524 8.55228 20.0001 8 20.0001C7.44772 20.0001 7 19.5524 7 19.0001V5.00009C7 4.44781 7.44772 4.00009 8 4.00009ZM4 5.00009C4.55228 5.00009 5 5.44781 5 6.00009V18.0001C5 18.5524 4.55228 19.0001 4 19.0001C3.44772 19.0001 3 18.5524 3 18.0001V6.00009C3 5.44781 3.44772 5.00009 4 5.00009Z",fill:"currentColor"})),v=a;export{a as IconAlbums,v as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/IconAlbums/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconAlbums/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 IconAlbums: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11 4.99249C11 3.71571 12.1801 2.76585 13.4274 3.03869L19.4274 4.35119C20.3456 4.55204 21 5.36511 21 6.30499V17.6952C21 18.6351 20.3456 19.4481 19.4274 19.649L13.4274 20.9615C12.1801 21.2343 11 20.2845 11 19.0077V4.
|
|
1
|
+
{"version":3,"sources":["../src/IconAlbums/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 IconAlbums: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11 4.99249C11 3.71571 12.1801 2.76585 13.4274 3.03869L19.4274 4.35119C20.3456 4.55204 21 5.36511 21 6.30499V17.6952C21 18.6351 20.3456 19.4481 19.4274 19.649L13.4274 20.9615C12.1801 21.2343 11 20.2845 11 19.0077V4.99249ZM8 4.00009C8.55228 4.00009 9 4.44781 9 5.00009V19.0001C9 19.5524 8.55228 20.0001 8 20.0001C7.44772 20.0001 7 19.5524 7 19.0001V5.00009C7 4.44781 7.44772 4.00009 8 4.00009ZM4 5.00009C4.55228 5.00009 5 5.44781 5 6.00009V18.0001C5 18.5524 4.55228 19.0001 4 19.0001C3.44772 19.0001 3 18.5524 3 18.0001V6.00009C3 5.44781 3.44772 5.00009 4 5.00009Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAlbums;\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,sjBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAlbums","props","React","CentralIconBase","IconAlbums_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 d=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var v=(C,o)=>{for(var r in o)n(C,r,{get:o[r],enumerable:!0})},l=(C,o,r,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!g.call(C,e)&&e!==r&&n(C,e,{get:()=>o[e],enumerable:!(p=B(o,e))||p.enumerable});return C};var a=(C,o,r)=>(r=C!=null?u(d(C)):{},l(o||!C||!C.__esModule?n(r,"default",{value:C,enumerable:!0}):r,C)),x=C=>l(n({},"__esModule",{value:!0}),C);var h={};v(h,{IconBaking:()=>i,default:()=>P});module.exports=x(h);var t=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:C,size:o=24,...r})=>m.default.createElement(s.Svg,{...r,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},C);var f=require("react-native-svg"),i=C=>t.default.createElement(c,{...C},t.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20 4C21.1046 4 22 4.89543 22 6V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V6C2 4.89543 2.89543 4 4 4H20ZM8.79395 8.42676C8.47754 7.97417 7.85401 7.86433 7.40137 8.18066C6.43539 8.85579 5.86241 9.64996 5.88672 10.6162C5.90745 11.4384 6.3911 12.1445 6.64258 12.5381C6.97802 13.0631 7.08179 13.2763 7.08594 13.4336C7.08628 13.447 7.12136 13.6938 6.4248 14.1807C5.97212 14.497 5.86135 15.1206 6.17773 15.5732C6.49418 16.0257 7.11773 16.1357 7.57031 15.8193C8.53614 15.1442 9.10926 14.35 9.08496 13.3838C9.06422 12.5615 8.57956 11.8554 8.32812 11.4619C7.99269 10.9369 7.8899 10.7237 7.88574 10.5664C7.8854 10.553 7.85023 10.3062 8.54688 9.81934C8.99941 9.50292 9.11029 8.87938 8.79395 8.42676ZM13.3086 8.42676C12.9923 7.97428 12.3686 7.86461 11.916 8.18066C10.95 8.85579 10.3771 9.64996 10.4014 10.6162C10.4221 11.4384 10.9057 12.1445 11.1572 12.5381C11.4926 13.0629 11.5964 13.2764 11.6006 13.4336C11.6009 13.4472 11.6354 13.6941 10.9395 14.1807C10.4868 14.497 10.376 15.1206 10.6924 15.5732C11.0089 16.0255 11.6325 16.1356 12.085 15.8193C13.0506 15.1443 13.6239 14.3498 13.5996 13.3838C13.5789 12.5616 13.0942 11.8555 12.8428 11.4619C12.5073 10.9369 12.4046 10.7237 12.4004 10.5664C12.4001 10.553 12.3649 10.3062 13.0615 9.81934C13.5137 9.5029 13.6247 8.87925 13.3086 8.42676ZM17.8086 8.42676C17.4923 7.97428 16.8686 7.86461 16.416 8.18066C15.45 8.85579 14.8771 9.64996 14.9014 10.6162C14.9221 11.4384 15.4057 12.1445 15.6572 12.5381C15.9926 13.0629 16.0964 13.2764 16.1006 13.4336C16.1009 13.4472 16.1354 13.6941 15.4395 14.1807C14.9868 14.497 14.876 15.1206 15.1924 15.5732C15.5089 16.0255 16.1325 16.1356 16.585 15.8193C17.5506 15.1443 18.1239 14.3498 18.0996 13.3838C18.0789 12.5616 17.5942 11.8555 17.3428 11.4619C17.0073 10.9369 16.9046 10.7237 16.9004 10.5664C16.9001 10.553 16.8649 10.3062 17.5615 9.81934C18.0137 9.5029 18.1247 8.87925 17.8086 8.42676Z",fill:"currentColor"})),P=i;0&&(module.exports={IconBaking});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBaking/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 IconBaking: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20 4C21.1046 4 22 4.89543 22 6V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V6C2 4.89543 2.89543 4 4 4H20ZM8.79395 8.42676C8.47754 7.97417 7.85401 7.86433 7.40137 8.18066C6.43539 8.85579 5.86241 9.64996 5.88672 10.6162C5.90745 11.4384 6.3911 12.1445 6.64258 12.5381C6.97802 13.0631 7.08179 13.2763 7.08594 13.4336C7.08628 13.447 7.12136 13.6938 6.4248 14.1807C5.97212 14.497 5.86135 15.1206 6.17773 15.5732C6.49418 16.0257 7.11773 16.1357 7.57031 15.8193C8.53614 15.1442 9.10926 14.35 9.08496 13.3838C9.06422 12.5615 8.57956 11.8554 8.32812 11.4619C7.99269 10.9369 7.8899 10.7237 7.88574 10.5664C7.8854 10.553 7.85023 10.3062 8.54688 9.81934C8.99941 9.50292 9.11029 8.87938 8.79395 8.42676ZM13.3086 8.42676C12.9923 7.97428 12.3686 7.86461 11.916 8.18066C10.95 8.85579 10.3771 9.64996 10.4014 10.6162C10.4221 11.4384 10.9057 12.1445 11.1572 12.5381C11.4926 13.0629 11.5964 13.2764 11.6006 13.4336C11.6009 13.4472 11.6354 13.6941 10.9395 14.1807C10.4868 14.497 10.376 15.1206 10.6924 15.5732C11.0089 16.0255 11.6325 16.1356 12.085 15.8193C13.0506 15.1443 13.6239 14.3498 13.5996 13.3838C13.5789 12.5616 13.0942 11.8555 12.8428 11.4619C12.5073 10.9369 12.4046 10.7237 12.4004 10.5664C12.4001 10.553 12.3649 10.3062 13.0615 9.81934C13.5137 9.5029 13.6247 8.87925 13.3086 8.42676ZM17.8086 8.42676C17.4923 7.97428 16.8686 7.86461 16.416 8.18066C15.45 8.85579 14.8771 9.64996 14.9014 10.6162C14.9221 11.4384 15.4057 12.1445 15.6572 12.5381C15.9926 13.0629 16.0964 13.2764 16.1006 13.4336C16.1009 13.4472 16.1354 13.6941 15.4395 14.1807C14.9868 14.497 14.876 15.1206 15.1924 15.5732C15.5089 16.0255 16.1325 16.1356 16.585 15.8193C17.5506 15.1443 18.1239 14.3498 18.0996 13.3838C18.0789 12.5616 17.5942 11.8555 17.3428 11.4619C17.0073 10.9369 16.9046 10.7237 16.9004 10.5664C16.9001 10.553 16.8649 10.3062 17.5615 9.81934C18.0137 9.5029 18.1247 8.87925 17.8086 8.42676Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBaking;\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,q1DACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBaking_exports","__export","IconBaking","IconBaking_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBaking","props","React","CentralIconBase","IconBaking_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import t from"react";import{Svg as p}from"react-native-svg";var r=({children:o,size:C=24,...n})=>t.createElement(p,{...n,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o);import{Path as l}from"react-native-svg";var a=o=>e.createElement(r,{...o},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M20 4C21.1046 4 22 4.89543 22 6V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V6C2 4.89543 2.89543 4 4 4H20ZM8.79395 8.42676C8.47754 7.97417 7.85401 7.86433 7.40137 8.18066C6.43539 8.85579 5.86241 9.64996 5.88672 10.6162C5.90745 11.4384 6.3911 12.1445 6.64258 12.5381C6.97802 13.0631 7.08179 13.2763 7.08594 13.4336C7.08628 13.447 7.12136 13.6938 6.4248 14.1807C5.97212 14.497 5.86135 15.1206 6.17773 15.5732C6.49418 16.0257 7.11773 16.1357 7.57031 15.8193C8.53614 15.1442 9.10926 14.35 9.08496 13.3838C9.06422 12.5615 8.57956 11.8554 8.32812 11.4619C7.99269 10.9369 7.8899 10.7237 7.88574 10.5664C7.8854 10.553 7.85023 10.3062 8.54688 9.81934C8.99941 9.50292 9.11029 8.87938 8.79395 8.42676ZM13.3086 8.42676C12.9923 7.97428 12.3686 7.86461 11.916 8.18066C10.95 8.85579 10.3771 9.64996 10.4014 10.6162C10.4221 11.4384 10.9057 12.1445 11.1572 12.5381C11.4926 13.0629 11.5964 13.2764 11.6006 13.4336C11.6009 13.4472 11.6354 13.6941 10.9395 14.1807C10.4868 14.497 10.376 15.1206 10.6924 15.5732C11.0089 16.0255 11.6325 16.1356 12.085 15.8193C13.0506 15.1443 13.6239 14.3498 13.5996 13.3838C13.5789 12.5616 13.0942 11.8555 12.8428 11.4619C12.5073 10.9369 12.4046 10.7237 12.4004 10.5664C12.4001 10.553 12.3649 10.3062 13.0615 9.81934C13.5137 9.5029 13.6247 8.87925 13.3086 8.42676ZM17.8086 8.42676C17.4923 7.97428 16.8686 7.86461 16.416 8.18066C15.45 8.85579 14.8771 9.64996 14.9014 10.6162C14.9221 11.4384 15.4057 12.1445 15.6572 12.5381C15.9926 13.0629 16.0964 13.2764 16.1006 13.4336C16.1009 13.4472 16.1354 13.6941 15.4395 14.1807C14.9868 14.497 14.876 15.1206 15.1924 15.5732C15.5089 16.0255 16.1325 16.1356 16.585 15.8193C17.5506 15.1443 18.1239 14.3498 18.0996 13.3838C18.0789 12.5616 17.5942 11.8555 17.3428 11.4619C17.0073 10.9369 16.9046 10.7237 16.9004 10.5664C16.9001 10.553 16.8649 10.3062 17.5615 9.81934C18.0137 9.5029 18.1247 8.87925 17.8086 8.42676Z",fill:"currentColor"})),g=a;export{a as IconBaking,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBaking/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 IconBaking: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20 4C21.1046 4 22 4.89543 22 6V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V6C2 4.89543 2.89543 4 4 4H20ZM8.79395 8.42676C8.47754 7.97417 7.85401 7.86433 7.40137 8.18066C6.43539 8.85579 5.86241 9.64996 5.88672 10.6162C5.90745 11.4384 6.3911 12.1445 6.64258 12.5381C6.97802 13.0631 7.08179 13.2763 7.08594 13.4336C7.08628 13.447 7.12136 13.6938 6.4248 14.1807C5.97212 14.497 5.86135 15.1206 6.17773 15.5732C6.49418 16.0257 7.11773 16.1357 7.57031 15.8193C8.53614 15.1442 9.10926 14.35 9.08496 13.3838C9.06422 12.5615 8.57956 11.8554 8.32812 11.4619C7.99269 10.9369 7.8899 10.7237 7.88574 10.5664C7.8854 10.553 7.85023 10.3062 8.54688 9.81934C8.99941 9.50292 9.11029 8.87938 8.79395 8.42676ZM13.3086 8.42676C12.9923 7.97428 12.3686 7.86461 11.916 8.18066C10.95 8.85579 10.3771 9.64996 10.4014 10.6162C10.4221 11.4384 10.9057 12.1445 11.1572 12.5381C11.4926 13.0629 11.5964 13.2764 11.6006 13.4336C11.6009 13.4472 11.6354 13.6941 10.9395 14.1807C10.4868 14.497 10.376 15.1206 10.6924 15.5732C11.0089 16.0255 11.6325 16.1356 12.085 15.8193C13.0506 15.1443 13.6239 14.3498 13.5996 13.3838C13.5789 12.5616 13.0942 11.8555 12.8428 11.4619C12.5073 10.9369 12.4046 10.7237 12.4004 10.5664C12.4001 10.553 12.3649 10.3062 13.0615 9.81934C13.5137 9.5029 13.6247 8.87925 13.3086 8.42676ZM17.8086 8.42676C17.4923 7.97428 16.8686 7.86461 16.416 8.18066C15.45 8.85579 14.8771 9.64996 14.9014 10.6162C14.9221 11.4384 15.4057 12.1445 15.6572 12.5381C15.9926 13.0629 16.0964 13.2764 16.1006 13.4336C16.1009 13.4472 16.1354 13.6941 15.4395 14.1807C14.9868 14.497 14.876 15.1206 15.1924 15.5732C15.5089 16.0255 16.1325 16.1356 16.585 15.8193C17.5506 15.1443 18.1239 14.3498 18.0996 13.3838C18.0789 12.5616 17.5942 11.8555 17.3428 11.4619C17.0073 10.9369 16.9046 10.7237 16.9004 10.5664C16.9001 10.553 16.8649 10.3062 17.5615 9.81934C18.0137 9.5029 18.1247 8.87925 17.8086 8.42676Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBaking;\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,q1DACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBaking","props","React","CentralIconBase","IconBaking_default"]}
|
package/IconCd/index.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let C of B(r))!v.call(o,C)&&C!==e&&t(o,C,{get:()=>r[C],enumerable:!(p=d(r,C))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(I(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(t({},"__esModule",{value:!0}),o);var h={};x(h,{IconCd:()=>i,default:()=>g});module.exports=P(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"),i=o=>n.default.createElement(c,{...o},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM17.4893 13.0684C16.9749 12.8675 16.3943 13.1215 16.1934 13.6357C15.737 14.8044 14.8044 15.737 13.6357 16.1934C13.1215 16.3943 12.8675 16.9749 13.0684 17.4893C13.2693 18.0034 13.849 18.2573 14.3633 18.0566C16.0525 17.397 17.397 16.0525 18.0566 14.3633C18.2573 13.849 18.0034 13.2693 17.4893 13.0684ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10ZM10.9316 6.51074C10.7306 5.9965 10.1501 5.74248 9.63574 5.94336C7.94701 6.60298 6.60298 7.94701 5.94336 9.63574C5.74248 10.1501 5.9965 10.7306 6.51074 10.9316C7.02518 11.1326 7.60572 10.8777 7.80664 10.3633C8.26301 9.1951 9.1951 8.26301 10.3633 7.80664C10.8777 7.60572 11.1326 7.02518 10.9316 6.51074Z",fill:"currentColor"})),g=i;0&&(module.exports={IconCd});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCd/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 IconCd: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM17.4893 13.0684C16.9749 12.8675 16.3943 13.1215 16.1934 13.6357C15.737 14.8044 14.8044 15.737 13.6357 16.1934C13.1215 16.3943 12.8675 16.9749 13.0684 17.4893C13.2693 18.0034 13.849 18.2573 14.3633 18.0566C16.0525 17.397 17.397 16.0525 18.0566 14.3633C18.2573 13.849 18.0034 13.2693 17.4893 13.0684ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10ZM10.9316 6.51074C10.7306 5.9965 10.1501 5.74248 9.63574 5.94336C7.94701 6.60298 6.60298 7.94701 5.94336 9.63574C5.74248 10.1501 5.9965 10.7306 6.51074 10.9316C7.02518 11.1326 7.60572 10.8777 7.80664 10.3633C8.26301 9.1951 9.1951 8.26301 10.3633 7.80664C10.8777 7.60572 11.1326 7.02518 10.9316 6.51074Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCd;\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,YAAAE,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,EAAoCC,GAE7C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,k0BACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCd_exports","__export","IconCd","IconCd_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCd","props","React","CentralIconBase","IconCd_default"]}
|
package/IconCd/index.mjs
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import C from"react";import n from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...t})=>n.createElement(p,{...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=>C.createElement(e,{...r},C.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM17.4893 13.0684C16.9749 12.8675 16.3943 13.1215 16.1934 13.6357C15.737 14.8044 14.8044 15.737 13.6357 16.1934C13.1215 16.3943 12.8675 16.9749 13.0684 17.4893C13.2693 18.0034 13.849 18.2573 14.3633 18.0566C16.0525 17.397 17.397 16.0525 18.0566 14.3633C18.2573 13.849 18.0034 13.2693 17.4893 13.0684ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10ZM10.9316 6.51074C10.7306 5.9965 10.1501 5.74248 9.63574 5.94336C7.94701 6.60298 6.60298 7.94701 5.94336 9.63574C5.74248 10.1501 5.9965 10.7306 6.51074 10.9316C7.02518 11.1326 7.60572 10.8777 7.80664 10.3633C8.26301 9.1951 9.1951 8.26301 10.3633 7.80664C10.8777 7.60572 11.1326 7.02518 10.9316 6.51074Z",fill:"currentColor"})),v=a;export{a as IconCd,v as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCd/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 IconCd: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM17.4893 13.0684C16.9749 12.8675 16.3943 13.1215 16.1934 13.6357C15.737 14.8044 14.8044 15.737 13.6357 16.1934C13.1215 16.3943 12.8675 16.9749 13.0684 17.4893C13.2693 18.0034 13.849 18.2573 14.3633 18.0566C16.0525 17.397 17.397 16.0525 18.0566 14.3633C18.2573 13.849 18.0034 13.2693 17.4893 13.0684ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10ZM10.9316 6.51074C10.7306 5.9965 10.1501 5.74248 9.63574 5.94336C7.94701 6.60298 6.60298 7.94701 5.94336 9.63574C5.74248 10.1501 5.9965 10.7306 6.51074 10.9316C7.02518 11.1326 7.60572 10.8777 7.80664 10.3633C8.26301 9.1951 9.1951 8.26301 10.3633 7.80664C10.8777 7.60572 11.1326 7.02518 10.9316 6.51074Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCd;\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,EAAoCC,GAE7CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,k0BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCd","props","React","CentralIconBase","IconCd_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var t=Object.defineProperty;var M=Object.getOwnPropertyDescriptor;var Z=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,C)=>{for(var l in C)t(r,l,{get:C[l],enumerable:!0})},f=(r,C,l,p)=>{if(C&&typeof C=="object"||typeof C=="function")for(let e of Z(C))!I.call(r,e)&&e!==l&&t(r,e,{get:()=>C[e],enumerable:!(p=M(C,e))||p.enumerable});return r};var i=(r,C,l)=>(l=r!=null?c(B(r)):{},f(C||!r||!r.__esModule?t(l,"default",{value:r,enumerable:!0}):l,r)),a=r=>f(t({},"__esModule",{value:!0}),r);var g={};P(g,{IconPeopleNoise:()=>d,default:()=>x});module.exports=a(g);var o=i(require("react"));var u=i(require("react")),m=require("react-native-svg"),s=({children:r,size:C=24,...l})=>u.default.createElement(m.Svg,{...l,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),d=r=>o.default.createElement(s,{...r},o.default.createElement(n.Path,{d:"M12.0016 13C16.3006 13.0001 19.4484 15.8837 20.3053 19.6963C20.5951 20.9857 19.5381 21.9999 18.403 22H5.59924C4.46426 21.9997 3.40716 20.9855 3.6969 19.6963C4.5538 15.8835 7.70242 13 12.0016 13Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M12.0006 3.5C14.2096 3.50019 16.0006 5.29098 16.0006 7.5C16.0006 9.70902 14.2096 11.4998 12.0006 11.5C9.79147 11.5 8.00061 9.70914 8.00061 7.5C8.00061 5.29086 9.79147 3.5 12.0006 3.5Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M6.87046 11.6168C6.39217 11.893 5.78058 11.7291 5.50444 11.2508C5.22829 10.7725 5.39217 10.1609 5.87046 9.88477C6.34875 9.60862 6.96034 9.7725 7.23649 10.2508C7.51263 10.7291 7.34875 11.3407 6.87046 11.6168Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M8.5869 1.87891C8.9419 2.30198 8.88672 2.93274 8.46364 3.28774C8.04057 3.64274 7.40981 3.58756 7.05481 3.16448C6.69981 2.74141 6.75499 2.11065 7.17807 1.75565C7.60114 1.40065 8.2319 1.45583 8.5869 1.87891Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M5.77147 5.38665C6.31537 5.48255 6.67853 6.00121 6.58263 6.54511C6.48673 7.089 5.96807 7.45217 5.42418 7.35627C4.88028 7.26036 4.51711 6.7417 4.61302 6.19781C4.70892 5.65391 5.22758 5.29075 5.77147 5.38665Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M12.9992 1C12.9992 1.55228 12.5515 2 11.9992 2C11.4469 2 10.9992 1.55228 10.9992 1C10.9992 0.447715 11.4469 0 11.9992 0C12.5515 0 12.9992 0.447715 12.9992 1Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M17.1279 11.6168C17.6062 11.893 18.2178 11.7291 18.4939 11.2508C18.7701 10.7725 18.6062 10.1609 18.1279 9.88477C17.6496 9.60862 17.038 9.7725 16.7619 10.2508C16.4857 10.7291 16.6496 11.3407 17.1279 11.6168Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M15.4115 1.87891C15.0565 2.30198 15.1116 2.93274 15.5347 3.28774C15.9578 3.64274 16.5886 3.58756 16.9436 3.16448C17.2986 2.74141 17.2434 2.11065 16.8203 1.75565C16.3972 1.40065 15.7665 1.45583 15.4115 1.87891Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M18.2269 5.38665C17.683 5.48255 17.3198 6.00121 17.4157 6.54511C17.5116 7.089 18.0303 7.45217 18.5742 7.35627C19.1181 7.26036 19.4813 6.7417 19.3853 6.19781C19.2894 5.65391 18.7708 5.29075 18.2269 5.38665Z",fill:"currentColor"})),x=d;0&&(module.exports={IconPeopleNoise});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleNoise/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 IconPeopleNoise: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.0016 13C16.3006 13.0001 19.4484 15.8837 20.3053 19.6963C20.5951 20.9857 19.5381 21.9999 18.403 22H5.59924C4.46426 21.9997 3.40716 20.9855 3.6969 19.6963C4.5538 15.8835 7.70242 13 12.0016 13Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.0006 3.5C14.2096 3.50019 16.0006 5.29098 16.0006 7.5C16.0006 9.70902 14.2096 11.4998 12.0006 11.5C9.79147 11.5 8.00061 9.70914 8.00061 7.5C8.00061 5.29086 9.79147 3.5 12.0006 3.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.87046 11.6168C6.39217 11.893 5.78058 11.7291 5.50444 11.2508C5.22829 10.7725 5.39217 10.1609 5.87046 9.88477C6.34875 9.60862 6.96034 9.7725 7.23649 10.2508C7.51263 10.7291 7.34875 11.3407 6.87046 11.6168Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.5869 1.87891C8.9419 2.30198 8.88672 2.93274 8.46364 3.28774C8.04057 3.64274 7.40981 3.58756 7.05481 3.16448C6.69981 2.74141 6.75499 2.11065 7.17807 1.75565C7.60114 1.40065 8.2319 1.45583 8.5869 1.87891Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.77147 5.38665C6.31537 5.48255 6.67853 6.00121 6.58263 6.54511C6.48673 7.089 5.96807 7.45217 5.42418 7.35627C4.88028 7.26036 4.51711 6.7417 4.61302 6.19781C4.70892 5.65391 5.22758 5.29075 5.77147 5.38665Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.9992 1C12.9992 1.55228 12.5515 2 11.9992 2C11.4469 2 10.9992 1.55228 10.9992 1C10.9992 0.447715 11.4469 0 11.9992 0C12.5515 0 12.9992 0.447715 12.9992 1Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.1279 11.6168C17.6062 11.893 18.2178 11.7291 18.4939 11.2508C18.7701 10.7725 18.6062 10.1609 18.1279 9.88477C17.6496 9.60862 17.038 9.7725 16.7619 10.2508C16.4857 10.7291 16.6496 11.3407 17.1279 11.6168Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.4115 1.87891C15.0565 2.30198 15.1116 2.93274 15.5347 3.28774C15.9578 3.64274 16.5886 3.58756 16.9436 3.16448C17.2986 2.74141 17.2434 2.11065 16.8203 1.75565C16.3972 1.40065 15.7665 1.45583 15.4115 1.87891Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.2269 5.38665C17.683 5.48255 17.3198 6.00121 17.4157 6.54511C17.5116 7.089 18.0303 7.45217 18.5742 7.35627C19.1181 7.26036 19.4813 6.7417 19.3853 6.19781C19.2894 5.65391 18.7708 5.29075 18.2269 5.38665Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleNoise;\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,qMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0LACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gNACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPeopleNoise_exports","__export","IconPeopleNoise","IconPeopleNoise_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleNoise","props","React","CentralIconBase","IconPeopleNoise_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import t from"react";import{Svg as p}from"react-native-svg";var n=({children:l,size:o=24,...e})=>t.createElement(p,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},l);import{Path as C}from"react-native-svg";var f=l=>r.createElement(n,{...l},r.createElement(C,{d:"M12.0016 13C16.3006 13.0001 19.4484 15.8837 20.3053 19.6963C20.5951 20.9857 19.5381 21.9999 18.403 22H5.59924C4.46426 21.9997 3.40716 20.9855 3.6969 19.6963C4.5538 15.8835 7.70242 13 12.0016 13Z",fill:"currentColor"}),r.createElement(C,{d:"M12.0006 3.5C14.2096 3.50019 16.0006 5.29098 16.0006 7.5C16.0006 9.70902 14.2096 11.4998 12.0006 11.5C9.79147 11.5 8.00061 9.70914 8.00061 7.5C8.00061 5.29086 9.79147 3.5 12.0006 3.5Z",fill:"currentColor"}),r.createElement(C,{d:"M6.87046 11.6168C6.39217 11.893 5.78058 11.7291 5.50444 11.2508C5.22829 10.7725 5.39217 10.1609 5.87046 9.88477C6.34875 9.60862 6.96034 9.7725 7.23649 10.2508C7.51263 10.7291 7.34875 11.3407 6.87046 11.6168Z",fill:"currentColor"}),r.createElement(C,{d:"M8.5869 1.87891C8.9419 2.30198 8.88672 2.93274 8.46364 3.28774C8.04057 3.64274 7.40981 3.58756 7.05481 3.16448C6.69981 2.74141 6.75499 2.11065 7.17807 1.75565C7.60114 1.40065 8.2319 1.45583 8.5869 1.87891Z",fill:"currentColor"}),r.createElement(C,{d:"M5.77147 5.38665C6.31537 5.48255 6.67853 6.00121 6.58263 6.54511C6.48673 7.089 5.96807 7.45217 5.42418 7.35627C4.88028 7.26036 4.51711 6.7417 4.61302 6.19781C4.70892 5.65391 5.22758 5.29075 5.77147 5.38665Z",fill:"currentColor"}),r.createElement(C,{d:"M12.9992 1C12.9992 1.55228 12.5515 2 11.9992 2C11.4469 2 10.9992 1.55228 10.9992 1C10.9992 0.447715 11.4469 0 11.9992 0C12.5515 0 12.9992 0.447715 12.9992 1Z",fill:"currentColor"}),r.createElement(C,{d:"M17.1279 11.6168C17.6062 11.893 18.2178 11.7291 18.4939 11.2508C18.7701 10.7725 18.6062 10.1609 18.1279 9.88477C17.6496 9.60862 17.038 9.7725 16.7619 10.2508C16.4857 10.7291 16.6496 11.3407 17.1279 11.6168Z",fill:"currentColor"}),r.createElement(C,{d:"M15.4115 1.87891C15.0565 2.30198 15.1116 2.93274 15.5347 3.28774C15.9578 3.64274 16.5886 3.58756 16.9436 3.16448C17.2986 2.74141 17.2434 2.11065 16.8203 1.75565C16.3972 1.40065 15.7665 1.45583 15.4115 1.87891Z",fill:"currentColor"}),r.createElement(C,{d:"M18.2269 5.38665C17.683 5.48255 17.3198 6.00121 17.4157 6.54511C17.5116 7.089 18.0303 7.45217 18.5742 7.35627C19.1181 7.26036 19.4813 6.7417 19.3853 6.19781C19.2894 5.65391 18.7708 5.29075 18.2269 5.38665Z",fill:"currentColor"})),I=f;export{f as IconPeopleNoise,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleNoise/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 IconPeopleNoise: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.0016 13C16.3006 13.0001 19.4484 15.8837 20.3053 19.6963C20.5951 20.9857 19.5381 21.9999 18.403 22H5.59924C4.46426 21.9997 3.40716 20.9855 3.6969 19.6963C4.5538 15.8835 7.70242 13 12.0016 13Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.0006 3.5C14.2096 3.50019 16.0006 5.29098 16.0006 7.5C16.0006 9.70902 14.2096 11.4998 12.0006 11.5C9.79147 11.5 8.00061 9.70914 8.00061 7.5C8.00061 5.29086 9.79147 3.5 12.0006 3.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.87046 11.6168C6.39217 11.893 5.78058 11.7291 5.50444 11.2508C5.22829 10.7725 5.39217 10.1609 5.87046 9.88477C6.34875 9.60862 6.96034 9.7725 7.23649 10.2508C7.51263 10.7291 7.34875 11.3407 6.87046 11.6168Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.5869 1.87891C8.9419 2.30198 8.88672 2.93274 8.46364 3.28774C8.04057 3.64274 7.40981 3.58756 7.05481 3.16448C6.69981 2.74141 6.75499 2.11065 7.17807 1.75565C7.60114 1.40065 8.2319 1.45583 8.5869 1.87891Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.77147 5.38665C6.31537 5.48255 6.67853 6.00121 6.58263 6.54511C6.48673 7.089 5.96807 7.45217 5.42418 7.35627C4.88028 7.26036 4.51711 6.7417 4.61302 6.19781C4.70892 5.65391 5.22758 5.29075 5.77147 5.38665Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.9992 1C12.9992 1.55228 12.5515 2 11.9992 2C11.4469 2 10.9992 1.55228 10.9992 1C10.9992 0.447715 11.4469 0 11.9992 0C12.5515 0 12.9992 0.447715 12.9992 1Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.1279 11.6168C17.6062 11.893 18.2178 11.7291 18.4939 11.2508C18.7701 10.7725 18.6062 10.1609 18.1279 9.88477C17.6496 9.60862 17.038 9.7725 16.7619 10.2508C16.4857 10.7291 16.6496 11.3407 17.1279 11.6168Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.4115 1.87891C15.0565 2.30198 15.1116 2.93274 15.5347 3.28774C15.9578 3.64274 16.5886 3.58756 16.9436 3.16448C17.2986 2.74141 17.2434 2.11065 16.8203 1.75565C16.3972 1.40065 15.7665 1.45583 15.4115 1.87891Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.2269 5.38665C17.683 5.48255 17.3198 6.00121 17.4157 6.54511C17.5116 7.089 18.0303 7.45217 18.5742 7.35627C19.1181 7.26036 19.4813 6.7417 19.3853 6.19781C19.2894 5.65391 18.7708 5.29075 18.2269 5.38665Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleNoise;\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,qMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0LACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gNACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleNoise","props","React","CentralIconBase","IconPeopleNoise_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var l=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var x=(r,C)=>{for(var o in C)l(r,o,{get:C[o],enumerable:!0})},L=(r,C,o,p)=>{if(C&&typeof C=="object"||typeof C=="function")for(let n of B(C))!P.call(r,n)&&n!==o&&l(r,n,{get:()=>C[n],enumerable:!(p=u(C,n))||p.enumerable});return r};var a=(r,C,o)=>(o=r!=null?i(I(r)):{},L(C||!r||!r.__esModule?l(o,"default",{value:r,enumerable:!0}):o,r)),d=r=>L(l({},"__esModule",{value:!0}),r);var v={};x(v,{IconPeopleSparkles:()=>c,default:()=>g});module.exports=d(v);var e=a(require("react"));var f=a(require("react")),m=require("react-native-svg"),s=({children:r,size:C=24,...o})=>f.default.createElement(m.Svg,{...o,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),c=r=>e.default.createElement(s,{...r},e.default.createElement(t.Path,{d:"M12.001 12C13.1637 12 14.2421 12.2125 15.2139 12.5957L14.7646 13.7637L12.8828 14.4883C12.0505 14.8084 11.501 15.6082 11.501 16.5C11.501 17.3918 12.0505 18.1916 12.8828 18.5117L14.7646 19.2354L15.4434 21H5.59961C4.46449 20.9999 3.4075 19.9857 3.69727 18.6963C4.55418 14.8837 7.70201 12.0001 12.001 12Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M17.5 12C17.7711 12 18.014 12.167 18.1113 12.4199L18.8955 14.458C19.0098 14.7551 19.2449 14.9902 19.542 15.1045L21.5801 15.8887C21.833 15.986 22 16.2289 22 16.5C22 16.7711 21.833 17.014 21.5801 17.1113L20.0244 17.709L19.542 17.8955L19.4336 17.9443C19.188 18.0699 18.9955 18.282 18.8955 18.542L18.1113 20.5801C18.014 20.833 17.7711 21 17.5 21C17.2289 21 16.986 20.833 16.8887 20.5801L16.1045 18.542C15.9902 18.2449 15.7551 18.0098 15.458 17.8955L13.4199 17.1113C13.167 17.014 13 16.7711 13 16.5C13 16.2289 13.167 15.986 13.4199 15.8887L15.458 15.1045C15.7551 14.9902 15.9902 14.7551 16.1045 14.458L16.8887 12.4199C16.986 12.167 17.2289 12 17.5 12Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M4 7.5C4.18074 7.5 4.34234 7.61158 4.40723 7.78027L4.89062 9.03516C4.9922 9.29922 5.20078 9.5078 5.46484 9.60938L6.71973 10.0928C6.88842 10.1577 7 10.3193 7 10.5C7 10.6807 6.88842 10.8423 6.71973 10.9072L5.46484 11.3906C5.20078 11.4922 4.9922 11.7008 4.89062 11.9648L4.40723 13.2197C4.34234 13.3884 4.18074 13.5 4 13.5C3.81926 13.5 3.65766 13.3884 3.59277 13.2197L3.10938 11.9648C3.0078 11.7008 2.79922 11.4922 2.53516 11.3906L1.28027 10.9072C1.11158 10.8423 1 10.6807 1 10.5C1 10.3193 1.11158 10.1577 1.28027 10.0928L2.53516 9.60938C2.79922 9.5078 3.0078 9.29922 3.10938 9.03516L3.59277 7.78027C3.65766 7.61158 3.81926 7.5 4 7.5Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M12 2C14.4852 2.00006 16.5 4.01476 16.5 6.5C16.5 8.98524 14.4852 10.9999 12 11C9.51484 10.9999 7.5 8.9852 7.5 6.5C7.5 4.0148 9.51484 2.00014 12 2Z",fill:"currentColor"})),g=c;0&&(module.exports={IconPeopleSparkles});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleSparkles/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 IconPeopleSparkles: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.001 12C13.1637 12 14.2421 12.2125 15.2139 12.5957L14.7646 13.7637L12.8828 14.4883C12.0505 14.8084 11.501 15.6082 11.501 16.5C11.501 17.3918 12.0505 18.1916 12.8828 18.5117L14.7646 19.2354L15.4434 21H5.59961C4.46449 20.9999 3.4075 19.9857 3.69727 18.6963C4.55418 14.8837 7.70201 12.0001 12.001 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.5 12C17.7711 12 18.014 12.167 18.1113 12.4199L18.8955 14.458C19.0098 14.7551 19.2449 14.9902 19.542 15.1045L21.5801 15.8887C21.833 15.986 22 16.2289 22 16.5C22 16.7711 21.833 17.014 21.5801 17.1113L20.0244 17.709L19.542 17.8955L19.4336 17.9443C19.188 18.0699 18.9955 18.282 18.8955 18.542L18.1113 20.5801C18.014 20.833 17.7711 21 17.5 21C17.2289 21 16.986 20.833 16.8887 20.5801L16.1045 18.542C15.9902 18.2449 15.7551 18.0098 15.458 17.8955L13.4199 17.1113C13.167 17.014 13 16.7711 13 16.5C13 16.2289 13.167 15.986 13.4199 15.8887L15.458 15.1045C15.7551 14.9902 15.9902 14.7551 16.1045 14.458L16.8887 12.4199C16.986 12.167 17.2289 12 17.5 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4 7.5C4.18074 7.5 4.34234 7.61158 4.40723 7.78027L4.89062 9.03516C4.9922 9.29922 5.20078 9.5078 5.46484 9.60938L6.71973 10.0928C6.88842 10.1577 7 10.3193 7 10.5C7 10.6807 6.88842 10.8423 6.71973 10.9072L5.46484 11.3906C5.20078 11.4922 4.9922 11.7008 4.89062 11.9648L4.40723 13.2197C4.34234 13.3884 4.18074 13.5 4 13.5C3.81926 13.5 3.65766 13.3884 3.59277 13.2197L3.10938 11.9648C3.0078 11.7008 2.79922 11.4922 2.53516 11.3906L1.28027 10.9072C1.11158 10.8423 1 10.6807 1 10.5C1 10.3193 1.11158 10.1577 1.28027 10.0928L2.53516 9.60938C2.79922 9.5078 3.0078 9.29922 3.10938 9.03516L3.59277 7.78027C3.65766 7.61158 3.81926 7.5 4 7.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C14.4852 2.00006 16.5 4.01476 16.5 6.5C16.5 8.98524 14.4852 10.9999 12 11C9.51484 10.9999 7.5 8.9852 7.5 6.5C7.5 4.0148 9.51484 2.00014 12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleSparkles;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+SACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yoBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ynBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qJACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPeopleSparkles_exports","__export","IconPeopleSparkles","IconPeopleSparkles_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleSparkles","props","React","CentralIconBase","IconPeopleSparkles_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import C 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 o}from"react-native-svg";var L=e=>C.createElement(n,{...e},C.createElement(o,{d:"M12.001 12C13.1637 12 14.2421 12.2125 15.2139 12.5957L14.7646 13.7637L12.8828 14.4883C12.0505 14.8084 11.501 15.6082 11.501 16.5C11.501 17.3918 12.0505 18.1916 12.8828 18.5117L14.7646 19.2354L15.4434 21H5.59961C4.46449 20.9999 3.4075 19.9857 3.69727 18.6963C4.55418 14.8837 7.70201 12.0001 12.001 12Z",fill:"currentColor"}),C.createElement(o,{d:"M17.5 12C17.7711 12 18.014 12.167 18.1113 12.4199L18.8955 14.458C19.0098 14.7551 19.2449 14.9902 19.542 15.1045L21.5801 15.8887C21.833 15.986 22 16.2289 22 16.5C22 16.7711 21.833 17.014 21.5801 17.1113L20.0244 17.709L19.542 17.8955L19.4336 17.9443C19.188 18.0699 18.9955 18.282 18.8955 18.542L18.1113 20.5801C18.014 20.833 17.7711 21 17.5 21C17.2289 21 16.986 20.833 16.8887 20.5801L16.1045 18.542C15.9902 18.2449 15.7551 18.0098 15.458 17.8955L13.4199 17.1113C13.167 17.014 13 16.7711 13 16.5C13 16.2289 13.167 15.986 13.4199 15.8887L15.458 15.1045C15.7551 14.9902 15.9902 14.7551 16.1045 14.458L16.8887 12.4199C16.986 12.167 17.2289 12 17.5 12Z",fill:"currentColor"}),C.createElement(o,{d:"M4 7.5C4.18074 7.5 4.34234 7.61158 4.40723 7.78027L4.89062 9.03516C4.9922 9.29922 5.20078 9.5078 5.46484 9.60938L6.71973 10.0928C6.88842 10.1577 7 10.3193 7 10.5C7 10.6807 6.88842 10.8423 6.71973 10.9072L5.46484 11.3906C5.20078 11.4922 4.9922 11.7008 4.89062 11.9648L4.40723 13.2197C4.34234 13.3884 4.18074 13.5 4 13.5C3.81926 13.5 3.65766 13.3884 3.59277 13.2197L3.10938 11.9648C3.0078 11.7008 2.79922 11.4922 2.53516 11.3906L1.28027 10.9072C1.11158 10.8423 1 10.6807 1 10.5C1 10.3193 1.11158 10.1577 1.28027 10.0928L2.53516 9.60938C2.79922 9.5078 3.0078 9.29922 3.10938 9.03516L3.59277 7.78027C3.65766 7.61158 3.81926 7.5 4 7.5Z",fill:"currentColor"}),C.createElement(o,{d:"M12 2C14.4852 2.00006 16.5 4.01476 16.5 6.5C16.5 8.98524 14.4852 10.9999 12 11C9.51484 10.9999 7.5 8.9852 7.5 6.5C7.5 4.0148 9.51484 2.00014 12 2Z",fill:"currentColor"})),P=L;export{L as IconPeopleSparkles,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleSparkles/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 IconPeopleSparkles: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.001 12C13.1637 12 14.2421 12.2125 15.2139 12.5957L14.7646 13.7637L12.8828 14.4883C12.0505 14.8084 11.501 15.6082 11.501 16.5C11.501 17.3918 12.0505 18.1916 12.8828 18.5117L14.7646 19.2354L15.4434 21H5.59961C4.46449 20.9999 3.4075 19.9857 3.69727 18.6963C4.55418 14.8837 7.70201 12.0001 12.001 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.5 12C17.7711 12 18.014 12.167 18.1113 12.4199L18.8955 14.458C19.0098 14.7551 19.2449 14.9902 19.542 15.1045L21.5801 15.8887C21.833 15.986 22 16.2289 22 16.5C22 16.7711 21.833 17.014 21.5801 17.1113L20.0244 17.709L19.542 17.8955L19.4336 17.9443C19.188 18.0699 18.9955 18.282 18.8955 18.542L18.1113 20.5801C18.014 20.833 17.7711 21 17.5 21C17.2289 21 16.986 20.833 16.8887 20.5801L16.1045 18.542C15.9902 18.2449 15.7551 18.0098 15.458 17.8955L13.4199 17.1113C13.167 17.014 13 16.7711 13 16.5C13 16.2289 13.167 15.986 13.4199 15.8887L15.458 15.1045C15.7551 14.9902 15.9902 14.7551 16.1045 14.458L16.8887 12.4199C16.986 12.167 17.2289 12 17.5 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4 7.5C4.18074 7.5 4.34234 7.61158 4.40723 7.78027L4.89062 9.03516C4.9922 9.29922 5.20078 9.5078 5.46484 9.60938L6.71973 10.0928C6.88842 10.1577 7 10.3193 7 10.5C7 10.6807 6.88842 10.8423 6.71973 10.9072L5.46484 11.3906C5.20078 11.4922 4.9922 11.7008 4.89062 11.9648L4.40723 13.2197C4.34234 13.3884 4.18074 13.5 4 13.5C3.81926 13.5 3.65766 13.3884 3.59277 13.2197L3.10938 11.9648C3.0078 11.7008 2.79922 11.4922 2.53516 11.3906L1.28027 10.9072C1.11158 10.8423 1 10.6807 1 10.5C1 10.3193 1.11158 10.1577 1.28027 10.0928L2.53516 9.60938C2.79922 9.5078 3.0078 9.29922 3.10938 9.03516L3.59277 7.78027C3.65766 7.61158 3.81926 7.5 4 7.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C14.4852 2.00006 16.5 4.01476 16.5 6.5C16.5 8.98524 14.4852 10.9999 12 11C9.51484 10.9999 7.5 8.9852 7.5 6.5C7.5 4.0148 9.51484 2.00014 12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleSparkles;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+SACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yoBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ynBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qJACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleSparkles","props","React","CentralIconBase","IconPeopleSparkles_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var P=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=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 P(o))!x.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(u(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var y={};g(y,{IconPin2:()=>i,default:()=>h});module.exports=v(y);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"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M14.9996 2C16.1041 2 16.9996 2.89543 16.9996 4V8.75977C18.5454 9.99944 19.6256 11.8009 19.9195 13.8613C20.0971 15.1067 19.0589 16 17.9996 16H12.9996V20.1318C12.9996 20.2095 12.9816 20.286 12.9468 20.3555L12.2232 21.8027C12.131 21.9869 11.8681 21.987 11.7759 21.8027L11.0523 20.3555C11.0177 20.2861 10.9996 20.2094 10.9996 20.1318V16H5.99958C4.94041 15.9998 3.90213 15.1065 4.07966 13.8613L4.15094 13.4443C4.52301 11.5582 5.55913 9.91507 6.99958 8.75977V4C6.99958 2.89557 7.8952 2.00022 8.99958 2H14.9996Z",fill:"currentColor"})),h=i;0&&(module.exports={IconPin2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPin2/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 IconPin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.9996 2C16.1041 2 16.9996 2.89543 16.9996 4V8.75977C18.5454 9.99944 19.6256 11.8009 19.9195 13.8613C20.0971 15.1067 19.0589 16 17.9996 16H12.9996V20.1318C12.9996 20.2095 12.9816 20.286 12.9468 20.3555L12.2232 21.8027C12.131 21.9869 11.8681 21.987 11.7759 21.8027L11.0523 20.3555C11.0177 20.2861 10.9996 20.2094 10.9996 20.1318V16H5.99958C4.94041 15.9998 3.90213 15.1065 4.07966 13.8613L4.15094 13.4443C4.52301 11.5582 5.55913 9.91507 6.99958 8.75977V4C6.99958 2.89557 7.8952 2.00022 8.99958 2H14.9996Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPin2;\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,cAAAE,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,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2fACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPin2_exports","__export","IconPin2","IconPin2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPin2","props","React","CentralIconBase","IconPin2_default"]}
|
|
@@ -0,0 +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:"M14.9996 2C16.1041 2 16.9996 2.89543 16.9996 4V8.75977C18.5454 9.99944 19.6256 11.8009 19.9195 13.8613C20.0971 15.1067 19.0589 16 17.9996 16H12.9996V20.1318C12.9996 20.2095 12.9816 20.286 12.9468 20.3555L12.2232 21.8027C12.131 21.9869 11.8681 21.987 11.7759 21.8027L11.0523 20.3555C11.0177 20.2861 10.9996 20.2094 10.9996 20.1318V16H5.99958C4.94041 15.9998 3.90213 15.1065 4.07966 13.8613L4.15094 13.4443C4.52301 11.5582 5.55913 9.91507 6.99958 8.75977V4C6.99958 2.89557 7.8952 2.00022 8.99958 2H14.9996Z",fill:"currentColor"})),x=l;export{l as IconPin2,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPin2/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 IconPin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.9996 2C16.1041 2 16.9996 2.89543 16.9996 4V8.75977C18.5454 9.99944 19.6256 11.8009 19.9195 13.8613C20.0971 15.1067 19.0589 16 17.9996 16H12.9996V20.1318C12.9996 20.2095 12.9816 20.286 12.9468 20.3555L12.2232 21.8027C12.131 21.9869 11.8681 21.987 11.7759 21.8027L11.0523 20.3555C11.0177 20.2861 10.9996 20.2094 10.9996 20.1318V16H5.99958C4.94041 15.9998 3.90213 15.1065 4.07966 13.8613L4.15094 13.4443C4.52301 11.5582 5.55913 9.91507 6.99958 8.75977V4C6.99958 2.89557 7.8952 2.00022 8.99958 2H14.9996Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPin2;\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,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2fACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPin2","props","React","CentralIconBase","IconPin2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var e=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var n in o)e(r,n,{get:o[n],enumerable:!0})},a=(r,o,n,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!x.call(r,t)&&t!==n&&e(r,t,{get:()=>o[t],enumerable:!(l=u(o,t))||l.enumerable});return r};var m=(r,o,n)=>(n=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?e(n,"default",{value:r,enumerable:!0}):n,r)),g=r=>a(e({},"__esModule",{value:!0}),r);var d={};P(d,{IconUnpin2:()=>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,...n})=>s.default.createElement(f.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),L=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M2.81422 1.7716C3.21632 1.39322 3.84976 1.41264 4.22829 1.81457L6.99977 4.75891V4.75598L17.5818 16.0001H17.5798L20.2283 18.8146C20.6067 19.2167 20.5875 19.8501 20.1853 20.2286C19.7831 20.6071 19.1497 20.5878 18.7713 20.1857L14.8318 16.0001H12.9998V20.132C12.9998 20.2094 12.9816 20.2863 12.947 20.3556L12.2234 21.8029C12.1312 21.987 11.8683 21.987 11.7761 21.8029L11.0525 20.3556C11.0179 20.2862 10.9998 20.2094 10.9998 20.132V16.0001H5.99977C4.9406 15.9999 3.90233 15.1066 4.07985 13.8614L4.15114 13.4445C4.52325 11.5584 5.5594 9.91512 6.99977 8.75988L7.59254 8.30871L2.77126 3.18566C2.39303 2.78348 2.41215 2.15003 2.81422 1.7716Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M14.9998 2.00012C16.1041 2.00036 16.9996 2.8958 16.9998 4.00012V8.75988C18.5454 9.99952 19.6257 11.8012 19.9197 13.8614C19.9946 14.3866 19.8507 14.8478 19.5828 15.2071L7.64918 2.52746C8.00513 2.20104 8.47885 2.00022 8.99977 2.00012H14.9998Z",fill:"currentColor"})),v=L;0&&(module.exports={IconUnpin2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconUnpin2/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 IconUnpin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.81422 1.7716C3.21632 1.39322 3.84976 1.41264 4.22829 1.81457L6.99977 4.75891V4.75598L17.5818 16.0001H17.5798L20.2283 18.8146C20.6067 19.2167 20.5875 19.8501 20.1853 20.2286C19.7831 20.6071 19.1497 20.5878 18.7713 20.1857L14.8318 16.0001H12.9998V20.132C12.9998 20.2094 12.9816 20.2863 12.947 20.3556L12.2234 21.8029C12.1312 21.987 11.8683 21.987 11.7761 21.8029L11.0525 20.3556C11.0179 20.2862 10.9998 20.2094 10.9998 20.132V16.0001H5.99977C4.9406 15.9999 3.90233 15.1066 4.07985 13.8614L4.15114 13.4445C4.52325 11.5584 5.5594 9.91512 6.99977 8.75988L7.59254 8.30871L2.77126 3.18566C2.39303 2.78348 2.41215 2.15003 2.81422 1.7716Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.9998 2.00012C16.1041 2.00036 16.9996 2.8958 16.9998 4.00012V8.75988C18.5454 9.99952 19.6257 11.8012 19.9197 13.8614C19.9946 14.3866 19.8507 14.8478 19.5828 15.2071L7.64918 2.52746C8.00513 2.20104 8.47885 2.00022 8.99977 2.00012H14.9998Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUnpin2;\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,EAAE,2nBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mPACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconUnpin2_exports","__export","IconUnpin2","IconUnpin2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconUnpin2","props","React","CentralIconBase","IconUnpin2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import n 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 e}from"react-native-svg";var a=o=>n.createElement(t,{...o},n.createElement(e,{d:"M2.81422 1.7716C3.21632 1.39322 3.84976 1.41264 4.22829 1.81457L6.99977 4.75891V4.75598L17.5818 16.0001H17.5798L20.2283 18.8146C20.6067 19.2167 20.5875 19.8501 20.1853 20.2286C19.7831 20.6071 19.1497 20.5878 18.7713 20.1857L14.8318 16.0001H12.9998V20.132C12.9998 20.2094 12.9816 20.2863 12.947 20.3556L12.2234 21.8029C12.1312 21.987 11.8683 21.987 11.7761 21.8029L11.0525 20.3556C11.0179 20.2862 10.9998 20.2094 10.9998 20.132V16.0001H5.99977C4.9406 15.9999 3.90233 15.1066 4.07985 13.8614L4.15114 13.4445C4.52325 11.5584 5.5594 9.91512 6.99977 8.75988L7.59254 8.30871L2.77126 3.18566C2.39303 2.78348 2.41215 2.15003 2.81422 1.7716Z",fill:"currentColor"}),n.createElement(e,{d:"M14.9998 2.00012C16.1041 2.00036 16.9996 2.8958 16.9998 4.00012V8.75988C18.5454 9.99952 19.6257 11.8012 19.9197 13.8614C19.9946 14.3866 19.8507 14.8478 19.5828 15.2071L7.64918 2.52746C8.00513 2.20104 8.47885 2.00022 8.99977 2.00012H14.9998Z",fill:"currentColor"})),x=a;export{a as IconUnpin2,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconUnpin2/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 IconUnpin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.81422 1.7716C3.21632 1.39322 3.84976 1.41264 4.22829 1.81457L6.99977 4.75891V4.75598L17.5818 16.0001H17.5798L20.2283 18.8146C20.6067 19.2167 20.5875 19.8501 20.1853 20.2286C19.7831 20.6071 19.1497 20.5878 18.7713 20.1857L14.8318 16.0001H12.9998V20.132C12.9998 20.2094 12.9816 20.2863 12.947 20.3556L12.2234 21.8029C12.1312 21.987 11.8683 21.987 11.7761 21.8029L11.0525 20.3556C11.0179 20.2862 10.9998 20.2094 10.9998 20.132V16.0001H5.99977C4.9406 15.9999 3.90233 15.1066 4.07985 13.8614L4.15114 13.4445C4.52325 11.5584 5.5594 9.91512 6.99977 8.75988L7.59254 8.30871L2.77126 3.18566C2.39303 2.78348 2.41215 2.15003 2.81422 1.7716Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.9998 2.00012C16.1041 2.00036 16.9996 2.8958 16.9998 4.00012V8.75988C18.5454 9.99952 19.6257 11.8012 19.9197 13.8614C19.9946 14.3866 19.8507 14.8478 19.5828 15.2071L7.64918 2.52746C8.00513 2.20104 8.47885 2.00022 8.99977 2.00012H14.9998Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUnpin2;\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,EAAE,2nBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mPACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconUnpin2","props","React","CentralIconBase","IconUnpin2_default"]}
|
package/README.md
CHANGED
|
@@ -876,6 +876,7 @@ Below is a complete list of available icons:
|
|
|
876
876
|
- IconAppleNewton
|
|
877
877
|
- IconApples
|
|
878
878
|
- IconAvocado
|
|
879
|
+
- IconBaking
|
|
879
880
|
- IconBanana
|
|
880
881
|
- IconBananas
|
|
881
882
|
- IconBeer
|
|
@@ -1134,6 +1135,7 @@ Below is a complete list of available icons:
|
|
|
1134
1135
|
- IconPaperclip2
|
|
1135
1136
|
- IconPaperclip3
|
|
1136
1137
|
- IconPin
|
|
1138
|
+
- IconPin2
|
|
1137
1139
|
- IconPlanning
|
|
1138
1140
|
- IconPlusLarge
|
|
1139
1141
|
- IconPlusSmall
|
|
@@ -1193,6 +1195,7 @@ Below is a complete list of available icons:
|
|
|
1193
1195
|
- IconTrial
|
|
1194
1196
|
- IconUnarchiv
|
|
1195
1197
|
- IconUnpin
|
|
1198
|
+
- IconUnpin2
|
|
1196
1199
|
- IconUntrash
|
|
1197
1200
|
- IconWindow
|
|
1198
1201
|
- IconWindow2
|
|
@@ -1344,8 +1347,10 @@ Below is a complete list of available icons:
|
|
|
1344
1347
|
- IconPeopleGear
|
|
1345
1348
|
- IconPeopleIdCard
|
|
1346
1349
|
- IconPeopleLike
|
|
1350
|
+
- IconPeopleNoise
|
|
1347
1351
|
- IconPeopleRemove
|
|
1348
1352
|
- IconPeopleRemove2
|
|
1353
|
+
- IconPeopleSparkles
|
|
1349
1354
|
- IconPeopleVersus
|
|
1350
1355
|
- IconPeopleVoice
|
|
1351
1356
|
- IconPersona
|
|
@@ -1713,6 +1718,7 @@ Below is a complete list of available icons:
|
|
|
1713
1718
|
- IconAudio
|
|
1714
1719
|
- IconBack
|
|
1715
1720
|
- IconBack10s
|
|
1721
|
+
- IconCd
|
|
1716
1722
|
- IconFastForward
|
|
1717
1723
|
- IconFastForward10s
|
|
1718
1724
|
- IconFastForward15s
|
package/filtered-icons.json
CHANGED
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
},
|
|
409
409
|
{
|
|
410
410
|
"category": "Sound & Music",
|
|
411
|
-
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 4.99249C11 3.71571 12.1801 2.76585 13.4274 3.03869L19.4274 4.35119C20.3456 4.55204 21 5.36511 21 6.30499V17.6952C21 18.6351 20.3456 19.4481 19.4274 19.649L13.4274 20.9615C12.1801 21.2343 11 20.2845 11 19.0077V4.
|
|
411
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 4.99249C11 3.71571 12.1801 2.76585 13.4274 3.03869L19.4274 4.35119C20.3456 4.55204 21 5.36511 21 6.30499V17.6952C21 18.6351 20.3456 19.4481 19.4274 19.649L13.4274 20.9615C12.1801 21.2343 11 20.2845 11 19.0077V4.99249ZM8 4.00009C8.55228 4.00009 9 4.44781 9 5.00009V19.0001C9 19.5524 8.55228 20.0001 8 20.0001C7.44772 20.0001 7 19.5524 7 19.0001V5.00009C7 4.44781 7.44772 4.00009 8 4.00009ZM4 5.00009C4.55228 5.00009 5 5.44781 5 6.00009V18.0001C5 18.5524 4.55228 19.0001 4 19.0001C3.44772 19.0001 3 18.5524 3 18.0001V6.00009C3 5.44781 3.44772 5.00009 4 5.00009Z\" fill=\"currentColor\"/>",
|
|
412
412
|
"iconName": "albums, cover",
|
|
413
413
|
"variant": {
|
|
414
414
|
"join": "round",
|
|
@@ -2688,6 +2688,20 @@
|
|
|
2688
2688
|
"packageName": "round-filled-radius-1-stroke-2",
|
|
2689
2689
|
"componentName": "IconBag3"
|
|
2690
2690
|
},
|
|
2691
|
+
{
|
|
2692
|
+
"category": "Food",
|
|
2693
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 4C21.1046 4 22 4.89543 22 6V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V6C2 4.89543 2.89543 4 4 4H20ZM8.79395 8.42676C8.47754 7.97417 7.85401 7.86433 7.40137 8.18066C6.43539 8.85579 5.86241 9.64996 5.88672 10.6162C5.90745 11.4384 6.3911 12.1445 6.64258 12.5381C6.97802 13.0631 7.08179 13.2763 7.08594 13.4336C7.08628 13.447 7.12136 13.6938 6.4248 14.1807C5.97212 14.497 5.86135 15.1206 6.17773 15.5732C6.49418 16.0257 7.11773 16.1357 7.57031 15.8193C8.53614 15.1442 9.10926 14.35 9.08496 13.3838C9.06422 12.5615 8.57956 11.8554 8.32812 11.4619C7.99269 10.9369 7.8899 10.7237 7.88574 10.5664C7.8854 10.553 7.85023 10.3062 8.54688 9.81934C8.99941 9.50292 9.11029 8.87938 8.79395 8.42676ZM13.3086 8.42676C12.9923 7.97428 12.3686 7.86461 11.916 8.18066C10.95 8.85579 10.3771 9.64996 10.4014 10.6162C10.4221 11.4384 10.9057 12.1445 11.1572 12.5381C11.4926 13.0629 11.5964 13.2764 11.6006 13.4336C11.6009 13.4472 11.6354 13.6941 10.9395 14.1807C10.4868 14.497 10.376 15.1206 10.6924 15.5732C11.0089 16.0255 11.6325 16.1356 12.085 15.8193C13.0506 15.1443 13.6239 14.3498 13.5996 13.3838C13.5789 12.5616 13.0942 11.8555 12.8428 11.4619C12.5073 10.9369 12.4046 10.7237 12.4004 10.5664C12.4001 10.553 12.3649 10.3062 13.0615 9.81934C13.5137 9.5029 13.6247 8.87925 13.3086 8.42676ZM17.8086 8.42676C17.4923 7.97428 16.8686 7.86461 16.416 8.18066C15.45 8.85579 14.8771 9.64996 14.9014 10.6162C14.9221 11.4384 15.4057 12.1445 15.6572 12.5381C15.9926 13.0629 16.0964 13.2764 16.1006 13.4336C16.1009 13.4472 16.1354 13.6941 15.4395 14.1807C14.9868 14.497 14.876 15.1206 15.1924 15.5732C15.5089 16.0255 16.1325 16.1356 16.585 15.8193C17.5506 15.1443 18.1239 14.3498 18.0996 13.3838C18.0789 12.5616 17.5942 11.8555 17.3428 11.4619C17.0073 10.9369 16.9046 10.7237 16.9004 10.5664C16.9001 10.553 16.8649 10.3062 17.5615 9.81934C18.0137 9.5029 18.1247 8.87925 17.8086 8.42676Z\" fill=\"currentColor\"/>",
|
|
2694
|
+
"iconName": "baking, cooking",
|
|
2695
|
+
"variant": {
|
|
2696
|
+
"join": "round",
|
|
2697
|
+
"filled": "on",
|
|
2698
|
+
"radius": "1",
|
|
2699
|
+
"stroke": "2"
|
|
2700
|
+
},
|
|
2701
|
+
"createdAt": "2026-03-19T14:01:06.573173+00:00",
|
|
2702
|
+
"packageName": "round-filled-radius-1-stroke-2",
|
|
2703
|
+
"componentName": "IconBaking"
|
|
2704
|
+
},
|
|
2691
2705
|
{
|
|
2692
2706
|
"category": "Things",
|
|
2693
2707
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.67635 3.25864C7.33264 1.77667 9.58091 1 12 1C14.4191 1 16.6674 1.77667 18.3237 3.25864C19.9923 4.75165 21 6.90902 21 9.52857C21 12.8115 19.6207 15.426 17.8313 17.2115C16.9375 18.1033 15.9193 18.8089 14.8933 19.2872L15.2956 19.8906C16.1817 21.2197 15.2289 23 13.6315 23H10.3685C8.77113 23 7.81834 21.2197 8.70442 19.8906L9.10666 19.2872C8.08075 18.8089 7.06247 18.1033 6.16867 17.2115C4.3793 15.426 3 12.8115 3 9.52857C3 6.90902 4.00771 4.75165 5.67635 3.25864ZM11.0878 19.9211L10.3685 21H13.6315L12.9122 19.9211C12.6 19.9733 12.2947 20 12 20C11.7053 20 11.4 19.9733 11.0878 19.9211ZM11.976 5.89014C12.0963 6.42916 11.7569 6.96366 11.2179 7.08398C10.1334 7.32606 9.32553 8.07133 9.07924 9.21119C8.96261 9.75102 8.43044 10.0941 7.89061 9.97745C7.35078 9.86081 7.00772 9.32864 7.12435 8.78881C7.54659 6.83459 8.98947 5.53219 10.7821 5.13202C11.3212 5.0117 11.8557 5.35112 11.976 5.89014Z\" fill=\"currentColor\"/>",
|
|
@@ -5656,6 +5670,20 @@
|
|
|
5656
5670
|
"packageName": "round-filled-radius-1-stroke-2",
|
|
5657
5671
|
"componentName": "IconCat"
|
|
5658
5672
|
},
|
|
5673
|
+
{
|
|
5674
|
+
"category": "Sound & Music",
|
|
5675
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM17.4893 13.0684C16.9749 12.8675 16.3943 13.1215 16.1934 13.6357C15.737 14.8044 14.8044 15.737 13.6357 16.1934C13.1215 16.3943 12.8675 16.9749 13.0684 17.4893C13.2693 18.0034 13.849 18.2573 14.3633 18.0566C16.0525 17.397 17.397 16.0525 18.0566 14.3633C18.2573 13.849 18.0034 13.2693 17.4893 13.0684ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10ZM10.9316 6.51074C10.7306 5.9965 10.1501 5.74248 9.63574 5.94336C7.94701 6.60298 6.60298 7.94701 5.94336 9.63574C5.74248 10.1501 5.9965 10.7306 6.51074 10.9316C7.02518 11.1326 7.60572 10.8777 7.80664 10.3633C8.26301 9.1951 9.1951 8.26301 10.3633 7.80664C10.8777 7.60572 11.1326 7.02518 10.9316 6.51074Z\" fill=\"currentColor\"/>",
|
|
5676
|
+
"iconName": "cd, disc, vinyl, dvd, dj, spin, music, album",
|
|
5677
|
+
"variant": {
|
|
5678
|
+
"join": "round",
|
|
5679
|
+
"filled": "on",
|
|
5680
|
+
"radius": "1",
|
|
5681
|
+
"stroke": "2"
|
|
5682
|
+
},
|
|
5683
|
+
"createdAt": "2026-03-19T13:01:15.293674+00:00",
|
|
5684
|
+
"packageName": "round-filled-radius-1-stroke-2",
|
|
5685
|
+
"componentName": "IconCd"
|
|
5686
|
+
},
|
|
5659
5687
|
{
|
|
5660
5688
|
"category": "Things",
|
|
5661
5689
|
"svg": "<path d=\"M13.8441 1.01443C14.3877 0.92153 14.9036 1.28681 14.9965 1.83032L14.9968 1.83174L14.9971 1.83356C15.0382 2.07999 15.0611 2.33002 15.0756 2.57922C15.1002 2.99957 15.1033 3.5876 14.9941 4.1771C14.8666 4.86564 14.5471 5.48526 14.2939 5.90053C14.1628 6.11551 14.0388 6.29296 13.9463 6.41821C13.8933 6.48996 13.8392 6.56096 13.7822 6.62965L13.7808 6.63142L13.7796 6.63283C13.4257 7.05567 12.796 7.11157 12.3731 6.75768C11.951 6.40437 11.8946 5.7762 12.2465 5.35337L12.2489 5.35048C12.3731 5.19537 12.4856 5.03061 12.589 4.86102C12.7872 4.53599 12.967 4.15723 13.0306 3.81351C13.0989 3.44456 13.102 3.03422 13.0822 2.69579C13.0719 2.51944 13.0553 2.34312 13.0285 2.16846L13.0281 2.16597L13.0279 2.16485C12.9362 1.62204 13.3012 1.10723 13.8441 1.01443Z\" fill=\"currentColor\"/><path d=\"M19.0931 2.55675C19.6119 2.74351 19.8811 3.31549 19.6943 3.83428L19.245 5.08226C19.0582 5.60105 18.4862 5.87022 17.9674 5.68345C17.4486 5.49668 17.1794 4.92471 17.3662 4.40592L17.8155 3.15794C18.0023 2.63914 18.5743 2.36998 19.0931 2.55675Z\" fill=\"currentColor\"/><path d=\"M21.8944 7.04314C22.141 7.53632 21.9411 8.13602 21.4479 8.38261L20.4494 8.8818C19.9562 9.12839 19.3565 8.92849 19.1099 8.43531C18.8633 7.94213 19.0632 7.34243 19.5564 7.09584L20.5548 6.59665C21.048 6.35006 21.6478 6.54996 21.8944 7.04314Z\" fill=\"currentColor\"/><path d=\"M17.2144 6.78367C17.6043 7.17356 17.6043 7.8057 17.2144 8.19559L16.216 9.19397C15.8261 9.58386 15.1939 9.58386 14.804 9.19397C14.4141 8.80408 14.4141 8.17194 14.804 7.78205L15.8024 6.78367C16.1923 6.39378 16.8245 6.39378 17.2144 6.78367Z\" fill=\"currentColor\"/><path d=\"M17.0085 10.9418C17.0318 10.3909 17.4973 9.96319 18.0482 9.98647L18.0494 9.98652L18.0509 9.98659L18.0547 9.98676C18.2401 9.99585 18.425 10.0155 18.6088 10.0401C18.9248 10.0824 19.3616 10.1598 19.808 10.3026C20.2301 10.4377 20.668 10.654 20.9743 10.8178C21.1602 10.9172 21.344 11.0209 21.5235 11.1314L21.5265 11.1332L21.5276 11.1339C21.9959 11.4249 22.1404 12.0409 21.8494 12.5093C21.5584 12.9775 20.9431 13.1213 20.4748 12.8306C20.3304 12.7418 20.1823 12.6586 20.0328 12.5787C19.7578 12.4317 19.4468 12.2836 19.1994 12.2044C18.9031 12.1096 18.591 12.0522 18.3439 12.0192C18.2177 12.0023 18.0909 11.9886 17.9638 11.9815L17.9623 11.9814C17.4123 11.9571 16.9853 11.4921 17.0085 10.9418Z\" fill=\"currentColor\"/><path d=\"M6.55063 7.12573C7.04935 5.75214 8.80625 5.36192 9.8396 6.39522L17.6055 14.1608C18.6389 15.1941 18.2486 16.9509 16.875 17.4496L4.68249 21.8759C3.08955 22.4543 1.54573 20.9105 2.12406 19.3176L6.55063 7.12573Z\" fill=\"currentColor\"/>",
|
|
@@ -18102,6 +18130,20 @@
|
|
|
18102
18130
|
"packageName": "round-filled-radius-1-stroke-2",
|
|
18103
18131
|
"componentName": "IconPeopleLike"
|
|
18104
18132
|
},
|
|
18133
|
+
{
|
|
18134
|
+
"category": "People",
|
|
18135
|
+
"svg": "<path d=\"M12.0016 13C16.3006 13.0001 19.4484 15.8837 20.3053 19.6963C20.5951 20.9857 19.5381 21.9999 18.403 22H5.59924C4.46426 21.9997 3.40716 20.9855 3.6969 19.6963C4.5538 15.8835 7.70242 13 12.0016 13Z\" fill=\"currentColor\"/><path d=\"M12.0006 3.5C14.2096 3.50019 16.0006 5.29098 16.0006 7.5C16.0006 9.70902 14.2096 11.4998 12.0006 11.5C9.79147 11.5 8.00061 9.70914 8.00061 7.5C8.00061 5.29086 9.79147 3.5 12.0006 3.5Z\" fill=\"currentColor\"/><path d=\"M6.87046 11.6168C6.39217 11.893 5.78058 11.7291 5.50444 11.2508C5.22829 10.7725 5.39217 10.1609 5.87046 9.88477C6.34875 9.60862 6.96034 9.7725 7.23649 10.2508C7.51263 10.7291 7.34875 11.3407 6.87046 11.6168Z\" fill=\"currentColor\"/><path d=\"M8.5869 1.87891C8.9419 2.30198 8.88672 2.93274 8.46364 3.28774C8.04057 3.64274 7.40981 3.58756 7.05481 3.16448C6.69981 2.74141 6.75499 2.11065 7.17807 1.75565C7.60114 1.40065 8.2319 1.45583 8.5869 1.87891Z\" fill=\"currentColor\"/><path d=\"M5.77147 5.38665C6.31537 5.48255 6.67853 6.00121 6.58263 6.54511C6.48673 7.089 5.96807 7.45217 5.42418 7.35627C4.88028 7.26036 4.51711 6.7417 4.61302 6.19781C4.70892 5.65391 5.22758 5.29075 5.77147 5.38665Z\" fill=\"currentColor\"/><path d=\"M12.9992 1C12.9992 1.55228 12.5515 2 11.9992 2C11.4469 2 10.9992 1.55228 10.9992 1C10.9992 0.447715 11.4469 0 11.9992 0C12.5515 0 12.9992 0.447715 12.9992 1Z\" fill=\"currentColor\"/><path d=\"M17.1279 11.6168C17.6062 11.893 18.2178 11.7291 18.4939 11.2508C18.7701 10.7725 18.6062 10.1609 18.1279 9.88477C17.6496 9.60862 17.038 9.7725 16.7619 10.2508C16.4857 10.7291 16.6496 11.3407 17.1279 11.6168Z\" fill=\"currentColor\"/><path d=\"M15.4115 1.87891C15.0565 2.30198 15.1116 2.93274 15.5347 3.28774C15.9578 3.64274 16.5886 3.58756 16.9436 3.16448C17.2986 2.74141 17.2434 2.11065 16.8203 1.75565C16.3972 1.40065 15.7665 1.45583 15.4115 1.87891Z\" fill=\"currentColor\"/><path d=\"M18.2269 5.38665C17.683 5.48255 17.3198 6.00121 17.4157 6.54511C17.5116 7.089 18.0303 7.45217 18.5742 7.35627C19.1181 7.26036 19.4813 6.7417 19.3853 6.19781C19.2894 5.65391 18.7708 5.29075 18.2269 5.38665Z\" fill=\"currentColor\"/>",
|
|
18136
|
+
"iconName": "people-noise, audio-quality, user-noise",
|
|
18137
|
+
"variant": {
|
|
18138
|
+
"join": "round",
|
|
18139
|
+
"filled": "on",
|
|
18140
|
+
"radius": "1",
|
|
18141
|
+
"stroke": "2"
|
|
18142
|
+
},
|
|
18143
|
+
"createdAt": "2026-03-19T13:01:15.293674+00:00",
|
|
18144
|
+
"packageName": "round-filled-radius-1-stroke-2",
|
|
18145
|
+
"componentName": "IconPeopleNoise"
|
|
18146
|
+
},
|
|
18105
18147
|
{
|
|
18106
18148
|
"category": "People",
|
|
18107
18149
|
"svg": "<path d=\"M7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5Z\" fill=\"currentColor\"/><path d=\"M12 12C7.24222 12 3.91665 15.5211 3.50439 19.9064C3.47805 20.1867 3.57104 20.465 3.76055 20.6732C3.95005 20.8814 4.21851 21 4.5 21H13.0096C12.6962 19.9734 12.9454 18.8119 13.7574 18C12.5858 16.8284 12.5858 14.9289 13.7574 13.7574C14.3371 13.1776 15.0951 12.8847 15.8549 12.8788C14.7255 12.3168 13.4272 12 12 12Z\" fill=\"currentColor\"/><path d=\"M16.7071 15.2929C16.3166 14.9024 15.6834 14.9024 15.2929 15.2929C14.9024 15.6834 14.9024 16.3166 15.2929 16.7071L16.5858 18L15.2929 19.2929C14.9024 19.6834 14.9024 20.3166 15.2929 20.7071C15.6834 21.0976 16.3166 21.0976 16.7071 20.7071L18 19.4142L19.2929 20.7071C19.6834 21.0976 20.3166 21.0976 20.7071 20.7071C21.0976 20.3166 21.0976 19.6834 20.7071 19.2929L19.4142 18L20.7071 16.7071C21.0976 16.3166 21.0976 15.6834 20.7071 15.2929C20.3166 14.9024 19.6834 14.9024 19.2929 15.2929L18 16.5858L16.7071 15.2929Z\" fill=\"currentColor\"/>",
|
|
@@ -18130,6 +18172,20 @@
|
|
|
18130
18172
|
"packageName": "round-filled-radius-1-stroke-2",
|
|
18131
18173
|
"componentName": "IconPeopleRemove2"
|
|
18132
18174
|
},
|
|
18175
|
+
{
|
|
18176
|
+
"category": "People",
|
|
18177
|
+
"svg": "<path d=\"M12.001 12C13.1637 12 14.2421 12.2125 15.2139 12.5957L14.7646 13.7637L12.8828 14.4883C12.0505 14.8084 11.501 15.6082 11.501 16.5C11.501 17.3918 12.0505 18.1916 12.8828 18.5117L14.7646 19.2354L15.4434 21H5.59961C4.46449 20.9999 3.4075 19.9857 3.69727 18.6963C4.55418 14.8837 7.70201 12.0001 12.001 12Z\" fill=\"currentColor\"/><path d=\"M17.5 12C17.7711 12 18.014 12.167 18.1113 12.4199L18.8955 14.458C19.0098 14.7551 19.2449 14.9902 19.542 15.1045L21.5801 15.8887C21.833 15.986 22 16.2289 22 16.5C22 16.7711 21.833 17.014 21.5801 17.1113L20.0244 17.709L19.542 17.8955L19.4336 17.9443C19.188 18.0699 18.9955 18.282 18.8955 18.542L18.1113 20.5801C18.014 20.833 17.7711 21 17.5 21C17.2289 21 16.986 20.833 16.8887 20.5801L16.1045 18.542C15.9902 18.2449 15.7551 18.0098 15.458 17.8955L13.4199 17.1113C13.167 17.014 13 16.7711 13 16.5C13 16.2289 13.167 15.986 13.4199 15.8887L15.458 15.1045C15.7551 14.9902 15.9902 14.7551 16.1045 14.458L16.8887 12.4199C16.986 12.167 17.2289 12 17.5 12Z\" fill=\"currentColor\"/><path d=\"M4 7.5C4.18074 7.5 4.34234 7.61158 4.40723 7.78027L4.89062 9.03516C4.9922 9.29922 5.20078 9.5078 5.46484 9.60938L6.71973 10.0928C6.88842 10.1577 7 10.3193 7 10.5C7 10.6807 6.88842 10.8423 6.71973 10.9072L5.46484 11.3906C5.20078 11.4922 4.9922 11.7008 4.89062 11.9648L4.40723 13.2197C4.34234 13.3884 4.18074 13.5 4 13.5C3.81926 13.5 3.65766 13.3884 3.59277 13.2197L3.10938 11.9648C3.0078 11.7008 2.79922 11.4922 2.53516 11.3906L1.28027 10.9072C1.11158 10.8423 1 10.6807 1 10.5C1 10.3193 1.11158 10.1577 1.28027 10.0928L2.53516 9.60938C2.79922 9.5078 3.0078 9.29922 3.10938 9.03516L3.59277 7.78027C3.65766 7.61158 3.81926 7.5 4 7.5Z\" fill=\"currentColor\"/><path d=\"M12 2C14.4852 2.00006 16.5 4.01476 16.5 6.5C16.5 8.98524 14.4852 10.9999 12 11C9.51484 10.9999 7.5 8.9852 7.5 6.5C7.5 4.0148 9.51484 2.00014 12 2Z\" fill=\"currentColor\"/>",
|
|
18178
|
+
"iconName": "people-sparkles, star, aura",
|
|
18179
|
+
"variant": {
|
|
18180
|
+
"join": "round",
|
|
18181
|
+
"filled": "on",
|
|
18182
|
+
"radius": "1",
|
|
18183
|
+
"stroke": "2"
|
|
18184
|
+
},
|
|
18185
|
+
"createdAt": "2026-03-19T13:01:15.293674+00:00",
|
|
18186
|
+
"packageName": "round-filled-radius-1-stroke-2",
|
|
18187
|
+
"componentName": "IconPeopleSparkles"
|
|
18188
|
+
},
|
|
18133
18189
|
{
|
|
18134
18190
|
"category": "People",
|
|
18135
18191
|
"svg": "<path d=\"M15.8639 2.06802C16.3786 2.26819 16.6336 2.84774 16.4335 3.36247L9.43347 21.3625C9.2333 21.8772 8.65375 22.1322 8.13902 21.932C7.62429 21.7319 7.36929 21.1523 7.56946 20.6376L14.5695 2.63758C14.7696 2.12285 15.3492 1.86785 15.8639 2.06802Z\" fill=\"currentColor\"/><path d=\"M17.0017 9.50002C15.3449 9.50002 14.0017 10.8432 14.0017 12.5C14.0017 14.1569 15.3449 15.5 17.0017 15.5C18.6586 15.5 20.0017 14.1569 20.0017 12.5C20.0017 10.8432 18.6586 9.50002 17.0017 9.50002Z\" fill=\"currentColor\"/><path d=\"M16.8545 16C14.4888 16 12.7442 17.5721 12.1069 19.6351C11.6878 20.9918 12.8548 22 13.9461 22H19.7629C20.8542 22 22.0213 20.9918 21.6021 19.6351C20.9648 17.5721 19.2202 16 16.8545 16Z\" fill=\"currentColor\"/><path d=\"M6.85451 8.50002C8.39638 8.50002 9.6744 9.16782 10.554 10.2041L8.88333 14.5H3.9461C2.85484 14.5 1.68776 13.4918 2.10689 12.1351C2.7442 10.0721 4.48878 8.50002 6.85451 8.50002Z\" fill=\"currentColor\"/><path d=\"M7.00173 2.00002C5.34487 2.00002 4.00173 3.34317 4.00173 5.00002C4.00173 6.65688 5.34487 8.00002 7.00173 8.00002C8.65858 8.00002 10.0017 6.65688 10.0017 5.00002C10.0017 3.34317 8.65858 2.00002 7.00173 2.00002Z\" fill=\"currentColor\"/>",
|
|
@@ -18466,6 +18522,20 @@
|
|
|
18466
18522
|
"packageName": "round-filled-radius-1-stroke-2",
|
|
18467
18523
|
"componentName": "IconPin"
|
|
18468
18524
|
},
|
|
18525
|
+
{
|
|
18526
|
+
"category": "Interface General",
|
|
18527
|
+
"svg": "<path d=\"M14.9996 2C16.1041 2 16.9996 2.89543 16.9996 4V8.75977C18.5454 9.99944 19.6256 11.8009 19.9195 13.8613C20.0971 15.1067 19.0589 16 17.9996 16H12.9996V20.1318C12.9996 20.2095 12.9816 20.286 12.9468 20.3555L12.2232 21.8027C12.131 21.9869 11.8681 21.987 11.7759 21.8027L11.0523 20.3555C11.0177 20.2861 10.9996 20.2094 10.9996 20.1318V16H5.99958C4.94041 15.9998 3.90213 15.1065 4.07966 13.8613L4.15094 13.4443C4.52301 11.5582 5.55913 9.91507 6.99958 8.75977V4C6.99958 2.89557 7.8952 2.00022 8.99958 2H14.9996Z\" fill=\"currentColor\"/>",
|
|
18528
|
+
"iconName": "pin-2",
|
|
18529
|
+
"variant": {
|
|
18530
|
+
"join": "round",
|
|
18531
|
+
"filled": "on",
|
|
18532
|
+
"radius": "1",
|
|
18533
|
+
"stroke": "2"
|
|
18534
|
+
},
|
|
18535
|
+
"createdAt": "2026-03-19T14:01:06.573173+00:00",
|
|
18536
|
+
"packageName": "round-filled-radius-1-stroke-2",
|
|
18537
|
+
"componentName": "IconPin2"
|
|
18538
|
+
},
|
|
18469
18539
|
{
|
|
18470
18540
|
"category": "Hands",
|
|
18471
18541
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.86058 6.81727C3.37572 7.01642 3.63187 7.59545 3.43273 8.11058C2.85576 9.60303 2.85576 10.897 3.43273 12.3894C3.63187 12.9045 3.37572 13.4836 2.86058 13.6827C2.34545 13.8819 1.76642 13.6257 1.56727 13.1106C0.810909 11.1541 0.810909 9.34591 1.56727 7.38942C1.76642 6.87429 2.34545 6.61813 2.86058 6.81727Z\" fill=\"currentColor\"/><path d=\"M11.3871 8.21721L16.2669 5.29567C17.884 4.32756 19.9517 4.90208 20.8853 6.5789L21.916 8.43017C24.1475 12.4382 22.8232 17.5633 18.9581 19.8773C16.3597 21.4329 13.1441 21.3677 10.6063 19.7079L5.03489 16.0638C4.70876 15.8505 4.53625 15.4672 4.59288 15.0816L4.70388 14.3258C4.89131 13.0497 6.04085 12.1728 7.27146 12.3671L8.61013 12.5785L5.22927 6.50624C4.60687 5.38836 4.97623 3.95893 6.05426 3.31352C7.13228 2.66811 8.51075 3.05113 9.13315 4.16901L11.3871 8.21721Z\" fill=\"currentColor\"/>",
|
|
@@ -24850,6 +24920,20 @@
|
|
|
24850
24920
|
"packageName": "round-filled-radius-1-stroke-2",
|
|
24851
24921
|
"componentName": "IconUnpin"
|
|
24852
24922
|
},
|
|
24923
|
+
{
|
|
24924
|
+
"category": "Interface General",
|
|
24925
|
+
"svg": "<path d=\"M2.81422 1.7716C3.21632 1.39322 3.84976 1.41264 4.22829 1.81457L6.99977 4.75891V4.75598L17.5818 16.0001H17.5798L20.2283 18.8146C20.6067 19.2167 20.5875 19.8501 20.1853 20.2286C19.7831 20.6071 19.1497 20.5878 18.7713 20.1857L14.8318 16.0001H12.9998V20.132C12.9998 20.2094 12.9816 20.2863 12.947 20.3556L12.2234 21.8029C12.1312 21.987 11.8683 21.987 11.7761 21.8029L11.0525 20.3556C11.0179 20.2862 10.9998 20.2094 10.9998 20.132V16.0001H5.99977C4.9406 15.9999 3.90233 15.1066 4.07985 13.8614L4.15114 13.4445C4.52325 11.5584 5.5594 9.91512 6.99977 8.75988L7.59254 8.30871L2.77126 3.18566C2.39303 2.78348 2.41215 2.15003 2.81422 1.7716Z\" fill=\"currentColor\"/><path d=\"M14.9998 2.00012C16.1041 2.00036 16.9996 2.8958 16.9998 4.00012V8.75988C18.5454 9.99952 19.6257 11.8012 19.9197 13.8614C19.9946 14.3866 19.8507 14.8478 19.5828 15.2071L7.64918 2.52746C8.00513 2.20104 8.47885 2.00022 8.99977 2.00012H14.9998Z\" fill=\"currentColor\"/>",
|
|
24926
|
+
"iconName": "unpin-2",
|
|
24927
|
+
"variant": {
|
|
24928
|
+
"join": "round",
|
|
24929
|
+
"filled": "on",
|
|
24930
|
+
"radius": "1",
|
|
24931
|
+
"stroke": "2"
|
|
24932
|
+
},
|
|
24933
|
+
"createdAt": "2026-03-19T14:01:06.573173+00:00",
|
|
24934
|
+
"packageName": "round-filled-radius-1-stroke-2",
|
|
24935
|
+
"componentName": "IconUnpin2"
|
|
24936
|
+
},
|
|
24853
24937
|
{
|
|
24854
24938
|
"category": "Interface General",
|
|
24855
24939
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.7386 3.10969C8.71849 1.22271 10.8389 0.101853 13.0443 0.49055C15.2495 0.87941 16.8584 2.65779 17.1341 4.76594L20.8079 5.41438L20.9075 5.43684C21.3951 5.57493 21.7084 6.06277 21.6185 6.57258C21.5285 7.08226 21.0671 7.43378 20.5618 7.3968L20.4603 7.38313L19.9476 7.29231L19.0618 20.138C18.9893 21.1863 18.1176 22.0001 17.0667 22.0003H6.93294C5.88212 22.0001 5.01038 21.1863 4.93782 20.138L4.10579 8.06868C4.0662 7.49104 4.52388 7.00061 5.10286 7.00032H18.2884L3.71809 4.43196C3.17442 4.33587 2.81167 3.81654 2.90755 3.27278C3.00359 2.72907 3.52198 2.36638 4.06575 2.46223L7.7386 3.10969ZM12.7064 10.2933C12.3402 9.92737 11.7612 9.90464 11.3685 10.2249L11.2923 10.2933L8.79231 12.7933C8.40237 13.1838 8.40217 13.817 8.79231 14.2073C9.18268 14.5976 9.81586 14.5973 10.2064 14.2073L10.9993 13.4144V17.0003C10.9996 17.5522 11.4475 18 11.9993 18.0003C12.5515 18.0003 12.9991 17.5524 12.9993 17.0003V13.4144L13.7923 14.2073L13.8685 14.2757C14.2611 14.5958 14.8403 14.5729 15.2064 14.2073C15.5724 13.8413 15.5949 13.2622 15.2747 12.8695L15.2064 12.7933L12.7064 10.2933ZM12.6966 2.46028C11.604 2.26787 10.5448 2.69409 9.87825 3.48664L14.9954 4.38899C14.64 3.41602 13.7895 2.65298 12.6966 2.46028Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -191,6 +191,7 @@ export type CentralIconName =
|
|
|
191
191
|
| "IconBag2"
|
|
192
192
|
| "IconBag2Sparkle"
|
|
193
193
|
| "IconBag3"
|
|
194
|
+
| "IconBaking"
|
|
194
195
|
| "IconBalloon"
|
|
195
196
|
| "IconBanana"
|
|
196
197
|
| "IconBananas"
|
|
@@ -403,6 +404,7 @@ export type CentralIconName =
|
|
|
403
404
|
| "IconCarussel"
|
|
404
405
|
| "IconCash"
|
|
405
406
|
| "IconCat"
|
|
407
|
+
| "IconCd"
|
|
406
408
|
| "IconCelebrate"
|
|
407
409
|
| "IconCentralIconSystem"
|
|
408
410
|
| "IconCereals"
|
|
@@ -1292,8 +1294,10 @@ export type CentralIconName =
|
|
|
1292
1294
|
| "IconPeopleGear"
|
|
1293
1295
|
| "IconPeopleIdCard"
|
|
1294
1296
|
| "IconPeopleLike"
|
|
1297
|
+
| "IconPeopleNoise"
|
|
1295
1298
|
| "IconPeopleRemove"
|
|
1296
1299
|
| "IconPeopleRemove2"
|
|
1300
|
+
| "IconPeopleSparkles"
|
|
1297
1301
|
| "IconPeopleVersus"
|
|
1298
1302
|
| "IconPeopleVoice"
|
|
1299
1303
|
| "IconPercent"
|
|
@@ -1318,6 +1322,7 @@ export type CentralIconName =
|
|
|
1318
1322
|
| "IconPillowZz"
|
|
1319
1323
|
| "IconPilone"
|
|
1320
1324
|
| "IconPin"
|
|
1325
|
+
| "IconPin2"
|
|
1321
1326
|
| "IconPinch"
|
|
1322
1327
|
| "IconPinCircle"
|
|
1323
1328
|
| "IconPinFlag"
|
|
@@ -1774,6 +1779,7 @@ export type CentralIconName =
|
|
|
1774
1779
|
| "IconUnicorn"
|
|
1775
1780
|
| "IconUnlocked"
|
|
1776
1781
|
| "IconUnpin"
|
|
1782
|
+
| "IconUnpin2"
|
|
1777
1783
|
| "IconUntrash"
|
|
1778
1784
|
| "IconUsb"
|
|
1779
1785
|
| "IconUsbC"
|