@central-icons-react-native/square-outlined-radius-0-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.
- package/IconBurst/index.d.ts +4 -0
- package/IconBurst/index.js +2 -0
- package/IconBurst/index.js.map +1 -0
- package/IconBurst/index.mjs +2 -0
- package/IconBurst/index.mjs.map +1 -0
- package/IconGoogle/index.js +1 -1
- package/IconGoogle/index.js.map +1 -1
- package/IconGoogle/index.mjs +1 -1
- package/IconGoogle/index.mjs.map +1 -1
- package/IconHapticFeedback/index.d.ts +4 -0
- package/IconHapticFeedback/index.js +2 -0
- package/IconHapticFeedback/index.js.map +1 -0
- package/IconHapticFeedback/index.mjs +2 -0
- package/IconHapticFeedback/index.mjs.map +1 -0
- package/IconPark/index.d.ts +4 -0
- package/IconPark/index.js +2 -0
- package/IconPark/index.js.map +1 -0
- package/IconPark/index.mjs +2 -0
- package/IconPark/index.mjs.map +1 -0
- package/IconShimmer/index.d.ts +4 -0
- package/IconShimmer/index.js +2 -0
- package/IconShimmer/index.js.map +1 -0
- package/IconShimmer/index.mjs +2 -0
- package/IconShimmer/index.mjs.map +1 -0
- package/README.md +4 -0
- package/filtered-icons.json +57 -1
- package/icons/index.d.ts +4 -0
- package/icons-index.json +14 -6
- package/index.d.ts +4 -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 +29 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var M=Object.getOwnPropertyNames;var i=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of M(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=I(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?B(i(r)):{},s(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>s(n({},"__esModule",{value:!0}),r);var L={};P(L,{IconBurst:()=>u,default:()=>v});module.exports=g(L);var p=m(require("react"));var C=m(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...t})=>C.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),u=r=>p.default.createElement(l,{...r},p.default.createElement(f.Path,{d:"M12 1.5V4.5M12 19.5V22.5M1.5 12H4.5M19.5 12H22.5M4.5 4.5L8 8M16 16L19.5 19.5M4.5 19.5L8 16M16 8L19.5 4.5",stroke:"currentColor",strokeLinecap:"square"})),v=u;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=\"M12 1.5V4.5M12 19.5V22.5M1.5 12H4.5M19.5 12H22.5M4.5 4.5L8 8M16 16L19.5 19.5M4.5 19.5L8 16M16 8L19.5 4.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\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,2GACF,OAAO,eACP,cAAc,SAChB,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 e from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(a,{...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 s}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(s,{d:"M12 1.5V4.5M12 19.5V22.5M1.5 12H4.5M19.5 12H22.5M4.5 4.5L8 8M16 16L19.5 19.5M4.5 19.5L8 16M16 8L19.5 4.5",stroke:"currentColor",strokeLinecap:"square"})),x=m;export{m as IconBurst,x 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=\"M12 1.5V4.5M12 19.5V22.5M1.5 12H4.5M19.5 12H22.5M4.5 4.5L8 8M16 16L19.5 19.5M4.5 19.5L8 16M16 8L19.5 4.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\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,2GACF,OAAO,eACP,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBurst","props","React","CentralIconBase","IconBurst_default"]}
|
package/IconGoogle/index.js
CHANGED
|
@@ -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
|
|
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
|
package/IconGoogle/index.js.map
CHANGED
|
@@ -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=\"
|
|
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"]}
|
package/IconGoogle/index.mjs
CHANGED
|
@@ -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:"
|
|
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
|
package/IconGoogle/index.mjs.map
CHANGED
|
@@ -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=\"
|
|
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,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var c=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)c(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!P.call(r,t)&&t!==e&&c(r,t,{get:()=>o[t],enumerable:!(s=x(o,t))||s.enumerable});return r};var C=(r,o,e)=>(e=r!=null?f(I(r)):{},a(o||!r||!r.__esModule?c(e,"default",{value:r,enumerable:!0}):e,r)),y=r=>a(c({},"__esModule",{value:!0}),r);var k={};g(k,{IconHapticFeedback:()=>u,default:()=>d});module.exports=y(k);var n=C(require("react"));var l=C(require("react")),m=require("react-native-svg"),i=({children:r,size:o=24,...e})=>l.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),u=r=>n.default.createElement(i,{...r},n.default.createElement(p.Path,{d:"M18.5 1.5H5.5V22.5H18.5V1.5Z",stroke:"currentColor"}),n.default.createElement(p.Circle,{cx:"12",cy:"12",r:"6.5",stroke:"currentColor"}),n.default.createElement(p.Circle,{cx:"12",cy:"12",r:"3",stroke:"currentColor",strokeLinejoin:"round"})),d=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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconHapticFeedback: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M18.5 1.5H5.5V22.5H18.5V1.5Z\" stroke=\"currentColor\" />\n <Circle cx=\"12\" cy=\"12\" r=\"6.5\" stroke=\"currentColor\" />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\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,EAA6B,4BAEhBC,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,+BAA+B,OAAO,eAAe,EAC7D,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtD,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,eAAe,QACjB,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 c from"react";import{Svg as s}from"react-native-svg";var t=({children:e,size:r=24,...p})=>c.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as n,Path as a}from"react-native-svg";var C=e=>o.createElement(t,{...e},o.createElement(a,{d:"M18.5 1.5H5.5V22.5H18.5V1.5Z",stroke:"currentColor"}),o.createElement(n,{cx:"12",cy:"12",r:"6.5",stroke:"currentColor"}),o.createElement(n,{cx:"12",cy:"12",r:"3",stroke:"currentColor",strokeLinejoin:"round"})),g=C;export{C as IconHapticFeedback,g 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconHapticFeedback: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M18.5 1.5H5.5V22.5H18.5V1.5Z\" stroke=\"currentColor\" />\n <Circle cx=\"12\" cy=\"12\" r=\"6.5\" stroke=\"currentColor\" />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,+BAA+B,OAAO,eAAe,EAC7DG,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtDI,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconHapticFeedback","props","React","CentralIconBase","IconHapticFeedback_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var C=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var P=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var i=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of P(o))!g.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(s=I(o,e))||s.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>a(C({},"__esModule",{value:!0}),r);var h={};i(h,{IconPark:()=>u,default:()=>v});module.exports=d(h);var n=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),u=r=>n.default.createElement(f,{...r},n.default.createElement(p.Path,{d:"M12 2.5C13.6859 2.5 15.1082 3.63185 15.5641 5.18276C15.6154 5.18064 15.6669 5.17857 15.7188 5.17857C17.7726 5.17857 19.4375 6.8575 19.4375 8.92857C19.4375 9.5806 19.2712 10.193 18.981 10.7272C19.9018 11.4098 20.5 12.5091 20.5 13.75C20.5 15.8211 18.8351 17.5 16.7812 17.5H7.21875C5.16494 17.5 3.5 15.8211 3.5 13.75C3.5 12.5094 4.09752 11.4098 5.01801 10.7272C4.72793 10.1932 4.5625 9.58042 4.5625 8.92857C4.5625 6.8575 6.22744 5.17857 8.28125 5.17857C8.3327 5.17857 8.38387 5.18067 8.43481 5.18276C8.89072 3.63171 10.314 2.5 12 2.5Z",stroke:"currentColor"}),n.default.createElement(p.Path,{d:"M12 17.6174V21.5",stroke:"currentColor"}),n.default.createElement(p.Path,{d:"M9 21.5001H15",stroke:"currentColor"})),v=u;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 2.5C13.6859 2.5 15.1082 3.63185 15.5641 5.18276C15.6154 5.18064 15.6669 5.17857 15.7188 5.17857C17.7726 5.17857 19.4375 6.8575 19.4375 8.92857C19.4375 9.5806 19.2712 10.193 18.981 10.7272C19.9018 11.4098 20.5 12.5091 20.5 13.75C20.5 15.8211 18.8351 17.5 16.7812 17.5H7.21875C5.16494 17.5 3.5 15.8211 3.5 13.75C3.5 12.5094 4.09752 11.4098 5.01801 10.7272C4.72793 10.1932 4.5625 9.58042 4.5625 8.92857C4.5625 6.8575 6.22744 5.17857 8.28125 5.17857C8.3327 5.17857 8.38387 5.18067 8.43481 5.18276C8.89072 3.63171 10.314 2.5 12 2.5Z\"\n stroke=\"currentColor\"\n />\n <Path d=\"M12 17.6174V21.5\" stroke=\"currentColor\" />\n <Path d=\"M9 21.5001H15\" stroke=\"currentColor\" />\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,shBACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,mBAAmB,OAAO,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,CAChD,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 o from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:t,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M12 2.5C13.6859 2.5 15.1082 3.63185 15.5641 5.18276C15.6154 5.18064 15.6669 5.17857 15.7188 5.17857C17.7726 5.17857 19.4375 6.8575 19.4375 8.92857C19.4375 9.5806 19.2712 10.193 18.981 10.7272C19.9018 11.4098 20.5 12.5091 20.5 13.75C20.5 15.8211 18.8351 17.5 16.7812 17.5H7.21875C5.16494 17.5 3.5 15.8211 3.5 13.75C3.5 12.5094 4.09752 11.4098 5.01801 10.7272C4.72793 10.1932 4.5625 9.58042 4.5625 8.92857C4.5625 6.8575 6.22744 5.17857 8.28125 5.17857C8.3327 5.17857 8.38387 5.18067 8.43481 5.18276C8.89072 3.63171 10.314 2.5 12 2.5Z",stroke:"currentColor"}),o.createElement(e,{d:"M12 17.6174V21.5",stroke:"currentColor"}),o.createElement(e,{d:"M9 21.5001H15",stroke:"currentColor"})),g=a;export{a as IconPark,g 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 2.5C13.6859 2.5 15.1082 3.63185 15.5641 5.18276C15.6154 5.18064 15.6669 5.17857 15.7188 5.17857C17.7726 5.17857 19.4375 6.8575 19.4375 8.92857C19.4375 9.5806 19.2712 10.193 18.981 10.7272C19.9018 11.4098 20.5 12.5091 20.5 13.75C20.5 15.8211 18.8351 17.5 16.7812 17.5H7.21875C5.16494 17.5 3.5 15.8211 3.5 13.75C3.5 12.5094 4.09752 11.4098 5.01801 10.7272C4.72793 10.1932 4.5625 9.58042 4.5625 8.92857C4.5625 6.8575 6.22744 5.17857 8.28125 5.17857C8.3327 5.17857 8.38387 5.18067 8.43481 5.18276C8.89072 3.63171 10.314 2.5 12 2.5Z\"\n stroke=\"currentColor\"\n />\n <Path d=\"M12 17.6174V21.5\" stroke=\"currentColor\" />\n <Path d=\"M9 21.5001H15\" stroke=\"currentColor\" />\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,shBACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,mBAAmB,OAAO,eAAe,EACjDG,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,CAChD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPark","props","React","CentralIconBase","IconPark_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(s=B(o,t))||s.enumerable});return r};var m=(r,o,e)=>(e=r!=null?f(x(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),k=r=>a(n({},"__esModule",{value:!0}),r);var d={};g(d,{IconShimmer:()=>i,default:()=>L});module.exports=k(d);var C=m(require("react"));var c=m(require("react")),l=require("react-native-svg"),u=({children:r,size:o=24,...e})=>c.default.createElement(l.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>C.default.createElement(u,{...r},C.default.createElement(p.Path,{d:"M11.5 2.5C11.5 3.26097 11.5 3.64146 11.4363 3.9942C11.2797 4.86098 10.8413 5.65183 10.1893 6.24403C9.92396 6.48503 9.60131 6.68668 8.95601 7.09L6.04399 8.91C5.39869 9.31332 5.07604 9.51497 4.8107 9.75597C4.15867 10.3482 3.72034 11.139 3.56373 12.0058C3.5 12.3585 3.5 12.739 3.5 13.5",stroke:"currentColor",strokeLinecap:"square"}),C.default.createElement(p.Path,{d:"M20.5 10.5C20.5 11.261 20.5 11.6415 20.4363 11.9942C20.2797 12.861 19.8413 13.6518 19.1893 14.244C18.924 14.485 18.6013 14.6867 17.956 15.09L15.044 16.91C14.3987 17.3133 14.076 17.515 13.8107 17.756C13.1587 18.3482 12.7203 19.139 12.5637 20.0058C12.5 20.3585 12.5 20.739 12.5 21.5",stroke:"currentColor",strokeLinecap:"square"}),C.default.createElement(p.Path,{d:"M16 6.75C16 7.51097 16 7.89146 15.9363 8.2442C15.7797 9.11098 15.3413 9.90183 14.6893 10.494C14.424 10.735 14.1013 10.9367 13.456 11.34L10.544 13.16C9.89869 13.5633 9.57604 13.765 9.3107 14.006C8.65867 14.5982 8.22034 15.389 8.06373 16.2558C8 16.6085 8 16.989 8 17.75",stroke:"currentColor",strokeLinecap:"square"})),L=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=\"M11.5 2.5C11.5 3.26097 11.5 3.64146 11.4363 3.9942C11.2797 4.86098 10.8413 5.65183 10.1893 6.24403C9.92396 6.48503 9.60131 6.68668 8.95601 7.09L6.04399 8.91C5.39869 9.31332 5.07604 9.51497 4.8107 9.75597C4.15867 10.3482 3.72034 11.139 3.56373 12.0058C3.5 12.3585 3.5 12.739 3.5 13.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M20.5 10.5C20.5 11.261 20.5 11.6415 20.4363 11.9942C20.2797 12.861 19.8413 13.6518 19.1893 14.244C18.924 14.485 18.6013 14.6867 17.956 15.09L15.044 16.91C14.3987 17.3133 14.076 17.515 13.8107 17.756C13.1587 18.3482 12.7203 19.139 12.5637 20.0058C12.5 20.3585 12.5 20.739 12.5 21.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M16 6.75C16 7.51097 16 7.89146 15.9363 8.2442C15.7797 9.11098 15.3413 9.90183 14.6893 10.494C14.424 10.735 14.1013 10.9367 13.456 11.34L10.544 13.16C9.89869 13.5633 9.57604 13.765 9.3107 14.006C8.65867 14.5982 8.22034 15.389 8.06373 16.2558C8 16.6085 8 16.989 8 17.75\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\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,6RACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2RACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8QACF,OAAO,eACP,cAAc,SAChB,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 o from"react";import p from"react";import{Svg as s}from"react-native-svg";var C=({children:e,size:r=24,...n})=>p.createElement(s,{...n,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 t}from"react-native-svg";var a=e=>o.createElement(C,{...e},o.createElement(t,{d:"M11.5 2.5C11.5 3.26097 11.5 3.64146 11.4363 3.9942C11.2797 4.86098 10.8413 5.65183 10.1893 6.24403C9.92396 6.48503 9.60131 6.68668 8.95601 7.09L6.04399 8.91C5.39869 9.31332 5.07604 9.51497 4.8107 9.75597C4.15867 10.3482 3.72034 11.139 3.56373 12.0058C3.5 12.3585 3.5 12.739 3.5 13.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(t,{d:"M20.5 10.5C20.5 11.261 20.5 11.6415 20.4363 11.9942C20.2797 12.861 19.8413 13.6518 19.1893 14.244C18.924 14.485 18.6013 14.6867 17.956 15.09L15.044 16.91C14.3987 17.3133 14.076 17.515 13.8107 17.756C13.1587 18.3482 12.7203 19.139 12.5637 20.0058C12.5 20.3585 12.5 20.739 12.5 21.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(t,{d:"M16 6.75C16 7.51097 16 7.89146 15.9363 8.2442C15.7797 9.11098 15.3413 9.90183 14.6893 10.494C14.424 10.735 14.1013 10.9367 13.456 11.34L10.544 13.16C9.89869 13.5633 9.57604 13.765 9.3107 14.006C8.65867 14.5982 8.22034 15.389 8.06373 16.2558C8 16.6085 8 16.989 8 17.75",stroke:"currentColor",strokeLinecap:"square"})),P=a;export{a 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=\"M11.5 2.5C11.5 3.26097 11.5 3.64146 11.4363 3.9942C11.2797 4.86098 10.8413 5.65183 10.1893 6.24403C9.92396 6.48503 9.60131 6.68668 8.95601 7.09L6.04399 8.91C5.39869 9.31332 5.07604 9.51497 4.8107 9.75597C4.15867 10.3482 3.72034 11.139 3.56373 12.0058C3.5 12.3585 3.5 12.739 3.5 13.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M20.5 10.5C20.5 11.261 20.5 11.6415 20.4363 11.9942C20.2797 12.861 19.8413 13.6518 19.1893 14.244C18.924 14.485 18.6013 14.6867 17.956 15.09L15.044 16.91C14.3987 17.3133 14.076 17.515 13.8107 17.756C13.1587 18.3482 12.7203 19.139 12.5637 20.0058C12.5 20.3585 12.5 20.739 12.5 21.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M16 6.75C16 7.51097 16 7.89146 15.9363 8.2442C15.7797 9.11098 15.3413 9.90183 14.6893 10.494C14.424 10.735 14.1013 10.9367 13.456 11.34L10.544 13.16C9.89869 13.5633 9.57604 13.765 9.3107 14.006C8.65867 14.5982 8.22034 15.389 8.06373 16.2558C8 16.6085 8 16.989 8 17.75\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\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,6RACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2RACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8QACF,OAAO,eACP,cAAc,SAChB,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
|
package/filtered-icons.json
CHANGED
|
@@ -4564,6 +4564,20 @@
|
|
|
4564
4564
|
"packageName": "square-outlined-radius-0-stroke-1",
|
|
4565
4565
|
"componentName": "IconBurger"
|
|
4566
4566
|
},
|
|
4567
|
+
{
|
|
4568
|
+
"category": "Things",
|
|
4569
|
+
"svg": "<path d=\"M12 1.5V4.5M12 19.5V22.5M1.5 12H4.5M19.5 12H22.5M4.5 4.5L8 8M16 16L19.5 19.5M4.5 19.5L8 16M16 8L19.5 4.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
|
|
4570
|
+
"iconName": "burst, pop, boom",
|
|
4571
|
+
"variant": {
|
|
4572
|
+
"join": "square",
|
|
4573
|
+
"filled": "off",
|
|
4574
|
+
"radius": "0",
|
|
4575
|
+
"stroke": "1"
|
|
4576
|
+
},
|
|
4577
|
+
"createdAt": "2026-02-23T07:00:30.220608+00:00",
|
|
4578
|
+
"packageName": "square-outlined-radius-0-stroke-1",
|
|
4579
|
+
"componentName": "IconBurst"
|
|
4580
|
+
},
|
|
4567
4581
|
{
|
|
4568
4582
|
"category": "Vehicles & Aircrafts",
|
|
4569
4583
|
"svg": "<path d=\"M7.5 20.5H3.5V3.5H20.5V20.5H16.5V18.5H7.5V20.5Z\" stroke=\"currentColor\"/><path d=\"M4 12.5H20\" stroke=\"currentColor\"/><path d=\"M6 15.5H9\" stroke=\"currentColor\"/><path d=\"M15 15.5H18\" stroke=\"currentColor\"/><path d=\"M1 7.5L3.5 7.5\" stroke=\"currentColor\"/><path d=\"M20.5 7.5L23 7.5\" stroke=\"currentColor\"/><path d=\"M9 5.5H15\" stroke=\"currentColor\"/>",
|
|
@@ -12154,7 +12168,7 @@
|
|
|
12154
12168
|
},
|
|
12155
12169
|
{
|
|
12156
12170
|
"category": "Social Media & Brands",
|
|
12157
|
-
"svg": "<path d=\"
|
|
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": "square",
|
|
@@ -12530,6 +12544,20 @@
|
|
|
12530
12544
|
"packageName": "square-outlined-radius-0-stroke-1",
|
|
12531
12545
|
"componentName": "IconHaptic"
|
|
12532
12546
|
},
|
|
12547
|
+
{
|
|
12548
|
+
"category": "Devices & Signals",
|
|
12549
|
+
"svg": "<path d=\"M18.5 1.5H5.5V22.5H18.5V1.5Z\" stroke=\"currentColor\"/><circle cx=\"12\" cy=\"12\" r=\"6.5\" stroke=\"currentColor\"/><circle cx=\"12\" cy=\"12\" r=\"3\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
|
|
12550
|
+
"iconName": "haptic-feedback, vibration",
|
|
12551
|
+
"variant": {
|
|
12552
|
+
"join": "square",
|
|
12553
|
+
"filled": "off",
|
|
12554
|
+
"radius": "0",
|
|
12555
|
+
"stroke": "1"
|
|
12556
|
+
},
|
|
12557
|
+
"createdAt": "2026-02-23T08:00:35.605032+00:00",
|
|
12558
|
+
"packageName": "square-outlined-radius-0-stroke-1",
|
|
12559
|
+
"componentName": "IconHapticFeedback"
|
|
12560
|
+
},
|
|
12533
12561
|
{
|
|
12534
12562
|
"category": "Keyboard",
|
|
12535
12563
|
"svg": "<path d=\"M8.5 3.5L6.5 20.5M17.5 3.5L15.5 20.5M3.5 7.5H20.5M20.5 16.5H3.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
|
|
@@ -17122,6 +17150,20 @@
|
|
|
17122
17150
|
"packageName": "square-outlined-radius-0-stroke-1",
|
|
17123
17151
|
"componentName": "IconParasol"
|
|
17124
17152
|
},
|
|
17153
|
+
{
|
|
17154
|
+
"category": "Nature & Energy",
|
|
17155
|
+
"svg": "<path d=\"M12 2.5C13.6859 2.5 15.1082 3.63185 15.5641 5.18276C15.6154 5.18064 15.6669 5.17857 15.7188 5.17857C17.7726 5.17857 19.4375 6.8575 19.4375 8.92857C19.4375 9.5806 19.2712 10.193 18.981 10.7272C19.9018 11.4098 20.5 12.5091 20.5 13.75C20.5 15.8211 18.8351 17.5 16.7812 17.5H7.21875C5.16494 17.5 3.5 15.8211 3.5 13.75C3.5 12.5094 4.09752 11.4098 5.01801 10.7272C4.72793 10.1932 4.5625 9.58042 4.5625 8.92857C4.5625 6.8575 6.22744 5.17857 8.28125 5.17857C8.3327 5.17857 8.38387 5.18067 8.43481 5.18276C8.89072 3.63171 10.314 2.5 12 2.5Z\" stroke=\"currentColor\"/><path d=\"M12 17.6174V21.5\" stroke=\"currentColor\"/><path d=\"M9 21.5001H15\" stroke=\"currentColor\"/>",
|
|
17156
|
+
"iconName": "park, tree, nature",
|
|
17157
|
+
"variant": {
|
|
17158
|
+
"join": "square",
|
|
17159
|
+
"filled": "off",
|
|
17160
|
+
"radius": "0",
|
|
17161
|
+
"stroke": "1"
|
|
17162
|
+
},
|
|
17163
|
+
"createdAt": "2026-02-23T07:00:30.220608+00:00",
|
|
17164
|
+
"packageName": "square-outlined-radius-0-stroke-1",
|
|
17165
|
+
"componentName": "IconPark"
|
|
17166
|
+
},
|
|
17125
17167
|
{
|
|
17126
17168
|
"category": "Security",
|
|
17127
17169
|
"svg": "<path d=\"M4 20.5L3.50191 20.4563L3.45421 21H4V20.5ZM13.4073 13.1294L13.8986 13.2221L14.084 12.2394L13.5927 12.1467L13.4073 13.1294ZM14.5 21H15V20H14.5V21ZM17 20H16.5V20.2071L16.6464 20.3536L17 20ZM18 21L17.6464 21.3536L18 21.7071L18.3536 21.3536L18 21ZM19 20L19.3536 20.3536L19.5 20.2071V20H19ZM17 16.292H17.5V15.9648L17.2002 15.8338L17 16.292ZM19 16.292L18.7998 15.8338L18.5 15.9648V16.292H19ZM18.5 18.25L18.084 17.9726L17.8991 18.25L18.084 18.5273L18.5 18.25ZM19 17.5L19.416 17.7774L19.5 17.6514V17.5H19ZM19 19H19.5V18.8486L19.416 18.7227L19 19ZM15.5 6.5C15.5 8.433 13.933 10 12 10V11C14.4853 11 16.5 8.98528 16.5 6.5H15.5ZM12 10C10.067 10 8.5 8.433 8.5 6.5H7.5C7.5 8.98528 9.51472 11 12 11V10ZM8.5 6.5C8.5 4.567 10.067 3 12 3V2C9.51472 2 7.5 4.01472 7.5 6.5H8.5ZM12 3C13.933 3 15.5 4.567 15.5 6.5H16.5C16.5 4.01472 14.4853 2 12 2V3ZM4.49809 20.5437C4.8739 16.2605 7.84246 13 12 13V12C7.21843 12 3.91318 15.7691 3.50191 20.4563L4.49809 20.5437ZM12 13C12.4882 13 12.9578 13.0445 13.4073 13.1294L13.5927 12.1467C13.081 12.0501 12.5492 12 12 12V13ZM4 21H14.5V20H4V21ZM16 14C16 12.8954 16.8954 12 18 12V11C16.3431 11 15 12.3431 15 14H16ZM18 12C19.1046 12 20 12.8954 20 14H21C21 12.3431 19.6569 11 18 11V12ZM16.6464 20.3536L17.6464 21.3536L18.3536 20.6464L17.3536 19.6464L16.6464 20.3536ZM18.3536 21.3536L19.3536 20.3536L18.6464 19.6464L17.6464 20.6464L18.3536 21.3536ZM16.5 16.292V20H17.5V16.292H16.5ZM17.2002 15.8338C16.4928 15.5247 16 14.8194 16 14H15C15 15.231 15.7413 16.2877 16.7998 16.7502L17.2002 15.8338ZM20 14C20 14.8194 19.5072 15.5247 18.7998 15.8338L19.2002 16.7502C20.2587 16.2877 21 15.231 21 14H20ZM18.916 18.5273L19.416 17.7774L18.584 17.2226L18.084 17.9726L18.916 18.5273ZM19.5 17.5V16.292H18.5V17.5H19.5ZM19.5 20V19H18.5V20H19.5ZM19.416 18.7227L18.916 17.9726L18.084 18.5273L18.584 19.2773L19.416 18.7227Z\" fill=\"currentColor\"/>",
|
|
@@ -20300,6 +20342,20 @@
|
|
|
20300
20342
|
"packageName": "square-outlined-radius-0-stroke-1",
|
|
20301
20343
|
"componentName": "IconShift"
|
|
20302
20344
|
},
|
|
20345
|
+
{
|
|
20346
|
+
"category": "Edit",
|
|
20347
|
+
"svg": "<path d=\"M11.5 2.5C11.5 3.26097 11.5 3.64146 11.4363 3.9942C11.2797 4.86098 10.8413 5.65183 10.1893 6.24403C9.92396 6.48503 9.60131 6.68668 8.95601 7.09L6.04399 8.91C5.39869 9.31332 5.07604 9.51497 4.8107 9.75597C4.15867 10.3482 3.72034 11.139 3.56373 12.0058C3.5 12.3585 3.5 12.739 3.5 13.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M20.5 10.5C20.5 11.261 20.5 11.6415 20.4363 11.9942C20.2797 12.861 19.8413 13.6518 19.1893 14.244C18.924 14.485 18.6013 14.6867 17.956 15.09L15.044 16.91C14.3987 17.3133 14.076 17.515 13.8107 17.756C13.1587 18.3482 12.7203 19.139 12.5637 20.0058C12.5 20.3585 12.5 20.739 12.5 21.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M16 6.75C16 7.51097 16 7.89146 15.9363 8.2442C15.7797 9.11098 15.3413 9.90183 14.6893 10.494C14.424 10.735 14.1013 10.9367 13.456 11.34L10.544 13.16C9.89869 13.5633 9.57604 13.765 9.3107 14.006C8.65867 14.5982 8.22034 15.389 8.06373 16.2558C8 16.6085 8 16.989 8 17.75\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
|
|
20348
|
+
"iconName": "shimmer, waves, shader, effect",
|
|
20349
|
+
"variant": {
|
|
20350
|
+
"join": "square",
|
|
20351
|
+
"filled": "off",
|
|
20352
|
+
"radius": "0",
|
|
20353
|
+
"stroke": "1"
|
|
20354
|
+
},
|
|
20355
|
+
"createdAt": "2026-02-23T07:00:30.220608+00:00",
|
|
20356
|
+
"packageName": "square-outlined-radius-0-stroke-1",
|
|
20357
|
+
"componentName": "IconShimmer"
|
|
20358
|
+
},
|
|
20303
20359
|
{
|
|
20304
20360
|
"category": "Code",
|
|
20305
20361
|
"svg": "<path d=\"M3.55556 12.5L3.44032 12.0135L3.00075 12.1176L3.05985 12.5654L3.55556 12.5ZM12 10.5L12.1152 10.0135L12 9.98617L11.8848 10.0135L12 10.5ZM20.4444 12.5L20.9401 12.5654L20.9993 12.1176L20.5597 12.0135L20.4444 12.5ZM7.25 19.5L7.35301 19.0107L7.25 18.989L7.14699 19.0107L7.25 19.5ZM12 20.5L11.897 20.9893L12 21.011L12.103 20.9893L12 20.5ZM16.75 19.5L16.853 19.0107L16.75 18.989L16.647 19.0107L16.75 19.5ZM9 6.5V7H10V6.5H9ZM9.5 2.5V2H9V2.5H9.5ZM14.5 2.5H15V2H14.5V2.5ZM14 6.5V7H15V6.5H14ZM5.5 6.5V6H5V6.5H5.5ZM18.5 6.5H19V6H18.5V6.5ZM3.67079 12.9865L12.1152 10.9865L11.8848 10.0135L3.44032 12.0135L3.67079 12.9865ZM11.8848 10.9865L20.3292 12.9865L20.5597 12.0135L12.1152 10.0135L11.8848 10.9865ZM7.14699 19.9893L11.897 20.9893L12.103 20.0107L7.35301 19.0107L7.14699 19.9893ZM12.103 20.9893L16.853 19.9893L16.647 19.0107L11.897 20.0107L12.103 20.9893ZM10 6.5V2.5H9V6.5H10ZM9.5 3H14.5V2H9.5V3ZM14 2.5V6.5H15V2.5H14ZM5.5 7H18.5V6H5.5V7ZM6.33574 19.2081C4.90549 17.2187 4.35149 14.7094 4.05126 12.4346L3.05985 12.5654C3.36489 14.8767 3.94317 17.5933 5.5238 19.7919L6.33574 19.2081ZM19.9487 12.4346C19.6485 14.7094 19.0945 17.2187 17.6643 19.2081L18.4762 19.7919C20.0568 17.5933 20.6351 14.8767 20.9401 12.5654L19.9487 12.4346ZM16.647 19.9893L21.397 20.9893L21.603 20.0107L16.853 19.0107L16.647 19.9893ZM2.60301 20.9893L7.35301 19.9893L7.14699 19.0107L2.39699 20.0107L2.60301 20.9893ZM6 11.75V6.5H5V11.75H6ZM18 6.5V11.75H19V6.5H18Z\" 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/square-outlined-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.141",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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";
|