@central-icons-react-native/round-filled-radius-2-stroke-1.5 1.1.8 → 1.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFontStyle: FC<CentralIconBaseProps>;
4
+ export default IconFontStyle;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var H=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of B(r))!d.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=H(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(I(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>l(n({},"__esModule",{value:!0}),o);var g={};v(g,{IconFontStyle:()=>i,default:()=>P});module.exports=x(g);var C=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M19.1826 19.75H19.875C20.2202 19.75 20.5 20.0298 20.5 20.375C20.5 20.7202 20.2202 21 19.875 21H15.125C14.7798 21 14.5 20.7202 14.5 20.375C14.5 20.0298 14.7798 19.75 15.125 19.75H16.0264L14.3174 14.5H8.05566L6.34668 19.75H7.125C7.47018 19.75 7.75 20.0298 7.75 20.375C7.75 20.7202 7.47018 21 7.125 21H4.125C3.77982 21 3.5 20.7202 3.5 20.375C3.5 20.0298 3.77982 19.75 4.125 19.75H4.76953L9.8293 4.20826C10.0639 3.48771 10.7356 3 11.4933 3H12.4588C13.2166 3 13.8883 3.48771 14.1229 4.20826L19.1826 19.75ZM8.54395 13H13.8291L11.4242 5.61389C11.3493 5.38376 11.0237 5.38376 10.9488 5.61389L8.54395 13Z",fill:"currentColor"})),P=i;0&&(module.exports={IconFontStyle});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFontStyle/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 IconFontStyle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.1826 19.75H19.875C20.2202 19.75 20.5 20.0298 20.5 20.375C20.5 20.7202 20.2202 21 19.875 21H15.125C14.7798 21 14.5 20.7202 14.5 20.375C14.5 20.0298 14.7798 19.75 15.125 19.75H16.0264L14.3174 14.5H8.05566L6.34668 19.75H7.125C7.47018 19.75 7.75 20.0298 7.75 20.375C7.75 20.7202 7.47018 21 7.125 21H4.125C3.77982 21 3.5 20.7202 3.5 20.375C3.5 20.0298 3.77982 19.75 4.125 19.75H4.76953L9.8293 4.20826C10.0639 3.48771 10.7356 3 11.4933 3H12.4588C13.2166 3 13.8883 3.48771 14.1229 4.20826L19.1826 19.75ZM8.54395 13H13.8291L11.4242 5.61389C11.3493 5.38376 11.0237 5.38376 10.9488 5.61389L8.54395 13Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFontStyle;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,slBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFontStyle_exports","__export","IconFontStyle","IconFontStyle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFontStyle","props","React","CentralIconBase","IconFontStyle_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M19.1826 19.75H19.875C20.2202 19.75 20.5 20.0298 20.5 20.375C20.5 20.7202 20.2202 21 19.875 21H15.125C14.7798 21 14.5 20.7202 14.5 20.375C14.5 20.0298 14.7798 19.75 15.125 19.75H16.0264L14.3174 14.5H8.05566L6.34668 19.75H7.125C7.47018 19.75 7.75 20.0298 7.75 20.375C7.75 20.7202 7.47018 21 7.125 21H4.125C3.77982 21 3.5 20.7202 3.5 20.375C3.5 20.0298 3.77982 19.75 4.125 19.75H4.76953L9.8293 4.20826C10.0639 3.48771 10.7356 3 11.4933 3H12.4588C13.2166 3 13.8883 3.48771 14.1229 4.20826L19.1826 19.75ZM8.54395 13H13.8291L11.4242 5.61389C11.3493 5.38376 11.0237 5.38376 10.9488 5.61389L8.54395 13Z",fill:"currentColor"})),d=a;export{a as IconFontStyle,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFontStyle/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 IconFontStyle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.1826 19.75H19.875C20.2202 19.75 20.5 20.0298 20.5 20.375C20.5 20.7202 20.2202 21 19.875 21H15.125C14.7798 21 14.5 20.7202 14.5 20.375C14.5 20.0298 14.7798 19.75 15.125 19.75H16.0264L14.3174 14.5H8.05566L6.34668 19.75H7.125C7.47018 19.75 7.75 20.0298 7.75 20.375C7.75 20.7202 7.47018 21 7.125 21H4.125C3.77982 21 3.5 20.7202 3.5 20.375C3.5 20.0298 3.77982 19.75 4.125 19.75H4.76953L9.8293 4.20826C10.0639 3.48771 10.7356 3 11.4933 3H12.4588C13.2166 3 13.8883 3.48771 14.1229 4.20826L19.1826 19.75ZM8.54395 13H13.8291L11.4242 5.61389C11.3493 5.38376 11.0237 5.38376 10.9488 5.61389L8.54395 13Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFontStyle;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,slBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFontStyle","props","React","CentralIconBase","IconFontStyle_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPan: FC<CentralIconBaseProps>;
4
+ export default IconPan;
@@ -0,0 +1,2 @@
1
+ "use strict";var a=Object.create;var t=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of B(o))!L.call(r,l)&&l!==C&&t(r,l,{get:()=>o[l],enumerable:!(p=c(o,l))||p.enumerable});return r};var i=(r,o,C)=>(C=r!=null?a(I(r)):{},f(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),v=r=>f(t({},"__esModule",{value:!0}),r);var g={};P(g,{IconPan:()=>s,default:()=>x});module.exports=v(g);var n=i(require("react"));var u=i(require("react")),m=require("react-native-svg"),d=({children:r,size:o=24,...C})=>u.default.createElement(m.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),s=r=>n.default.createElement(d,{...r},n.default.createElement(e.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M23.925 10.9697C23.8258 10.5676 23.4189 10.3218 23.0168 10.4208C16.2182 12.0965 9.42 13.7732 2.62125 15.4482C2.42766 15.4959 2.26116 15.6192 2.15836 15.79C2.05566 15.9611 2.02457 16.1668 2.0734 16.3603L2.45035 17.8525C2.96934 19.907 5.0692 21.1443 7.13004 20.6367L14.1759 18.9003C16.2399 18.3918 17.5094 16.3198 16.9904 14.2617L16.798 13.499L23.3761 11.8779C23.7781 11.7787 24.0238 11.3717 23.925 10.9697Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M3.45719 8.90522C3.12857 8.65323 2.6585 8.71538 2.4064 9.0439C2.15436 9.37258 2.21641 9.84261 2.54508 10.0947L3.84879 11.0947C4.17746 11.3465 4.64854 11.2846 4.90055 10.956C5.15191 10.6276 5.08974 10.1573 4.76187 9.90522L3.45719 8.90522Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M9.00113 8.24995C8.44885 8.24995 8.00113 8.69767 8.00113 9.24995C8.00114 9.80223 8.44885 10.25 9.00113 10.25C9.55323 10.2497 10.0011 9.80209 10.0011 9.24995C10.0011 8.6978 9.55323 8.25016 9.00113 8.24995Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M13.5011 6.24995C12.9488 6.24995 12.5011 6.69767 12.5011 7.24995C12.5011 7.80223 12.9489 8.24995 13.5011 8.24995C14.0532 8.24974 14.5011 7.80209 14.5011 7.24995C14.5011 6.6978 14.0532 6.25016 13.5011 6.24995Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M4.50113 4.99995C3.94885 4.99995 3.50113 5.44767 3.50113 5.99995C3.50114 6.55223 3.94885 6.99995 4.50113 6.99995C5.05323 6.99974 5.50112 6.55209 5.50113 5.99995C5.50113 5.4478 5.05323 5.00016 4.50113 4.99995Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M9.83609 2.82905C9.46573 2.64413 9.01545 2.79474 8.83023 3.16499L8.08023 4.66499C7.89529 5.0354 8.04582 5.48567 8.41617 5.67085C8.78652 5.85554 9.23691 5.70516 9.42203 5.33491L10.172 3.83491C10.3568 3.46464 10.2062 3.01431 9.83609 2.82905Z",fill:"currentColor"})),x=s;0&&(module.exports={IconPan});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPan/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 IconPan: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M23.925 10.9697C23.8258 10.5676 23.4189 10.3218 23.0168 10.4208C16.2182 12.0965 9.42 13.7732 2.62125 15.4482C2.42766 15.4959 2.26116 15.6192 2.15836 15.79C2.05566 15.9611 2.02457 16.1668 2.0734 16.3603L2.45035 17.8525C2.96934 19.907 5.0692 21.1443 7.13004 20.6367L14.1759 18.9003C16.2399 18.3918 17.5094 16.3198 16.9904 14.2617L16.798 13.499L23.3761 11.8779C23.7781 11.7787 24.0238 11.3717 23.925 10.9697Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3.45719 8.90522C3.12857 8.65323 2.6585 8.71538 2.4064 9.0439C2.15436 9.37258 2.21641 9.84261 2.54508 10.0947L3.84879 11.0947C4.17746 11.3465 4.64854 11.2846 4.90055 10.956C5.15191 10.6276 5.08974 10.1573 4.76187 9.90522L3.45719 8.90522Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.00113 8.24995C8.44885 8.24995 8.00113 8.69767 8.00113 9.24995C8.00114 9.80223 8.44885 10.25 9.00113 10.25C9.55323 10.2497 10.0011 9.80209 10.0011 9.24995C10.0011 8.6978 9.55323 8.25016 9.00113 8.24995Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5011 6.24995C12.9488 6.24995 12.5011 6.69767 12.5011 7.24995C12.5011 7.80223 12.9489 8.24995 13.5011 8.24995C14.0532 8.24974 14.5011 7.80209 14.5011 7.24995C14.5011 6.6978 14.0532 6.25016 13.5011 6.24995Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.50113 4.99995C3.94885 4.99995 3.50113 5.44767 3.50113 5.99995C3.50114 6.55223 3.94885 6.99995 4.50113 6.99995C5.05323 6.99974 5.50112 6.55209 5.50113 5.99995C5.50113 5.4478 5.05323 5.00016 4.50113 4.99995Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.83609 2.82905C9.46573 2.64413 9.01545 2.79474 8.83023 3.16499L8.08023 4.66499C7.89529 5.0354 8.04582 5.48567 8.41617 5.67085C8.78652 5.85554 9.23691 5.70516 9.42203 5.33491L10.172 3.83491C10.3568 3.46464 10.2062 3.01431 9.83609 2.82905Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPan;\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,QACC,SAAS,UACT,SAAS,UACT,EAAE,wZACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kPACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPan_exports","__export","IconPan","IconPan_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPan","props","React","CentralIconBase","IconPan_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import t from"react";import{Svg as p}from"react-native-svg";var e=({children:n,size:o=24,...l})=>t.createElement(p,{...l,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 C}from"react-native-svg";var f=n=>r.createElement(e,{...n},r.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M23.925 10.9697C23.8258 10.5676 23.4189 10.3218 23.0168 10.4208C16.2182 12.0965 9.42 13.7732 2.62125 15.4482C2.42766 15.4959 2.26116 15.6192 2.15836 15.79C2.05566 15.9611 2.02457 16.1668 2.0734 16.3603L2.45035 17.8525C2.96934 19.907 5.0692 21.1443 7.13004 20.6367L14.1759 18.9003C16.2399 18.3918 17.5094 16.3198 16.9904 14.2617L16.798 13.499L23.3761 11.8779C23.7781 11.7787 24.0238 11.3717 23.925 10.9697Z",fill:"currentColor"}),r.createElement(C,{d:"M3.45719 8.90522C3.12857 8.65323 2.6585 8.71538 2.4064 9.0439C2.15436 9.37258 2.21641 9.84261 2.54508 10.0947L3.84879 11.0947C4.17746 11.3465 4.64854 11.2846 4.90055 10.956C5.15191 10.6276 5.08974 10.1573 4.76187 9.90522L3.45719 8.90522Z",fill:"currentColor"}),r.createElement(C,{d:"M9.00113 8.24995C8.44885 8.24995 8.00113 8.69767 8.00113 9.24995C8.00114 9.80223 8.44885 10.25 9.00113 10.25C9.55323 10.2497 10.0011 9.80209 10.0011 9.24995C10.0011 8.6978 9.55323 8.25016 9.00113 8.24995Z",fill:"currentColor"}),r.createElement(C,{d:"M13.5011 6.24995C12.9488 6.24995 12.5011 6.69767 12.5011 7.24995C12.5011 7.80223 12.9489 8.24995 13.5011 8.24995C14.0532 8.24974 14.5011 7.80209 14.5011 7.24995C14.5011 6.6978 14.0532 6.25016 13.5011 6.24995Z",fill:"currentColor"}),r.createElement(C,{d:"M4.50113 4.99995C3.94885 4.99995 3.50113 5.44767 3.50113 5.99995C3.50114 6.55223 3.94885 6.99995 4.50113 6.99995C5.05323 6.99974 5.50112 6.55209 5.50113 5.99995C5.50113 5.4478 5.05323 5.00016 4.50113 4.99995Z",fill:"currentColor"}),r.createElement(C,{d:"M9.83609 2.82905C9.46573 2.64413 9.01545 2.79474 8.83023 3.16499L8.08023 4.66499C7.89529 5.0354 8.04582 5.48567 8.41617 5.67085C8.78652 5.85554 9.23691 5.70516 9.42203 5.33491L10.172 3.83491C10.3568 3.46464 10.2062 3.01431 9.83609 2.82905Z",fill:"currentColor"})),L=f;export{f as IconPan,L as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPan/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 IconPan: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M23.925 10.9697C23.8258 10.5676 23.4189 10.3218 23.0168 10.4208C16.2182 12.0965 9.42 13.7732 2.62125 15.4482C2.42766 15.4959 2.26116 15.6192 2.15836 15.79C2.05566 15.9611 2.02457 16.1668 2.0734 16.3603L2.45035 17.8525C2.96934 19.907 5.0692 21.1443 7.13004 20.6367L14.1759 18.9003C16.2399 18.3918 17.5094 16.3198 16.9904 14.2617L16.798 13.499L23.3761 11.8779C23.7781 11.7787 24.0238 11.3717 23.925 10.9697Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3.45719 8.90522C3.12857 8.65323 2.6585 8.71538 2.4064 9.0439C2.15436 9.37258 2.21641 9.84261 2.54508 10.0947L3.84879 11.0947C4.17746 11.3465 4.64854 11.2846 4.90055 10.956C5.15191 10.6276 5.08974 10.1573 4.76187 9.90522L3.45719 8.90522Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.00113 8.24995C8.44885 8.24995 8.00113 8.69767 8.00113 9.24995C8.00114 9.80223 8.44885 10.25 9.00113 10.25C9.55323 10.2497 10.0011 9.80209 10.0011 9.24995C10.0011 8.6978 9.55323 8.25016 9.00113 8.24995Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5011 6.24995C12.9488 6.24995 12.5011 6.69767 12.5011 7.24995C12.5011 7.80223 12.9489 8.24995 13.5011 8.24995C14.0532 8.24974 14.5011 7.80209 14.5011 7.24995C14.5011 6.6978 14.0532 6.25016 13.5011 6.24995Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.50113 4.99995C3.94885 4.99995 3.50113 5.44767 3.50113 5.99995C3.50114 6.55223 3.94885 6.99995 4.50113 6.99995C5.05323 6.99974 5.50112 6.55209 5.50113 5.99995C5.50113 5.4478 5.05323 5.00016 4.50113 4.99995Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.83609 2.82905C9.46573 2.64413 9.01545 2.79474 8.83023 3.16499L8.08023 4.66499C7.89529 5.0354 8.04582 5.48567 8.41617 5.67085C8.78652 5.85554 9.23691 5.70516 9.42203 5.33491L10.172 3.83491C10.3568 3.46464 10.2062 3.01431 9.83609 2.82905Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPan;\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,CACC,SAAS,UACT,SAAS,UACT,EAAE,wZACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kPACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPan","props","React","CentralIconBase","IconPan_default"]}
package/README.md CHANGED
@@ -753,6 +753,7 @@ Below is a complete list of available icons:
753
753
  - IconHotDrinkCup
754
754
  - IconIcebowl
755
755
  - IconOrange
756
+ - IconPan
756
757
  - IconPancakes
757
758
  - IconPizza
758
759
  - IconPopcorn
@@ -1692,6 +1693,7 @@ Below is a complete list of available icons:
1692
1693
  - IconCloseQuote2
1693
1694
  - IconConcise
1694
1695
  - IconDivider
1696
+ - IconFontStyle
1695
1697
  - IconH1
1696
1698
  - IconH2
1697
1699
  - IconH3
@@ -9800,6 +9800,20 @@
9800
9800
  "packageName": "round-filled-radius-2-stroke-1.5",
9801
9801
  "componentName": "IconFolderUpload"
9802
9802
  },
