@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.62 → 1.1.64
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/IconAffinity/index.d.ts +4 -0
- package/IconAffinity/index.js +2 -0
- package/IconAffinity/index.js.map +1 -0
- package/IconAffinity/index.mjs +2 -0
- package/IconAffinity/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/IconHdr/index.d.ts +4 -0
- package/IconHdr/index.js +2 -0
- package/IconHdr/index.js.map +1 -0
- package/IconHdr/index.mjs +2 -0
- package/IconHdr/index.mjs.map +1 -0
- package/IconIncrease/index.d.ts +4 -0
- package/IconIncrease/index.js +2 -0
- package/IconIncrease/index.js.map +1 -0
- package/IconIncrease/index.mjs +2 -0
- package/IconIncrease/index.mjs.map +1 -0
- package/IconRotate360Left/index.d.ts +4 -0
- package/IconRotate360Left/index.js +2 -0
- package/IconRotate360Left/index.js.map +1 -0
- package/IconRotate360Left/index.mjs +2 -0
- package/IconRotate360Left/index.mjs.map +1 -0
- package/IconRotate360Right/index.d.ts +4 -0
- package/IconRotate360Right/index.js +2 -0
- package/IconRotate360Right/index.js.map +1 -0
- package/IconRotate360Right/index.mjs +2 -0
- package/IconRotate360Right/index.mjs.map +1 -0
- package/README.md +5 -0
- package/filtered-icons.json +72 -2
- package/icons/index.d.ts +5 -0
- package/icons-index.json +16 -6
- package/index.d.ts +5 -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 +37 -2
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=I(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconAffinity:()=>i,default:()=>y});module.exports=v(h);var C=l(require("react"));var m=l(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...t})=>m.default.createElement(f.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var c=require("react-native-svg"),i=r=>C.default.createElement(s,{...r},C.default.createElement(c.Path,{d:"M19.6157 6.52429C19.6157 3.88674 16.5606 2.75 12.6605 2.75C10.2882 2.75 7.60574 3.18911 5.11455 3.97485V9.13252C8.78581 6.45864 12.8647 5.31397 15.4921 5.31397C17.1442 5.31397 18.2652 5.77501 18.2652 6.60078C18.2652 10.0036 3.5 9.46437 3.5 16.817C3.5 19.6353 5.43794 21.25 8.1644 21.25C12.2884 21.25 15.4077 17.2423 17.7413 12.357L18.2141 12.5269C16.985 15.5123 14.4416 18.7856 13.9463 20.8899H19.2556V10.0035H18.0293C16.2493 13.8712 13.6411 17.4352 10.9329 17.4352C9.69652 17.4352 8.90999 16.6851 8.90999 15.7338C8.90999 11.6628 19.6157 10.8477 19.6157 6.52429Z",fill:"currentColor"})),y=i;0&&(module.exports={IconAffinity});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAffinity/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 IconAffinity: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.6157 6.52429C19.6157 3.88674 16.5606 2.75 12.6605 2.75C10.2882 2.75 7.60574 3.18911 5.11455 3.97485V9.13252C8.78581 6.45864 12.8647 5.31397 15.4921 5.31397C17.1442 5.31397 18.2652 5.77501 18.2652 6.60078C18.2652 10.0036 3.5 9.46437 3.5 16.817C3.5 19.6353 5.43794 21.25 8.1644 21.25C12.2884 21.25 15.4077 17.2423 17.7413 12.357L18.2141 12.5269C16.985 15.5123 14.4416 18.7856 13.9463 20.8899H19.2556V10.0035H18.0293C16.2493 13.8712 13.6411 17.4352 10.9329 17.4352C9.69652 17.4352 8.90999 16.6851 8.90999 15.7338C8.90999 11.6628 19.6157 10.8477 19.6157 6.52429Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAffinity;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,kBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qjBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconAffinity_exports","__export","IconAffinity","IconAffinity_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAffinity","props","React","CentralIconBase","IconAffinity_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:"M19.6157 6.52429C19.6157 3.88674 16.5606 2.75 12.6605 2.75C10.2882 2.75 7.60574 3.18911 5.11455 3.97485V9.13252C8.78581 6.45864 12.8647 5.31397 15.4921 5.31397C17.1442 5.31397 18.2652 5.77501 18.2652 6.60078C18.2652 10.0036 3.5 9.46437 3.5 16.817C3.5 19.6353 5.43794 21.25 8.1644 21.25C12.2884 21.25 15.4077 17.2423 17.7413 12.357L18.2141 12.5269C16.985 15.5123 14.4416 18.7856 13.9463 20.8899H19.2556V10.0035H18.0293C16.2493 13.8712 13.6411 17.4352 10.9329 17.4352C9.69652 17.4352 8.90999 16.6851 8.90999 15.7338C8.90999 11.6628 19.6157 10.8477 19.6157 6.52429Z",fill:"currentColor"})),P=l;export{l as IconAffinity,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAffinity/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 IconAffinity: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.6157 6.52429C19.6157 3.88674 16.5606 2.75 12.6605 2.75C10.2882 2.75 7.60574 3.18911 5.11455 3.97485V9.13252C8.78581 6.45864 12.8647 5.31397 15.4921 5.31397C17.1442 5.31397 18.2652 5.77501 18.2652 6.60078C18.2652 10.0036 3.5 9.46437 3.5 16.817C3.5 19.6353 5.43794 21.25 8.1644 21.25C12.2884 21.25 15.4077 17.2423 17.7413 12.357L18.2141 12.5269C16.985 15.5123 14.4416 18.7856 13.9463 20.8899H19.2556V10.0035H18.0293C16.2493 13.8712 13.6411 17.4352 10.9329 17.4352C9.69652 17.4352 8.90999 16.6851 8.90999 15.7338C8.90999 11.6628 19.6157 10.8477 19.6157 6.52429Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAffinity;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qjBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAffinity","props","React","CentralIconBase","IconAffinity_default"]}
|
package/IconGoogle/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";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 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});
|
|
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=\"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"]}
|
package/IconGoogle/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
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};
|
|
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=\"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"]}
|
package/IconHdr/index.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var t=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var a=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var M=(r,o)=>{for(var l in o)t(r,l,{get:o[l],enumerable:!0})},f=(r,o,l,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of a(o))!I.call(r,e)&&e!==l&&t(r,e,{get:()=>o[e],enumerable:!(p=L(o,e))||p.enumerable});return r};var i=(r,o,l)=>(l=r!=null?c(B(r)):{},f(o||!r||!r.__esModule?t(l,"default",{value:r,enumerable:!0}):l,r)),Z=r=>f(t({},"__esModule",{value:!0}),r);var x={};M(x,{IconHdr:()=>s,default:()=>v});module.exports=Z(x);var n=i(require("react"));var u=i(require("react")),d=require("react-native-svg"),m=({children:r,size:o=24,...l})=>u.default.createElement(d.Svg,{...l,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),s=r=>n.default.createElement(m,{...r},n.default.createElement(C.Path,{d:"M12 23H10V20H12V23Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M6.0498 18.3643L3.92871 20.4854L2.51465 19.0713L4.63574 16.9502L6.0498 18.3643Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M11.6689 9.50098C11.2441 10.2354 11.0001 11.0876 11 12C11 13.0237 11.3069 13.9733 11.833 14.7646L10.167 15.8721C9.42945 14.7628 9 13.4298 9 12C9.00007 10.7266 9.34122 9.52965 9.9375 8.49902L11.6689 9.50098Z",fill:"currentColor"}),n.default.createElement(C.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16 5C19.8659 5.00013 23 8.13409 23 12C23 15.8659 19.8659 18.9999 16 19C15.1203 19 14.2769 18.8358 13.499 18.5381C12.7226 18.835 11.8808 19 11 19C7.13401 19 4 15.866 4 12C4 8.13401 7.13401 5 11 5C11.8806 5 12.7227 5.16409 13.499 5.46094C14.2768 5.16325 15.1204 5.00004 16 5ZM11 7C8.23858 7 6 9.23858 6 12C6 14.7614 8.23858 17 11 17C13.7614 17 16 14.7614 16 12C16 9.23858 13.7614 7 11 7Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M3 13H0V11H3V13Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M6.05078 5.63672L4.63574 7.05078L2.51465 4.92969L3.92871 3.51465L6.05078 5.63672Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M12 4H10V1H12V4Z",fill:"currentColor"})),v=s;0&&(module.exports={IconHdr});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconHdr/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 IconHdr: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M12 23H10V20H12V23Z\" fill=\"currentColor\" />\n <Path\n d=\"M6.0498 18.3643L3.92871 20.4854L2.51465 19.0713L4.63574 16.9502L6.0498 18.3643Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.6689 9.50098C11.2441 10.2354 11.0001 11.0876 11 12C11 13.0237 11.3069 13.9733 11.833 14.7646L10.167 15.8721C9.42945 14.7628 9 13.4298 9 12C9.00007 10.7266 9.34122 9.52965 9.9375 8.49902L11.6689 9.50098Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16 5C19.8659 5.00013 23 8.13409 23 12C23 15.8659 19.8659 18.9999 16 19C15.1203 19 14.2769 18.8358 13.499 18.5381C12.7226 18.835 11.8808 19 11 19C7.13401 19 4 15.866 4 12C4 8.13401 7.13401 5 11 5C11.8806 5 12.7227 5.16409 13.499 5.46094C14.2768 5.16325 15.1204 5.00004 16 5ZM11 7C8.23858 7 6 9.23858 6 12C6 14.7614 8.23858 17 11 17C13.7614 17 16 14.7614 16 12C16 9.23858 13.7614 7 11 7Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M3 13H0V11H3V13Z\" fill=\"currentColor\" />\n <Path\n d=\"M6.05078 5.63672L4.63574 7.05078L2.51465 4.92969L3.92871 3.51465L6.05078 5.63672Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M12 4H10V1H12V4Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconHdr;\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,aAAAE,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,EAAqCC,GAE9C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,sBAAsB,KAAK,eAAe,EAClD,EAAAA,QAAA,cAAC,QACC,EAAE,kFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,qYACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,mBAAmB,KAAK,eAAe,EAC/C,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,mBAAmB,KAAK,eAAe,CACjD,EAIGE,EAAQJ","names":["IconHdr_exports","__export","IconHdr","IconHdr_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconHdr","props","React","CentralIconBase","IconHdr_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import t from"react";import{Svg as p}from"react-native-svg";var C=({children:n,size:l=24,...e})=>t.createElement(p,{...e,width:typeof l=="number"?`${l}px`:l,height:typeof l=="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none"},n);import{Path as o}from"react-native-svg";var f=n=>r.createElement(C,{...n},r.createElement(o,{d:"M12 23H10V20H12V23Z",fill:"currentColor"}),r.createElement(o,{d:"M6.0498 18.3643L3.92871 20.4854L2.51465 19.0713L4.63574 16.9502L6.0498 18.3643Z",fill:"currentColor"}),r.createElement(o,{d:"M11.6689 9.50098C11.2441 10.2354 11.0001 11.0876 11 12C11 13.0237 11.3069 13.9733 11.833 14.7646L10.167 15.8721C9.42945 14.7628 9 13.4298 9 12C9.00007 10.7266 9.34122 9.52965 9.9375 8.49902L11.6689 9.50098Z",fill:"currentColor"}),r.createElement(o,{fillRule:"evenodd",clipRule:"evenodd",d:"M16 5C19.8659 5.00013 23 8.13409 23 12C23 15.8659 19.8659 18.9999 16 19C15.1203 19 14.2769 18.8358 13.499 18.5381C12.7226 18.835 11.8808 19 11 19C7.13401 19 4 15.866 4 12C4 8.13401 7.13401 5 11 5C11.8806 5 12.7227 5.16409 13.499 5.46094C14.2768 5.16325 15.1204 5.00004 16 5ZM11 7C8.23858 7 6 9.23858 6 12C6 14.7614 8.23858 17 11 17C13.7614 17 16 14.7614 16 12C16 9.23858 13.7614 7 11 7Z",fill:"currentColor"}),r.createElement(o,{d:"M3 13H0V11H3V13Z",fill:"currentColor"}),r.createElement(o,{d:"M6.05078 5.63672L4.63574 7.05078L2.51465 4.92969L3.92871 3.51465L6.05078 5.63672Z",fill:"currentColor"}),r.createElement(o,{d:"M12 4H10V1H12V4Z",fill:"currentColor"})),I=f;export{f as IconHdr,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconHdr/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 IconHdr: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M12 23H10V20H12V23Z\" fill=\"currentColor\" />\n <Path\n d=\"M6.0498 18.3643L3.92871 20.4854L2.51465 19.0713L4.63574 16.9502L6.0498 18.3643Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.6689 9.50098C11.2441 10.2354 11.0001 11.0876 11 12C11 13.0237 11.3069 13.9733 11.833 14.7646L10.167 15.8721C9.42945 14.7628 9 13.4298 9 12C9.00007 10.7266 9.34122 9.52965 9.9375 8.49902L11.6689 9.50098Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16 5C19.8659 5.00013 23 8.13409 23 12C23 15.8659 19.8659 18.9999 16 19C15.1203 19 14.2769 18.8358 13.499 18.5381C12.7226 18.835 11.8808 19 11 19C7.13401 19 4 15.866 4 12C4 8.13401 7.13401 5 11 5C11.8806 5 12.7227 5.16409 13.499 5.46094C14.2768 5.16325 15.1204 5.00004 16 5ZM11 7C8.23858 7 6 9.23858 6 12C6 14.7614 8.23858 17 11 17C13.7614 17 16 14.7614 16 12C16 9.23858 13.7614 7 11 7Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M3 13H0V11H3V13Z\" fill=\"currentColor\" />\n <Path\n d=\"M6.05078 5.63672L4.63574 7.05078L2.51465 4.92969L3.92871 3.51465L6.05078 5.63672Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M12 4H10V1H12V4Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconHdr;\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,EAAqCC,GAE9CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,sBAAsB,KAAK,eAAe,EAClDG,EAAA,cAACH,EAAA,CACC,EAAE,kFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,qYACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,mBAAmB,KAAK,eAAe,EAC/CG,EAAA,cAACH,EAAA,CACC,EAAE,oFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,mBAAmB,KAAK,eAAe,CACjD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconHdr","props","React","CentralIconBase","IconHdr_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var V=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},f=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of H(o))!I.call(r,l)&&l!==n&&p(r,l,{get:()=>o[l],enumerable:!(C=u(o,l))||C.enumerable});return r};var m=(r,o,n)=>(n=r!=null?i(V(r)):{},f(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),d=r=>f(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconIncrease:()=>c,default:()=>x});module.exports=d(P);var e=m(require("react"));var s=m(require("react")),a=require("react-native-svg"),L=({children:r,size:o=24,...n})=>s.default.createElement(a.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),c=r=>e.default.createElement(L,{...r},e.default.createElement(t.Path,{d:"M20.4141 19L16.207 23.207L14.793 21.793L16.5859 20H8V18H16.5859L14.793 16.207L16.207 14.793L20.4141 19Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M9.20703 7.79297L7.79297 9.20703L6 7.41406V16H4V7.41406L2.20703 9.20703L0.792969 7.79297L5 3.58594L9.20703 7.79297Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M20 14H18V10H20V14Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M20 8H18V6H16V4H20V8Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M14 6H10V4H14V6Z",fill:"currentColor"})),x=c;0&&(module.exports={IconIncrease});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconIncrease/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 IconIncrease: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.4141 19L16.207 23.207L14.793 21.793L16.5859 20H8V18H16.5859L14.793 16.207L16.207 14.793L20.4141 19Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.20703 7.79297L7.79297 9.20703L6 7.41406V16H4V7.41406L2.20703 9.20703L0.792969 7.79297L5 3.58594L9.20703 7.79297Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M20 14H18V10H20V14Z\" fill=\"currentColor\" />\n <Path d=\"M20 8H18V6H16V4H20V8Z\" fill=\"currentColor\" />\n <Path d=\"M14 6H10V4H14V6Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconIncrease;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,kBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,0GACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,sBAAsB,KAAK,eAAe,EAClD,EAAAA,QAAA,cAAC,QAAK,EAAE,wBAAwB,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,QAAK,EAAE,mBAAmB,KAAK,eAAe,CACjD,EAIGE,EAAQJ","names":["IconIncrease_exports","__export","IconIncrease","IconIncrease_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconIncrease","props","React","CentralIconBase","IconIncrease_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:r=24,...l})=>p.createElement(C,{...l,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 n}from"react-native-svg";var f=e=>o.createElement(t,{...e},o.createElement(n,{d:"M20.4141 19L16.207 23.207L14.793 21.793L16.5859 20H8V18H16.5859L14.793 16.207L16.207 14.793L20.4141 19Z",fill:"currentColor"}),o.createElement(n,{d:"M9.20703 7.79297L7.79297 9.20703L6 7.41406V16H4V7.41406L2.20703 9.20703L0.792969 7.79297L5 3.58594L9.20703 7.79297Z",fill:"currentColor"}),o.createElement(n,{d:"M20 14H18V10H20V14Z",fill:"currentColor"}),o.createElement(n,{d:"M20 8H18V6H16V4H20V8Z",fill:"currentColor"}),o.createElement(n,{d:"M14 6H10V4H14V6Z",fill:"currentColor"})),I=f;export{f as IconIncrease,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconIncrease/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 IconIncrease: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.4141 19L16.207 23.207L14.793 21.793L16.5859 20H8V18H16.5859L14.793 16.207L16.207 14.793L20.4141 19Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.20703 7.79297L7.79297 9.20703L6 7.41406V16H4V7.41406L2.20703 9.20703L0.792969 7.79297L5 3.58594L9.20703 7.79297Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M20 14H18V10H20V14Z\" fill=\"currentColor\" />\n <Path d=\"M20 8H18V6H16V4H20V8Z\" fill=\"currentColor\" />\n <Path d=\"M14 6H10V4H14V6Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconIncrease;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,0GACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,sBAAsB,KAAK,eAAe,EAClDG,EAAA,cAACH,EAAA,CAAK,EAAE,wBAAwB,KAAK,eAAe,EACpDG,EAAA,cAACH,EAAA,CAAK,EAAE,mBAAmB,KAAK,eAAe,CACjD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconIncrease","props","React","CentralIconBase","IconIncrease_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var I=Object.create;var C=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of i(o))!x.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(p=L(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?I(u(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(C({},"__esModule",{value:!0}),r);var h={};P(h,{IconRotate360Left:()=>B,default:()=>v});module.exports=g(h);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),f=({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 c=require("react-native-svg"),B=r=>n.default.createElement(f,{...r},n.default.createElement(c.Path,{d:"M12 5C14.883 5 17.5428 5.58243 19.5186 6.57031C21.4344 7.5283 23 9.03657 23 11C23 12.9634 21.4344 14.4717 19.5186 15.4297C17.8595 16.2592 15.718 16.8001 13.3672 16.9531L14.707 18.293L13.293 19.707L9.58594 16L13.293 12.293L14.707 13.707L13.4697 14.9434C15.5042 14.7853 17.2928 14.3062 18.624 13.6406C20.3271 12.789 21 11.7978 21 11C21 10.2022 20.3271 9.21101 18.624 8.35938C16.9805 7.53761 14.6398 7 12 7C9.36016 7 7.0195 7.53761 5.37598 8.35938C3.67288 9.21101 3 10.2022 3 11C3 11.5346 3.28762 12.1458 4.02637 12.7725C4.76423 13.3983 5.87429 13.964 7.27832 14.3701L6.72168 16.292C5.13692 15.8336 3.74723 15.1586 2.73242 14.2979C1.71842 13.4377 1 12.3161 1 11C1 9.03657 2.56565 7.5283 4.48145 6.57031C6.45721 5.58243 9.11699 5 12 5Z",fill:"currentColor"})),v=B;0&&(module.exports={IconRotate360Left});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRotate360Left/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 IconRotate360Left: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 5C14.883 5 17.5428 5.58243 19.5186 6.57031C21.4344 7.5283 23 9.03657 23 11C23 12.9634 21.4344 14.4717 19.5186 15.4297C17.8595 16.2592 15.718 16.8001 13.3672 16.9531L14.707 18.293L13.293 19.707L9.58594 16L13.293 12.293L14.707 13.707L13.4697 14.9434C15.5042 14.7853 17.2928 14.3062 18.624 13.6406C20.3271 12.789 21 11.7978 21 11C21 10.2022 20.3271 9.21101 18.624 8.35938C16.9805 7.53761 14.6398 7 12 7C9.36016 7 7.0195 7.53761 5.37598 8.35938C3.67288 9.21101 3 10.2022 3 11C3 11.5346 3.28762 12.1458 4.02637 12.7725C4.76423 13.3983 5.87429 13.964 7.27832 14.3701L6.72168 16.292C5.13692 15.8336 3.74723 15.1586 2.73242 14.2979C1.71842 13.4377 1 12.3161 1 11C1 9.03657 2.56565 7.5283 4.48145 6.57031C6.45721 5.58243 9.11699 5 12 5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRotate360Left;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8tBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconRotate360Left_exports","__export","IconRotate360Left","IconRotate360Left_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconRotate360Left","props","React","CentralIconBase","IconRotate360Left_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import n from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...C})=>n.createElement(p,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M12 5C14.883 5 17.5428 5.58243 19.5186 6.57031C21.4344 7.5283 23 9.03657 23 11C23 12.9634 21.4344 14.4717 19.5186 15.4297C17.8595 16.2592 15.718 16.8001 13.3672 16.9531L14.707 18.293L13.293 19.707L9.58594 16L13.293 12.293L14.707 13.707L13.4697 14.9434C15.5042 14.7853 17.2928 14.3062 18.624 13.6406C20.3271 12.789 21 11.7978 21 11C21 10.2022 20.3271 9.21101 18.624 8.35938C16.9805 7.53761 14.6398 7 12 7C9.36016 7 7.0195 7.53761 5.37598 8.35938C3.67288 9.21101 3 10.2022 3 11C3 11.5346 3.28762 12.1458 4.02637 12.7725C4.76423 13.3983 5.87429 13.964 7.27832 14.3701L6.72168 16.292C5.13692 15.8336 3.74723 15.1586 2.73242 14.2979C1.71842 13.4377 1 12.3161 1 11C1 9.03657 2.56565 7.5283 4.48145 6.57031C6.45721 5.58243 9.11699 5 12 5Z",fill:"currentColor"})),x=l;export{l as IconRotate360Left,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRotate360Left/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 IconRotate360Left: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 5C14.883 5 17.5428 5.58243 19.5186 6.57031C21.4344 7.5283 23 9.03657 23 11C23 12.9634 21.4344 14.4717 19.5186 15.4297C17.8595 16.2592 15.718 16.8001 13.3672 16.9531L14.707 18.293L13.293 19.707L9.58594 16L13.293 12.293L14.707 13.707L13.4697 14.9434C15.5042 14.7853 17.2928 14.3062 18.624 13.6406C20.3271 12.789 21 11.7978 21 11C21 10.2022 20.3271 9.21101 18.624 8.35938C16.9805 7.53761 14.6398 7 12 7C9.36016 7 7.0195 7.53761 5.37598 8.35938C3.67288 9.21101 3 10.2022 3 11C3 11.5346 3.28762 12.1458 4.02637 12.7725C4.76423 13.3983 5.87429 13.964 7.27832 14.3701L6.72168 16.292C5.13692 15.8336 3.74723 15.1586 2.73242 14.2979C1.71842 13.4377 1 12.3161 1 11C1 9.03657 2.56565 7.5283 4.48145 6.57031C6.45721 5.58243 9.11699 5 12 5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRotate360Left;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8tBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRotate360Left","props","React","CentralIconBase","IconRotate360Left_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var C=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of g(o))!x.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(p=I(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(u(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>a(C({},"__esModule",{value:!0}),r);var v={};L(v,{IconRotate360Right:()=>i,default:()=>h});module.exports=P(v);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(f.Path,{d:"M12 5C14.883 5 17.5428 5.58243 19.5186 6.57031C21.4344 7.5283 23 9.03657 23 11C23 12.3161 22.2816 13.4377 21.2676 14.2979C20.2528 15.1586 18.8631 15.8336 17.2783 16.292L16.7217 14.3701C18.1257 13.964 19.2358 13.3983 19.9736 12.7725C20.7124 12.1458 21 11.5346 21 11C21 10.2022 20.3271 9.21101 18.624 8.35938C16.9805 7.53761 14.6398 7 12 7C9.36016 7 7.0195 7.53761 5.37598 8.35938C3.67288 9.21101 3 10.2022 3 11C3 11.7978 3.67288 12.789 5.37598 13.6406C6.70699 14.3061 8.49522 14.7852 10.5293 14.9434L9.29297 13.707L10.707 12.293L14.4141 16L10.707 19.707L9.29297 18.293L10.6318 16.9531C8.2814 16.8001 6.14026 16.2591 4.48145 15.4297C2.56565 14.4717 1 12.9634 1 11C1 9.03657 2.56565 7.5283 4.48145 6.57031C6.45721 5.58243 9.11699 5 12 5Z",fill:"currentColor"})),h=i;0&&(module.exports={IconRotate360Right});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRotate360Right/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 IconRotate360Right: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 5C14.883 5 17.5428 5.58243 19.5186 6.57031C21.4344 7.5283 23 9.03657 23 11C23 12.3161 22.2816 13.4377 21.2676 14.2979C20.2528 15.1586 18.8631 15.8336 17.2783 16.292L16.7217 14.3701C18.1257 13.964 19.2358 13.3983 19.9736 12.7725C20.7124 12.1458 21 11.5346 21 11C21 10.2022 20.3271 9.21101 18.624 8.35938C16.9805 7.53761 14.6398 7 12 7C9.36016 7 7.0195 7.53761 5.37598 8.35938C3.67288 9.21101 3 10.2022 3 11C3 11.7978 3.67288 12.789 5.37598 13.6406C6.70699 14.3061 8.49522 14.7852 10.5293 14.9434L9.29297 13.707L10.707 12.293L14.4141 16L10.707 19.707L9.29297 18.293L10.6318 16.9531C8.2814 16.8001 6.14026 16.2591 4.48145 15.4297C2.56565 14.4717 1 12.9634 1 11C1 9.03657 2.56565 7.5283 4.48145 6.57031C6.45721 5.58243 9.11699 5 12 5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRotate360Right;\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,iuBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconRotate360Right_exports","__export","IconRotate360Right","IconRotate360Right_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconRotate360Right","props","React","CentralIconBase","IconRotate360Right_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import n from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...C})=>n.createElement(p,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M12 5C14.883 5 17.5428 5.58243 19.5186 6.57031C21.4344 7.5283 23 9.03657 23 11C23 12.3161 22.2816 13.4377 21.2676 14.2979C20.2528 15.1586 18.8631 15.8336 17.2783 16.292L16.7217 14.3701C18.1257 13.964 19.2358 13.3983 19.9736 12.7725C20.7124 12.1458 21 11.5346 21 11C21 10.2022 20.3271 9.21101 18.624 8.35938C16.9805 7.53761 14.6398 7 12 7C9.36016 7 7.0195 7.53761 5.37598 8.35938C3.67288 9.21101 3 10.2022 3 11C3 11.7978 3.67288 12.789 5.37598 13.6406C6.70699 14.3061 8.49522 14.7852 10.5293 14.9434L9.29297 13.707L10.707 12.293L14.4141 16L10.707 19.707L9.29297 18.293L10.6318 16.9531C8.2814 16.8001 6.14026 16.2591 4.48145 15.4297C2.56565 14.4717 1 12.9634 1 11C1 9.03657 2.56565 7.5283 4.48145 6.57031C6.45721 5.58243 9.11699 5 12 5Z",fill:"currentColor"})),x=l;export{l as IconRotate360Right,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRotate360Right/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 IconRotate360Right: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 5C14.883 5 17.5428 5.58243 19.5186 6.57031C21.4344 7.5283 23 9.03657 23 11C23 12.3161 22.2816 13.4377 21.2676 14.2979C20.2528 15.1586 18.8631 15.8336 17.2783 16.292L16.7217 14.3701C18.1257 13.964 19.2358 13.3983 19.9736 12.7725C20.7124 12.1458 21 11.5346 21 11C21 10.2022 20.3271 9.21101 18.624 8.35938C16.9805 7.53761 14.6398 7 12 7C9.36016 7 7.0195 7.53761 5.37598 8.35938C3.67288 9.21101 3 10.2022 3 11C3 11.7978 3.67288 12.789 5.37598 13.6406C6.70699 14.3061 8.49522 14.7852 10.5293 14.9434L9.29297 13.707L10.707 12.293L14.4141 16L10.707 19.707L9.29297 18.293L10.6318 16.9531C8.2814 16.8001 6.14026 16.2591 4.48145 15.4297C2.56565 14.4717 1 12.9634 1 11C1 9.03657 2.56565 7.5283 4.48145 6.57031C6.45721 5.58243 9.11699 5 12 5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRotate360Right;\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,iuBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRotate360Right","props","React","CentralIconBase","IconRotate360Right_default"]}
|
package/README.md
CHANGED
|
@@ -324,11 +324,14 @@ Below is a complete list of available icons:
|
|
|
324
324
|
- IconExpand45
|
|
325
325
|
- IconExpandSimple
|
|
326
326
|
- IconExpandSimple2
|
|
327
|
+
- IconIncrease
|
|
327
328
|
- IconJump
|
|
328
329
|
- IconMinimize315
|
|
329
330
|
- IconMinimize45
|
|
330
331
|
- IconOngoing
|
|
331
332
|
- IconRandom
|
|
333
|
+
- IconRotate360Left
|
|
334
|
+
- IconRotate360Right
|
|
332
335
|
- IconShareArrowDown
|
|
333
336
|
- IconSquareArrowBottomRight
|
|
334
337
|
- IconSquareArrowCenter
|
|
@@ -624,6 +627,7 @@ Below is a complete list of available icons:
|
|
|
624
627
|
- IconFeather
|
|
625
628
|
- IconGlass
|
|
626
629
|
- IconGooey
|
|
630
|
+
- IconHdr
|
|
627
631
|
- IconHighlight
|
|
628
632
|
- IconInputForm
|
|
629
633
|
- IconKeyframe
|
|
@@ -1380,6 +1384,7 @@ Below is a complete list of available icons:
|
|
|
1380
1384
|
|
|
1381
1385
|
### Social Media & Brands
|
|
1382
1386
|
|
|
1387
|
+
- IconAffinity
|
|
1383
1388
|
- IconAnthropic
|
|
1384
1389
|
- IconAntigravity
|
|
1385
1390
|
- IconApple
|
package/filtered-icons.json
CHANGED
|
@@ -112,6 +112,20 @@
|
|
|
112
112
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
113
113
|
"componentName": "IconAdjustPhoto"
|
|
114
114
|
},
|
|
115
|
+
{
|
|
116
|
+
"category": "Social Media & Brands",
|
|
117
|
+
"svg": "<path d=\"M19.6157 6.52429C19.6157 3.88674 16.5606 2.75 12.6605 2.75C10.2882 2.75 7.60574 3.18911 5.11455 3.97485V9.13252C8.78581 6.45864 12.8647 5.31397 15.4921 5.31397C17.1442 5.31397 18.2652 5.77501 18.2652 6.60078C18.2652 10.0036 3.5 9.46437 3.5 16.817C3.5 19.6353 5.43794 21.25 8.1644 21.25C12.2884 21.25 15.4077 17.2423 17.7413 12.357L18.2141 12.5269C16.985 15.5123 14.4416 18.7856 13.9463 20.8899H19.2556V10.0035H18.0293C16.2493 13.8712 13.6411 17.4352 10.9329 17.4352C9.69652 17.4352 8.90999 16.6851 8.90999 15.7338C8.90999 11.6628 19.6157 10.8477 19.6157 6.52429Z\" fill=\"currentColor\"/>",
|
|
118
|
+
"iconName": "affinity",
|
|
119
|
+
"variant": {
|
|
120
|
+
"join": "square",
|
|
121
|
+
"filled": "on",
|
|
122
|
+
"radius": "0",
|
|
123
|
+
"stroke": "2"
|
|
124
|
+
},
|
|
125
|
+
"createdAt": "2025-12-11T15:01:41.687546+00:00",
|
|
126
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
127
|
+
"componentName": "IconAffinity"
|
|
128
|
+
},
|
|
115
129
|
{
|
|
116
130
|
"category": "Devices & Signals",
|
|
117
131
|
"svg": "<path d=\"M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 4C7.58172 4 4 7.58172 4 12C4 14.9597 5.60667 17.5452 8.00019 18.93L6.9986 20.6612C4.01258 18.9335 2 15.7024 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 15.7024 19.9874 18.9336 17.0014 20.6612L15.9998 18.9301C18.3933 17.5452 20 14.9597 20 12C20 7.58172 16.4183 4 12 4Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 8C9.79086 8 8 9.79086 8 12C8 13.4792 8.8024 14.7722 10.0005 15.4653L8.99889 17.1965C7.20831 16.1605 6 14.2219 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 14.2219 16.7917 16.1605 15.0011 17.1965L13.9995 15.4653C15.1976 14.7722 16 13.4792 16 12C16 9.79086 14.2091 8 12 8Z\" fill=\"currentColor\"/>",
|
|
@@ -11020,7 +11034,7 @@
|
|
|
11020
11034
|
},
|
|
11021
11035
|
{
|
|
11022
11036
|
"category": "Social Media & Brands",
|
|
11023
|
-
"svg": "<path d=\"
|
|
11037
|
+
"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\"/>",
|
|
11024
11038
|
"iconName": "google",
|
|
11025
11039
|
"variant": {
|
|
11026
11040
|
"join": "square",
|
|
@@ -11382,6 +11396,20 @@
|
|
|
11382
11396
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
11383
11397
|
"componentName": "IconHd"
|
|
11384
11398
|
},
|
|
11399
|
+
{
|
|
11400
|
+
"category": "Edit",
|
|
11401
|
+
"svg": "<path d=\"M12 23H10V20H12V23Z\" fill=\"currentColor\"/><path d=\"M6.0498 18.3643L3.92871 20.4854L2.51465 19.0713L4.63574 16.9502L6.0498 18.3643Z\" fill=\"currentColor\"/><path d=\"M11.6689 9.50098C11.2441 10.2354 11.0001 11.0876 11 12C11 13.0237 11.3069 13.9733 11.833 14.7646L10.167 15.8721C9.42945 14.7628 9 13.4298 9 12C9.00007 10.7266 9.34122 9.52965 9.9375 8.49902L11.6689 9.50098Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 5C19.8659 5.00013 23 8.13409 23 12C23 15.8659 19.8659 18.9999 16 19C15.1203 19 14.2769 18.8358 13.499 18.5381C12.7226 18.835 11.8808 19 11 19C7.13401 19 4 15.866 4 12C4 8.13401 7.13401 5 11 5C11.8806 5 12.7227 5.16409 13.499 5.46094C14.2768 5.16325 15.1204 5.00004 16 5ZM11 7C8.23858 7 6 9.23858 6 12C6 14.7614 8.23858 17 11 17C13.7614 17 16 14.7614 16 12C16 9.23858 13.7614 7 11 7Z\" fill=\"currentColor\"/><path d=\"M3 13H0V11H3V13Z\" fill=\"currentColor\"/><path d=\"M6.05078 5.63672L4.63574 7.05078L2.51465 4.92969L3.92871 3.51465L6.05078 5.63672Z\" fill=\"currentColor\"/><path d=\"M12 4H10V1H12V4Z\" fill=\"currentColor\"/>",
|
|
11402
|
+
"iconName": "hdr, lighting, brightness",
|
|
11403
|
+
"variant": {
|
|
11404
|
+
"join": "square",
|
|
11405
|
+
"filled": "on",
|
|
11406
|
+
"radius": "0",
|
|
11407
|
+
"stroke": "2"
|
|
11408
|
+
},
|
|
11409
|
+
"createdAt": "2025-12-11T12:02:03.645203+00:00",
|
|
11410
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
11411
|
+
"componentName": "IconHdr"
|
|
11412
|
+
},
|
|
11385
11413
|
{
|
|
11386
11414
|
"category": "People",
|
|
11387
11415
|
"svg": "<path d=\"M11 2C6.58172 2 3 5.58172 3 10C3 11.8604 3.63624 13.5749 4.70231 14.934C6.00986 16.6009 6.00618 18.1805 6.00073 20.5259C6.00037 20.6805 6 20.8385 6 21V22H15V19H19V14.0662L21.9138 12.3179L21.3321 11.4453C21.0215 10.9794 20.7314 10.5657 20.4598 10.1785C19.6556 9.0315 19.0143 8.11694 18.4868 6.76847C17.2219 3.5352 14.1621 2 11 2Z\" fill=\"currentColor\"/>",
|
|
@@ -12040,6 +12068,20 @@
|
|
|
12040
12068
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
12041
12069
|
"componentName": "IconInboxEmpty"
|
|
12042
12070
|
},
|
|
12071
|
+
{
|
|
12072
|
+
"category": "Arrows",
|
|
12073
|
+
"svg": "<path d=\"M20.4141 19L16.207 23.207L14.793 21.793L16.5859 20H8V18H16.5859L14.793 16.207L16.207 14.793L20.4141 19Z\" fill=\"currentColor\"/><path d=\"M9.20703 7.79297L7.79297 9.20703L6 7.41406V16H4V7.41406L2.20703 9.20703L0.792969 7.79297L5 3.58594L9.20703 7.79297Z\" fill=\"currentColor\"/><path d=\"M20 14H18V10H20V14Z\" fill=\"currentColor\"/><path d=\"M20 8H18V6H16V4H20V8Z\" fill=\"currentColor\"/><path d=\"M14 6H10V4H14V6Z\" fill=\"currentColor\"/>",
|
|
12074
|
+
"iconName": "increase, scale, show-more, change-position",
|
|
12075
|
+
"variant": {
|
|
12076
|
+
"join": "square",
|
|
12077
|
+
"filled": "on",
|
|
12078
|
+
"radius": "0",
|
|
12079
|
+
"stroke": "2"
|
|
12080
|
+
},
|
|
12081
|
+
"createdAt": "2025-12-11T12:02:03.645203+00:00",
|
|
12082
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
12083
|
+
"componentName": "IconIncrease"
|
|
12084
|
+
},
|
|
12043
12085
|
{
|
|
12044
12086
|
"category": "Things",
|
|
12045
12087
|
"svg": "<g clip-path=\"url(#clip0_7568_67296)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.63183 8.10653C3.80069 5.96449 7.31201 5.96449 9.48087 8.10653L12 10.5945L14.5191 8.10653C16.688 5.96449 20.1993 5.96449 22.3682 8.10653C24.5439 10.2554 24.5439 13.7446 22.3682 15.8935C20.1993 18.0355 16.688 18.0355 14.5191 15.8935L12 13.4055L9.48087 15.8935C7.31201 18.0355 3.80069 18.0355 1.63183 15.8935C-0.543943 13.7446 -0.543943 10.2554 1.63183 8.10653ZM10.5769 12L8.07548 9.52951C6.68561 8.15683 4.42709 8.15683 3.03722 9.52951C1.65426 10.8954 1.65426 13.1046 3.03722 14.4705C4.42709 15.8432 6.68561 15.8432 8.07548 14.4705L10.5769 12ZM13.4231 12L15.9245 14.4705C17.3144 15.8432 19.5729 15.8432 20.9628 14.4705C22.3457 13.1046 22.3457 10.8954 20.9628 9.52951C19.5729 8.15683 17.3144 8.15683 15.9245 9.52951L13.4231 12Z\" fill=\"currentColor\"/></g><defs><clipPath id=\"clip0_7568_67296\"><rect width=\"24\" height=\"24\" fill=\"white\"/></clipPath></defs>",
|
|
@@ -17360,6 +17402,34 @@
|
|
|
17360
17402
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
17361
17403
|
"componentName": "IconRotate"
|
|
17362
17404
|
},
|
|
17405
|
+
{
|
|
17406
|
+
"category": "Arrows",
|
|
17407
|
+
"svg": "<path d=\"M12 5C14.883 5 17.5428 5.58243 19.5186 6.57031C21.4344 7.5283 23 9.03657 23 11C23 12.9634 21.4344 14.4717 19.5186 15.4297C17.8595 16.2592 15.718 16.8001 13.3672 16.9531L14.707 18.293L13.293 19.707L9.58594 16L13.293 12.293L14.707 13.707L13.4697 14.9434C15.5042 14.7853 17.2928 14.3062 18.624 13.6406C20.3271 12.789 21 11.7978 21 11C21 10.2022 20.3271 9.21101 18.624 8.35938C16.9805 7.53761 14.6398 7 12 7C9.36016 7 7.0195 7.53761 5.37598 8.35938C3.67288 9.21101 3 10.2022 3 11C3 11.5346 3.28762 12.1458 4.02637 12.7725C4.76423 13.3983 5.87429 13.964 7.27832 14.3701L6.72168 16.292C5.13692 15.8336 3.74723 15.1586 2.73242 14.2979C1.71842 13.4377 1 12.3161 1 11C1 9.03657 2.56565 7.5283 4.48145 6.57031C6.45721 5.58243 9.11699 5 12 5Z\" fill=\"currentColor\"/>",
|
|
17408
|
+
"iconName": "rotate-360-left",
|
|
17409
|
+
"variant": {
|
|
17410
|
+
"join": "square",
|
|
17411
|
+
"filled": "on",
|
|
17412
|
+
"radius": "0",
|
|
17413
|
+
"stroke": "2"
|
|
17414
|
+
},
|
|
17415
|
+
"createdAt": "2025-12-11T12:02:03.645203+00:00",
|
|
17416
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
17417
|
+
"componentName": "IconRotate360Left"
|
|
17418
|
+
},
|
|
17419
|
+
{
|
|
17420
|
+
"category": "Arrows",
|
|
17421
|
+
"svg": "<path d=\"M12 5C14.883 5 17.5428 5.58243 19.5186 6.57031C21.4344 7.5283 23 9.03657 23 11C23 12.3161 22.2816 13.4377 21.2676 14.2979C20.2528 15.1586 18.8631 15.8336 17.2783 16.292L16.7217 14.3701C18.1257 13.964 19.2358 13.3983 19.9736 12.7725C20.7124 12.1458 21 11.5346 21 11C21 10.2022 20.3271 9.21101 18.624 8.35938C16.9805 7.53761 14.6398 7 12 7C9.36016 7 7.0195 7.53761 5.37598 8.35938C3.67288 9.21101 3 10.2022 3 11C3 11.7978 3.67288 12.789 5.37598 13.6406C6.70699 14.3061 8.49522 14.7852 10.5293 14.9434L9.29297 13.707L10.707 12.293L14.4141 16L10.707 19.707L9.29297 18.293L10.6318 16.9531C8.2814 16.8001 6.14026 16.2591 4.48145 15.4297C2.56565 14.4717 1 12.9634 1 11C1 9.03657 2.56565 7.5283 4.48145 6.57031C6.45721 5.58243 9.11699 5 12 5Z\" fill=\"currentColor\"/>",
|
|
17422
|
+
"iconName": "rotate-360-right",
|
|
17423
|
+
"variant": {
|
|
17424
|
+
"join": "square",
|
|
17425
|
+
"filled": "on",
|
|
17426
|
+
"radius": "0",
|
|
17427
|
+
"stroke": "2"
|
|
17428
|
+
},
|
|
17429
|
+
"createdAt": "2025-12-11T12:02:03.645203+00:00",
|
|
17430
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
17431
|
+
"componentName": "IconRotate360Right"
|
|
17432
|
+
},
|
|
17363
17433
|
{
|
|
17364
17434
|
"category": "Gaming",
|
|
17365
17435
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.06189 11H5.50001V13H4.06189C4.1538 13.737 4.34597 14.443 4.62433 15.1036L5.87083 14.384L6.87083 16.116L5.62576 16.8349C6.06659 17.4152 6.58485 17.9334 7.16514 18.3743L7.88399 17.1292L9.61603 18.1292L8.89637 19.3757C9.55705 19.654 10.263 19.8462 11 19.9381V18.5H13V19.9381C13.737 19.8462 14.4429 19.654 15.1036 19.3757L14.384 18.1292L16.116 17.1292L16.8349 18.3742C17.4152 17.9334 17.9334 17.4152 18.3742 16.8349L17.1292 16.116L18.1292 14.384L19.3757 15.1037C19.654 14.443 19.8462 13.7371 19.9381 13H18.5V11H19.9381C19.8462 10.263 19.654 9.55705 19.3757 8.89635L18.1292 9.61603L17.1292 7.88398L18.3742 7.16513C17.9334 6.58484 17.4152 6.06659 16.8349 5.62576L16.116 6.87085L14.384 5.87085L15.1037 4.62433C14.443 4.34597 13.7371 4.1538 13 4.06189V5.5H11V4.06189C10.263 4.1538 9.55704 4.34597 8.89634 4.62433L9.61602 5.87084L7.88397 6.87084L7.16512 5.62576C6.58483 6.06659 6.06658 6.58485 5.62575 7.16514L6.87084 7.88399L5.87084 9.61604L4.62432 8.89637C4.34597 9.55705 4.1538 10.263 4.06189 11ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM7.5 9C7.5 8.17157 8.17157 7.5 9 7.5C9.82843 7.5 10.5 8.17157 10.5 9C10.5 9.028 10.4992 9.05583 10.4977 9.08346L11.0864 9.67219C11.3694 9.56104 11.6776 9.5 12 9.5C12.3224 9.5 12.6306 9.56104 12.9136 9.67219L13.5023 9.08355C13.5008 9.05589 13.5 9.02804 13.5 9C13.5 8.17157 14.1716 7.5 15 7.5C15.8284 7.5 16.5 8.17157 16.5 9C16.5 9.82843 15.8284 10.5 15 10.5C14.972 10.5 14.9442 10.4992 14.9165 10.4977L14.3278 11.0864C14.439 11.3694 14.5 11.6776 14.5 12C14.5 12.3224 14.439 12.6306 14.3278 12.9136L14.9165 13.5023C14.9442 13.5008 14.972 13.5 15 13.5C15.8284 13.5 16.5 14.1716 16.5 15C16.5 15.8284 15.8284 16.5 15 16.5C14.1716 16.5 13.5 15.8284 13.5 15C13.5 14.972 13.5008 14.9441 13.5023 14.9165L12.9136 14.3278C12.6306 14.439 12.3224 14.5 12 14.5C11.6776 14.5 11.3694 14.439 11.0864 14.3278L10.4977 14.9165C10.4992 14.9442 10.5 14.972 10.5 15C10.5 15.8284 9.82843 16.5 9 16.5C8.17157 16.5 7.5 15.8284 7.5 15C7.5 14.1716 8.17157 13.5 9 13.5C9.02804 13.5 9.05589 13.5008 9.08355 13.5023L9.67219 12.9136C9.56104 12.6306 9.5 12.3224 9.5 12C9.5 11.6776 9.56104 11.3694 9.67219 11.0864L9.08355 10.4977C9.05589 10.4992 9.02804 10.5 9 10.5C8.17157 10.5 7.5 9.82843 7.5 9Z\" fill=\"currentColor\"/>",
|
|
@@ -19561,7 +19631,7 @@
|
|
|
19561
19631
|
{
|
|
19562
19632
|
"category": "Interface General",
|
|
19563
19633
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.5 0.0605469L18.1133 4.40298L23.0508 5.54651L19.7284 9.37381L20.1666 14.423L15.5 12.4459L10.8334 14.423L11.2716 9.37381L7.94922 5.54651L12.8867 4.40298L15.5 0.0605469Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.4142 16.0001L5 21.4144L3.58578 20.0001L9 14.5859L10.4142 16.0001Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.41421 11.0001L3 16.4144L1.58578 15.0001L7 9.58593L8.41421 11.0001Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4142 16.0001L12 21.4144L10.5858 20.0001L16 14.5859L17.4142 16.0001Z\" fill=\"currentColor\"/>",
|
|
19564
|
-
"iconName": "star-lines, features, favorite, award, to the moon",
|
|
19634
|
+
"iconName": "star-lines, features, favorite, award, to the moon, rising",
|
|
19565
19635
|
"variant": {
|
|
19566
19636
|
"join": "square",
|
|
19567
19637
|
"filled": "on",
|
package/icons/index.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ export type CentralIconName =
|
|
|
7
7
|
| "IconAddToBasket"
|
|
8
8
|
| "IconAddToBasket2"
|
|
9
9
|
| "IconAdjustPhoto"
|
|
10
|
+
| "IconAffinity"
|
|
10
11
|
| "IconAirdrop"
|
|
11
12
|
| "IconAirdrop2"
|
|
12
13
|
| "IconAirplane"
|
|
@@ -812,6 +813,7 @@ export type CentralIconName =
|
|
|
812
813
|
| "IconHatBunny"
|
|
813
814
|
| "IconHatSparkle"
|
|
814
815
|
| "IconHd"
|
|
816
|
+
| "IconHdr"
|
|
815
817
|
| "IconHead"
|
|
816
818
|
| "IconHeadline"
|
|
817
819
|
| "IconHeadphones"
|
|
@@ -859,6 +861,7 @@ export type CentralIconName =
|
|
|
859
861
|
| "IconImport2"
|
|
860
862
|
| "IconInboxChecked"
|
|
861
863
|
| "IconInboxEmpty"
|
|
864
|
+
| "IconIncrease"
|
|
862
865
|
| "IconInfinity"
|
|
863
866
|
| "IconInitiatives"
|
|
864
867
|
| "IconInjection"
|
|
@@ -1239,6 +1242,8 @@ export type CentralIconName =
|
|
|
1239
1242
|
| "IconRoller"
|
|
1240
1243
|
| "IconRose"
|
|
1241
1244
|
| "IconRotate"
|
|
1245
|
+
| "IconRotate360Left"
|
|
1246
|
+
| "IconRotate360Right"
|
|
1242
1247
|
| "IconRoulette1"
|
|
1243
1248
|
| "IconRoulette2"
|
|
1244
1249
|
| "IconRssFeed"
|