@central-icons-react-native/round-filled-radius-2-stroke-1 1.1.139 → 1.1.141

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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconBurst: FC<CentralIconBaseProps>;
4
+ export default IconBurst;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var e=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var M=Object.getPrototypeOf,Z=Object.prototype.hasOwnProperty;var i=(C,r)=>{for(var o in r)e(C,o,{get:r[o],enumerable:!0})},a=(C,r,o,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of L(r))!Z.call(C,t)&&t!==o&&e(C,t,{get:()=>r[t],enumerable:!(p=I(r,t))||p.enumerable});return C};var l=(C,r,o)=>(o=C!=null?u(M(C)):{},a(r||!C||!C.__esModule?e(o,"default",{value:C,enumerable:!0}):o,C)),x=C=>a(e({},"__esModule",{value:!0}),C);var g={};i(g,{IconBurst:()=>B,default:()=>P});module.exports=x(g);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:C,size:r=24,...o})=>m.default.createElement(s.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var f=require("react-native-svg"),B=C=>n.default.createElement(c,{...C},n.default.createElement(f.Path,{d:"M11.5 22.5V19.5C11.5 19.2239 11.7239 19 12 19C12.2761 19 12.5 19.2239 12.5 19.5V22.5C12.5 22.7761 12.2761 23 12 23C11.7239 23 11.5 22.7761 11.5 22.5ZM7.64648 15.6465C7.84175 15.4512 8.15825 15.4512 8.35352 15.6465C8.54878 15.8417 8.54878 16.1583 8.35352 16.3535L4.85352 19.8535C4.65825 20.0488 4.34175 20.0488 4.14648 19.8535C3.95122 19.6583 3.95122 19.3417 4.14648 19.1465L7.64648 15.6465ZM15.6465 15.6465C15.8417 15.4512 16.1583 15.4512 16.3535 15.6465L19.8535 19.1465C20.0488 19.3417 20.0488 19.6583 19.8535 19.8535C19.6583 20.0488 19.3417 20.0488 19.1465 19.8535L15.6465 16.3535C15.4512 16.1583 15.4512 15.8417 15.6465 15.6465ZM4.5 11.5C4.77614 11.5 5 11.7239 5 12C5 12.2761 4.77614 12.5 4.5 12.5H1.5C1.22386 12.5 1 12.2761 1 12C1 11.7239 1.22386 11.5 1.5 11.5H4.5ZM22.5 11.5C22.7761 11.5 23 11.7239 23 12C23 12.2761 22.7761 12.5 22.5 12.5H19.5C19.2239 12.5 19 12.2761 19 12C19 11.7239 19.2239 11.5 19.5 11.5H22.5ZM4.14648 4.14648C4.34175 3.95122 4.65825 3.95122 4.85352 4.14648L8.35352 7.64648C8.54878 7.84175 8.54878 8.15825 8.35352 8.35352C8.15825 8.54878 7.84175 8.54878 7.64648 8.35352L4.14648 4.85352C3.95122 4.65825 3.95122 4.34175 4.14648 4.14648ZM19.1465 4.14648C19.3417 3.95122 19.6583 3.95122 19.8535 4.14648C20.0488 4.34175 20.0488 4.65825 19.8535 4.85352L16.3535 8.35352C16.1583 8.54878 15.8417 8.54878 15.6465 8.35352C15.4512 8.15825 15.4512 7.84175 15.6465 7.64648L19.1465 4.14648ZM11.5 4.5V1.5C11.5 1.22386 11.7239 1 12 1C12.2761 1 12.5 1.22386 12.5 1.5V4.5C12.5 4.77614 12.2761 5 12 5C11.7239 5 11.5 4.77614 11.5 4.5Z",fill:"currentColor"})),P=B;0&&(module.exports={IconBurst});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBurst/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 IconBurst: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.5 22.5V19.5C11.5 19.2239 11.7239 19 12 19C12.2761 19 12.5 19.2239 12.5 19.5V22.5C12.5 22.7761 12.2761 23 12 23C11.7239 23 11.5 22.7761 11.5 22.5ZM7.64648 15.6465C7.84175 15.4512 8.15825 15.4512 8.35352 15.6465C8.54878 15.8417 8.54878 16.1583 8.35352 16.3535L4.85352 19.8535C4.65825 20.0488 4.34175 20.0488 4.14648 19.8535C3.95122 19.6583 3.95122 19.3417 4.14648 19.1465L7.64648 15.6465ZM15.6465 15.6465C15.8417 15.4512 16.1583 15.4512 16.3535 15.6465L19.8535 19.1465C20.0488 19.3417 20.0488 19.6583 19.8535 19.8535C19.6583 20.0488 19.3417 20.0488 19.1465 19.8535L15.6465 16.3535C15.4512 16.1583 15.4512 15.8417 15.6465 15.6465ZM4.5 11.5C4.77614 11.5 5 11.7239 5 12C5 12.2761 4.77614 12.5 4.5 12.5H1.5C1.22386 12.5 1 12.2761 1 12C1 11.7239 1.22386 11.5 1.5 11.5H4.5ZM22.5 11.5C22.7761 11.5 23 11.7239 23 12C23 12.2761 22.7761 12.5 22.5 12.5H19.5C19.2239 12.5 19 12.2761 19 12C19 11.7239 19.2239 11.5 19.5 11.5H22.5ZM4.14648 4.14648C4.34175 3.95122 4.65825 3.95122 4.85352 4.14648L8.35352 7.64648C8.54878 7.84175 8.54878 8.15825 8.35352 8.35352C8.15825 8.54878 7.84175 8.54878 7.64648 8.35352L4.14648 4.85352C3.95122 4.65825 3.95122 4.34175 4.14648 4.14648ZM19.1465 4.14648C19.3417 3.95122 19.6583 3.95122 19.8535 4.14648C20.0488 4.34175 20.0488 4.65825 19.8535 4.85352L16.3535 8.35352C16.1583 8.54878 15.8417 8.54878 15.6465 8.35352C15.4512 8.15825 15.4512 7.84175 15.6465 7.64648L19.1465 4.14648ZM11.5 4.5V1.5C11.5 1.22386 11.7239 1 12 1C12.2761 1 12.5 1.22386 12.5 1.5V4.5C12.5 4.77614 12.2761 5 12 5C11.7239 5 11.5 4.77614 11.5 4.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBurst;\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,eAAAE,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,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qgDACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBurst_exports","__export","IconBurst","IconBurst_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBurst","props","React","CentralIconBase","IconBurst_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import n from"react";import{Svg as p}from"react-native-svg";var o=({children:r,size:C=24,...e})=>n.createElement(p,{...e,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var l=r=>t.createElement(o,{...r},t.createElement(a,{d:"M11.5 22.5V19.5C11.5 19.2239 11.7239 19 12 19C12.2761 19 12.5 19.2239 12.5 19.5V22.5C12.5 22.7761 12.2761 23 12 23C11.7239 23 11.5 22.7761 11.5 22.5ZM7.64648 15.6465C7.84175 15.4512 8.15825 15.4512 8.35352 15.6465C8.54878 15.8417 8.54878 16.1583 8.35352 16.3535L4.85352 19.8535C4.65825 20.0488 4.34175 20.0488 4.14648 19.8535C3.95122 19.6583 3.95122 19.3417 4.14648 19.1465L7.64648 15.6465ZM15.6465 15.6465C15.8417 15.4512 16.1583 15.4512 16.3535 15.6465L19.8535 19.1465C20.0488 19.3417 20.0488 19.6583 19.8535 19.8535C19.6583 20.0488 19.3417 20.0488 19.1465 19.8535L15.6465 16.3535C15.4512 16.1583 15.4512 15.8417 15.6465 15.6465ZM4.5 11.5C4.77614 11.5 5 11.7239 5 12C5 12.2761 4.77614 12.5 4.5 12.5H1.5C1.22386 12.5 1 12.2761 1 12C1 11.7239 1.22386 11.5 1.5 11.5H4.5ZM22.5 11.5C22.7761 11.5 23 11.7239 23 12C23 12.2761 22.7761 12.5 22.5 12.5H19.5C19.2239 12.5 19 12.2761 19 12C19 11.7239 19.2239 11.5 19.5 11.5H22.5ZM4.14648 4.14648C4.34175 3.95122 4.65825 3.95122 4.85352 4.14648L8.35352 7.64648C8.54878 7.84175 8.54878 8.15825 8.35352 8.35352C8.15825 8.54878 7.84175 8.54878 7.64648 8.35352L4.14648 4.85352C3.95122 4.65825 3.95122 4.34175 4.14648 4.14648ZM19.1465 4.14648C19.3417 3.95122 19.6583 3.95122 19.8535 4.14648C20.0488 4.34175 20.0488 4.65825 19.8535 4.85352L16.3535 8.35352C16.1583 8.54878 15.8417 8.54878 15.6465 8.35352C15.4512 8.15825 15.4512 7.84175 15.6465 7.64648L19.1465 4.14648ZM11.5 4.5V1.5C11.5 1.22386 11.7239 1 12 1C12.2761 1 12.5 1.22386 12.5 1.5V4.5C12.5 4.77614 12.2761 5 12 5C11.7239 5 11.5 4.77614 11.5 4.5Z",fill:"currentColor"})),Z=l;export{l as IconBurst,Z as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBurst/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 IconBurst: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.5 22.5V19.5C11.5 19.2239 11.7239 19 12 19C12.2761 19 12.5 19.2239 12.5 19.5V22.5C12.5 22.7761 12.2761 23 12 23C11.7239 23 11.5 22.7761 11.5 22.5ZM7.64648 15.6465C7.84175 15.4512 8.15825 15.4512 8.35352 15.6465C8.54878 15.8417 8.54878 16.1583 8.35352 16.3535L4.85352 19.8535C4.65825 20.0488 4.34175 20.0488 4.14648 19.8535C3.95122 19.6583 3.95122 19.3417 4.14648 19.1465L7.64648 15.6465ZM15.6465 15.6465C15.8417 15.4512 16.1583 15.4512 16.3535 15.6465L19.8535 19.1465C20.0488 19.3417 20.0488 19.6583 19.8535 19.8535C19.6583 20.0488 19.3417 20.0488 19.1465 19.8535L15.6465 16.3535C15.4512 16.1583 15.4512 15.8417 15.6465 15.6465ZM4.5 11.5C4.77614 11.5 5 11.7239 5 12C5 12.2761 4.77614 12.5 4.5 12.5H1.5C1.22386 12.5 1 12.2761 1 12C1 11.7239 1.22386 11.5 1.5 11.5H4.5ZM22.5 11.5C22.7761 11.5 23 11.7239 23 12C23 12.2761 22.7761 12.5 22.5 12.5H19.5C19.2239 12.5 19 12.2761 19 12C19 11.7239 19.2239 11.5 19.5 11.5H22.5ZM4.14648 4.14648C4.34175 3.95122 4.65825 3.95122 4.85352 4.14648L8.35352 7.64648C8.54878 7.84175 8.54878 8.15825 8.35352 8.35352C8.15825 8.54878 7.84175 8.54878 7.64648 8.35352L4.14648 4.85352C3.95122 4.65825 3.95122 4.34175 4.14648 4.14648ZM19.1465 4.14648C19.3417 3.95122 19.6583 3.95122 19.8535 4.14648C20.0488 4.34175 20.0488 4.65825 19.8535 4.85352L16.3535 8.35352C16.1583 8.54878 15.8417 8.54878 15.6465 8.35352C15.4512 8.15825 15.4512 7.84175 15.6465 7.64648L19.1465 4.14648ZM11.5 4.5V1.5C11.5 1.22386 11.7239 1 12 1C12.2761 1 12.5 1.22386 12.5 1.5V4.5C12.5 4.77614 12.2761 5 12 5C11.7239 5 11.5 4.77614 11.5 4.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBurst;\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,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qgDACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBurst","props","React","CentralIconBase","IconBurst_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var I=Object.create;var n=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of i(r))!x.call(o,e)&&e!==t&&n(o,e,{get:()=>r[e],enumerable:!(p=g(r,e))||p.enumerable});return o};var l=(o,r,t)=>(t=o!=null?I(u(o)):{},a(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),v=o=>a(n({},"__esModule",{value:!0}),o);var h={};P(h,{IconGoogle:()=>B,default:()=>L});module.exports=v(h);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...t})=>m.default.createElement(s.Svg,{...t,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"),B=o=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{d:"M11.9806 2C14.6804 2.00011 16.9348 2.99128 18.671 4.60938L15.8078 7.47266C14.7624 6.49094 13.4532 5.98155 11.9806 5.98145C9.38395 5.98145 7.17649 7.73178 6.38296 10.0908V10.0996C5.96941 11.3403 5.96941 12.6597 6.38296 13.9004L6.37124 13.9092H6.38003C7.17096 16.2728 9.38064 18.0273 11.9806 18.0273C13.3258 18.0273 14.4619 17.6634 15.3527 17.0635L15.3556 17.0654V17.0635C16.419 16.3544 17.128 15.3 17.3644 14.0547H11.9826V10.1816H21.4005C21.5187 10.8362 21.5822 11.5184 21.5822 12.2275C21.5821 15.2729 20.4916 17.8366 18.6007 19.582H18.5988L18.2814 19.8604C16.6596 21.2168 14.5119 21.9999 11.9806 22C8.07162 22 4.69838 19.7547 3.05288 16.4912V16.4766C1.63857 13.6817 1.63835 10.3141 3.05385 7.51953L3.05288 7.51855C4.69833 4.24582 8.07152 2 11.9806 2Z",fill:"currentColor"})),L=B;0&&(module.exports={IconGoogle});
1
+ "use strict";var I=Object.create;var n=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of i(r))!x.call(o,e)&&e!==t&&n(o,e,{get:()=>r[e],enumerable:!(p=g(r,e))||p.enumerable});return o};var l=(o,r,t)=>(t=o!=null?I(u(o)):{},a(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),v=o=>a(n({},"__esModule",{value:!0}),o);var y={};P(y,{IconGoogle:()=>B,default:()=>h});module.exports=v(y);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...t})=>m.default.createElement(s.Svg,{...t,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"),B=o=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{d:"M12.1369 2C14.8367 2.00011 17.0911 2.99128 18.8273 4.60938L15.9641 7.47266C14.9187 6.49094 13.6095 5.98155 12.1369 5.98145C9.5402 5.98145 7.33274 7.73178 6.53921 10.0908V10.0996C5.29869 13.8213 8.01593 18.0273 12.1369 18.0273C14.6114 18.0273 17.0288 16.6458 17.5207 14.0547H12.1389V10.1816H21.5568C21.675 10.8362 21.7385 11.5184 21.7385 12.2275C21.7384 15.2729 20.6479 17.8366 18.757 19.582H18.7551L18.4377 19.8604C16.8159 21.2168 14.6682 21.9999 12.1369 22C8.22787 22 4.85463 19.7547 3.20913 16.4912V16.4766C1.79482 13.6817 1.7946 10.3141 3.2101 7.51953L3.20913 7.51855C4.85458 4.24582 8.22777 2 12.1369 2Z",fill:"currentColor"})),h=B;0&&(module.exports={IconGoogle});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconGoogle/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 IconGoogle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.9806 2C14.6804 2.00011 16.9348 2.99128 18.671 4.60938L15.8078 7.47266C14.7624 6.49094 13.4532 5.98155 11.9806 5.98145C9.38395 5.98145 7.17649 7.73178 6.38296 10.0908V10.0996C5.96941 11.3403 5.96941 12.6597 6.38296 13.9004L6.37124 13.9092H6.38003C7.17096 16.2728 9.38064 18.0273 11.9806 18.0273C13.3258 18.0273 14.4619 17.6634 15.3527 17.0635L15.3556 17.0654V17.0635C16.419 16.3544 17.128 15.3 17.3644 14.0547H11.9826V10.1816H21.4005C21.5187 10.8362 21.5822 11.5184 21.5822 12.2275C21.5821 15.2729 20.4916 17.8366 18.6007 19.582H18.5988L18.2814 19.8604C16.6596 21.2168 14.5119 21.9999 11.9806 22C8.07162 22 4.69838 19.7547 3.05288 16.4912V16.4766C1.63857 13.6817 1.63835 10.3141 3.05385 7.51953L3.05288 7.51855C4.69833 4.24582 8.07152 2 11.9806 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGoogle;\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,ivBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGoogle_exports","__export","IconGoogle","IconGoogle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGoogle","props","React","CentralIconBase","IconGoogle_default"]}
1
+ {"version":3,"sources":["../src/IconGoogle/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 IconGoogle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.1369 2C14.8367 2.00011 17.0911 2.99128 18.8273 4.60938L15.9641 7.47266C14.9187 6.49094 13.6095 5.98155 12.1369 5.98145C9.5402 5.98145 7.33274 7.73178 6.53921 10.0908V10.0996C5.29869 13.8213 8.01593 18.0273 12.1369 18.0273C14.6114 18.0273 17.0288 16.6458 17.5207 14.0547H12.1389V10.1816H21.5568C21.675 10.8362 21.7385 11.5184 21.7385 12.2275C21.7384 15.2729 20.6479 17.8366 18.757 19.582H18.7551L18.4377 19.8604C16.8159 21.2168 14.6682 21.9999 12.1369 22C8.22787 22 4.85463 19.7547 3.20913 16.4912V16.4766C1.79482 13.6817 1.7946 10.3141 3.2101 7.51953L3.20913 7.51855C4.85458 4.24582 8.22777 2 12.1369 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGoogle;\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,kmBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGoogle_exports","__export","IconGoogle","IconGoogle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGoogle","props","React","CentralIconBase","IconGoogle_default"]}
@@ -1,2 +1,2 @@
1
- import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({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 a}from"react-native-svg";var l=r=>e.createElement(t,{...r},e.createElement(a,{d:"M11.9806 2C14.6804 2.00011 16.9348 2.99128 18.671 4.60938L15.8078 7.47266C14.7624 6.49094 13.4532 5.98155 11.9806 5.98145C9.38395 5.98145 7.17649 7.73178 6.38296 10.0908V10.0996C5.96941 11.3403 5.96941 12.6597 6.38296 13.9004L6.37124 13.9092H6.38003C7.17096 16.2728 9.38064 18.0273 11.9806 18.0273C13.3258 18.0273 14.4619 17.6634 15.3527 17.0635L15.3556 17.0654V17.0635C16.419 16.3544 17.128 15.3 17.3644 14.0547H11.9826V10.1816H21.4005C21.5187 10.8362 21.5822 11.5184 21.5822 12.2275C21.5821 15.2729 20.4916 17.8366 18.6007 19.582H18.5988L18.2814 19.8604C16.6596 21.2168 14.5119 21.9999 11.9806 22C8.07162 22 4.69838 19.7547 3.05288 16.4912V16.4766C1.63857 13.6817 1.63835 10.3141 3.05385 7.51953L3.05288 7.51855C4.69833 4.24582 8.07152 2 11.9806 2Z",fill:"currentColor"})),x=l;export{l as IconGoogle,x as default};
1
+ import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({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 a}from"react-native-svg";var l=r=>e.createElement(t,{...r},e.createElement(a,{d:"M12.1369 2C14.8367 2.00011 17.0911 2.99128 18.8273 4.60938L15.9641 7.47266C14.9187 6.49094 13.6095 5.98155 12.1369 5.98145C9.5402 5.98145 7.33274 7.73178 6.53921 10.0908V10.0996C5.29869 13.8213 8.01593 18.0273 12.1369 18.0273C14.6114 18.0273 17.0288 16.6458 17.5207 14.0547H12.1389V10.1816H21.5568C21.675 10.8362 21.7385 11.5184 21.7385 12.2275C21.7384 15.2729 20.6479 17.8366 18.757 19.582H18.7551L18.4377 19.8604C16.8159 21.2168 14.6682 21.9999 12.1369 22C8.22787 22 4.85463 19.7547 3.20913 16.4912V16.4766C1.79482 13.6817 1.7946 10.3141 3.2101 7.51953L3.20913 7.51855C4.85458 4.24582 8.22777 2 12.1369 2Z",fill:"currentColor"})),x=l;export{l as IconGoogle,x as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconGoogle/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 IconGoogle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.9806 2C14.6804 2.00011 16.9348 2.99128 18.671 4.60938L15.8078 7.47266C14.7624 6.49094 13.4532 5.98155 11.9806 5.98145C9.38395 5.98145 7.17649 7.73178 6.38296 10.0908V10.0996C5.96941 11.3403 5.96941 12.6597 6.38296 13.9004L6.37124 13.9092H6.38003C7.17096 16.2728 9.38064 18.0273 11.9806 18.0273C13.3258 18.0273 14.4619 17.6634 15.3527 17.0635L15.3556 17.0654V17.0635C16.419 16.3544 17.128 15.3 17.3644 14.0547H11.9826V10.1816H21.4005C21.5187 10.8362 21.5822 11.5184 21.5822 12.2275C21.5821 15.2729 20.4916 17.8366 18.6007 19.582H18.5988L18.2814 19.8604C16.6596 21.2168 14.5119 21.9999 11.9806 22C8.07162 22 4.69838 19.7547 3.05288 16.4912V16.4766C1.63857 13.6817 1.63835 10.3141 3.05385 7.51953L3.05288 7.51855C4.69833 4.24582 8.07152 2 11.9806 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGoogle;\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,ivBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGoogle","props","React","CentralIconBase","IconGoogle_default"]}
1
+ {"version":3,"sources":["../src/IconGoogle/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 IconGoogle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.1369 2C14.8367 2.00011 17.0911 2.99128 18.8273 4.60938L15.9641 7.47266C14.9187 6.49094 13.6095 5.98155 12.1369 5.98145C9.5402 5.98145 7.33274 7.73178 6.53921 10.0908V10.0996C5.29869 13.8213 8.01593 18.0273 12.1369 18.0273C14.6114 18.0273 17.0288 16.6458 17.5207 14.0547H12.1389V10.1816H21.5568C21.675 10.8362 21.7385 11.5184 21.7385 12.2275C21.7384 15.2729 20.6479 17.8366 18.757 19.582H18.7551L18.4377 19.8604C16.8159 21.2168 14.6682 21.9999 12.1369 22C8.22787 22 4.85463 19.7547 3.20913 16.4912V16.4766C1.79482 13.6817 1.7946 10.3141 3.2101 7.51953L3.20913 7.51855C4.85458 4.24582 8.22777 2 12.1369 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGoogle;\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,kmBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGoogle","props","React","CentralIconBase","IconGoogle_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconHapticFeedback: FC<CentralIconBaseProps>;
4
+ export default IconHapticFeedback;
@@ -0,0 +1,2 @@
1
+ "use strict";var m=Object.create;var t=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},d=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of v(o))!I.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(p=s(o,n))||p.enumerable});return r};var f=(r,o,e)=>(e=r!=null?m(B(r)):{},d(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>d(t({},"__esModule",{value:!0}),r);var M={};x(M,{IconHapticFeedback:()=>u,default:()=>g});module.exports=P(M);var C=f(require("react"));var i=f(require("react")),a=require("react-native-svg"),c=({children:r,size:o=24,...e})=>i.default.createElement(a.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),u=r=>C.default.createElement(c,{...r},C.default.createElement(l.Path,{d:"M19 20.5C19 21.8807 17.8807 23 16.5 23H7.5C6.11929 23 5 21.8807 5 20.5V15.8721C6.36426 18.3331 8.98674 20 12 20C15.0133 20 17.6357 18.3331 19 15.8721V20.5Z",fill:"currentColor"}),C.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 8.5C13.933 8.5 15.5 10.067 15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5ZM12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5Z",fill:"currentColor"}),C.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6Z",fill:"currentColor"}),C.default.createElement(l.Path,{d:"M16.5 1C17.8807 1 19 2.11929 19 3.5V8.12695C17.6356 5.66629 15.013 4 12 4C8.98705 4 6.36438 5.66629 5 8.12695V3.5C5 2.11929 6.11929 1 7.5 1H16.5Z",fill:"currentColor"})),g=u;0&&(module.exports={IconHapticFeedback});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHapticFeedback/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 IconHapticFeedback: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19 20.5C19 21.8807 17.8807 23 16.5 23H7.5C6.11929 23 5 21.8807 5 20.5V15.8721C6.36426 18.3331 8.98674 20 12 20C15.0133 20 17.6357 18.3331 19 15.8721V20.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 8.5C13.933 8.5 15.5 10.067 15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5ZM12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.5 1C17.8807 1 19 2.11929 19 3.5V8.12695C17.6356 5.66629 15.013 4 12 4C8.98705 4 6.36438 5.66629 5 8.12695V3.5C5 2.11929 6.11929 1 7.5 1H16.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHapticFeedback;\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,8JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,+QACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,+NACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oJACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconHapticFeedback_exports","__export","IconHapticFeedback","IconHapticFeedback_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconHapticFeedback","props","React","CentralIconBase","IconHapticFeedback_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import t from"react";import{Svg as p}from"react-native-svg";var n=({children:C,size:r=24,...l})=>t.createElement(p,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as e}from"react-native-svg";var d=C=>o.createElement(n,{...C},o.createElement(e,{d:"M19 20.5C19 21.8807 17.8807 23 16.5 23H7.5C6.11929 23 5 21.8807 5 20.5V15.8721C6.36426 18.3331 8.98674 20 12 20C15.0133 20 17.6357 18.3331 19 15.8721V20.5Z",fill:"currentColor"}),o.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 8.5C13.933 8.5 15.5 10.067 15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5ZM12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5Z",fill:"currentColor"}),o.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6Z",fill:"currentColor"}),o.createElement(e,{d:"M16.5 1C17.8807 1 19 2.11929 19 3.5V8.12695C17.6356 5.66629 15.013 4 12 4C8.98705 4 6.36438 5.66629 5 8.12695V3.5C5 2.11929 6.11929 1 7.5 1H16.5Z",fill:"currentColor"})),I=d;export{d as IconHapticFeedback,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHapticFeedback/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 IconHapticFeedback: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19 20.5C19 21.8807 17.8807 23 16.5 23H7.5C6.11929 23 5 21.8807 5 20.5V15.8721C6.36426 18.3331 8.98674 20 12 20C15.0133 20 17.6357 18.3331 19 15.8721V20.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 8.5C13.933 8.5 15.5 10.067 15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5ZM12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.5 1C17.8807 1 19 2.11929 19 3.5V8.12695C17.6356 5.66629 15.013 4 12 4C8.98705 4 6.36438 5.66629 5 8.12695V3.5C5 2.11929 6.11929 1 7.5 1H16.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHapticFeedback;\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,8JACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,+QACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,+NACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oJACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconHapticFeedback","props","React","CentralIconBase","IconHapticFeedback_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPark: FC<CentralIconBaseProps>;
4
+ export default IconPark;
@@ -0,0 +1,2 @@
1
+ "use strict";var I=Object.create;var n=Object.defineProperty;var P=Object.getOwnPropertyDescriptor;var i=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,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of i(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=P(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?I(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 h={};g(h,{IconPark:()=>B,default:()=>H});module.exports=v(h);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),B=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M12 2C13.7834 2 15.3007 3.11465 15.9189 4.68359C18.1595 4.78893 19.9375 6.65284 19.9375 8.92871C19.9375 9.51849 19.8147 10.0792 19.5986 10.5898C20.4578 11.3676 21 12.4947 21 13.75C21 16.0933 19.1151 18 16.7812 18H12.5V21H14.5C14.7761 21 15 21.2239 15 21.5C15 21.7761 14.7761 22 14.5 22H9.5C9.22386 22 9 21.7761 9 21.5C9 21.2239 9.22386 21 9.5 21H11.5V18H7.21875C4.88486 18 3 16.0933 3 13.75C3 12.4954 3.54082 11.3677 4.39941 10.5898C4.18362 10.0791 4.06252 9.51789 4.0625 8.92871C4.0625 6.6535 5.83949 4.78992 8.0791 4.68359C8.6974 3.11421 10.2166 2 12 2Z",fill:"currentColor"})),H=B;0&&(module.exports={IconPark});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPark/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 IconPark: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 2C13.7834 2 15.3007 3.11465 15.9189 4.68359C18.1595 4.78893 19.9375 6.65284 19.9375 8.92871C19.9375 9.51849 19.8147 10.0792 19.5986 10.5898C20.4578 11.3676 21 12.4947 21 13.75C21 16.0933 19.1151 18 16.7812 18H12.5V21H14.5C14.7761 21 15 21.2239 15 21.5C15 21.7761 14.7761 22 14.5 22H9.5C9.22386 22 9 21.7761 9 21.5C9 21.2239 9.22386 21 9.5 21H11.5V18H7.21875C4.88486 18 3 16.0933 3 13.75C3 12.4954 3.54082 11.3677 4.39941 10.5898C4.18362 10.0791 4.06252 9.51789 4.0625 8.92871C4.0625 6.6535 5.83949 4.78992 8.0791 4.68359C8.6974 3.11421 10.2166 2 12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPark;\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,8iBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPark_exports","__export","IconPark","IconPark_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPark","props","React","CentralIconBase","IconPark_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...n})=>C.createElement(p,{...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:"M12 2C13.7834 2 15.3007 3.11465 15.9189 4.68359C18.1595 4.78893 19.9375 6.65284 19.9375 8.92871C19.9375 9.51849 19.8147 10.0792 19.5986 10.5898C20.4578 11.3676 21 12.4947 21 13.75C21 16.0933 19.1151 18 16.7812 18H12.5V21H14.5C14.7761 21 15 21.2239 15 21.5C15 21.7761 14.7761 22 14.5 22H9.5C9.22386 22 9 21.7761 9 21.5C9 21.2239 9.22386 21 9.5 21H11.5V18H7.21875C4.88486 18 3 16.0933 3 13.75C3 12.4954 3.54082 11.3677 4.39941 10.5898C4.18362 10.0791 4.06252 9.51789 4.0625 8.92871C4.0625 6.6535 5.83949 4.78992 8.0791 4.68359C8.6974 3.11421 10.2166 2 12 2Z",fill:"currentColor"})),x=l;export{l as IconPark,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPark/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 IconPark: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 2C13.7834 2 15.3007 3.11465 15.9189 4.68359C18.1595 4.78893 19.9375 6.65284 19.9375 8.92871C19.9375 9.51849 19.8147 10.0792 19.5986 10.5898C20.4578 11.3676 21 12.4947 21 13.75C21 16.0933 19.1151 18 16.7812 18H12.5V21H14.5C14.7761 21 15 21.2239 15 21.5C15 21.7761 14.7761 22 14.5 22H9.5C9.22386 22 9 21.7761 9 21.5C9 21.2239 9.22386 21 9.5 21H11.5V18H7.21875C4.88486 18 3 16.0933 3 13.75C3 12.4954 3.54082 11.3677 4.39941 10.5898C4.18362 10.0791 4.06252 9.51789 4.0625 8.92871C4.0625 6.6535 5.83949 4.78992 8.0791 4.68359C8.6974 3.11421 10.2166 2 12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPark;\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,8iBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPark","props","React","CentralIconBase","IconPark_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconShimmer: FC<CentralIconBaseProps>;
4
+ export default IconShimmer;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(C,r)=>{for(var o in r)n(C,o,{get:r[o],enumerable:!0})},m=(C,r,o,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!P.call(C,t)&&t!==o&&n(C,t,{get:()=>r[t],enumerable:!(l=B(r,t))||l.enumerable});return C};var a=(C,r,o)=>(o=C!=null?u(x(C)):{},m(r||!C||!C.__esModule?n(o,"default",{value:C,enumerable:!0}):o,C)),L=C=>m(n({},"__esModule",{value:!0}),C);var h={};g(h,{IconShimmer:()=>i,default:()=>d});module.exports=L(h);var e=a(require("react"));var f=a(require("react")),s=require("react-native-svg"),c=({children:C,size:r=24,...o})=>f.default.createElement(s.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var p=require("react-native-svg"),i=C=>e.default.createElement(c,{...C},e.default.createElement(p.Path,{d:"M20.5 10C20.7761 10 21 10.2239 21 10.5C21 11.2422 21.0023 11.6758 20.9287 12.083C20.7525 13.0581 20.2589 13.948 19.5254 14.6143C19.2191 14.8925 18.8501 15.1203 18.2207 15.5137L15.3086 17.334C14.6476 17.7471 14.3708 17.9223 14.1465 18.126C13.576 18.6441 13.1927 19.3364 13.0557 20.0947C13.0018 20.3929 13 20.7204 13 21.5C13 21.7761 12.7761 22 12.5 22C12.2239 22 12 21.7761 12 21.5C12 20.7578 11.9977 20.3242 12.0713 19.917C12.2475 18.9419 12.7411 18.052 13.4746 17.3857C13.781 17.1075 14.1499 16.8797 14.7793 16.4863L17.6914 14.666C18.3524 14.2529 18.6292 14.0777 18.8535 13.874C19.424 13.3559 19.8073 12.6636 19.9443 11.9053C19.9982 11.6071 20 11.2796 20 10.5C20 10.2239 20.2239 10 20.5 10Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M16 6.25C16.2761 6.25 16.5 6.47386 16.5 6.75C16.5 7.49218 16.5023 7.92579 16.4287 8.33301C16.2525 9.30814 15.7589 10.198 15.0254 10.8643C14.7191 11.1425 14.3501 11.3703 13.7207 11.7637L10.8086 13.584C10.1476 13.9971 9.87078 14.1723 9.64649 14.376C9.07605 14.8941 8.69269 15.5864 8.55567 16.3447C8.5018 16.6429 8.50001 16.9704 8.50001 17.75C8.50001 18.0261 8.27615 18.25 8.00001 18.25C7.72387 18.25 7.50001 18.0261 7.50001 17.75C7.50001 17.0078 7.49774 16.5742 7.5713 16.167C7.74748 15.1919 8.24109 14.302 8.97462 13.6357C9.28096 13.3575 9.64993 13.1297 10.2793 12.7363L13.1914 10.916C13.8524 10.5029 14.1292 10.3277 14.3535 10.124C14.924 9.60587 15.3073 8.91364 15.4443 8.15527C15.4982 7.85708 15.5 7.52964 15.5 6.75C15.5 6.47386 15.7239 6.25 16 6.25Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M11.5 2C11.7761 2 12 2.22386 12 2.5C12 3.24218 12.0023 3.67579 11.9287 4.08301C11.7525 5.05814 11.2589 5.94804 10.5254 6.61426C10.2191 6.89247 9.85009 7.12031 9.22071 7.51367L6.3086 9.33398C5.64765 9.74708 5.37078 9.92227 5.14649 10.126C4.57605 10.6441 4.19269 11.3364 4.05567 12.0947C4.0018 12.3929 4.00001 12.7204 4.00001 13.5C4.00001 13.7761 3.77615 14 3.50001 14C3.22387 14 3.00001 13.7761 3.00001 13.5C3.00001 12.7578 2.99774 12.3242 3.0713 11.917C3.24748 10.9419 3.74109 10.052 4.47462 9.38574C4.78096 9.10753 5.14993 8.87969 5.7793 8.48633L8.69141 6.66602C9.35237 6.25292 9.62923 6.07773 9.85352 5.87402C10.424 5.35587 10.8073 4.66364 10.9443 3.90527C10.9982 3.60708 11 3.27964 11 2.5C11 2.22386 11.2239 2 11.5 2Z",fill:"currentColor"})),d=i;0&&(module.exports={IconShimmer});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconShimmer/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 IconShimmer: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.5 10C20.7761 10 21 10.2239 21 10.5C21 11.2422 21.0023 11.6758 20.9287 12.083C20.7525 13.0581 20.2589 13.948 19.5254 14.6143C19.2191 14.8925 18.8501 15.1203 18.2207 15.5137L15.3086 17.334C14.6476 17.7471 14.3708 17.9223 14.1465 18.126C13.576 18.6441 13.1927 19.3364 13.0557 20.0947C13.0018 20.3929 13 20.7204 13 21.5C13 21.7761 12.7761 22 12.5 22C12.2239 22 12 21.7761 12 21.5C12 20.7578 11.9977 20.3242 12.0713 19.917C12.2475 18.9419 12.7411 18.052 13.4746 17.3857C13.781 17.1075 14.1499 16.8797 14.7793 16.4863L17.6914 14.666C18.3524 14.2529 18.6292 14.0777 18.8535 13.874C19.424 13.3559 19.8073 12.6636 19.9443 11.9053C19.9982 11.6071 20 11.2796 20 10.5C20 10.2239 20.2239 10 20.5 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16 6.25C16.2761 6.25 16.5 6.47386 16.5 6.75C16.5 7.49218 16.5023 7.92579 16.4287 8.33301C16.2525 9.30814 15.7589 10.198 15.0254 10.8643C14.7191 11.1425 14.3501 11.3703 13.7207 11.7637L10.8086 13.584C10.1476 13.9971 9.87078 14.1723 9.64649 14.376C9.07605 14.8941 8.69269 15.5864 8.55567 16.3447C8.5018 16.6429 8.50001 16.9704 8.50001 17.75C8.50001 18.0261 8.27615 18.25 8.00001 18.25C7.72387 18.25 7.50001 18.0261 7.50001 17.75C7.50001 17.0078 7.49774 16.5742 7.5713 16.167C7.74748 15.1919 8.24109 14.302 8.97462 13.6357C9.28096 13.3575 9.64993 13.1297 10.2793 12.7363L13.1914 10.916C13.8524 10.5029 14.1292 10.3277 14.3535 10.124C14.924 9.60587 15.3073 8.91364 15.4443 8.15527C15.4982 7.85708 15.5 7.52964 15.5 6.75C15.5 6.47386 15.7239 6.25 16 6.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5 2C11.7761 2 12 2.22386 12 2.5C12 3.24218 12.0023 3.67579 11.9287 4.08301C11.7525 5.05814 11.2589 5.94804 10.5254 6.61426C10.2191 6.89247 9.85009 7.12031 9.22071 7.51367L6.3086 9.33398C5.64765 9.74708 5.37078 9.92227 5.14649 10.126C4.57605 10.6441 4.19269 11.3364 4.05567 12.0947C4.0018 12.3929 4.00001 12.7204 4.00001 13.5C4.00001 13.7761 3.77615 14 3.50001 14C3.22387 14 3.00001 13.7761 3.00001 13.5C3.00001 12.7578 2.99774 12.3242 3.0713 11.917C3.24748 10.9419 3.74109 10.052 4.47462 9.38574C4.78096 9.10753 5.14993 8.87969 5.7793 8.48633L8.69141 6.66602C9.35237 6.25292 9.62923 6.07773 9.85352 5.87402C10.424 5.35587 10.8073 4.66364 10.9443 3.90527C10.9982 3.60708 11 3.27964 11 2.5C11 2.22386 11.2239 2 11.5 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShimmer;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qrBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kvBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mtBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconShimmer_exports","__export","IconShimmer","IconShimmer_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconShimmer","props","React","CentralIconBase","IconShimmer_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:C=24,...n})=>p.createElement(l,{...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 t}from"react-native-svg";var m=o=>r.createElement(e,{...o},r.createElement(t,{d:"M20.5 10C20.7761 10 21 10.2239 21 10.5C21 11.2422 21.0023 11.6758 20.9287 12.083C20.7525 13.0581 20.2589 13.948 19.5254 14.6143C19.2191 14.8925 18.8501 15.1203 18.2207 15.5137L15.3086 17.334C14.6476 17.7471 14.3708 17.9223 14.1465 18.126C13.576 18.6441 13.1927 19.3364 13.0557 20.0947C13.0018 20.3929 13 20.7204 13 21.5C13 21.7761 12.7761 22 12.5 22C12.2239 22 12 21.7761 12 21.5C12 20.7578 11.9977 20.3242 12.0713 19.917C12.2475 18.9419 12.7411 18.052 13.4746 17.3857C13.781 17.1075 14.1499 16.8797 14.7793 16.4863L17.6914 14.666C18.3524 14.2529 18.6292 14.0777 18.8535 13.874C19.424 13.3559 19.8073 12.6636 19.9443 11.9053C19.9982 11.6071 20 11.2796 20 10.5C20 10.2239 20.2239 10 20.5 10Z",fill:"currentColor"}),r.createElement(t,{d:"M16 6.25C16.2761 6.25 16.5 6.47386 16.5 6.75C16.5 7.49218 16.5023 7.92579 16.4287 8.33301C16.2525 9.30814 15.7589 10.198 15.0254 10.8643C14.7191 11.1425 14.3501 11.3703 13.7207 11.7637L10.8086 13.584C10.1476 13.9971 9.87078 14.1723 9.64649 14.376C9.07605 14.8941 8.69269 15.5864 8.55567 16.3447C8.5018 16.6429 8.50001 16.9704 8.50001 17.75C8.50001 18.0261 8.27615 18.25 8.00001 18.25C7.72387 18.25 7.50001 18.0261 7.50001 17.75C7.50001 17.0078 7.49774 16.5742 7.5713 16.167C7.74748 15.1919 8.24109 14.302 8.97462 13.6357C9.28096 13.3575 9.64993 13.1297 10.2793 12.7363L13.1914 10.916C13.8524 10.5029 14.1292 10.3277 14.3535 10.124C14.924 9.60587 15.3073 8.91364 15.4443 8.15527C15.4982 7.85708 15.5 7.52964 15.5 6.75C15.5 6.47386 15.7239 6.25 16 6.25Z",fill:"currentColor"}),r.createElement(t,{d:"M11.5 2C11.7761 2 12 2.22386 12 2.5C12 3.24218 12.0023 3.67579 11.9287 4.08301C11.7525 5.05814 11.2589 5.94804 10.5254 6.61426C10.2191 6.89247 9.85009 7.12031 9.22071 7.51367L6.3086 9.33398C5.64765 9.74708 5.37078 9.92227 5.14649 10.126C4.57605 10.6441 4.19269 11.3364 4.05567 12.0947C4.0018 12.3929 4.00001 12.7204 4.00001 13.5C4.00001 13.7761 3.77615 14 3.50001 14C3.22387 14 3.00001 13.7761 3.00001 13.5C3.00001 12.7578 2.99774 12.3242 3.0713 11.917C3.24748 10.9419 3.74109 10.052 4.47462 9.38574C4.78096 9.10753 5.14993 8.87969 5.7793 8.48633L8.69141 6.66602C9.35237 6.25292 9.62923 6.07773 9.85352 5.87402C10.424 5.35587 10.8073 4.66364 10.9443 3.90527C10.9982 3.60708 11 3.27964 11 2.5C11 2.22386 11.2239 2 11.5 2Z",fill:"currentColor"})),P=m;export{m as IconShimmer,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconShimmer/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 IconShimmer: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.5 10C20.7761 10 21 10.2239 21 10.5C21 11.2422 21.0023 11.6758 20.9287 12.083C20.7525 13.0581 20.2589 13.948 19.5254 14.6143C19.2191 14.8925 18.8501 15.1203 18.2207 15.5137L15.3086 17.334C14.6476 17.7471 14.3708 17.9223 14.1465 18.126C13.576 18.6441 13.1927 19.3364 13.0557 20.0947C13.0018 20.3929 13 20.7204 13 21.5C13 21.7761 12.7761 22 12.5 22C12.2239 22 12 21.7761 12 21.5C12 20.7578 11.9977 20.3242 12.0713 19.917C12.2475 18.9419 12.7411 18.052 13.4746 17.3857C13.781 17.1075 14.1499 16.8797 14.7793 16.4863L17.6914 14.666C18.3524 14.2529 18.6292 14.0777 18.8535 13.874C19.424 13.3559 19.8073 12.6636 19.9443 11.9053C19.9982 11.6071 20 11.2796 20 10.5C20 10.2239 20.2239 10 20.5 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16 6.25C16.2761 6.25 16.5 6.47386 16.5 6.75C16.5 7.49218 16.5023 7.92579 16.4287 8.33301C16.2525 9.30814 15.7589 10.198 15.0254 10.8643C14.7191 11.1425 14.3501 11.3703 13.7207 11.7637L10.8086 13.584C10.1476 13.9971 9.87078 14.1723 9.64649 14.376C9.07605 14.8941 8.69269 15.5864 8.55567 16.3447C8.5018 16.6429 8.50001 16.9704 8.50001 17.75C8.50001 18.0261 8.27615 18.25 8.00001 18.25C7.72387 18.25 7.50001 18.0261 7.50001 17.75C7.50001 17.0078 7.49774 16.5742 7.5713 16.167C7.74748 15.1919 8.24109 14.302 8.97462 13.6357C9.28096 13.3575 9.64993 13.1297 10.2793 12.7363L13.1914 10.916C13.8524 10.5029 14.1292 10.3277 14.3535 10.124C14.924 9.60587 15.3073 8.91364 15.4443 8.15527C15.4982 7.85708 15.5 7.52964 15.5 6.75C15.5 6.47386 15.7239 6.25 16 6.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5 2C11.7761 2 12 2.22386 12 2.5C12 3.24218 12.0023 3.67579 11.9287 4.08301C11.7525 5.05814 11.2589 5.94804 10.5254 6.61426C10.2191 6.89247 9.85009 7.12031 9.22071 7.51367L6.3086 9.33398C5.64765 9.74708 5.37078 9.92227 5.14649 10.126C4.57605 10.6441 4.19269 11.3364 4.05567 12.0947C4.0018 12.3929 4.00001 12.7204 4.00001 13.5C4.00001 13.7761 3.77615 14 3.50001 14C3.22387 14 3.00001 13.7761 3.00001 13.5C3.00001 12.7578 2.99774 12.3242 3.0713 11.917C3.24748 10.9419 3.74109 10.052 4.47462 9.38574C4.78096 9.10753 5.14993 8.87969 5.7793 8.48633L8.69141 6.66602C9.35237 6.25292 9.62923 6.07773 9.85352 5.87402C10.424 5.35587 10.8073 4.66364 10.9443 3.90527C10.9982 3.60708 11 3.27964 11 2.5C11 2.22386 11.2239 2 11.5 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShimmer;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qrBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kvBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mtBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconShimmer","props","React","CentralIconBase","IconShimmer_default"]}
package/README.md CHANGED
@@ -571,6 +571,7 @@ Below is a complete list of available icons:
571
571
  - IconFullscreen2
572
572
  - IconGyroscopeSensor
573
573
  - IconHaptic
574
+ - IconHapticFeedback
574
575
  - IconImac
575
576
  - IconKeyboardCable
576
577
  - IconKeyboardDown
@@ -696,6 +697,7 @@ Below is a complete list of available icons:
696
697
  - IconSelectLassoDashed
697
698
  - IconShaderEffect
698
699
  - IconShaders
700
+ - IconShimmer
699
701
  - IconSignature
700
702
  - IconSlice
701
703
  - IconSummary
@@ -1272,6 +1274,7 @@ Below is a complete list of available icons:
1272
1274
  - IconHomeEnergy
1273
1275
  - IconHomeEnergy2
1274
1276
  - IconNuclearPowerPlant
1277
+ - IconPark
1275
1278
  - IconPowerPlant
1276
1279
  - IconPumpjack
1277
1280
  - IconRainbow
@@ -1778,6 +1781,7 @@ Below is a complete list of available icons:
1778
1781
  - IconBronceMedal
1779
1782
  - IconBroom
1780
1783
  - IconBuildingBlocks
1784
+ - IconBurst
1781
1785
  - IconCap
1782
1786
  - IconCelebrate
1783
1787
  - IconCirclesThree
@@ -4564,6 +4564,20 @@
4564
4564
  "packageName": "round-filled-radius-2-stroke-1",
4565
4565
  "componentName": "IconBurger"
4566
4566
  },
4567
+ {
4568
+ "category": "Things",
4569
+ "svg": "<path d=\"M11.5 22.5V19.5C11.5 19.2239 11.7239 19 12 19C12.2761 19 12.5 19.2239 12.5 19.5V22.5C12.5 22.7761 12.2761 23 12 23C11.7239 23 11.5 22.7761 11.5 22.5ZM7.64648 15.6465C7.84175 15.4512 8.15825 15.4512 8.35352 15.6465C8.54878 15.8417 8.54878 16.1583 8.35352 16.3535L4.85352 19.8535C4.65825 20.0488 4.34175 20.0488 4.14648 19.8535C3.95122 19.6583 3.95122 19.3417 4.14648 19.1465L7.64648 15.6465ZM15.6465 15.6465C15.8417 15.4512 16.1583 15.4512 16.3535 15.6465L19.8535 19.1465C20.0488 19.3417 20.0488 19.6583 19.8535 19.8535C19.6583 20.0488 19.3417 20.0488 19.1465 19.8535L15.6465 16.3535C15.4512 16.1583 15.4512 15.8417 15.6465 15.6465ZM4.5 11.5C4.77614 11.5 5 11.7239 5 12C5 12.2761 4.77614 12.5 4.5 12.5H1.5C1.22386 12.5 1 12.2761 1 12C1 11.7239 1.22386 11.5 1.5 11.5H4.5ZM22.5 11.5C22.7761 11.5 23 11.7239 23 12C23 12.2761 22.7761 12.5 22.5 12.5H19.5C19.2239 12.5 19 12.2761 19 12C19 11.7239 19.2239 11.5 19.5 11.5H22.5ZM4.14648 4.14648C4.34175 3.95122 4.65825 3.95122 4.85352 4.14648L8.35352 7.64648C8.54878 7.84175 8.54878 8.15825 8.35352 8.35352C8.15825 8.54878 7.84175 8.54878 7.64648 8.35352L4.14648 4.85352C3.95122 4.65825 3.95122 4.34175 4.14648 4.14648ZM19.1465 4.14648C19.3417 3.95122 19.6583 3.95122 19.8535 4.14648C20.0488 4.34175 20.0488 4.65825 19.8535 4.85352L16.3535 8.35352C16.1583 8.54878 15.8417 8.54878 15.6465 8.35352C15.4512 8.15825 15.4512 7.84175 15.6465 7.64648L19.1465 4.14648ZM11.5 4.5V1.5C11.5 1.22386 11.7239 1 12 1C12.2761 1 12.5 1.22386 12.5 1.5V4.5C12.5 4.77614 12.2761 5 12 5C11.7239 5 11.5 4.77614 11.5 4.5Z\" fill=\"currentColor\"/>",
4570
+ "iconName": "burst, pop, boom",
4571
+ "variant": {
4572
+ "join": "round",
4573
+ "filled": "on",
4574
+ "radius": "2",
4575
+ "stroke": "1"
4576
+ },
4577
+ "createdAt": "2026-02-23T07:00:30.220608+00:00",
4578
+ "packageName": "round-filled-radius-2-stroke-1",
4579
+ "componentName": "IconBurst"
4580
+ },
4567
4581
  {
4568
4582
  "category": "Vehicles & Aircrafts",
4569
4583
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 5.5C21 4.11929 19.8807 3 18.5 3H5.5C4.11929 3 3 4.11929 3 5.5V7H1.5C1.22386 7 1 7.22386 1 7.5C1 7.77614 1.22386 8 1.5 8H3V11H21V8H22.5C22.7761 8 23 7.77614 23 7.5C23 7.22386 22.7761 7 22.5 7H21V5.5ZM9 5C9 5.22091 9.17909 5.4 9.4 5.4H14.6C14.8209 5.4 15 5.22091 15 5C15 4.77909 14.8209 4.6 14.6 4.6H9.4C9.17909 4.6 9 4.77909 9 5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 12H3V19.5C3 20.3284 3.67157 21 4.5 21H5.5C6.32843 21 7 20.3284 7 19.5V19H17V19.5C17 20.3284 17.6716 21 18.5 21H19.5C20.3284 21 21 20.3284 21 19.5V12ZM9 15.5C9 15.7761 8.77614 16 8.5 16H6.5C6.22386 16 6 15.7761 6 15.5C6 15.2239 6.22386 15 6.5 15H8.5C8.77614 15 9 15.2239 9 15.5ZM15 15.5C15 15.7761 15.2239 16 15.5 16H17.5C17.7761 16 18 15.7761 18 15.5C18 15.2239 17.7761 15 17.5 15H15.5C15.2239 15 15 15.2239 15 15.5Z\" fill=\"currentColor\"/>",
@@ -12154,7 +12168,7 @@
12154
12168
  },
12155
12169
  {
12156
12170
  "category": "Social Media & Brands",
12157
- "svg": "<path d=\"M11.9806 2C14.6804 2.00011 16.9348 2.99128 18.671 4.60938L15.8078 7.47266C14.7624 6.49094 13.4532 5.98155 11.9806 5.98145C9.38395 5.98145 7.17649 7.73178 6.38296 10.0908V10.0996C5.96941 11.3403 5.96941 12.6597 6.38296 13.9004L6.37124 13.9092H6.38003C7.17096 16.2728 9.38064 18.0273 11.9806 18.0273C13.3258 18.0273 14.4619 17.6634 15.3527 17.0635L15.3556 17.0654V17.0635C16.419 16.3544 17.128 15.3 17.3644 14.0547H11.9826V10.1816H21.4005C21.5187 10.8362 21.5822 11.5184 21.5822 12.2275C21.5821 15.2729 20.4916 17.8366 18.6007 19.582H18.5988L18.2814 19.8604C16.6596 21.2168 14.5119 21.9999 11.9806 22C8.07162 22 4.69838 19.7547 3.05288 16.4912V16.4766C1.63857 13.6817 1.63835 10.3141 3.05385 7.51953L3.05288 7.51855C4.69833 4.24582 8.07152 2 11.9806 2Z\" fill=\"currentColor\"/>",
12171
+ "svg": "<path d=\"M12.1369 2C14.8367 2.00011 17.0911 2.99128 18.8273 4.60938L15.9641 7.47266C14.9187 6.49094 13.6095 5.98155 12.1369 5.98145C9.5402 5.98145 7.33274 7.73178 6.53921 10.0908V10.0996C5.29869 13.8213 8.01593 18.0273 12.1369 18.0273C14.6114 18.0273 17.0288 16.6458 17.5207 14.0547H12.1389V10.1816H21.5568C21.675 10.8362 21.7385 11.5184 21.7385 12.2275C21.7384 15.2729 20.6479 17.8366 18.757 19.582H18.7551L18.4377 19.8604C16.8159 21.2168 14.6682 21.9999 12.1369 22C8.22787 22 4.85463 19.7547 3.20913 16.4912V16.4766C1.79482 13.6817 1.7946 10.3141 3.2101 7.51953L3.20913 7.51855C4.85458 4.24582 8.22777 2 12.1369 2Z\" fill=\"currentColor\"/>",
12158
12172
  "iconName": "google",
12159
12173
  "variant": {
12160
12174
  "join": "round",
@@ -12530,6 +12544,20 @@
12530
12544
  "packageName": "round-filled-radius-2-stroke-1",
12531
12545
  "componentName": "IconHaptic"
12532
12546
  },
12547
+ {
12548
+ "category": "Devices & Signals",
12549
+ "svg": "<path d=\"M19 20.5C19 21.8807 17.8807 23 16.5 23H7.5C6.11929 23 5 21.8807 5 20.5V15.8721C6.36426 18.3331 8.98674 20 12 20C15.0133 20 17.6357 18.3331 19 15.8721V20.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 8.5C13.933 8.5 15.5 10.067 15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5ZM12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6Z\" fill=\"currentColor\"/><path d=\"M16.5 1C17.8807 1 19 2.11929 19 3.5V8.12695C17.6356 5.66629 15.013 4 12 4C8.98705 4 6.36438 5.66629 5 8.12695V3.5C5 2.11929 6.11929 1 7.5 1H16.5Z\" fill=\"currentColor\"/>",
12550
+ "iconName": "haptic-feedback, vibration",
12551
+ "variant": {
12552
+ "join": "round",
12553
+ "filled": "on",
12554
+ "radius": "2",
12555
+ "stroke": "1"
12556
+ },
12557
+ "createdAt": "2026-02-23T08:00:35.605032+00:00",
12558
+ "packageName": "round-filled-radius-2-stroke-1",
12559
+ "componentName": "IconHapticFeedback"
12560
+ },
12533
12561
  {
12534
12562
  "category": "Keyboard",
12535
12563
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.55842 3.00347C8.83267 3.03574 9.02884 3.28422 8.99658 3.55847L8.59168 7.00005H16.5848L17.0034 3.44163C17.0357 3.16738 17.2842 2.97121 17.5584 3.00347C17.8327 3.03574 18.0288 3.28422 17.9966 3.55847L17.5917 7.00005H20.5C20.7761 7.00005 21 7.22391 21 7.50005C21 7.77619 20.7761 8.00005 20.5 8.00005H17.474L16.5329 16H20.5C20.7761 16 21 16.2239 21 16.5C21 16.7762 20.7761 17 20.5 17H16.4152L15.9966 20.5585C15.9643 20.8327 15.7158 21.0289 15.4416 20.9966C15.1673 20.9644 14.9712 20.7159 15.0034 20.4416L15.4083 17H7.41521L6.99658 20.5585C6.96431 20.8327 6.71583 21.0289 6.44158 20.9966C6.16733 20.9644 5.97116 20.7159 6.00342 20.4416L6.40832 17H3.5C3.22386 17 3 16.7762 3 16.5C3 16.2239 3.22386 16 3.5 16H6.52596L7.46714 8.00005H3.5C3.22386 8.00005 3 7.77619 3 7.50005C3 7.22391 3.22386 7.00005 3.5 7.00005H7.58479L8.00342 3.44163C8.03569 3.16738 8.28417 2.97121 8.55842 3.00347ZM8.47404 8.00005L7.53286 16H15.526L16.4671 8.00005H8.47404Z\" fill=\"currentColor\"/>",
@@ -17122,6 +17150,20 @@
17122
17150
  "packageName": "round-filled-radius-2-stroke-1",
17123
17151
  "componentName": "IconParasol"
17124
17152
  },
17153
+ {
17154
+ "category": "Nature & Energy",
17155
+ "svg": "<path d=\"M12 2C13.7834 2 15.3007 3.11465 15.9189 4.68359C18.1595 4.78893 19.9375 6.65284 19.9375 8.92871C19.9375 9.51849 19.8147 10.0792 19.5986 10.5898C20.4578 11.3676 21 12.4947 21 13.75C21 16.0933 19.1151 18 16.7812 18H12.5V21H14.5C14.7761 21 15 21.2239 15 21.5C15 21.7761 14.7761 22 14.5 22H9.5C9.22386 22 9 21.7761 9 21.5C9 21.2239 9.22386 21 9.5 21H11.5V18H7.21875C4.88486 18 3 16.0933 3 13.75C3 12.4954 3.54082 11.3677 4.39941 10.5898C4.18362 10.0791 4.06252 9.51789 4.0625 8.92871C4.0625 6.6535 5.83949 4.78992 8.0791 4.68359C8.6974 3.11421 10.2166 2 12 2Z\" fill=\"currentColor\"/>",
17156
+ "iconName": "park, tree, nature",
17157
+ "variant": {
17158
+ "join": "round",
17159
+ "filled": "on",
17160
+ "radius": "2",
17161
+ "stroke": "1"
17162
+ },
17163
+ "createdAt": "2026-02-23T07:00:30.220608+00:00",
17164
+ "packageName": "round-filled-radius-2-stroke-1",
17165
+ "componentName": "IconPark"
17166
+ },
17125
17167
  {
17126
17168
  "category": "Security",
17127
17169
  "svg": "<path d=\"M12 2C9.51472 2 7.5 4.01472 7.5 6.5C7.5 8.98528 9.51472 11 12 11C14.4853 11 16.5 8.98528 16.5 6.5C16.5 4.01472 14.4853 2 12 2Z\" fill=\"currentColor\"/><path d=\"M12.0012 12C8.18331 12 5.32396 14.4854 4.21894 17.882C3.65812 19.6059 5.13839 21 6.6844 21H15.7742L15.75 20.9806V17.3074C14.6948 16.5882 14 15.376 14 14C14 13.4078 14.1287 12.8456 14.3597 12.34C13.6249 12.1188 12.836 12 12.0012 12Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 11C16.3431 11 15 12.3431 15 14C15 15.2107 15.7172 16.254 16.75 16.728V20.2597C16.75 20.4116 16.819 20.5552 16.9377 20.6501L17.6877 21.2501C17.8703 21.3962 18.1297 21.3962 18.3123 21.2501L19.0623 20.6501C19.181 20.5552 19.25 20.4116 19.25 20.2597V19.6492C19.25 19.5078 19.1901 19.3729 19.085 19.2781L18.5 18.75L19.1036 18.1464C19.1973 18.0527 19.25 17.9255 19.25 17.7929V16.728C20.2828 16.254 21 15.2107 21 14C21 12.3431 19.6569 11 18 11ZM17 14C17 13.4477 17.4477 13 18 13C18.5523 13 19 13.4477 19 14C19 14.5523 18.5523 15 18 15C17.4477 15 17 14.5523 17 14Z\" fill=\"currentColor\"/>",
@@ -20300,6 +20342,20 @@
20300
20342
  "packageName": "round-filled-radius-2-stroke-1",
20301
20343
  "componentName": "IconShift"
20302
20344
  },
20345
+ {
20346
+ "category": "Edit",
20347
+ "svg": "<path d=\"M20.5 10C20.7761 10 21 10.2239 21 10.5C21 11.2422 21.0023 11.6758 20.9287 12.083C20.7525 13.0581 20.2589 13.948 19.5254 14.6143C19.2191 14.8925 18.8501 15.1203 18.2207 15.5137L15.3086 17.334C14.6476 17.7471 14.3708 17.9223 14.1465 18.126C13.576 18.6441 13.1927 19.3364 13.0557 20.0947C13.0018 20.3929 13 20.7204 13 21.5C13 21.7761 12.7761 22 12.5 22C12.2239 22 12 21.7761 12 21.5C12 20.7578 11.9977 20.3242 12.0713 19.917C12.2475 18.9419 12.7411 18.052 13.4746 17.3857C13.781 17.1075 14.1499 16.8797 14.7793 16.4863L17.6914 14.666C18.3524 14.2529 18.6292 14.0777 18.8535 13.874C19.424 13.3559 19.8073 12.6636 19.9443 11.9053C19.9982 11.6071 20 11.2796 20 10.5C20 10.2239 20.2239 10 20.5 10Z\" fill=\"currentColor\"/><path d=\"M16 6.25C16.2761 6.25 16.5 6.47386 16.5 6.75C16.5 7.49218 16.5023 7.92579 16.4287 8.33301C16.2525 9.30814 15.7589 10.198 15.0254 10.8643C14.7191 11.1425 14.3501 11.3703 13.7207 11.7637L10.8086 13.584C10.1476 13.9971 9.87078 14.1723 9.64649 14.376C9.07605 14.8941 8.69269 15.5864 8.55567 16.3447C8.5018 16.6429 8.50001 16.9704 8.50001 17.75C8.50001 18.0261 8.27615 18.25 8.00001 18.25C7.72387 18.25 7.50001 18.0261 7.50001 17.75C7.50001 17.0078 7.49774 16.5742 7.5713 16.167C7.74748 15.1919 8.24109 14.302 8.97462 13.6357C9.28096 13.3575 9.64993 13.1297 10.2793 12.7363L13.1914 10.916C13.8524 10.5029 14.1292 10.3277 14.3535 10.124C14.924 9.60587 15.3073 8.91364 15.4443 8.15527C15.4982 7.85708 15.5 7.52964 15.5 6.75C15.5 6.47386 15.7239 6.25 16 6.25Z\" fill=\"currentColor\"/><path d=\"M11.5 2C11.7761 2 12 2.22386 12 2.5C12 3.24218 12.0023 3.67579 11.9287 4.08301C11.7525 5.05814 11.2589 5.94804 10.5254 6.61426C10.2191 6.89247 9.85009 7.12031 9.22071 7.51367L6.3086 9.33398C5.64765 9.74708 5.37078 9.92227 5.14649 10.126C4.57605 10.6441 4.19269 11.3364 4.05567 12.0947C4.0018 12.3929 4.00001 12.7204 4.00001 13.5C4.00001 13.7761 3.77615 14 3.50001 14C3.22387 14 3.00001 13.7761 3.00001 13.5C3.00001 12.7578 2.99774 12.3242 3.0713 11.917C3.24748 10.9419 3.74109 10.052 4.47462 9.38574C4.78096 9.10753 5.14993 8.87969 5.7793 8.48633L8.69141 6.66602C9.35237 6.25292 9.62923 6.07773 9.85352 5.87402C10.424 5.35587 10.8073 4.66364 10.9443 3.90527C10.9982 3.60708 11 3.27964 11 2.5C11 2.22386 11.2239 2 11.5 2Z\" fill=\"currentColor\"/>",
20348
+ "iconName": "shimmer, waves, shader, effect",
20349
+ "variant": {
20350
+ "join": "round",
20351
+ "filled": "on",
20352
+ "radius": "2",
20353
+ "stroke": "1"
20354
+ },
20355
+ "createdAt": "2026-02-23T07:00:30.220608+00:00",
20356
+ "packageName": "round-filled-radius-2-stroke-1",
20357
+ "componentName": "IconShimmer"
20358
+ },
20303
20359
  {
20304
20360
  "category": "Code",
20305
20361
  "svg": "<path d=\"M20.6058 15.3962C20.2597 16.804 19.7055 18.0511 18.7541 19.4109L21.6031 20.0107C21.8733 20.0676 22.0463 20.3328 21.9894 20.603C21.9325 20.8732 21.6673 21.0461 21.3971 20.9892L17.0591 20.076C16.8553 20.0331 16.6449 20.0331 16.4411 20.076L12.5151 20.9025C12.1755 20.974 11.8247 20.974 11.4851 20.9025L7.55912 20.076C7.35534 20.0331 7.14486 20.0331 6.94109 20.076L2.60311 20.9892C2.33289 21.0461 2.06771 20.8732 2.01083 20.603C1.95394 20.3328 2.12688 20.0676 2.3971 20.0107L5.24611 19.4109C4.29472 18.0511 3.74049 16.804 3.3944 15.3962C3.07379 14.092 3.96934 12.8882 5.19873 12.597L11.4239 11.1226C11.8028 11.0329 12.1974 11.0329 12.5763 11.1226L18.8015 12.597C20.0309 12.8882 20.9264 14.092 20.6058 15.3962Z\" fill=\"currentColor\"/><path d=\"M9.5 2C9.22386 2 9 2.22386 9 2.5V6H5.5C5.22386 6 5 6.22386 5 6.5V11.5C5 11.539 5.00446 11.577 5.01291 11.6134L11.1937 10.1495C11.7241 10.0239 12.2765 10.0239 12.8069 10.1495L18.9871 11.6132C18.9955 11.5769 19 11.5389 19 11.5V6.5C19 6.22386 18.7761 6 18.5 6H15V2.5C15 2.22386 14.7761 2 14.5 2H9.5Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -325,6 +325,7 @@ export type CentralIconName =
325
325
  | "IconBulletList"
326
326
  | "IconBun"
327
327
  | "IconBurger"
328
+ | "IconBurst"
328
329
  | "IconBus"
329
330
  | "IconCabinet"
330
331
  | "IconCalculator"
@@ -894,6 +895,7 @@ export type CentralIconName =
894
895
  | "IconHandBell"
895
896
  | "IconHandshake"
896
897
  | "IconHaptic"
898
+ | "IconHapticFeedback"
897
899
  | "IconHashtag"
898
900
  | "IconHatBunny"
899
901
  | "IconHatSparkle"
@@ -1222,6 +1224,7 @@ export type CentralIconName =
1222
1224
  | "IconParachute"
1223
1225
  | "IconParagraph"
1224
1226
  | "IconParasol"
1227
+ | "IconPark"
1225
1228
  | "IconPasskeys"
1226
1229
  | "IconPassport"
1227
1230
  | "IconPassword"
@@ -1449,6 +1452,7 @@ export type CentralIconName =
1449
1452
  | "IconShieldCrossed"
1450
1453
  | "IconShieldKeyhole"
1451
1454
  | "IconShift"
1455
+ | "IconShimmer"
1452
1456
  | "IconShip"
1453
1457
  | "IconShipping"
1454
1458
  | "IconShoppingBag1"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-2-stroke-1",
3
- "version": "1.1.139",
3
+ "version": "1.1.141",
4
4
  "style": "round-filled-radius-2-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-1/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1820,
14
+ "totalIcons": 1824,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 69,
@@ -434,7 +434,7 @@
434
434
  ]
435
435
  },
436
436
  "Devices & Signals": {
437
- "count": 74,
437
+ "count": 75,
438
438
  "icons": [
439
439
  "IconAirdrop",
440
440
  "IconAirplay",
@@ -459,6 +459,7 @@
459
459
  "IconFullscreen2",
460
460
  "IconGyroscopeSensor",
461
461
  "IconHaptic",
462
+ "IconHapticFeedback",
462
463
  "IconImac",
463
464
  "IconKeyboardCable",
464
465
  "IconKeyboardDown",
@@ -513,7 +514,7 @@
513
514
  ]
514
515
  },
515
516
  "Edit": {
516
- "count": 86,
517
+ "count": 87,
517
518
  "icons": [
518
519
  "Icon3d",
519
520
  "IconAddKeyframe",
@@ -586,6 +587,7 @@
586
587
  "IconSelectLassoDashed",
587
588
  "IconShaderEffect",
588
589
  "IconShaders",
590
+ "IconShimmer",
589
591
  "IconSignature",
590
592
  "IconSlice",
591
593
  "IconSummary",
@@ -1175,7 +1177,7 @@
1175
1177
  ]
1176
1178
  },
1177
1179
  "Nature & Energy": {
1178
- "count": 19,
1180
+ "count": 20,
1179
1181
  "icons": [
1180
1182
  "IconAtom",
1181
1183
  "IconBlossom",
@@ -1188,6 +1190,7 @@
1188
1190
  "IconHomeEnergy",
1189
1191
  "IconHomeEnergy2",
1190
1192
  "IconNuclearPowerPlant",
1193
+ "IconPark",
1191
1194
  "IconPowerPlant",
1192
1195
  "IconPumpjack",
1193
1196
  "IconRainbow",
@@ -1694,7 +1697,7 @@
1694
1697
  ]
1695
1698
  },
1696
1699
  "Things": {
1697
- "count": 125,
1700
+ "count": 126,
1698
1701
  "icons": [
1699
1702
  "IconAnvil",
1700
1703
  "IconBackpack",
@@ -1712,6 +1715,7 @@
1712
1715
  "IconBronceMedal",
1713
1716
  "IconBroom",
1714
1717
  "IconBuildingBlocks",
1718
+ "IconBurst",
1715
1719
  "IconCap",
1716
1720
  "IconCelebrate",
1717
1721
  "IconCirclesThree",
@@ -2348,6 +2352,7 @@
2348
2352
  "IconBulletList": "bullet-list",
2349
2353
  "IconBun": "bun",
2350
2354
  "IconBurger": "burger, hamburger, sandwich",
2355
+ "IconBurst": "burst, pop, boom",
2351
2356
  "IconBus": "bus, school-bus",
2352
2357
  "IconCabinet": "cabinet",
2353
2358
  "IconCalculator": "calculator",
@@ -2917,6 +2922,7 @@
2917
2922
  "IconHandBell": "hand-bell",
2918
2923
  "IconHandshake": "handshake, heart",
2919
2924
  "IconHaptic": "haptic, waves",
2925
+ "IconHapticFeedback": "haptic-feedback, vibration",
2920
2926
  "IconHashtag": "hashtag, #",
2921
2927
  "IconHatBunny": "hat-bunny, surprise, magic hat",
2922
2928
  "IconHatSparkle": "hat-sparkle, magic hat",
@@ -3245,6 +3251,7 @@
3245
3251
  "IconParachute": "parachute, airdrop",
3246
3252
  "IconParagraph": "paragraph",
3247
3253
  "IconParasol": "parasol, umbrella, vacation",
3254
+ "IconPark": "park, tree, nature",
3248
3255
  "IconPasskeys": "passkeys, passkey, passwordless",
3249
3256
  "IconPassport": "passport, visa",
3250
3257
  "IconPassword": "password, lock, protection",
@@ -3472,6 +3479,7 @@
3472
3479
  "IconShieldCrossed": "shield-crossed, security, protection",
3473
3480
  "IconShieldKeyhole": "shield-keyhole",
3474
3481
  "IconShift": "shift",
3482
+ "IconShimmer": "shimmer, waves, shader, effect",
3475
3483
  "IconShip": "ship, changelog",
3476
3484
  "IconShipping": "shipping, truck, delivery",
3477
3485
  "IconShoppingBag1": "shopping-bag-1",
package/index.d.ts CHANGED
@@ -324,6 +324,7 @@ export { IconBuildings, default as IconBuildingsDefault, } from "./IconBuildings
324
324
  export { IconBulletList, default as IconBulletListDefault, } from "./IconBulletList";
325
325
  export { IconBun, default as IconBunDefault } from "./IconBun";
326
326
  export { IconBurger, default as IconBurgerDefault } from "./IconBurger";
327
+ export { IconBurst, default as IconBurstDefault } from "./IconBurst";
327
328
  export { IconBus, default as IconBusDefault } from "./IconBus";
328
329
  export { IconCabinet, default as IconCabinetDefault } from "./IconCabinet";
329
330
  export { IconCalculator, default as IconCalculatorDefault, } from "./IconCalculator";
@@ -893,6 +894,7 @@ export { IconHand5Finger, default as IconHand5FingerDefault, } from "./IconHand5
893
894
  export { IconHandBell, default as IconHandBellDefault } from "./IconHandBell";
894
895
  export { IconHandshake, default as IconHandshakeDefault, } from "./IconHandshake";
895
896
  export { IconHaptic, default as IconHapticDefault } from "./IconHaptic";
897
+ export { IconHapticFeedback, default as IconHapticFeedbackDefault, } from "./IconHapticFeedback";
896
898
  export { IconHashtag, default as IconHashtagDefault } from "./IconHashtag";
897
899
  export { IconHatBunny, default as IconHatBunnyDefault } from "./IconHatBunny";
898
900
  export { IconHatSparkle, default as IconHatSparkleDefault, } from "./IconHatSparkle";
@@ -1221,6 +1223,7 @@ export { IconPaperclip3, default as IconPaperclip3Default, } from "./IconPapercl
1221
1223
  export { IconParachute, default as IconParachuteDefault, } from "./IconParachute";
1222
1224
  export { IconParagraph, default as IconParagraphDefault, } from "./IconParagraph";
1223
1225
  export { IconParasol, default as IconParasolDefault } from "./IconParasol";
1226
+ export { IconPark, default as IconParkDefault } from "./IconPark";
1224
1227
  export { IconPasskeys, default as IconPasskeysDefault } from "./IconPasskeys";
1225
1228
  export { IconPassport, default as IconPassportDefault } from "./IconPassport";
1226
1229
  export { IconPassword, default as IconPasswordDefault } from "./IconPassword";
@@ -1448,6 +1451,7 @@ export { IconShieldCode, default as IconShieldCodeDefault, } from "./IconShieldC
1448
1451
  export { IconShieldCrossed, default as IconShieldCrossedDefault, } from "./IconShieldCrossed";
1449
1452
  export { IconShieldKeyhole, default as IconShieldKeyholeDefault, } from "./IconShieldKeyhole";
1450
1453
  export { IconShift, default as IconShiftDefault } from "./IconShift";
1454
+ export { IconShimmer, default as IconShimmerDefault } from "./IconShimmer";
1451
1455
  export { IconShip, default as IconShipDefault } from "./IconShip";
1452
1456
  export { IconShipping, default as IconShippingDefault } from "./IconShipping";
1453
1457
  export { IconShoppingBag1, default as IconShoppingBag1Default, } from "./IconShoppingBag1";