9803
+ {
9804
+ "category": "Typography",
9805
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.1826 19.75H19.875C20.2202 19.75 20.5 20.0298 20.5 20.375C20.5 20.7202 20.2202 21 19.875 21H15.125C14.7798 21 14.5 20.7202 14.5 20.375C14.5 20.0298 14.7798 19.75 15.125 19.75H16.0264L14.3174 14.5H8.05566L6.34668 19.75H7.125C7.47018 19.75 7.75 20.0298 7.75 20.375C7.75 20.7202 7.47018 21 7.125 21H4.125C3.77982 21 3.5 20.7202 3.5 20.375C3.5 20.0298 3.77982 19.75 4.125 19.75H4.76953L9.8293 4.20826C10.0639 3.48771 10.7356 3 11.4933 3H12.4588C13.2166 3 13.8883 3.48771 14.1229 4.20826L19.1826 19.75ZM8.54395 13H13.8291L11.4242 5.61389C11.3493 5.38376 11.0237 5.38376 10.9488 5.61389L8.54395 13Z\" fill=\"currentColor\"/>",
9806
+ "iconName": "font-style, fonts, serif",
9807
+ "variant": {
9808
+ "join": "round",
9809
+ "filled": "on",
9810
+ "radius": "2",
9811
+ "stroke": "1.5"
9812
+ },
9813
+ "createdAt": "2025-10-08T07:01:00.769058+00:00",
9814
+ "packageName": "round-filled-radius-2-stroke-1.5",
9815
+ "componentName": "IconFontStyle"
9816
+ },
9803
9817
  {
9804
9818
  "category": "Food",
9805
9819
  "svg": "<path d=\"M12.75 4.75C12.75 4.33579 12.4142 4 12 4C11.5858 4 11.25 4.33579 11.25 4.75V5.08931C6.76971 5.41013 2.49132 8.61031 2.03883 14.6898C1.96307 15.7077 2.79459 16.5 3.75006 16.5H20.2501C21.2055 16.5 22.037 15.7077 21.9613 14.6898C21.5088 8.61025 17.2303 5.41008 12.75 5.0893V4.75Z\" fill=\"currentColor\"/><path d=\"M2.75 17.5C2.33579 17.5 2 17.8358 2 18.25C2 18.6642 2.33579 19 2.75 19H9.16841C9.44927 19.5912 10.0519 20 10.75 20H13.25C13.9481 20 14.5507 19.5912 14.8316 19H21.25C21.6642 19 22 18.6642 22 18.25C22 17.8358 21.6642 17.5 21.25 17.5H2.75Z\" fill=\"currentColor\"/>",
@@ -14336,6 +14350,20 @@
14336
14350
  "packageName": "round-filled-radius-2-stroke-1.5",
14337
14351
  "componentName": "IconPaintBucketDrop"
14338
14352
  },
