@central-icons-react-native/round-outlined-radius-3-stroke-2 1.1.29 → 1.1.31
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/IconBank/index.js +1 -1
- package/IconBank/index.js.map +1 -1
- package/IconBank/index.mjs +1 -1
- package/IconBank/index.mjs.map +1 -1
- package/IconBlock/index.js +1 -1
- package/IconBlock/index.js.map +1 -1
- package/IconBlock/index.mjs +1 -1
- package/IconBlock/index.mjs.map +1 -1
- package/IconBuildings/index.js +1 -1
- package/IconBuildings/index.js.map +1 -1
- package/IconBuildings/index.mjs +1 -1
- package/IconBuildings/index.mjs.map +1 -1
- package/IconCoinRupees/index.js +1 -1
- package/IconCoinRupees/index.js.map +1 -1
- package/IconCoinRupees/index.mjs +1 -1
- package/IconCoinRupees/index.mjs.map +1 -1
- package/IconCookies/index.js +1 -1
- package/IconCookies/index.js.map +1 -1
- package/IconCookies/index.mjs +1 -1
- package/IconCookies/index.mjs.map +1 -1
- package/IconDia/index.js +1 -1
- package/IconDia/index.js.map +1 -1
- package/IconDia/index.mjs +1 -1
- package/IconDia/index.mjs.map +1 -1
- package/IconGarage/index.js +1 -1
- package/IconGarage/index.js.map +1 -1
- package/IconGarage/index.mjs +1 -1
- package/IconGarage/index.mjs.map +1 -1
- package/IconHomeRoof/index.js +1 -1
- package/IconHomeRoof/index.js.map +1 -1
- package/IconHomeRoof/index.mjs +1 -1
- package/IconHomeRoof/index.mjs.map +1 -1
- package/IconMall/index.js +1 -1
- package/IconMall/index.js.map +1 -1
- package/IconMall/index.mjs +1 -1
- package/IconMall/index.mjs.map +1 -1
- package/IconProgress25/index.d.ts +4 -0
- package/IconProgress25/index.js +2 -0
- package/IconProgress25/index.js.map +1 -0
- package/IconProgress25/index.mjs +2 -0
- package/IconProgress25/index.mjs.map +1 -0
- package/IconProgress50/index.d.ts +4 -0
- package/IconProgress50/index.js +2 -0
- package/IconProgress50/index.js.map +1 -0
- package/IconProgress50/index.mjs +2 -0
- package/IconProgress50/index.mjs.map +1 -0
- package/IconProgress75/index.d.ts +4 -0
- package/IconProgress75/index.js +2 -0
- package/IconProgress75/index.js.map +1 -0
- package/IconProgress75/index.mjs +2 -0
- package/IconProgress75/index.mjs.map +1 -0
- package/IconSchool/index.js +1 -1
- package/IconSchool/index.js.map +1 -1
- package/IconSchool/index.mjs +1 -1
- package/IconSchool/index.mjs.map +1 -1
- package/IconTruck/index.js +1 -1
- package/IconTruck/index.js.map +1 -1
- package/IconTruck/index.mjs +1 -1
- package/IconTruck/index.mjs.map +1 -1
- package/README.md +3 -1
- package/filtered-icons.json +53 -25
- package/icons/index.d.ts +3 -1
- package/icons-index.json +10 -6
- package/index.d.ts +3 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +33 -19
- package/IconReceiptCheck2/index.d.ts +0 -4
- package/IconReceiptCheck2/index.js +0 -2
- package/IconReceiptCheck2/index.js.map +0 -1
- package/IconReceiptCheck2/index.mjs +0 -2
- package/IconReceiptCheck2/index.mjs.map +0 -1
package/IconMall/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconMall/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 IconMall: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8
|
|
1
|
+
{"version":3,"sources":["../src/IconMall/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 IconMall: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 11V19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 19V14C8 12.3431 9.34315 11 11 11H13C14.6569 11 16 12.3431 16 14V19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18 5H6C4.34315 5 3 6.34315 3 8V16C3 17.6569 4.34315 19 6 19H18C19.6569 19 21 17.6569 21 16V8C21 6.34315 19.6569 5 18 5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMall;\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,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconMall_exports","__export","IconMall","IconMall_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMall","props","React","CentralIconBase","IconMall_default"]}
|
package/IconMall/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(C,{...p,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 i=e=>o.createElement(n,{...e},o.createElement(t,{d:"M12 11V19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M8 19V14C8 12.3431 9.34315 11 11 11H13C14.6569 11 16 12.3431 16 14V19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M18 5H6C4.34315 5 3 6.34315 3 8V16C3 17.6569 4.34315 19 6 19H18C19.6569 19 21 17.6569 21 16V8C21 6.34315 19.6569 5 18 5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=i;export{i as IconMall,I as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/IconMall/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconMall/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 IconMall: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8
|
|
1
|
+
{"version":3,"sources":["../src/IconMall/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 IconMall: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 11V19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 19V14C8 12.3431 9.34315 11 11 11H13C14.6569 11 16 12.3431 16 14V19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18 5H6C4.34315 5 3 6.34315 3 8V16C3 17.6569 4.34315 19 6 19H18C19.6569 19 21 17.6569 21 16V8C21 6.34315 19.6569 5 18 5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMall;\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,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMall","props","React","CentralIconBase","IconMall_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=x(o,e))||l.enumerable});return r};var a=(r,o,t)=>(t=r!=null?u(I(r)):{},C(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>C(n({},"__esModule",{value:!0}),r);var y={};g(y,{IconProgress25:()=>i,default:()=>v});module.exports=h(y);var p=a(require("react"));var c=a(require("react")),m=require("react-native-svg"),f=({children:r,size:o=24,...t})=>c.default.createElement(m.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 s=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(s.Circle,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),p.default.createElement(s.Path,{d:"M19 12C19 8.13401 15.866 5 12 5V12H19Z",fill:"currentColor"})),v=i;0&&(module.exports={IconProgress25});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconProgress25/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 IconProgress25: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M19 12C19 8.13401 15.866 5 12 5V12H19Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconProgress25;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpE,EAAAA,QAAA,cAAC,QAAK,EAAE,yCAAyC,KAAK,eAAe,CACvE,EAIGE,EAAQJ","names":["IconProgress25_exports","__export","IconProgress25","IconProgress25_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconProgress25","props","React","CentralIconBase","IconProgress25_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as s}from"react-native-svg";var e=({children:o,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"},o);import{Circle as l,Path as C}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(l,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),t.createElement(C,{d:"M19 12C19 8.13401 15.866 5 12 5V12H19Z",fill:"currentColor"})),g=a;export{a as IconProgress25,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconProgress25/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 IconProgress25: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M19 12C19 8.13401 15.866 5 12 5V12H19Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconProgress25;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpEI,EAAA,cAACH,EAAA,CAAK,EAAE,yCAAyC,KAAK,eAAe,CACvE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconProgress25","props","React","CentralIconBase","IconProgress25_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=x(o,e))||C.enumerable});return r};var a=(r,o,t)=>(t=r!=null?u(I(r)):{},l(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>l(n({},"__esModule",{value:!0}),r);var y={};g(y,{IconProgress50:()=>i,default:()=>v});module.exports=h(y);var p=a(require("react"));var c=a(require("react")),m=require("react-native-svg"),f=({children:r,size:o=24,...t})=>c.default.createElement(m.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 s=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(s.Circle,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),p.default.createElement(s.Path,{d:"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5V19Z",fill:"currentColor"})),v=i;0&&(module.exports={IconProgress50});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconProgress50/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 IconProgress50: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5V19Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconProgress50;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpE,EAAAA,QAAA,cAAC,QACC,EAAE,gEACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconProgress50_exports","__export","IconProgress50","IconProgress50_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconProgress50","props","React","CentralIconBase","IconProgress50_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as s}from"react-native-svg";var e=({children:o,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"},o);import{Circle as C,Path as l}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(C,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),t.createElement(l,{d:"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5V19Z",fill:"currentColor"})),g=a;export{a as IconProgress50,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconProgress50/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 IconProgress50: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5V19Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconProgress50;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpEI,EAAA,cAACH,EAAA,CACC,EAAE,gEACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconProgress50","props","React","CentralIconBase","IconProgress50_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(s=x(o,e))||s.enumerable});return r};var a=(r,o,t)=>(t=r!=null?u(I(r)):{},l(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>l(n({},"__esModule",{value:!0}),r);var y={};g(y,{IconProgress75:()=>i,default:()=>v});module.exports=h(y);var p=a(require("react"));var c=a(require("react")),m=require("react-native-svg"),f=({children:r,size:o=24,...t})=>c.default.createElement(m.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=>p.default.createElement(f,{...r},p.default.createElement(C.Circle,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),p.default.createElement(C.Path,{d:"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5V12H5C5 15.866 8.13401 19 12 19Z",fill:"currentColor"})),v=i;0&&(module.exports={IconProgress75});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconProgress75/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 IconProgress75: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5V12H5C5 15.866 8.13401 19 12 19Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconProgress75;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpE,EAAAA,QAAA,cAAC,QACC,EAAE,4FACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconProgress75_exports","__export","IconProgress75","IconProgress75_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconProgress75","props","React","CentralIconBase","IconProgress75_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(C,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Circle as s,Path as l}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(s,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),t.createElement(l,{d:"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5V12H5C5 15.866 8.13401 19 12 19Z",fill:"currentColor"})),g=a;export{a as IconProgress75,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconProgress75/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 IconProgress75: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5V12H5C5 15.866 8.13401 19 12 19Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconProgress75;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpEI,EAAA,cAACH,EAAA,CACC,EAAE,4FACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconProgress75","props","React","CentralIconBase","IconProgress75_default"]}
|
package/IconSchool/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var l=Object.create;var i=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var B=(o,r)=>{for(var e in r)i(o,e,{get:r[e],enumerable:!0})},d=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let s of h(r))!f.call(o,s)&&s!==e&&i(o,s,{get:()=>r[s],enumerable:!(p=m(r,s))||p.enumerable});return o};var C=(o,r,e)=>(e=o!=null?l(L(o)):{},d(r||!o||!o.__esModule?i(e,"default",{value:o,enumerable:!0}):e,o)),I=o=>d(i({},"__esModule",{value:!0}),o);var P={};B(P,{IconSchool:()=>c,default:()=>x});module.exports=I(P);var n=C(require("react"));var u=C(require("react")),k=require("react-native-svg"),a=({children:o,size:r=24,...e})=>u.default.createElement(k.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var t=require("react-native-svg"),c=o=>n.default.createElement(a,{...o},n.default.createElement(t.Path,{d:"M21 19V12C21 10.3431 19.6569 9 18 9H17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M17 19V8C17 6.34315 15.6569 5 14 5H10C8.34315 5 7 6.34315 7 8V19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M7 9H6C4.34315 9 3 10.3431 3 12V19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M22 19H2",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M10 19V17C10 15.8954 10.8954 15 12 15C13.1046 15 14 15.8954 14 17V19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),x=c;0&&(module.exports={IconSchool});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconSchool/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconSchool/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 IconSchool: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconSchool/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 IconSchool: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 19V12C21 10.3431 19.6569 9 18 9H17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 19V8C17 6.34315 15.6569 5 14 5H10C8.34315 5 7 6.34315 7 8V19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7 9H6C4.34315 9 3 10.3431 3 12V19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M22 19H2\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10 19V17C10 15.8954 10.8954 15 12 15C13.1046 15 14 15.8954 14 17V19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSchool;\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,yCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconSchool_exports","__export","IconSchool","IconSchool_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSchool","props","React","CentralIconBase","IconSchool_default"]}
|
package/IconSchool/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import r from"react";import i from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:o=24,...s})=>i.createElement(p,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var d=n=>r.createElement(t,{...n},r.createElement(e,{d:"M21 19V12C21 10.3431 19.6569 9 18 9H17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M17 19V8C17 6.34315 15.6569 5 14 5H10C8.34315 5 7 6.34315 7 8V19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M7 9H6C4.34315 9 3 10.3431 3 12V19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M22 19H2",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M10 19V17C10 15.8954 10.8954 15 12 15C13.1046 15 14 15.8954 14 17V19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),f=d;export{d as IconSchool,f as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/IconSchool/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconSchool/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 IconSchool: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconSchool/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 IconSchool: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 19V12C21 10.3431 19.6569 9 18 9H17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 19V8C17 6.34315 15.6569 5 14 5H10C8.34315 5 7 6.34315 7 8V19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7 9H6C4.34315 9 3 10.3431 3 12V19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M22 19H2\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10 19V17C10 15.8954 10.8954 15 12 15C13.1046 15 14 15.8954 14 17V19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSchool;\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,yCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSchool","props","React","CentralIconBase","IconSchool_default"]}
|
package/IconTruck/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var a=Object.create;var s=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},p=(r,o,t,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of f(o))!B.call(r,C)&&C!==t&&s(r,C,{get:()=>o[C],enumerable:!(i=c(o,C))||i.enumerable});return r};var d=(r,o,t)=>(t=r!=null?a(h(r)):{},p(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>p(s({},"__esModule",{value:!0}),r);var g={};I(g,{IconTruck:()=>m,default:()=>P});module.exports=x(g);var e=d(require("react"));var u=d(require("react")),k=require("react-native-svg"),l=({children:r,size:o=24,...t})=>u.default.createElement(k.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 n=require("react-native-svg"),m=r=>e.default.createElement(l,{...r},e.default.createElement(n.Path,{d:"M10 16.5C10 17.8807 8.88071 19 7.5 19C6.11929 19 5 17.8807 5 16.5C5 15.1193 6.11929 14 7.5 14C8.88071 14 10 15.1193 10 16.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),e.default.createElement(n.Path,{d:"M19 16.5C19 17.8807 17.8807 19 16.5 19C15.1193 19 14 17.8807 14 16.5C14 15.1193 15.1193 14 16.5 14C17.8807 14 19 15.1193 19 16.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),e.default.createElement(n.Path,{d:"M10 16H14",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),e.default.createElement(n.Path,{d:"M9 14V7H6.60555C5.60249 7 4.6658 7.5013 4.1094 8.3359L3.50385 9.24423C3.17531 9.73703 3 10.3161 3 10.9083V14.2857C3 15.2325 3.76751 16 4.71429 16",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),e.default.createElement(n.Path,{d:"M9 9V8C9 6.34315 10.3431 5 12 5H18C19.6569 5 21 6.34315 21 8V14C21 15.1046 20.1046 16 19 16",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),P=m;0&&(module.exports={IconTruck});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconTruck/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconTruck/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 IconTruck: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10
|
|
1
|
+
{"version":3,"sources":["../src/IconTruck/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 IconTruck: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10 16.5C10 17.8807 8.88071 19 7.5 19C6.11929 19 5 17.8807 5 16.5C5 15.1193 6.11929 14 7.5 14C8.88071 14 10 15.1193 10 16.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 16.5C19 17.8807 17.8807 19 16.5 19C15.1193 19 14 17.8807 14 16.5C14 15.1193 15.1193 14 16.5 14C17.8807 14 19 15.1193 19 16.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10 16H14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9 14V7H6.60555C5.60249 7 4.6658 7.5013 4.1094 8.3359L3.50385 9.24423C3.17531 9.73703 3 10.3161 3 10.9083V14.2857C3 15.2325 3.76751 16 4.71429 16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9 9V8C9 6.34315 10.3431 5 12 5H18C19.6569 5 21 6.34315 21 8V14C21 15.1046 20.1046 16 19 16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTruck;\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,+HACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oIACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oJACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8FACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconTruck_exports","__export","IconTruck","IconTruck_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTruck","props","React","CentralIconBase","IconTruck_default"]}
|
package/IconTruck/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from"react";import s from"react";import{Svg as i}from"react-native-svg";var n=({children:e,size:r=24,...C})=>s.createElement(i,{...C,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 p=e=>o.createElement(n,{...e},o.createElement(t,{d:"M10 16.5C10 17.8807 8.88071 19 7.5 19C6.11929 19 5 17.8807 5 16.5C5 15.1193 6.11929 14 7.5 14C8.88071 14 10 15.1193 10 16.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),o.createElement(t,{d:"M19 16.5C19 17.8807 17.8807 19 16.5 19C15.1193 19 14 17.8807 14 16.5C14 15.1193 15.1193 14 16.5 14C17.8807 14 19 15.1193 19 16.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),o.createElement(t,{d:"M10 16H14",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),o.createElement(t,{d:"M9 14V7H6.60555C5.60249 7 4.6658 7.5013 4.1094 8.3359L3.50385 9.24423C3.17531 9.73703 3 10.3161 3 10.9083V14.2857C3 15.2325 3.76751 16 4.71429 16",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),o.createElement(t,{d:"M9 9V8C9 6.34315 10.3431 5 12 5H18C19.6569 5 21 6.34315 21 8V14C21 15.1046 20.1046 16 19 16",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),B=p;export{p as IconTruck,B as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/IconTruck/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconTruck/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 IconTruck: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10
|
|
1
|
+
{"version":3,"sources":["../src/IconTruck/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 IconTruck: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10 16.5C10 17.8807 8.88071 19 7.5 19C6.11929 19 5 17.8807 5 16.5C5 15.1193 6.11929 14 7.5 14C8.88071 14 10 15.1193 10 16.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 16.5C19 17.8807 17.8807 19 16.5 19C15.1193 19 14 17.8807 14 16.5C14 15.1193 15.1193 14 16.5 14C17.8807 14 19 15.1193 19 16.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10 16H14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9 14V7H6.60555C5.60249 7 4.6658 7.5013 4.1094 8.3359L3.50385 9.24423C3.17531 9.73703 3 10.3161 3 10.9083V14.2857C3 15.2325 3.76751 16 4.71429 16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9 9V8C9 6.34315 10.3431 5 12 5H18C19.6569 5 21 6.34315 21 8V14C21 15.1046 20.1046 16 19 16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTruck;\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,+HACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oIACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oJACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8FACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTruck","props","React","CentralIconBase","IconTruck_default"]}
|
package/README.md
CHANGED
|
@@ -956,6 +956,9 @@ Below is a complete list of available icons:
|
|
|
956
956
|
- IconPlanning
|
|
957
957
|
- IconPlusLarge
|
|
958
958
|
- IconPlusSmall
|
|
959
|
+
- IconProgress25
|
|
960
|
+
- IconProgress50
|
|
961
|
+
- IconProgress75
|
|
959
962
|
- IconQrCode
|
|
960
963
|
- IconQuickSearch
|
|
961
964
|
- IconReview
|
|
@@ -1306,7 +1309,6 @@ Below is a complete list of available icons:
|
|
|
1306
1309
|
- IconPound
|
|
1307
1310
|
- IconReceiptBill
|
|
1308
1311
|
- IconReceiptCheck
|
|
1309
|
-
- IconReceiptCheck2
|
|
1310
1312
|
- IconReceiptStorno
|
|
1311
1313
|
- IconReceiptTax
|
|
1312
1314
|
- IconRemoveFromBasket
|
package/filtered-icons.json
CHANGED
|
@@ -2270,7 +2270,7 @@
|
|
|
2270
2270
|
},
|
|
2271
2271
|
{
|
|
2272
2272
|
"category": "Building",
|
|
2273
|
-
"svg": "<path d=\"
|
|
2273
|
+
"svg": "<path d=\"M10.6584 3.17084L3.68328 6.65838C3.26452 6.86776 3 7.29577 3 7.76396C3 8.44662 3.55341 9.00002 4.23607 9.00002H19.7639C20.4466 9.00002 21 8.44662 21 7.76396C21 7.29577 20.7355 6.86776 20.3167 6.65838L13.3416 3.17084C12.4971 2.74855 11.5029 2.74855 10.6584 3.17084Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M19.7643 20H4.23627C3.62821 20 3.19884 19.4043 3.39113 18.8274C3.7549 17.7361 4.77619 17 5.92655 17H18.074C19.2243 17 20.2456 17.7361 20.6094 18.8274C20.8017 19.4043 20.3723 20 19.7643 20Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M19 9V17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M15 17V9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M5 9V17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M9 17V9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
|
|
2274
2274
|
"iconName": "bank",
|
|
2275
2275
|
"variant": {
|
|
2276
2276
|
"join": "round",
|
|
@@ -2970,7 +2970,7 @@
|
|
|
2970
2970
|
},
|
|
2971
2971
|
{
|
|
2972
2972
|
"category": "Building",
|
|
2973
|
-
"svg": "<path d=\"M5 20V7C5 5.34315 6.34315 4 8 4H16C17.6569 4 19 5.34315 19
|
|
2973
|
+
"svg": "<path d=\"M9 8H10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14 8H15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9 12H10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14 12H15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9 16H10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14 16H15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21 20H3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5 20V7C5 5.34315 6.34315 4 8 4H16C17.6569 4 19 5.34315 19 7V20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
2974
2974
|
"iconName": "block, workspace",
|
|
2975
2975
|
"variant": {
|
|
2976
2976
|
"join": "round",
|
|
@@ -4006,7 +4006,7 @@
|
|
|
4006
4006
|
},
|
|
4007
4007
|
{
|
|
4008
4008
|
"category": "Building",
|
|
4009
|
-
"svg": "<path d=\"
|
|
4009
|
+
"svg": "<path d=\"M10 9H8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 13H10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14 19V7C14 5.34315 12.6569 4 11 4H7C5.34315 4 4 5.34315 4 7V19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"16\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20 19V11C20 9.34315 18.6569 8 17 8H14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"16\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M22 19H2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"16\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
4010
4010
|
"iconName": "buildings, company, workspace",
|
|
4011
4011
|
"variant": {
|
|
4012
4012
|
"join": "round",
|
|
@@ -6526,7 +6526,7 @@
|
|
|
6526
6526
|
},
|
|
6527
6527
|
{
|
|
6528
6528
|
"category": "Shopping & Payment",
|
|
6529
|
-
"svg": "<path d=\"M8 11L16 11\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M9.5 8H11C12.6569 8 14 9.34315 14
|
|
6529
|
+
"svg": "<path d=\"M8 11L16 11\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M9.5 8H11C12.6569 8 14 9.34315 14 11C14 12.6569 12.6569 14 11 14H9.5L13.5 17\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
6530
6530
|
"iconName": "coin-rupees, currency, money",
|
|
6531
6531
|
"variant": {
|
|
6532
6532
|
"join": "round",
|
|
@@ -6876,7 +6876,7 @@
|
|
|
6876
6876
|
},
|
|
6877
6877
|
{
|
|
6878
6878
|
"category": "Food",
|
|
6879
|
-
"svg": "<path
|
|
6879
|
+
"svg": "<path d=\"M16.0311 6.96887C14.3198 6.73976 13 5.27401 13 3.5C13 3.35029 13.0094 3.20278 13.0276 3.05803C12.6904 3.01969 12.3475 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 11.2339 20.9043 10.4901 20.7241 9.77997C20.3431 9.92223 19.9306 10 19.5 10C17.726 10 16.2602 8.68017 16.0311 6.96887Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M10 8.5C10 9.32843 9.32843 10 8.5 10C7.67157 10 7 9.32843 7 8.5C7 7.67157 7.67157 7 8.5 7C9.32843 7 10 7.67157 10 8.5Z\" fill=\"currentColor\"/><path d=\"M14 11.5C14 12.3284 13.3284 13 12.5 13C11.6716 13 11 12.3284 11 11.5C11 10.6716 11.6716 10 12.5 10C13.3284 10 14 10.6716 14 11.5Z\" fill=\"currentColor\"/><path d=\"M18 14C18 14.5523 17.5523 15 17 15C16.4477 15 16 14.5523 16 14C16 13.4477 16.4477 13 17 13C17.5523 13 18 13.4477 18 14Z\" fill=\"currentColor\"/><path d=\"M13 16.5C13 17.3284 12.3284 18 11.5 18C10.6716 18 10 17.3284 10 16.5C10 15.6716 10.6716 15 11.5 15C12.3284 15 13 15.6716 13 16.5Z\" fill=\"currentColor\"/><path d=\"M8 14C8 14.5523 7.55228 15 7 15C6.44772 15 6 14.5523 6 14C6 13.4477 6.44772 13 7 13C7.55228 13 8 13.4477 8 14Z\" fill=\"currentColor\"/>",
|
|
6880
6880
|
"iconName": "cookies",
|
|
6881
6881
|
"variant": {
|
|
6882
6882
|
"join": "round",
|
|
@@ -7618,7 +7618,7 @@
|
|
|
7618
7618
|
},
|
|
7619
7619
|
{
|
|
7620
7620
|
"category": "Social Media & Brands",
|
|
7621
|
-
"svg": "<
|
|
7621
|
+
"svg": "<path d=\"M12 2.70358C12.2518 2.70355 12.5058 2.71207 12.7613 2.72964C18.0971 3.09701 22.4035 7.44413 22.7306 12.7839C22.8815 15.2705 22.1449 17.5893 20.7928 19.5992C20.3771 20.2173 19.554 20.3586 18.8712 20.0609C16.7569 19.139 14.3784 18.4064 12 18.4377C9.62158 18.4064 7.24311 19.1391 5.12881 20.0609C4.44602 20.3586 3.62294 20.2173 3.20718 19.5992C1.85505 17.5893 1.1185 15.2705 1.26942 12.7839C1.59648 7.4441 5.90288 3.09695 11.2387 2.72964C11.4942 2.71207 11.7482 2.70355 12 2.70358Z\" fill=\"currentColor\"/>",
|
|
7622
7622
|
"iconName": "dia",
|
|
7623
7623
|
"variant": {
|
|
7624
7624
|
"join": "round",
|
|
@@ -10306,7 +10306,7 @@
|
|
|
10306
10306
|
},
|
|
10307
10307
|
{
|
|
10308
10308
|
"category": "Building",
|
|
10309
|
-
"svg": "<path d=\"
|
|
10309
|
+
"svg": "<path d=\"M18 19H6C4.34315 19 3 17.6569 3 16V10.6825C3 9.6374 3.54389 8.66763 4.43565 8.12266L10.4356 4.45599C11.396 3.86912 12.604 3.86912 13.5643 4.45599L19.5644 8.12266C20.4561 8.66763 21 9.6374 21 10.6825V16C21 17.6569 19.6569 19 18 19Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M7 15H17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M17 19V14C17 12.3431 15.6569 11 14 11H10C8.34315 11 7 12.3431 7 14V19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
|
|
10310
10310
|
"iconName": "garage",
|
|
10311
10311
|
"variant": {
|
|
10312
10312
|
"join": "round",
|
|
@@ -11174,7 +11174,7 @@
|
|
|
11174
11174
|
},
|
|
11175
11175
|
{
|
|
11176
11176
|
"category": "Building",
|
|
11177
|
-
"svg": "<path d=\"
|
|
11177
|
+
"svg": "<path d=\"M21.5 9.55121L12 2.75L2.5 9.55121\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5 7.76141V15.2C5 16.8802 5 17.7202 5.32698 18.362C5.6146 18.9265 6.07354 19.3854 6.63803 19.673C7.27976 20 8.11984 20 9.8 20H14.2C15.8802 20 16.7202 20 17.362 19.673C17.9265 19.3854 18.3854 18.9265 18.673 18.362C19 17.7202 19 16.8802 19 15.2V7.76141\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
11178
11178
|
"iconName": "home-roof, house",
|
|
11179
11179
|
"variant": {
|
|
11180
11180
|
"join": "round",
|
|
@@ -12854,7 +12854,7 @@
|
|
|
12854
12854
|
},
|
|
12855
12855
|
{
|
|
12856
12856
|
"category": "Building",
|
|
12857
|
-
"svg": "<path d=\"M8
|
|
12857
|
+
"svg": "<path d=\"M12 11V19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 19V14C8 12.3431 9.34315 11 11 11H13C14.6569 11 16 12.3431 16 14V19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 5H6C4.34315 5 3 6.34315 3 8V16C3 17.6569 4.34315 19 6 19H18C19.6569 19 21 17.6569 21 16V8C21 6.34315 19.6569 5 18 5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
12858
12858
|
"iconName": "mall, store, shop, business",
|
|
12859
12859
|
"variant": {
|
|
12860
12860
|
"join": "round",
|
|
@@ -15722,6 +15722,48 @@
|
|
|
15722
15722
|
"packageName": "round-outlined-radius-3-stroke-2",
|
|
15723
15723
|
"componentName": "IconProducthunt"
|
|
15724
15724
|
},
|
|
15725
|
+
{
|
|
15726
|
+
"category": "Interface General",
|
|
15727
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M19 12C19 8.13401 15.866 5 12 5V12H19Z\" fill=\"currentColor\"/>",
|
|
15728
|
+
"iconName": "progress-25, ideas, open, status, task",
|
|
15729
|
+
"variant": {
|
|
15730
|
+
"join": "round",
|
|
15731
|
+
"filled": "off",
|
|
15732
|
+
"radius": "3",
|
|
15733
|
+
"stroke": "2"
|
|
15734
|
+
},
|
|
15735
|
+
"createdAt": "2025-11-14T21:00:57.563615+00:00",
|
|
15736
|
+
"packageName": "round-outlined-radius-3-stroke-2",
|
|
15737
|
+
"componentName": "IconProgress25"
|
|
15738
|
+
},
|
|
15739
|
+
{
|
|
15740
|
+
"category": "Interface General",
|
|
15741
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5V19Z\" fill=\"currentColor\"/>",
|
|
15742
|
+
"iconName": "progress-50, ideas, open, status, tas",
|
|
15743
|
+
"variant": {
|
|
15744
|
+
"join": "round",
|
|
15745
|
+
"filled": "off",
|
|
15746
|
+
"radius": "3",
|
|
15747
|
+
"stroke": "2"
|
|
15748
|
+
},
|
|
15749
|
+
"createdAt": "2025-11-14T21:00:57.563615+00:00",
|
|
15750
|
+
"packageName": "round-outlined-radius-3-stroke-2",
|
|
15751
|
+
"componentName": "IconProgress50"
|
|
15752
|
+
},
|
|
15753
|
+
{
|
|
15754
|
+
"category": "Interface General",
|
|
15755
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5V12H5C5 15.866 8.13401 19 12 19Z\" fill=\"currentColor\"/>",
|
|
15756
|
+
"iconName": "progress-75, ideas, open, status, tas",
|
|
15757
|
+
"variant": {
|
|
15758
|
+
"join": "round",
|
|
15759
|
+
"filled": "off",
|
|
15760
|
+
"radius": "3",
|
|
15761
|
+
"stroke": "2"
|
|
15762
|
+
},
|
|
15763
|
+
"createdAt": "2025-11-14T21:00:57.563615+00:00",
|
|
15764
|
+
"packageName": "round-outlined-radius-3-stroke-2",
|
|
15765
|
+
"componentName": "IconProgress75"
|
|
15766
|
+
},
|
|
15725
15767
|
{
|
|
15726
15768
|
"category": "AI & Magic",
|
|
15727
15769
|
"svg": "<path d=\"M6 19C4.34315 19 3 17.6569 3 16M21 16C21 17.6569 19.6569 19 18 19M18 5C19.6569 5 21 6.34315 21 8M6 5C4.34315 5 3 6.34315 3 8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 10H16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 14H14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -16072,20 +16114,6 @@
|
|
|
16072
16114
|
"packageName": "round-outlined-radius-3-stroke-2",
|
|
16073
16115
|
"componentName": "IconReceiptCheck"
|
|
16074
16116
|
},
|
|
16075
|
-
{
|
|
16076
|
-
"category": "Shopping & Payment",
|
|
16077
|
-
"svg": "<path d=\"M9 15H15M10 9.49999L11.5 11L14.5 8M19 21V6C19 4.34315 17.6569 3 16 3H8C6.34315 3 5 4.34315 5 6V21L7.33333 19L9.66667 21L12 19L14.3333 21L16.6667 19L19 21Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
16078
|
-
"iconName": "receipt-check-2, ticket",
|
|
16079
|
-
"variant": {
|
|
16080
|
-
"join": "round",
|
|
16081
|
-
"filled": "off",
|
|
16082
|
-
"radius": "3",
|
|
16083
|
-
"stroke": "2"
|
|
16084
|
-
},
|
|
16085
|
-
"createdAt": "2025-02-15T21:11:33.829321+00:00",
|
|
16086
|
-
"packageName": "round-outlined-radius-3-stroke-2",
|
|
16087
|
-
"componentName": "IconReceiptCheck2"
|
|
16088
|
-
},
|
|
16089
16117
|
{
|
|
16090
16118
|
"category": "Things",
|
|
16091
16119
|
"svg": "<path d=\"M11.9961 7C7.57782 7 3.99609 10.5 3.99609 16V17H19.9961V16C19.9961 10.5 16.4144 7 11.9961 7Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.99609 20H19.9961\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 17V20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 7V4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10 4H14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -16746,7 +16774,7 @@
|
|
|
16746
16774
|
},
|
|
16747
16775
|
{
|
|
16748
16776
|
"category": "Building",
|
|
16749
|
-
"svg": "<path d=\"
|
|
16777
|
+
"svg": "<path d=\"M21 19V12C21 10.3431 19.6569 9 18 9H17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 19V8C17 6.34315 15.6569 5 14 5H10C8.34315 5 7 6.34315 7 8V19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7 9H6C4.34315 9 3 10.3431 3 12V19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M22 19H2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10 19V17C10 15.8954 10.8954 15 12 15C13.1046 15 14 15.8954 14 17V19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
16750
16778
|
"iconName": "school, building",
|
|
16751
16779
|
"variant": {
|
|
16752
16780
|
"join": "round",
|
|
@@ -20470,7 +20498,7 @@
|
|
|
20470
20498
|
},
|
|
20471
20499
|
{
|
|
20472
20500
|
"category": "Shopping & Payment",
|
|
20473
|
-
"svg": "<path d=\"M10
|
|
20501
|
+
"svg": "<path d=\"M10 16.5C10 17.8807 8.88071 19 7.5 19C6.11929 19 5 17.8807 5 16.5C5 15.1193 6.11929 14 7.5 14C8.88071 14 10 15.1193 10 16.5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M19 16.5C19 17.8807 17.8807 19 16.5 19C15.1193 19 14 17.8807 14 16.5C14 15.1193 15.1193 14 16.5 14C17.8807 14 19 15.1193 19 16.5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M10 16H14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M9 14V7H6.60555C5.60249 7 4.6658 7.5013 4.1094 8.3359L3.50385 9.24423C3.17531 9.73703 3 10.3161 3 10.9083V14.2857C3 15.2325 3.76751 16 4.71429 16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M9 9V8C9 6.34315 10.3431 5 12 5H18C19.6569 5 21 6.34315 21 8V14C21 15.1046 20.1046 16 19 16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
|
|
20474
20502
|
"iconName": "truck, delivery",
|
|
20475
20503
|
"variant": {
|
|
20476
20504
|
"join": "round",
|
package/icons/index.d.ts
CHANGED
|
@@ -1122,6 +1122,9 @@ export type CentralIconName =
|
|
|
1122
1122
|
| "IconPrinter"
|
|
1123
1123
|
| "IconProcessor"
|
|
1124
1124
|
| "IconProducthunt"
|
|
1125
|
+
| "IconProgress25"
|
|
1126
|
+
| "IconProgress50"
|
|
1127
|
+
| "IconProgress75"
|
|
1125
1128
|
| "IconPrompt"
|
|
1126
1129
|
| "IconPrompt1"
|
|
1127
1130
|
| "IconPromptSuggestion"
|
|
@@ -1147,7 +1150,6 @@ export type CentralIconName =
|
|
|
1147
1150
|
| "IconRear"
|
|
1148
1151
|
| "IconReceiptBill"
|
|
1149
1152
|
| "IconReceiptCheck"
|
|
1150
|
-
| "IconReceiptCheck2"
|
|
1151
1153
|
| "IconReceiptionBell"
|
|
1152
1154
|
| "IconReceiptStorno"
|
|
1153
1155
|
| "IconReceiptTax"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-3-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.31",
|
|
4
4
|
"style": "round-outlined-radius-3-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-stroke-2/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": 1565,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 44,
|
|
@@ -751,7 +751,7 @@
|
|
|
751
751
|
]
|
|
752
752
|
},
|
|
753
753
|
"Interface General": {
|
|
754
|
-
"count":
|
|
754
|
+
"count": 164,
|
|
755
755
|
"icons": [
|
|
756
756
|
"IconAnchor1",
|
|
757
757
|
"IconAnchor2",
|
|
@@ -860,6 +860,9 @@
|
|
|
860
860
|
"IconPlanning",
|
|
861
861
|
"IconPlusLarge",
|
|
862
862
|
"IconPlusSmall",
|
|
863
|
+
"IconProgress25",
|
|
864
|
+
"IconProgress50",
|
|
865
|
+
"IconProgress75",
|
|
863
866
|
"IconQrCode",
|
|
864
867
|
"IconQuickSearch",
|
|
865
868
|
"IconReview",
|
|
@@ -1176,7 +1179,7 @@
|
|
|
1176
1179
|
]
|
|
1177
1180
|
},
|
|
1178
1181
|
"Shopping & Payment": {
|
|
1179
|
-
"count":
|
|
1182
|
+
"count": 69,
|
|
1180
1183
|
"icons": [
|
|
1181
1184
|
"IconAddToBasket",
|
|
1182
1185
|
"IconAddToBasket2",
|
|
@@ -1226,7 +1229,6 @@
|
|
|
1226
1229
|
"IconPound",
|
|
1227
1230
|
"IconReceiptBill",
|
|
1228
1231
|
"IconReceiptCheck",
|
|
1229
|
-
"IconReceiptCheck2",
|
|
1230
1232
|
"IconReceiptStorno",
|
|
1231
1233
|
"IconReceiptTax",
|
|
1232
1234
|
"IconRemoveFromBasket",
|
|
@@ -2876,6 +2878,9 @@
|
|
|
2876
2878
|
"IconPrinter": "printer, print",
|
|
2877
2879
|
"IconProcessor": "processor, chip",
|
|
2878
2880
|
"IconProducthunt": "producthunt",
|
|
2881
|
+
"IconProgress25": "progress-25, ideas, open, status, task",
|
|
2882
|
+
"IconProgress50": "progress-50, ideas, open, status, tas",
|
|
2883
|
+
"IconProgress75": "progress-75, ideas, open, status, tas",
|
|
2879
2884
|
"IconPrompt": "prompt, scan-text",
|
|
2880
2885
|
"IconPrompt1": "prompt, vibe-designing, box-sparkle",
|
|
2881
2886
|
"IconPromptSuggestion": "prompt-suggestion, auto-prompt",
|
|
@@ -2901,7 +2906,6 @@
|
|
|
2901
2906
|
"IconRear": "rear, front-back, change-cam, lens",
|
|
2902
2907
|
"IconReceiptBill": "receipt-bill, purchase, invoice",
|
|
2903
2908
|
"IconReceiptCheck": "receipt-check, ticket",
|
|
2904
|
-
"IconReceiptCheck2": "receipt-check-2, ticket",
|
|
2905
2909
|
"IconReceiptionBell": "receiption-bell, concierge",
|
|
2906
2910
|
"IconReceiptStorno": "receipt-storno, close, remove",
|
|
2907
2911
|
"IconReceiptTax": "receipt-tax, discount",
|