@central-icons-react-native/round-filled-radius-3-stroke-1 1.1.48 → 1.1.50

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.
@@ -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 2C6.47715 2 2 6.47715 2 12C2 14.897 3.23192 17.5063 5.20047 19.3326C6.98474 20.9879 9.37418 22 12 22C14.6258 22 17.0153 20.9879 18.7995 19.3326C20.7681 17.5063 22 14.897 22 12C22 6.47715 17.5228 2 12 2ZM5.6912 18.4186C6.9844 16.3571 9.21655 15 12 15C14.7834 15 17.0156 16.3571 18.3088 18.4186C16.6847 20.0152 14.4573 21 12 21C9.54266 21 7.31533 20.0152 5.6912 18.4186ZM15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10Z",fill:"currentColor"})),g=i;0&&(module.exports={IconPeopleCircle});
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 2C6.47715 2 2 6.47715 2 12C2 14.897 3.23192 17.5063 5.20047 19.3326C6.98474 20.9879 9.37418 22 12 22C14.6258 22 17.0153 20.9879 18.7995 19.3326C20.7681 17.5063 22 14.897 22 12C22 6.47715 17.5228 2 12 2ZM5.6912 18.4186C6.9844 16.3571 9.21655 15 12 15C14.7834 15 17.0156 16.3571 18.3088 18.4186C16.6847 20.0152 14.4573 21 12 21C9.54266 21 7.31533 20.0152 5.6912 18.4186ZM15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10Z\"\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,weACF,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
+ {"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 2C6.47715 2 2 6.47715 2 12C2 14.897 3.23192 17.5063 5.20047 19.3326C6.98474 20.9879 9.37418 22 12 22C14.6258 22 17.0153 20.9879 18.7995 19.3326C20.7681 17.5063 22 14.897 22 12C22 6.47715 17.5228 2 12 2ZM5.6912 18.4186C6.9844 16.3571 9.21655 15 12 15C14.7834 15 17.0156 16.3571 18.3088 18.4186C16.6847 20.0152 14.4573 21 12 21C9.54266 21 7.31533 20.0152 5.6912 18.4186ZM15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10Z",fill:"currentColor"})),d=a;export{a as IconPeopleCircle,d as default};
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 2C6.47715 2 2 6.47715 2 12C2 14.897 3.23192 17.5063 5.20047 19.3326C6.98474 20.9879 9.37418 22 12 22C14.6258 22 17.0153 20.9879 18.7995 19.3326C20.7681 17.5063 22 14.897 22 12C22 6.47715 17.5228 2 12 2ZM5.6912 18.4186C6.9844 16.3571 9.21655 15 12 15C14.7834 15 17.0156 16.3571 18.3088 18.4186C16.6847 20.0152 14.4573 21 12 21C9.54266 21 7.31533 20.0152 5.6912 18.4186ZM15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10Z\"\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,weACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleCircle","props","React","CentralIconBase","IconPeopleCircle_default"]}
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,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPersona: FC<CentralIconBaseProps>;
4
+ export default IconPersona;
@@ -0,0 +1,2 @@
1
+ "use strict";var m=Object.create;var e=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var c in o)e(r,c,{get:o[c],enumerable:!0})},f=(r,o,c,t)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of B(o))!P.call(r,C)&&C!==c&&e(r,C,{get:()=>o[C],enumerable:!(t=s(o,C))||t.enumerable});return r};var i=(r,o,c)=>(c=r!=null?m(I(r)):{},f(o||!r||!r.__esModule?e(c,"default",{value:r,enumerable:!0}):c,r)),v=r=>f(e({},"__esModule",{value:!0}),r);var h={};g(h,{IconPersona:()=>y,default:()=>d});module.exports=v(h);var l=i(require("react"));var p=i(require("react")),u=require("react-native-svg"),x=({children:r,size:o=24,...c})=>p.default.createElement(u.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 n=require("react-native-svg"),y=r=>l.default.createElement(x,{...r},l.default.createElement(n.Path,{d:"M11.999 12V21H7.19893C5.26593 21 3.62711 19.3869 4.26511 17.5622C5.41058 14.2861 8.21903 12 11.999 12Z",fill:"currentColor"}),l.default.createElement(n.Path,{d:"M11.999 11C9.51374 11 7.49903 8.98528 7.49903 6.5C7.49903 4.01472 9.51374 2 11.999 2V11Z",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"3.24922",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"6.49922",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"4.99961",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"7.99961",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"9.74922",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"12.9992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"12.9996",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"20.0016",cy:"16.4996",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"20.0016",cy:"20",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"16.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"16.9992",cy:"19.9992",r:"0.8",fill:"currentColor"})),d=y;0&&(module.exports={IconPersona});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPersona/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 IconPersona: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.999 12V21H7.19893C5.26593 21 3.62711 19.3869 4.26511 17.5622C5.41058 14.2861 8.21903 12 11.999 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.999 11C9.51374 11 7.49903 8.98528 7.49903 6.5C7.49903 4.01472 9.51374 2 11.999 2V11Z\"\n fill=\"currentColor\"\n />\n <Circle cx=\"13.9992\" cy=\"3.24922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"6.49922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"4.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"7.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"9.74922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"12.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"12.9996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"16.4996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"20\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPersona;\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,EAA6B,4BAEhBC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2FACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,KAAK,EAAE,OAAO,KAAK,eAAe,EAC1D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,CAChE,EAIGE,EAAQJ","names":["IconPersona_exports","__export","IconPersona","IconPersona_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPersona","props","React","CentralIconBase","IconPersona_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import t from"react";import{Svg as f}from"react-native-svg";var c=({children:n,size:l=24,...e})=>t.createElement(f,{...e,width:typeof l=="number"?`${l}px`:l,height:typeof l=="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none"},n);import{Circle as o,Path as C}from"react-native-svg";var i=n=>r.createElement(c,{...n},r.createElement(C,{d:"M11.999 12V21H7.19893C5.26593 21 3.62711 19.3869 4.26511 17.5622C5.41058 14.2861 8.21903 12 11.999 12Z",fill:"currentColor"}),r.createElement(C,{d:"M11.999 11C9.51374 11 7.49903 8.98528 7.49903 6.5C7.49903 4.01472 9.51374 2 11.999 2V11Z",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"3.24922",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"6.49922",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"4.99961",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"7.99961",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"9.74922",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"12.9992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"12.9996",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"20.0016",cy:"16.4996",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"20.0016",cy:"20",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"16.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"16.9992",cy:"19.9992",r:"0.8",fill:"currentColor"})),g=i;export{i as IconPersona,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPersona/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 IconPersona: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.999 12V21H7.19893C5.26593 21 3.62711 19.3869 4.26511 17.5622C5.41058 14.2861 8.21903 12 11.999 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.999 11C9.51374 11 7.49903 8.98528 7.49903 6.5C7.49903 4.01472 9.51374 2 11.999 2V11Z\"\n fill=\"currentColor\"\n />\n <Circle cx=\"13.9992\" cy=\"3.24922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"6.49922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"4.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"7.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"9.74922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"12.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"12.9996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"16.4996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"20\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPersona;\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,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yGACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2FACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,KAAK,EAAE,OAAO,KAAK,eAAe,EAC1DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,CAChE,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconPersona","props","React","CentralIconBase","IconPersona_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPreview: FC<CentralIconBaseProps>;
4
+ export default IconPreview;
@@ -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
@@ -985,6 +985,7 @@ Below is a complete list of available icons:
985
985
  - IconPlanning
986
986
  - IconPlusLarge
987
987
  - IconPlusSmall
988
+ - IconPreview
988
989
  - IconProgress25
989
990
  - IconProgress50
990
991
  - IconProgress75
@@ -1166,6 +1167,7 @@ Below is a complete list of available icons:
1166
1167
  - IconPeopleRemove
1167
1168
  - IconPeopleRemove2
1168
1169
  - IconPeopleVersus
1170
+ - IconPersona
1169
1171
  - IconSteveJobs
1170
1172
  - IconStreaming
1171
1173
  - IconSurfing
@@ -15388,7 +15388,7 @@
15388
15388
  },
15389
15389
  {
15390
15390
  "category": "People",
15391
- "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C6.47715 2 2 6.47715 2 12C2 14.897 3.23192 17.5063 5.20047 19.3326C6.98474 20.9879 9.37418 22 12 22C14.6258 22 17.0153 20.9879 18.7995 19.3326C20.7681 17.5063 22 14.897 22 12C22 6.47715 17.5228 2 12 2ZM5.6912 18.4186C6.9844 16.3571 9.21655 15 12 15C14.7834 15 17.0156 16.3571 18.3088 18.4186C16.6847 20.0152 14.4573 21 12 21C9.54266 21 7.31533 20.0152 5.6912 18.4186ZM15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10Z\" fill=\"currentColor\"/>",
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",
@@ -15512,6 +15512,20 @@
15512
15512
  "packageName": "round-filled-radius-3-stroke-1",
15513
15513
  "componentName": "IconPerplexity"
15514
15514
  },
15515
+ {
15516
+ "category": "People",
15517
+ "svg": "<path d=\"M11.999 12V21H7.19893C5.26593 21 3.62711 19.3869 4.26511 17.5622C5.41058 14.2861 8.21903 12 11.999 12Z\" fill=\"currentColor\"/><path d=\"M11.999 11C9.51374 11 7.49903 8.98528 7.49903 6.5C7.49903 4.01472 9.51374 2 11.999 2V11Z\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"3.24922\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"6.49922\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"17.0016\" cy=\"4.99961\" r=\"0.65\" fill=\"currentColor\"/><circle cx=\"17.0016\" cy=\"7.99961\" r=\"0.65\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"9.74922\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"12.9992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"17.0016\" cy=\"12.9996\" r=\"0.65\" fill=\"currentColor\"/><circle cx=\"20.0016\" cy=\"16.4996\" r=\"0.65\" fill=\"currentColor\"/><circle cx=\"20.0016\" cy=\"20\" r=\"0.65\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"16.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"16.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\"/>",
15518
+ "iconName": "persona, thanos-effect, remove-user, remove-account, blip",
15519
+ "variant": {
15520
+ "join": "round",
15521
+ "filled": "on",
15522
+ "radius": "3",
15523
+ "stroke": "1"
15524
+ },
15525
+ "createdAt": "2025-12-01T13:01:49.190957+00:00",
15526
+ "packageName": "round-filled-radius-3-stroke-1",
15527
+ "componentName": "IconPersona"
15528
+ },
15515
15529
  {
15516
15530
  "category": "Things",
15517
15531
  "svg": "<path d=\"M11.9999 10C11.0599 10 10.0079 10.5552 9.05759 11.3218C8.08799 12.1041 7.14296 13.1719 6.41073 14.3355C5.68099 15.4952 5.14082 16.7848 5.02362 18.0117C4.90502 19.2534 5.22126 20.4609 6.24006 21.3474C6.9751 21.9869 7.74955 22.1116 8.48421 21.9139C9.17479 21.728 9.79403 21.2673 10.3033 20.8242L10.3216 20.8082L10.3382 20.7907C10.6836 20.4258 11.3076 20.2009 12.0176 20.2009C12.723 20.2009 13.4024 20.4241 13.8284 20.8153L13.8383 20.8242C14.3348 21.2562 14.921 21.7231 15.5785 21.9117C16.293 22.1166 17.0331 21.9796 17.7597 21.3473C18.7785 20.4608 19.0947 19.2534 18.9761 18.0117C18.8589 16.7848 18.3187 15.4952 17.589 14.3355C16.8568 13.1719 15.9117 12.1041 14.9421 11.3218C13.9918 10.5552 12.9398 10 11.9999 10Z\" fill=\"currentColor\"/><path d=\"M8.89522 2.00151C8.11725 1.97043 7.48375 2.42255 7.07945 3.05325C6.67589 3.68279 6.46646 4.52934 6.50438 5.44107C6.54236 6.35404 6.82273 7.20579 7.26502 7.84785C7.70247 8.48289 8.34259 8.9681 9.10476 8.99855C9.88273 9.02963 10.5162 8.57751 10.9205 7.94681C11.3241 7.31727 11.5335 6.47072 11.4956 5.55899C11.4576 4.64602 11.1773 3.79427 10.735 3.15221C10.2975 2.51717 9.65739 2.03196 8.89522 2.00151Z\" fill=\"currentColor\"/><path d=\"M17.4956 5.44107C17.5335 4.52934 17.3241 3.68279 16.9205 3.05325C16.5162 2.42255 15.8827 1.97043 15.1048 2.00151C14.3426 2.03196 13.7025 2.51717 13.265 3.15221C12.8227 3.79427 12.5424 4.64602 12.5044 5.55899C12.4665 6.47072 12.6759 7.31728 13.0794 7.94681C13.4838 8.57751 14.1173 9.02963 14.8952 8.99855C15.6574 8.9681 16.2975 8.48289 16.735 7.84785C17.1773 7.20579 17.4576 6.35404 17.4956 5.44107Z\" fill=\"currentColor\"/><path d=\"M6.90309 8.86539C6.72494 8.02308 6.32236 7.27996 5.79504 6.76078C5.27174 6.24557 4.57989 5.91269 3.84871 6.02017C3.10683 6.12923 2.57156 6.65464 2.28031 7.31258C1.98973 7.969 1.91887 8.79352 2.09685 9.63502C2.275 10.4773 2.67758 11.2205 3.2049 11.7396C3.7282 12.2549 4.42005 12.5877 5.15123 12.4802C5.89311 12.3712 6.42838 11.8458 6.71963 11.1878C7.01021 10.5314 7.08107 9.7069 6.90309 8.86539Z\" fill=\"currentColor\"/><path d=\"M20.1512 6.02017C19.42 5.91269 18.7282 6.24557 18.2049 6.76078C17.6776 7.27996 17.275 8.02308 17.0968 8.86539C16.9189 9.7069 16.9897 10.5314 17.2803 11.1878C17.5716 11.8458 18.1068 12.3712 18.8487 12.4802C19.5799 12.5877 20.2717 12.2549 20.795 11.7396C21.3224 11.2205 21.7249 10.4773 21.9031 9.63502C22.0811 8.79352 22.0102 7.969 21.7196 7.31258C21.4284 6.65464 20.8931 6.12923 20.1512 6.02017Z\" fill=\"currentColor\"/>",
@@ -16184,6 +16198,20 @@
16184
16198
  "packageName": "round-filled-radius-3-stroke-1",
16185
16199
  "componentName": "IconPowerPlant"
16186
16200
  },
16201
+ {
16202
+ "category": "Interface General",
16203
+ "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\"/>",
16204
+ "iconName": "preview, details",
16205
+ "variant": {
16206
+ "join": "round",
16207
+ "filled": "on",
16208
+ "radius": "3",
16209
+ "stroke": "1"
16210
+ },
16211
+ "createdAt": "2025-12-01T10:01:37.853572+00:00",
16212
+ "packageName": "round-filled-radius-3-stroke-1",
16213
+ "componentName": "IconPreview"
16214
+ },
16187
16215
  {
16188
16216
  "category": "Devices & Signals",
16189
16217
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.5 2C7.11929 2 6 3.11929 6 4.5V6H5.5C3.567 6 2 7.567 2 9.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.5V9.5C22 7.567 20.433 6 18.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
@@ -1107,6 +1107,7 @@ export type CentralIconName =
1107
1107
  | "IconPeopleVersus"
1108
1108
  | "IconPercent"
1109
1109
  | "IconPerplexity"
1110
+ | "IconPersona"
1110
1111
  | "IconPets"
1111
1112
  | "IconPhone"
1112
1113
  | "IconPhoneDynamicIsland"
@@ -1155,6 +1156,7 @@ export type CentralIconName =
1155
1156
  | "IconPostcard2"
1156
1157
  | "IconPound"
1157
1158
  | "IconPowerPlant"
1159
+ | "IconPreview"
1158
1160
  | "IconPrinter"
1159
1161
  | "IconProcessor"
1160
1162
  | "IconProducthunt"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-3-stroke-1",
3
- "version": "1.1.48",
3
+ "version": "1.1.50",
4
4
  "style": "round-filled-radius-3-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-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": 1609,
14
+ "totalIcons": 1611,
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": 170,
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",
@@ -1055,7 +1056,7 @@
1055
1056
  ]
1056
1057
  },