14353
+ {
14354
+ "category": "Food",
14355
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.925 10.9697C23.8258 10.5676 23.4189 10.3218 23.0168 10.4208C16.2182 12.0965 9.42 13.7732 2.62125 15.4482C2.42766 15.4959 2.26116 15.6192 2.15836 15.79C2.05566 15.9611 2.02457 16.1668 2.0734 16.3603L2.45035 17.8525C2.96934 19.907 5.0692 21.1443 7.13004 20.6367L14.1759 18.9003C16.2399 18.3918 17.5094 16.3198 16.9904 14.2617L16.798 13.499L23.3761 11.8779C23.7781 11.7787 24.0238 11.3717 23.925 10.9697Z\" fill=\"currentColor\"/><path d=\"M3.45719 8.90522C3.12857 8.65323 2.6585 8.71538 2.4064 9.0439C2.15436 9.37258 2.21641 9.84261 2.54508 10.0947L3.84879 11.0947C4.17746 11.3465 4.64854 11.2846 4.90055 10.956C5.15191 10.6276 5.08974 10.1573 4.76187 9.90522L3.45719 8.90522Z\" fill=\"currentColor\"/><path d=\"M9.00113 8.24995C8.44885 8.24995 8.00113 8.69767 8.00113 9.24995C8.00114 9.80223 8.44885 10.25 9.00113 10.25C9.55323 10.2497 10.0011 9.80209 10.0011 9.24995C10.0011 8.6978 9.55323 8.25016 9.00113 8.24995Z\" fill=\"currentColor\"/><path d=\"M13.5011 6.24995C12.9488 6.24995 12.5011 6.69767 12.5011 7.24995C12.5011 7.80223 12.9489 8.24995 13.5011 8.24995C14.0532 8.24974 14.5011 7.80209 14.5011 7.24995C14.5011 6.6978 14.0532 6.25016 13.5011 6.24995Z\" fill=\"currentColor\"/><path d=\"M4.50113 4.99995C3.94885 4.99995 3.50113 5.44767 3.50113 5.99995C3.50114 6.55223 3.94885 6.99995 4.50113 6.99995C5.05323 6.99974 5.50112 6.55209 5.50113 5.99995C5.50113 5.4478 5.05323 5.00016 4.50113 4.99995Z\" fill=\"currentColor\"/><path d=\"M9.83609 2.82905C9.46573 2.64413 9.01545 2.79474 8.83023 3.16499L8.08023 4.66499C7.89529 5.0354 8.04582 5.48567 8.41617 5.67085C8.78652 5.85554 9.23691 5.70516 9.42203 5.33491L10.172 3.83491C10.3568 3.46464 10.2062 3.01431 9.83609 2.82905Z\" fill=\"currentColor\"/>",
14356
+ "iconName": "pan, cooking, skills",
14357
+ "variant": {
14358
+ "join": "round",
14359
+ "filled": "on",
14360
+ "radius": "2",
14361
+ "stroke": "1.5"
14362
+ },
14363
+ "createdAt": "2025-10-10T08:30:29.220324+00:00",
14364
+ "packageName": "round-filled-radius-2-stroke-1.5",
14365
+ "componentName": "IconPan"
14366
+ },
14339
14367
  {
14340
14368
  "category": "Food",
14341
14369
  "svg": "<path d=\"M21 5.05C21 4.4701 20.5299 4 19.95 4H4.05C3.4701 4 3 4.4701 3 5.05C3 5.6299 3.4701 6.1 4.05 6.1H5.25C6.76878 6.1 8 7.33122 8 8.85V14.5C8 15.3284 8.67157 16 9.5 16C10.3284 16 11 15.3284 11 14.5V10.5C11 11.3284 11.6716 12 12.5 12C13.3284 12 14 11.3284 14 10.5V8.85C14 7.33122 15.2312 6.1 16.75 6.1H19.95C20.5299 6.1 21 5.6299 21 5.05Z\" fill=\"currentColor\"/><path d=\"M5.25 7.6001C5.94036 7.6001 6.5 8.15974 6.5 8.8501V9.7001H3.05C2.4701 9.7001 2 9.23 2 8.6501C2 8.0702 2.4701 7.6001 3.05 7.6001H5.25Z\" fill=\"currentColor\"/><path d=\"M15.4179 11.2001C15.1872 12.1649 14.4905 12.9486 13.579 13.3001H20.95C21.5299 13.3001 22 12.83 22 12.2501C22 11.6702 21.5299 11.2001 20.95 11.2001H15.4179Z\" fill=\"currentColor\"/><path d=\"M6.5 13.3001V11.2001H4.05C3.4701 11.2001 3 11.6702 3 12.2501C3 12.83 3.4701 13.3001 4.05 13.3001H6.5Z\" fill=\"currentColor\"/><path d=\"M7.69977 16.9C7.04641 16.4092 6.59999 15.6578 6.51482 14.8H4.05C3.4701 14.8 3 15.2701 3 15.85C3 16.4299 3.4701 16.9 4.05 16.9H7.69977Z\" fill=\"currentColor\"/><path d=\"M12.4852 14.8C12.4 15.6578 11.9536 16.4092 11.3002 16.9H19.95C20.5299 16.9 21 16.4299 21 15.85C21 15.2701 20.5299 14.8 19.95 14.8H12.4852Z\" fill=\"currentColor\"/><path d=\"M16.75 7.6001C16.0596 7.6001 15.5 8.15974 15.5 8.8501V9.7001H19.95C20.5299 9.7001 21 9.23 21 8.6501C21 8.0702 20.5299 7.6001 19.95 7.6001H16.75Z\" fill=\"currentColor\"/><path d=\"M1.75 18.5001C1.33579 18.5001 1 18.8359 1 19.2501C1 19.6643 1.33579 20.0001 1.75 20.0001H22.25C22.6642 20.0001 23 19.6643 23 19.2501C23 18.8359 22.6642 18.5001 22.25 18.5001H1.75Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -699,6 +699,7 @@ export type CentralIconName =
699
699
  | "IconFolders"
700
700
  | "IconFolderShared"
701
701
  | "IconFolderUpload"
702
+ | "IconFontStyle"
702
703
  | "IconFoodBell"
703
704
  | "IconFoodExperiences"
704
705
  | "IconFootsteps"
@@ -1023,6 +1024,7 @@ export type CentralIconName =
1023
1024
  | "IconPaintBrush"
1024
1025
  | "IconPaintBucket"
1025
1026
  | "IconPaintBucketDrop"
1027
+ | "IconPan"
1026
1028
  | "IconPancakes"
1027
1029
  | "IconPanoramaView"
1028
1030
  | "IconPaperclip1"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-2-stroke-1.5",
3
- "version": "1.1.8",
3
+ "version": "1.1.10",
4
4
  "style": "round-filled-radius-2-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-1.5/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": 1540,
14
+ "totalIcons": 1542,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 35,
@@ -619,7 +619,7 @@
619
619
  ]
