@central-icons-react-native/round-filled-radius-2-stroke-1 1.1.48 → 1.1.49
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/IconPeopleCircle/index.js +1 -1
- package/IconPeopleCircle/index.js.map +1 -1
- package/IconPeopleCircle/index.mjs +1 -1
- package/IconPeopleCircle/index.mjs.map +1 -1
- package/IconPreview/index.d.ts +4 -0
- package/IconPreview/index.js +2 -0
- package/IconPreview/index.js.map +1 -0
- package/IconPreview/index.mjs +2 -0
- package/IconPreview/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +15 -1
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +8 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=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 I(r))!d.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=B(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(P(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>l(n({},"__esModule",{value:!0}),o);var h={};v(h,{IconPeopleCircle:()=>i,default:()=>g});module.exports=x(h);var C=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),s=({children:o,size:r=24,...e})=>m.default.createElement(c.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(s,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=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 I(r))!d.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=B(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(P(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>l(n({},"__esModule",{value:!0}),o);var h={};v(h,{IconPeopleCircle:()=>i,default:()=>g});module.exports=x(h);var C=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),s=({children:o,size:r=24,...e})=>m.default.createElement(c.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(s,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 14.897 20.7684 17.5067 18.7998 19.333C17.0155 20.9883 14.6258 22 12 22C9.3742 22 6.98446 20.9883 5.2002 19.333C3.23164 17.5067 2 14.897 2 12C2 6.47715 6.47715 2 12 2ZM12 15C9.21655 15 6.98461 16.3574 5.69141 18.4189C7.31552 20.0153 9.54279 21 12 21C14.4572 21 16.6845 20.0153 18.3086 18.4189C17.0154 16.3574 14.7834 15 12 15ZM12 6.75C10.2051 6.75 8.75 8.20507 8.75 10C8.75 11.7949 10.2051 13.25 12 13.25C13.7949 13.25 15.25 11.7949 15.25 10C15.25 8.20507 13.7949 6.75 12 6.75Z",fill:"currentColor"})),g=i;0&&(module.exports={IconPeopleCircle});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPeopleCircle/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 IconPeopleCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleCircle/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 IconPeopleCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 14.897 20.7684 17.5067 18.7998 19.333C17.0155 20.9883 14.6258 22 12 22C9.3742 22 6.98446 20.9883 5.2002 19.333C3.23164 17.5067 2 14.897 2 12C2 6.47715 6.47715 2 12 2ZM12 15C9.21655 15 6.98461 16.3574 5.69141 18.4189C7.31552 20.0153 9.54279 21 12 21C14.4572 21 16.6845 20.0153 18.3086 18.4189C17.0154 16.3574 14.7834 15 12 15ZM12 6.75C10.2051 6.75 8.75 8.20507 8.75 10C8.75 11.7949 10.2051 13.25 12 13.25C13.7949 13.25 15.25 11.7949 15.25 10C15.25 8.20507 13.7949 6.75 12 6.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleCircle;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,mgBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPeopleCircle_exports","__export","IconPeopleCircle","IconPeopleCircle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleCircle","props","React","CentralIconBase","IconPeopleCircle_default"]}
|
|
@@ -1,2 +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:"M12
|
|
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:"M12 2C17.5228 2 22 6.47715 22 12C22 14.897 20.7684 17.5067 18.7998 19.333C17.0155 20.9883 14.6258 22 12 22C9.3742 22 6.98446 20.9883 5.2002 19.333C3.23164 17.5067 2 14.897 2 12C2 6.47715 6.47715 2 12 2ZM12 15C9.21655 15 6.98461 16.3574 5.69141 18.4189C7.31552 20.0153 9.54279 21 12 21C14.4572 21 16.6845 20.0153 18.3086 18.4189C17.0154 16.3574 14.7834 15 12 15ZM12 6.75C10.2051 6.75 8.75 8.20507 8.75 10C8.75 11.7949 10.2051 13.25 12 13.25C13.7949 13.25 15.25 11.7949 15.25 10C15.25 8.20507 13.7949 6.75 12 6.75Z",fill:"currentColor"})),d=a;export{a as IconPeopleCircle,d as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPeopleCircle/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 IconPeopleCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleCircle/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 IconPeopleCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 14.897 20.7684 17.5067 18.7998 19.333C17.0155 20.9883 14.6258 22 12 22C9.3742 22 6.98446 20.9883 5.2002 19.333C3.23164 17.5067 2 14.897 2 12C2 6.47715 6.47715 2 12 2ZM12 15C9.21655 15 6.98461 16.3574 5.69141 18.4189C7.31552 20.0153 9.54279 21 12 21C14.4572 21 16.6845 20.0153 18.3086 18.4189C17.0154 16.3574 14.7834 15 12 15ZM12 6.75C10.2051 6.75 8.75 8.20507 8.75 10C8.75 11.7949 10.2051 13.25 12 13.25C13.7949 13.25 15.25 11.7949 15.25 10C15.25 8.20507 13.7949 6.75 12 6.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleCircle;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,mgBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleCircle","props","React","CentralIconBase","IconPeopleCircle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var v=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(C,r)=>{for(var o in r)t(C,o,{get:r[o],enumerable:!0})},l=(C,r,o,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of B(r))!P.call(C,e)&&e!==o&&t(C,e,{get:()=>r[e],enumerable:!(p=v(r,e))||p.enumerable});return C};var a=(C,r,o)=>(o=C!=null?u(I(C)):{},l(r||!C||!C.__esModule?t(o,"default",{value:C,enumerable:!0}):o,C)),x=C=>l(t({},"__esModule",{value:!0}),C);var h={};d(h,{IconPreview:()=>i,default:()=>g});module.exports=x(h);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:C,size:r=24,...o})=>m.default.createElement(s.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var f=require("react-native-svg"),i=C=>n.default.createElement(c,{...C},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0003 2.5C13.8306 2.50002 15.5077 2.72721 16.7434 3.10742C17.3582 3.2966 17.8923 3.53279 18.2835 3.81738C18.6637 4.09403 19.0003 4.4873 19.0003 5V10.4062L20.7854 15.0479C21.2567 16.2732 21.3251 17.8321 20.2259 18.8789C18.9334 20.1095 16.4724 21.5 12.0003 21.5C7.5282 21.5 5.06725 20.1095 3.77469 18.8789C2.67528 17.8321 2.74383 16.2732 3.21512 15.0479L5.00028 10.4062V5C5.00028 4.48724 5.33678 4.09404 5.71708 3.81738C6.10831 3.53281 6.64232 3.29659 7.25711 3.10742C8.49292 2.72723 10.17 2.5 12.0003 2.5ZM18.0843 10.8135C17.7185 11.0397 17.2601 11.2336 16.7434 11.3926C15.5077 11.7728 13.8306 12 12.0003 12C10.17 12 8.49292 11.7728 7.25711 11.3926C6.74018 11.2335 6.28114 11.0398 5.91532 10.8135L4.14872 15.4072C3.74184 16.4653 3.79179 17.514 4.46415 18.1543C5.54924 19.1875 7.75344 20.5 12.0003 20.5C16.2471 20.5 18.4514 19.1875 19.5364 18.1543C20.2087 17.514 20.2587 16.4652 19.8518 15.4072L18.0843 10.8135ZM12.0003 3.5C10.241 3.5 8.66774 3.71991 7.55106 4.06348C6.98975 4.23619 6.57156 4.43207 6.30497 4.62598C6.02764 4.82778 6.00028 4.96049 6.00028 5C6.00028 5.03951 6.02764 5.17222 6.30497 5.37402C6.57156 5.56793 6.98975 5.76381 7.55106 5.93652C8.66774 6.28009 10.241 6.5 12.0003 6.5C13.7595 6.49998 15.3328 6.28011 16.4495 5.93652C17.0108 5.7638 17.429 5.56794 17.6956 5.37402C17.9728 5.17227 18.0003 5.0395 18.0003 5C18.0003 4.9605 17.9728 4.82773 17.6956 4.62598C17.429 4.43206 17.0108 4.2362 16.4495 4.06348C15.3328 3.71989 13.7595 3.50002 12.0003 3.5Z",fill:"currentColor"})),g=i;0&&(module.exports={IconPreview});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPreview/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 IconPreview: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.0003 2.5C13.8306 2.50002 15.5077 2.72721 16.7434 3.10742C17.3582 3.2966 17.8923 3.53279 18.2835 3.81738C18.6637 4.09403 19.0003 4.4873 19.0003 5V10.4062L20.7854 15.0479C21.2567 16.2732 21.3251 17.8321 20.2259 18.8789C18.9334 20.1095 16.4724 21.5 12.0003 21.5C7.5282 21.5 5.06725 20.1095 3.77469 18.8789C2.67528 17.8321 2.74383 16.2732 3.21512 15.0479L5.00028 10.4062V5C5.00028 4.48724 5.33678 4.09404 5.71708 3.81738C6.10831 3.53281 6.64232 3.29659 7.25711 3.10742C8.49292 2.72723 10.17 2.5 12.0003 2.5ZM18.0843 10.8135C17.7185 11.0397 17.2601 11.2336 16.7434 11.3926C15.5077 11.7728 13.8306 12 12.0003 12C10.17 12 8.49292 11.7728 7.25711 11.3926C6.74018 11.2335 6.28114 11.0398 5.91532 10.8135L4.14872 15.4072C3.74184 16.4653 3.79179 17.514 4.46415 18.1543C5.54924 19.1875 7.75344 20.5 12.0003 20.5C16.2471 20.5 18.4514 19.1875 19.5364 18.1543C20.2087 17.514 20.2587 16.4652 19.8518 15.4072L18.0843 10.8135ZM12.0003 3.5C10.241 3.5 8.66774 3.71991 7.55106 4.06348C6.98975 4.23619 6.57156 4.43207 6.30497 4.62598C6.02764 4.82778 6.00028 4.96049 6.00028 5C6.00028 5.03951 6.02764 5.17222 6.30497 5.37402C6.57156 5.56793 6.98975 5.76381 7.55106 5.93652C8.66774 6.28009 10.241 6.5 12.0003 6.5C13.7595 6.49998 15.3328 6.28011 16.4495 5.93652C17.0108 5.7638 17.429 5.56794 17.6956 5.37402C17.9728 5.17227 18.0003 5.0395 18.0003 5C18.0003 4.9605 17.9728 4.82773 17.6956 4.62598C17.429 4.43206 17.0108 4.2362 16.4495 4.06348C15.3328 3.71989 13.7595 3.50002 12.0003 3.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPreview;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,47CACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPreview_exports","__export","IconPreview","IconPreview_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPreview","props","React","CentralIconBase","IconPreview_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import n from"react";import{Svg as p}from"react-native-svg";var o=({children:r,size:C=24,...t})=>n.createElement(p,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>e.createElement(o,{...r},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0003 2.5C13.8306 2.50002 15.5077 2.72721 16.7434 3.10742C17.3582 3.2966 17.8923 3.53279 18.2835 3.81738C18.6637 4.09403 19.0003 4.4873 19.0003 5V10.4062L20.7854 15.0479C21.2567 16.2732 21.3251 17.8321 20.2259 18.8789C18.9334 20.1095 16.4724 21.5 12.0003 21.5C7.5282 21.5 5.06725 20.1095 3.77469 18.8789C2.67528 17.8321 2.74383 16.2732 3.21512 15.0479L5.00028 10.4062V5C5.00028 4.48724 5.33678 4.09404 5.71708 3.81738C6.10831 3.53281 6.64232 3.29659 7.25711 3.10742C8.49292 2.72723 10.17 2.5 12.0003 2.5ZM18.0843 10.8135C17.7185 11.0397 17.2601 11.2336 16.7434 11.3926C15.5077 11.7728 13.8306 12 12.0003 12C10.17 12 8.49292 11.7728 7.25711 11.3926C6.74018 11.2335 6.28114 11.0398 5.91532 10.8135L4.14872 15.4072C3.74184 16.4653 3.79179 17.514 4.46415 18.1543C5.54924 19.1875 7.75344 20.5 12.0003 20.5C16.2471 20.5 18.4514 19.1875 19.5364 18.1543C20.2087 17.514 20.2587 16.4652 19.8518 15.4072L18.0843 10.8135ZM12.0003 3.5C10.241 3.5 8.66774 3.71991 7.55106 4.06348C6.98975 4.23619 6.57156 4.43207 6.30497 4.62598C6.02764 4.82778 6.00028 4.96049 6.00028 5C6.00028 5.03951 6.02764 5.17222 6.30497 5.37402C6.57156 5.56793 6.98975 5.76381 7.55106 5.93652C8.66774 6.28009 10.241 6.5 12.0003 6.5C13.7595 6.49998 15.3328 6.28011 16.4495 5.93652C17.0108 5.7638 17.429 5.56794 17.6956 5.37402C17.9728 5.17227 18.0003 5.0395 18.0003 5C18.0003 4.9605 17.9728 4.82773 17.6956 4.62598C17.429 4.43206 17.0108 4.2362 16.4495 4.06348C15.3328 3.71989 13.7595 3.50002 12.0003 3.5Z",fill:"currentColor"})),P=a;export{a as IconPreview,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPreview/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 IconPreview: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.0003 2.5C13.8306 2.50002 15.5077 2.72721 16.7434 3.10742C17.3582 3.2966 17.8923 3.53279 18.2835 3.81738C18.6637 4.09403 19.0003 4.4873 19.0003 5V10.4062L20.7854 15.0479C21.2567 16.2732 21.3251 17.8321 20.2259 18.8789C18.9334 20.1095 16.4724 21.5 12.0003 21.5C7.5282 21.5 5.06725 20.1095 3.77469 18.8789C2.67528 17.8321 2.74383 16.2732 3.21512 15.0479L5.00028 10.4062V5C5.00028 4.48724 5.33678 4.09404 5.71708 3.81738C6.10831 3.53281 6.64232 3.29659 7.25711 3.10742C8.49292 2.72723 10.17 2.5 12.0003 2.5ZM18.0843 10.8135C17.7185 11.0397 17.2601 11.2336 16.7434 11.3926C15.5077 11.7728 13.8306 12 12.0003 12C10.17 12 8.49292 11.7728 7.25711 11.3926C6.74018 11.2335 6.28114 11.0398 5.91532 10.8135L4.14872 15.4072C3.74184 16.4653 3.79179 17.514 4.46415 18.1543C5.54924 19.1875 7.75344 20.5 12.0003 20.5C16.2471 20.5 18.4514 19.1875 19.5364 18.1543C20.2087 17.514 20.2587 16.4652 19.8518 15.4072L18.0843 10.8135ZM12.0003 3.5C10.241 3.5 8.66774 3.71991 7.55106 4.06348C6.98975 4.23619 6.57156 4.43207 6.30497 4.62598C6.02764 4.82778 6.00028 4.96049 6.00028 5C6.00028 5.03951 6.02764 5.17222 6.30497 5.37402C6.57156 5.56793 6.98975 5.76381 7.55106 5.93652C8.66774 6.28009 10.241 6.5 12.0003 6.5C13.7595 6.49998 15.3328 6.28011 16.4495 5.93652C17.0108 5.7638 17.429 5.56794 17.6956 5.37402C17.9728 5.17227 18.0003 5.0395 18.0003 5C18.0003 4.9605 17.9728 4.82773 17.6956 4.62598C17.429 4.43206 17.0108 4.2362 16.4495 4.06348C15.3328 3.71989 13.7595 3.50002 12.0003 3.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPreview;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,47CACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPreview","props","React","CentralIconBase","IconPreview_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -15388,7 +15388,7 @@
|
|
|
15388
15388
|
},
|
|
15389
15389
|
{
|
|
15390
15390
|
"category": "People",
|
|
15391
|
-
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12
|
|
15391
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 14.897 20.7684 17.5067 18.7998 19.333C17.0155 20.9883 14.6258 22 12 22C9.3742 22 6.98446 20.9883 5.2002 19.333C3.23164 17.5067 2 14.897 2 12C2 6.47715 6.47715 2 12 2ZM12 15C9.21655 15 6.98461 16.3574 5.69141 18.4189C7.31552 20.0153 9.54279 21 12 21C14.4572 21 16.6845 20.0153 18.3086 18.4189C17.0154 16.3574 14.7834 15 12 15ZM12 6.75C10.2051 6.75 8.75 8.20507 8.75 10C8.75 11.7949 10.2051 13.25 12 13.25C13.7949 13.25 15.25 11.7949 15.25 10C15.25 8.20507 13.7949 6.75 12 6.75Z\" fill=\"currentColor\"/>",
|
|
15392
15392
|
"iconName": "people-circle, user-circle,avatar,profile",
|
|
15393
15393
|
"variant": {
|
|
15394
15394
|
"join": "round",
|
|
@@ -16184,6 +16184,20 @@
|
|
|
16184
16184
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
16185
16185
|
"componentName": "IconPowerPlant"
|
|
16186
16186
|
},
|
|
16187
|
+
{
|
|
16188
|
+
"category": "Interface General",
|
|
16189
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0003 2.5C13.8306 2.50002 15.5077 2.72721 16.7434 3.10742C17.3582 3.2966 17.8923 3.53279 18.2835 3.81738C18.6637 4.09403 19.0003 4.4873 19.0003 5V10.4062L20.7854 15.0479C21.2567 16.2732 21.3251 17.8321 20.2259 18.8789C18.9334 20.1095 16.4724 21.5 12.0003 21.5C7.5282 21.5 5.06725 20.1095 3.77469 18.8789C2.67528 17.8321 2.74383 16.2732 3.21512 15.0479L5.00028 10.4062V5C5.00028 4.48724 5.33678 4.09404 5.71708 3.81738C6.10831 3.53281 6.64232 3.29659 7.25711 3.10742C8.49292 2.72723 10.17 2.5 12.0003 2.5ZM18.0843 10.8135C17.7185 11.0397 17.2601 11.2336 16.7434 11.3926C15.5077 11.7728 13.8306 12 12.0003 12C10.17 12 8.49292 11.7728 7.25711 11.3926C6.74018 11.2335 6.28114 11.0398 5.91532 10.8135L4.14872 15.4072C3.74184 16.4653 3.79179 17.514 4.46415 18.1543C5.54924 19.1875 7.75344 20.5 12.0003 20.5C16.2471 20.5 18.4514 19.1875 19.5364 18.1543C20.2087 17.514 20.2587 16.4652 19.8518 15.4072L18.0843 10.8135ZM12.0003 3.5C10.241 3.5 8.66774 3.71991 7.55106 4.06348C6.98975 4.23619 6.57156 4.43207 6.30497 4.62598C6.02764 4.82778 6.00028 4.96049 6.00028 5C6.00028 5.03951 6.02764 5.17222 6.30497 5.37402C6.57156 5.56793 6.98975 5.76381 7.55106 5.93652C8.66774 6.28009 10.241 6.5 12.0003 6.5C13.7595 6.49998 15.3328 6.28011 16.4495 5.93652C17.0108 5.7638 17.429 5.56794 17.6956 5.37402C17.9728 5.17227 18.0003 5.0395 18.0003 5C18.0003 4.9605 17.9728 4.82773 17.6956 4.62598C17.429 4.43206 17.0108 4.2362 16.4495 4.06348C15.3328 3.71989 13.7595 3.50002 12.0003 3.5Z\" fill=\"currentColor\"/>",
|
|
16190
|
+
"iconName": "preview, details",
|
|
16191
|
+
"variant": {
|
|
16192
|
+
"join": "round",
|
|
16193
|
+
"filled": "on",
|
|
16194
|
+
"radius": "2",
|
|
16195
|
+
"stroke": "1"
|
|
16196
|
+
},
|
|
16197
|
+
"createdAt": "2025-12-01T10:01:37.853572+00:00",
|
|
16198
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
16199
|
+
"componentName": "IconPreview"
|
|
16200
|
+
},
|
|
16187
16201
|
{
|
|
16188
16202
|
"category": "Devices & Signals",
|
|
16189
16203
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.5 2C7.11929 2 6 3.11929 6 4.5V6H4.5C3.11929 6 2 7.11929 2 8.5V15.5C2 16.8807 3.11929 18 4.5 18H6V19.5C6 20.8807 7.11929 22 8.5 22H15.5C16.8807 22 18 20.8807 18 19.5V18H19.5C20.8807 18 22 16.8807 22 15.5V8.5C22 7.11929 20.8807 6 19.5 6H18V4.5C18 3.11929 16.8807 2 15.5 2H8.5ZM17 6V4.5C17 3.67157 16.3284 3 15.5 3H8.5C7.67157 3 7 3.67157 7 4.5V6H17ZM17 14H7V19.5C7 20.3284 7.67157 21 8.5 21H15.5C16.3284 21 17 20.3284 17 19.5V14ZM6 10.5C6 10.2239 6.22386 10 6.5 10H9.5C9.77614 10 10 10.2239 10 10.5C10 10.7761 9.77614 11 9.5 11H6.5C6.22386 11 6 10.7761 6 10.5Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-2-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.49",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-1/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1610,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 61,
|
|
@@ -773,7 +773,7 @@
|
|
|
773
773
|
]
|
|
774
774
|
},
|
|
775
775
|
"Interface General": {
|
|
776
|
-
"count":
|
|
776
|
+
"count": 171,
|
|
777
777
|
"icons": [
|
|
778
778
|
"IconAnchor1",
|
|
779
779
|
"IconAnchor2",
|
|
@@ -889,6 +889,7 @@
|
|
|
889
889
|
"IconPlanning",
|
|
890
890
|
"IconPlusLarge",
|
|
891
891
|
"IconPlusSmall",
|
|
892
|
+
"IconPreview",
|
|
892
893
|
"IconProgress25",
|
|
893
894
|
"IconProgress50",
|
|
894
895
|
"IconProgress75",
|
|
@@ -2955,6 +2956,7 @@
|
|
|
2955
2956
|
"IconPostcard2": "postcard-2, address",
|
|
2956
2957
|
"IconPound": "pound, currency, money, coin, GBP",
|
|
2957
2958
|
"IconPowerPlant": "power-plant, coal, gas, factory",
|
|
2959
|
+
"IconPreview": "preview, details",
|
|
2958
2960
|
"IconPrinter": "printer, print",
|
|
2959
2961
|
"IconProcessor": "processor, chip",
|
|
2960
2962
|
"IconProducthunt": "producthunt",
|
package/index.d.ts
CHANGED
|
@@ -1154,6 +1154,7 @@ export { IconPostcard1, default as IconPostcard1Default, } from "./IconPostcard1
|
|
|
1154
1154
|
export { IconPostcard2, default as IconPostcard2Default, } from "./IconPostcard2";
|
|
1155
1155
|
export { IconPound, default as IconPoundDefault } from "./IconPound";
|
|
1156
1156
|
export { IconPowerPlant, default as IconPowerPlantDefault, } from "./IconPowerPlant";
|
|
1157
|
+
export { IconPreview, default as IconPreviewDefault } from "./IconPreview";
|
|
1157
1158
|
export { IconPrinter, default as IconPrinterDefault } from "./IconPrinter";
|
|
1158
1159
|
export { IconProcessor, default as IconProcessorDefault, } from "./IconProcessor";
|
|
1159
1160
|
export { IconProducthunt, default as IconProducthuntDefault, } from "./IconProducthunt";
|