1057
1058
  "People": {
1058
- "count": 31,
1059
+ "count": 32,
1059
1060
  "icons": [
1060
1061
  "IconAura",
1061
1062
  "IconBathMan1",
@@ -1080,6 +1081,7 @@
1080
1081
  "IconPeopleRemove",
1081
1082
  "IconPeopleRemove2",
1082
1083
  "IconPeopleVersus",
1084
+ "IconPersona",
1083
1085
  "IconSteveJobs",
1084
1086
  "IconStreaming",
1085
1087
  "IconSurfing",
@@ -2907,6 +2909,7 @@
2907
2909
  "IconPeopleVersus": "people-versus, vs, match, 1v1",
2908
2910
  "IconPercent": "percent, sales",
2909
2911
  "IconPerplexity": "perplexity",
2912
+ "IconPersona": "persona, thanos-effect, remove-user, remove-account, blip",
2910
2913
  "IconPets": "pets, paw, animal",
2911
2914
  "IconPhone": "phone, iphone, mobile",
2912
2915
  "IconPhoneDynamicIsland": "phone-dynamic-island",
@@ -2955,6 +2958,7 @@
2955
2958
  "IconPostcard2": "postcard-2, address",
2956
2959
  "IconPound": "pound, currency, money, coin, GBP",
2957
2960
  "IconPowerPlant": "power-plant, coal, gas, factory",
2961
+ "IconPreview": "preview, details",
2958
2962
  "IconPrinter": "printer, print",
2959
2963
  "IconProcessor": "processor, chip",
2960
2964
  "IconProducthunt": "producthunt",
package/index.d.ts CHANGED
@@ -1106,6 +1106,7 @@ export { IconPeopleRemove2, default as IconPeopleRemove2Default, } from "./IconP
1106
1106
  export { IconPeopleVersus, default as IconPeopleVersusDefault, } from "./IconPeopleVersus";
1107
1107
  export { IconPercent, default as IconPercentDefault } from "./IconPercent";
1108
1108
  export { IconPerplexity, default as IconPerplexityDefault, } from "./IconPerplexity";
1109
+ export { IconPersona, default as IconPersonaDefault } from "./IconPersona";
1109
1110
  export { IconPets, default as IconPetsDefault } from "./IconPets";
1110
1111
  export { IconPhone, default as IconPhoneDefault } from "./IconPhone";
1111
1112
  export { IconPhoneDynamicIsland, default as IconPhoneDynamicIslandDefault, } from "./IconPhoneDynamicIsland";
@@ -1154,6 +1155,7 @@ export { IconPostcard1, default as IconPostcard1Default, } from "./IconPostcard1
1154
1155
  export { IconPostcard2, default as IconPostcard2Default, } from "./IconPostcard2";
1155
1156
  export { IconPound, default as IconPoundDefault } from "./IconPound";
1156
1157
  export { IconPowerPlant, default as IconPowerPlantDefault, } from "./IconPowerPlant";
1158
+ export { IconPreview, default as IconPreviewDefault } from "./IconPreview";
1157
1159
  export { IconPrinter, default as IconPrinterDefault } from "./IconPrinter";
1158
1160
  export { IconProcessor, default as IconProcessorDefault, } from "./IconProcessor";
1159
1161
  export { IconProducthunt, default as IconProducthuntDefault, } from "./IconProducthunt";