620
620
  },
621
621
  "Food": {
622
- "count": 41,
622
+ "count": 42,
623
623
  "icons": [
624
624
  "IconAppleNewton",
625
625
  "IconApples",
@@ -649,6 +649,7 @@
649
649
  "IconHotDrinkCup",
650
650
  "IconIcebowl",
651
651
  "IconOrange",
652
+ "IconPan",
652
653
  "IconPancakes",
653
654
  "IconPizza",
654
655
  "IconPopcorn",
@@ -1610,7 +1611,7 @@
1610
1611
  ]
1611
1612
  },
1612
1613
  "Typography": {
1613
- "count": 53,
1614
+ "count": 54,
1614
1615
  "icons": [
1615
1616
  "IconAlignmentCenter",
1616
1617
  "IconAlignmentJustify",
@@ -1626,6 +1627,7 @@
1626
1627
  "IconCloseQuote2",
1627
1628
  "IconConcise",
1628
1629
  "IconDivider",
1630
+ "IconFontStyle",
1629
1631
  "IconH1",
1630
1632
  "IconH2",
1631
1633
  "IconH3",
@@ -2430,6 +2432,7 @@
2430
2432
  "IconFolders": "folders",
2431
2433
  "IconFolderShared": "folder-shared",
2432
2434
  "IconFolderUpload": "folder-upload",
2435
+ "IconFontStyle": "font-style, fonts, serif",
2433
2436
  "IconFoodBell": "food-bell, serving-bell, glosche, serve",
2434
2437
  "IconFoodExperiences": "food-experiences, plate",
2435
2438
  "IconFootsteps": "footsteps",
@@ -2754,6 +2757,7 @@
2754
2757
  "IconPaintBrush": "paint-brush, design, color, appearance",
2755
2758
  "IconPaintBucket": "paint-bucket, design, color, appearance",
2756
2759
  "IconPaintBucketDrop": "paint-bucket-drop",
2760
+ "IconPan": "pan, cooking, skills",
2757
2761
  "IconPancakes": "pancakes, maple-syrup, breakfast",
2758
2762
  "IconPanoramaView": "panorama-view",
2759
2763
  "IconPaperclip1": "paperclip-1, attachment",
package/index.d.ts CHANGED
@@ -698,6 +698,7 @@ export { IconFolderRestricted, default as IconFolderRestrictedDefault, } from ".
698
698
  export { IconFolderShared, default as IconFolderSharedDefault, } from "./IconFolderShared";
699
699
  export { IconFolderUpload, default as IconFolderUploadDefault, } from "./IconFolderUpload";
700
700
  export { IconFolders, default as IconFoldersDefault } from "./IconFolders";
701
+ export { IconFontStyle, default as IconFontStyleDefault, } from "./IconFontStyle";
701
702
  export { IconFoodBell, default as IconFoodBellDefault } from "./IconFoodBell";
702
703
  export { IconFoodExperiences, default as IconFoodExperiencesDefault, } from "./IconFoodExperiences";
703
704
  export { IconFootsteps, default as IconFootstepsDefault, } from "./IconFootsteps";
@@ -1022,6 +1023,7 @@ export { IconPageTextSearch, default as IconPageTextSearchDefault, } from "./Ico
1022
1023
  export { IconPaintBrush, default as IconPaintBrushDefault, } from "./IconPaintBrush";
1023
1024
  export { IconPaintBucket, default as IconPaintBucketDefault, } from "./IconPaintBucket";
1024
1025
  export { IconPaintBucketDrop, default as IconPaintBucketDropDefault, } from "./IconPaintBucketDrop";
1026
+ export { IconPan, default as IconPanDefault } from "./IconPan";
1025
1027
  export { IconPancakes, default as IconPancakesDefault } from "./IconPancakes";
1026
1028
  export { IconPanoramaView, default as IconPanoramaViewDefault, } from "./IconPanoramaView";
1027
1029
  export { IconPaperPlane, default as IconPaperPlaneDefault, } from "./IconPaperPlane";