@central-icons-react-native/square-filled-radius-0-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.0002 2.5C13.8305 2.50002 15.5075 2.72721 16.7433 3.10742C17.3581 3.2966 17.8922 3.53279 18.2834 3.81738C18.6636 4.09403 19.0002 4.4873 19.0002 5V10.4062L20.7853 15.0479C21.2566 16.2732 21.325 17.8321 20.2257 18.8789C18.9332 20.1095 16.4722 21.5 12.0002 21.5C7.52808 21.5 5.06713 20.1095 3.77457 18.8789C2.67516 17.8321 2.7437 16.2732 3.215 15.0479L5.00016 10.4062V5C5.00016 4.48724 5.33666 4.09404 5.71695 3.81738C6.10819 3.53281 6.6422 3.29659 7.25699 3.10742C8.4928 2.72723 10.1698 2.5 12.0002 2.5ZM18.0841 10.8135C17.7184 11.0397 17.26 11.2336 16.7433 11.3926C15.5075 11.7728 13.8305 12 12.0002 12C10.1698 12 8.4928 11.7728 7.25699 11.3926C6.74006 11.2335 6.28102 11.0398 5.9152 10.8135L4.14859 15.4072C3.74172 16.4653 3.79167 17.514 4.46402 18.1543C5.54912 19.1875 7.75332 20.5 12.0002 20.5C16.247 20.5 18.4513 19.1875 19.5363 18.1543C20.2085 17.514 20.2585 16.4652 19.8517 15.4072L18.0841 10.8135ZM12.0002 3.5C10.2409 3.5 8.66762 3.71991 7.55094 4.06348C6.98963 4.23619 6.57144 4.43207 6.30484 4.62598C6.02752 4.82778 6.00016 4.96049 6.00016 5C6.00016 5.03951 6.02752 5.17222 6.30484 5.37402C6.57144 5.56793 6.98963 5.76381 7.55094 5.93652C8.66762 6.28009 10.2409 6.5 12.0002 6.5C13.7594 6.49998 15.3327 6.28011 16.4494 5.93652C17.0107 5.7638 17.4289 5.56794 17.6955 5.37402C17.9727 5.17227 18.0002 5.0395 18.0002 5C18.0002 4.9605 17.9727 4.82773 17.6955 4.62598C17.4289 4.43206 17.0107 4.2362 16.4494 4.06348C15.3327 3.71989 13.7594 3.50002 12.0002 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.0002 2.5C13.8305 2.50002 15.5075 2.72721 16.7433 3.10742C17.3581 3.2966 17.8922 3.53279 18.2834 3.81738C18.6636 4.09403 19.0002 4.4873 19.0002 5V10.4062L20.7853 15.0479C21.2566 16.2732 21.325 17.8321 20.2257 18.8789C18.9332 20.1095 16.4722 21.5 12.0002 21.5C7.52808 21.5 5.06713 20.1095 3.77457 18.8789C2.67516 17.8321 2.7437 16.2732 3.215 15.0479L5.00016 10.4062V5C5.00016 4.48724 5.33666 4.09404 5.71695 3.81738C6.10819 3.53281 6.6422 3.29659 7.25699 3.10742C8.4928 2.72723 10.1698 2.5 12.0002 2.5ZM18.0841 10.8135C17.7184 11.0397 17.26 11.2336 16.7433 11.3926C15.5075 11.7728 13.8305 12 12.0002 12C10.1698 12 8.4928 11.7728 7.25699 11.3926C6.74006 11.2335 6.28102 11.0398 5.9152 10.8135L4.14859 15.4072C3.74172 16.4653 3.79167 17.514 4.46402 18.1543C5.54912 19.1875 7.75332 20.5 12.0002 20.5C16.247 20.5 18.4513 19.1875 19.5363 18.1543C20.2085 17.514 20.2585 16.4652 19.8517 15.4072L18.0841 10.8135ZM12.0002 3.5C10.2409 3.5 8.66762 3.71991 7.55094 4.06348C6.98963 4.23619 6.57144 4.43207 6.30484 4.62598C6.02752 4.82778 6.00016 4.96049 6.00016 5C6.00016 5.03951 6.02752 5.17222 6.30484 5.37402C6.57144 5.56793 6.98963 5.76381 7.55094 5.93652C8.66762 6.28009 10.2409 6.5 12.0002 6.5C13.7594 6.49998 15.3327 6.28011 16.4494 5.93652C17.0107 5.7638 17.4289 5.56794 17.6955 5.37402C17.9727 5.17227 18.0002 5.0395 18.0002 5C18.0002 4.9605 17.9727 4.82773 17.6955 4.62598C17.4289 4.43206 17.0107 4.2362 16.4494 4.06348C15.3327 3.71989 13.7594 3.50002 12.0002 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,07CACF,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.0002 2.5C13.8305 2.50002 15.5075 2.72721 16.7433 3.10742C17.3581 3.2966 17.8922 3.53279 18.2834 3.81738C18.6636 4.09403 19.0002 4.4873 19.0002 5V10.4062L20.7853 15.0479C21.2566 16.2732 21.325 17.8321 20.2257 18.8789C18.9332 20.1095 16.4722 21.5 12.0002 21.5C7.52808 21.5 5.06713 20.1095 3.77457 18.8789C2.67516 17.8321 2.7437 16.2732 3.215 15.0479L5.00016 10.4062V5C5.00016 4.48724 5.33666 4.09404 5.71695 3.81738C6.10819 3.53281 6.6422 3.29659 7.25699 3.10742C8.4928 2.72723 10.1698 2.5 12.0002 2.5ZM18.0841 10.8135C17.7184 11.0397 17.26 11.2336 16.7433 11.3926C15.5075 11.7728 13.8305 12 12.0002 12C10.1698 12 8.4928 11.7728 7.25699 11.3926C6.74006 11.2335 6.28102 11.0398 5.9152 10.8135L4.14859 15.4072C3.74172 16.4653 3.79167 17.514 4.46402 18.1543C5.54912 19.1875 7.75332 20.5 12.0002 20.5C16.247 20.5 18.4513 19.1875 19.5363 18.1543C20.2085 17.514 20.2585 16.4652 19.8517 15.4072L18.0841 10.8135ZM12.0002 3.5C10.2409 3.5 8.66762 3.71991 7.55094 4.06348C6.98963 4.23619 6.57144 4.43207 6.30484 4.62598C6.02752 4.82778 6.00016 4.96049 6.00016 5C6.00016 5.03951 6.02752 5.17222 6.30484 5.37402C6.57144 5.56793 6.98963 5.76381 7.55094 5.93652C8.66762 6.28009 10.2409 6.5 12.0002 6.5C13.7594 6.49998 15.3327 6.28011 16.4494 5.93652C17.0107 5.7638 17.4289 5.56794 17.6955 5.37402C17.9727 5.17227 18.0002 5.0395 18.0002 5C18.0002 4.9605 17.9727 4.82773 17.6955 4.62598C17.4289 4.43206 17.0107 4.2362 16.4494 4.06348C15.3327 3.71989 13.7594 3.50002 12.0002 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.0002 2.5C13.8305 2.50002 15.5075 2.72721 16.7433 3.10742C17.3581 3.2966 17.8922 3.53279 18.2834 3.81738C18.6636 4.09403 19.0002 4.4873 19.0002 5V10.4062L20.7853 15.0479C21.2566 16.2732 21.325 17.8321 20.2257 18.8789C18.9332 20.1095 16.4722 21.5 12.0002 21.5C7.52808 21.5 5.06713 20.1095 3.77457 18.8789C2.67516 17.8321 2.7437 16.2732 3.215 15.0479L5.00016 10.4062V5C5.00016 4.48724 5.33666 4.09404 5.71695 3.81738C6.10819 3.53281 6.6422 3.29659 7.25699 3.10742C8.4928 2.72723 10.1698 2.5 12.0002 2.5ZM18.0841 10.8135C17.7184 11.0397 17.26 11.2336 16.7433 11.3926C15.5075 11.7728 13.8305 12 12.0002 12C10.1698 12 8.4928 11.7728 7.25699 11.3926C6.74006 11.2335 6.28102 11.0398 5.9152 10.8135L4.14859 15.4072C3.74172 16.4653 3.79167 17.514 4.46402 18.1543C5.54912 19.1875 7.75332 20.5 12.0002 20.5C16.247 20.5 18.4513 19.1875 19.5363 18.1543C20.2085 17.514 20.2585 16.4652 19.8517 15.4072L18.0841 10.8135ZM12.0002 3.5C10.2409 3.5 8.66762 3.71991 7.55094 4.06348C6.98963 4.23619 6.57144 4.43207 6.30484 4.62598C6.02752 4.82778 6.00016 4.96049 6.00016 5C6.00016 5.03951 6.02752 5.17222 6.30484 5.37402C6.57144 5.56793 6.98963 5.76381 7.55094 5.93652C8.66762 6.28009 10.2409 6.5 12.0002 6.5C13.7594 6.49998 15.3327 6.28011 16.4494 5.93652C17.0107 5.7638 17.4289 5.56794 17.6955 5.37402C17.9727 5.17227 18.0002 5.0395 18.0002 5C18.0002 4.9605 17.9727 4.82773 17.6955 4.62598C17.4289 4.43206 17.0107 4.2362 16.4494 4.06348C15.3327 3.71989 13.7594 3.50002 12.0002 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,07CACF,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": "square",
|
|
@@ -16184,6 +16184,20 @@
|
|
|
16184
16184
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
16185
16185
|
"componentName": "IconPowerPlant"
|
|
16186
16186
|
},
|
|
16187
|
+
{
|
|
16188
|
+
"category": "Interface General",
|
|
16189
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0002 2.5C13.8305 2.50002 15.5075 2.72721 16.7433 3.10742C17.3581 3.2966 17.8922 3.53279 18.2834 3.81738C18.6636 4.09403 19.0002 4.4873 19.0002 5V10.4062L20.7853 15.0479C21.2566 16.2732 21.325 17.8321 20.2257 18.8789C18.9332 20.1095 16.4722 21.5 12.0002 21.5C7.52808 21.5 5.06713 20.1095 3.77457 18.8789C2.67516 17.8321 2.7437 16.2732 3.215 15.0479L5.00016 10.4062V5C5.00016 4.48724 5.33666 4.09404 5.71695 3.81738C6.10819 3.53281 6.6422 3.29659 7.25699 3.10742C8.4928 2.72723 10.1698 2.5 12.0002 2.5ZM18.0841 10.8135C17.7184 11.0397 17.26 11.2336 16.7433 11.3926C15.5075 11.7728 13.8305 12 12.0002 12C10.1698 12 8.4928 11.7728 7.25699 11.3926C6.74006 11.2335 6.28102 11.0398 5.9152 10.8135L4.14859 15.4072C3.74172 16.4653 3.79167 17.514 4.46402 18.1543C5.54912 19.1875 7.75332 20.5 12.0002 20.5C16.247 20.5 18.4513 19.1875 19.5363 18.1543C20.2085 17.514 20.2585 16.4652 19.8517 15.4072L18.0841 10.8135ZM12.0002 3.5C10.2409 3.5 8.66762 3.71991 7.55094 4.06348C6.98963 4.23619 6.57144 4.43207 6.30484 4.62598C6.02752 4.82778 6.00016 4.96049 6.00016 5C6.00016 5.03951 6.02752 5.17222 6.30484 5.37402C6.57144 5.56793 6.98963 5.76381 7.55094 5.93652C8.66762 6.28009 10.2409 6.5 12.0002 6.5C13.7594 6.49998 15.3327 6.28011 16.4494 5.93652C17.0107 5.7638 17.4289 5.56794 17.6955 5.37402C17.9727 5.17227 18.0002 5.0395 18.0002 5C18.0002 4.9605 17.9727 4.82773 17.6955 4.62598C17.4289 4.43206 17.0107 4.2362 16.4494 4.06348C15.3327 3.71989 13.7594 3.50002 12.0002 3.5Z\" fill=\"currentColor\"/>",
|
|
16190
|
+
"iconName": "preview, details",
|
|
16191
|
+
"variant": {
|
|
16192
|
+
"join": "square",
|
|
16193
|
+
"filled": "on",
|
|
16194
|
+
"radius": "0",
|
|
16195
|
+
"stroke": "1"
|
|
16196
|
+
},
|
|
16197
|
+
"createdAt": "2025-12-01T10:01:37.853572+00:00",
|
|
16198
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
16199
|
+
"componentName": "IconPreview"
|
|
16200
|
+
},
|
|
16187
16201
|
{
|
|
16188
16202
|
"category": "Devices & Signals",
|
|
16189
16203
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 2H6V6H2V18H6V22H18V18H22V6H18V2ZM17 6V3H7V6H17ZM17 14H7V21H17V14ZM6 10H10V11H6V10Z\" 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/square-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.49",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 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";
|