@central-icons-react-native/round-filled-radius-0-stroke-2 1.1.281 → 1.1.283

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPinFocus: FC<CentralIconBaseProps>;
4
+ export default IconPinFocus;
@@ -0,0 +1,3 @@
1
+ var x=Object.create;var{getPrototypeOf:g,defineProperty:t,getOwnPropertyNames:c,getOwnPropertyDescriptor:M}=Object,a=Object.prototype.hasOwnProperty;function d(C){return this[C]}var Z,F,B=(C,r,o)=>{var e=C!=null&&typeof C==="object";if(e){var u=r?Z??=new WeakMap:F??=new WeakMap,m=u.get(C);if(m)return m}o=C!=null?x(g(C)):{};let p=r||!C||!C.__esModule?t(o,"default",{value:C,enumerable:!0}):o;for(let f of c(C))if(!a.call(p,f))t(p,f,{get:d.bind(C,f),enumerable:!0});if(e)u.set(C,p);return p},H=(C)=>{var r=(s??=new WeakMap).get(C),o;if(r)return r;if(r=t({},"__esModule",{value:!0}),C&&typeof C==="object"||typeof C==="function"){for(var e of c(C))if(!a.call(r,e))t(r,e,{get:d.bind(C,e),enumerable:!(o=M(C,e))||o.enumerable})}return s.set(C,r),r},s;var L=(C)=>C;function h(C,r){this[C]=L.bind(null,r)}var I=(C,r)=>{for(var o in r)t(C,o,{get:r[o],enumerable:!0,configurable:!0,set:h.bind(r,o)})};var y={};I(y,{CentralIconBase:()=>i});module.exports=H(y);var P=B(require("react")),V=require("react-native-svg"),i=({children:C,size:r=24,...o})=>{return P.default.createElement(V.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 S={};I(S,{default:()=>b,IconPinFocus:()=>v});module.exports=H(S);var n=B(require("react"));var l=require("react-native-svg"),v=(C)=>{return n.default.createElement(i,{...C},n.default.createElement(l.Path,{d:"M4 15C4.55228 15 5 15.4477 5 16V19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H4C3.44772 21 3 20.5523 3 20V16C3 15.4477 3.44772 15 4 15Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M20 15C20.5523 15 21 15.4477 21 16V20C21 20.5523 20.5523 21 20 21H16C15.4477 21 15 20.5523 15 20C15 19.4477 15.4477 19 16 19H19V16C19 15.4477 19.4477 15 20 15Z",fill:"currentColor"}),n.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 6.75C14.3472 6.75 16.25 8.65279 16.25 11C16.25 11.7806 15.9719 12.5397 15.6123 13.2041C15.2494 13.8745 14.7751 14.5007 14.3164 15.0293C13.8557 15.5602 13.397 16.0081 13.0547 16.3232C12.8831 16.4813 12.7396 16.6073 12.6377 16.6943C12.5867 16.7379 12.546 16.7723 12.5176 16.7959C12.5035 16.8076 12.4923 16.8168 12.4844 16.8232C12.4804 16.8265 12.4769 16.8292 12.4746 16.8311L12.4717 16.833L12.4707 16.834C12.2305 17.0273 11.9003 17.0521 11.6377 16.9072L11.5293 16.834L11.5283 16.833L11.5254 16.8311C11.5231 16.8292 11.5196 16.8265 11.5156 16.8232C11.5077 16.8168 11.4965 16.8076 11.4824 16.7959C11.454 16.7723 11.4133 16.7379 11.3623 16.6943C11.2604 16.6073 11.1169 16.4813 10.9453 16.3232C10.603 16.0081 10.1443 15.5602 9.68359 15.0293C9.22492 14.5007 8.75063 13.8745 8.3877 13.2041C8.02808 12.5397 7.75 11.7806 7.75 11C7.75 8.65279 9.65279 6.75 12 6.75ZM12 10C11.4477 10 11 10.4477 11 11C11 11.5523 11.4477 12 12 12C12.5523 12 13 11.5523 13 11C13 10.4477 12.5523 10 12 10Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M8 3C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H5V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V4C3 3.44772 3.44772 3 4 3H8Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M20 3C20.5523 3 21 3.44772 21 4V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H20Z",fill:"currentColor"}))},b=v;
2
+
3
+ //# debugId=678CE9080D1F06DD64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconPinFocus/index.tsx"],
4
+ "sourcesContent": [
5
+ "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<\n CentralIconBaseProps\n> = ({\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",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPinFocus: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M4 15C4.55228 15 5 15.4477 5 16V19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H4C3.44772 21 3 20.5523 3 20V16C3 15.4477 3.44772 15 4 15Z\" fill=\"currentColor\"/><Path d=\"M20 15C20.5523 15 21 15.4477 21 16V20C21 20.5523 20.5523 21 20 21H16C15.4477 21 15 20.5523 15 20C15 19.4477 15.4477 19 16 19H19V16C19 15.4477 19.4477 15 20 15Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 6.75C14.3472 6.75 16.25 8.65279 16.25 11C16.25 11.7806 15.9719 12.5397 15.6123 13.2041C15.2494 13.8745 14.7751 14.5007 14.3164 15.0293C13.8557 15.5602 13.397 16.0081 13.0547 16.3232C12.8831 16.4813 12.7396 16.6073 12.6377 16.6943C12.5867 16.7379 12.546 16.7723 12.5176 16.7959C12.5035 16.8076 12.4923 16.8168 12.4844 16.8232C12.4804 16.8265 12.4769 16.8292 12.4746 16.8311L12.4717 16.833L12.4707 16.834C12.2305 17.0273 11.9003 17.0521 11.6377 16.9072L11.5293 16.834L11.5283 16.833L11.5254 16.8311C11.5231 16.8292 11.5196 16.8265 11.5156 16.8232C11.5077 16.8168 11.4965 16.8076 11.4824 16.7959C11.454 16.7723 11.4133 16.7379 11.3623 16.6943C11.2604 16.6073 11.1169 16.4813 10.9453 16.3232C10.603 16.0081 10.1443 15.5602 9.68359 15.0293C9.22492 14.5007 8.75063 13.8745 8.3877 13.2041C8.02808 12.5397 7.75 11.7806 7.75 11C7.75 8.65279 9.65279 6.75 12 6.75ZM12 10C11.4477 10 11 10.4477 11 11C11 11.5523 11.4477 12 12 12C12.5523 12 13 11.5523 13 11C13 10.4477 12.5523 10 12 10Z\" fill=\"currentColor\"/><Path d=\"M8 3C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H5V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V4C3 3.44772 3.44772 3 4 3H8Z\" fill=\"currentColor\"/><Path d=\"M20 3C20.5523 3 21 3.44772 21 4V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H20Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPinFocus;\n"
7
+ ],
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,wECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAyC,CAAC,IAAU,CAC/D,OAAO,wBAA4vD,EAA5vD,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,qJAAqJ,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,kKAAkK,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,m9BAAm9B,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,wIAAwI,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,qJAAqJ,KAAK,eAAc,CAAI,GAGtvD",
9
+ "debugId": "678CE9080D1F06DD64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import t from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:C=24,...l})=>{return t.createElement(p,{...l,width:typeof C==="number"?`${C}px`:C,height:typeof C==="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},e)};import r from"react";import{Path as o}from"react-native-svg";var f=(e)=>{return r.createElement(n,{...e},r.createElement(o,{d:"M4 15C4.55228 15 5 15.4477 5 16V19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H4C3.44772 21 3 20.5523 3 20V16C3 15.4477 3.44772 15 4 15Z",fill:"currentColor"}),r.createElement(o,{d:"M20 15C20.5523 15 21 15.4477 21 16V20C21 20.5523 20.5523 21 20 21H16C15.4477 21 15 20.5523 15 20C15 19.4477 15.4477 19 16 19H19V16C19 15.4477 19.4477 15 20 15Z",fill:"currentColor"}),r.createElement(o,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 6.75C14.3472 6.75 16.25 8.65279 16.25 11C16.25 11.7806 15.9719 12.5397 15.6123 13.2041C15.2494 13.8745 14.7751 14.5007 14.3164 15.0293C13.8557 15.5602 13.397 16.0081 13.0547 16.3232C12.8831 16.4813 12.7396 16.6073 12.6377 16.6943C12.5867 16.7379 12.546 16.7723 12.5176 16.7959C12.5035 16.8076 12.4923 16.8168 12.4844 16.8232C12.4804 16.8265 12.4769 16.8292 12.4746 16.8311L12.4717 16.833L12.4707 16.834C12.2305 17.0273 11.9003 17.0521 11.6377 16.9072L11.5293 16.834L11.5283 16.833L11.5254 16.8311C11.5231 16.8292 11.5196 16.8265 11.5156 16.8232C11.5077 16.8168 11.4965 16.8076 11.4824 16.7959C11.454 16.7723 11.4133 16.7379 11.3623 16.6943C11.2604 16.6073 11.1169 16.4813 10.9453 16.3232C10.603 16.0081 10.1443 15.5602 9.68359 15.0293C9.22492 14.5007 8.75063 13.8745 8.3877 13.2041C8.02808 12.5397 7.75 11.7806 7.75 11C7.75 8.65279 9.65279 6.75 12 6.75ZM12 10C11.4477 10 11 10.4477 11 11C11 11.5523 11.4477 12 12 12C12.5523 12 13 11.5523 13 11C13 10.4477 12.5523 10 12 10Z",fill:"currentColor"}),r.createElement(o,{d:"M8 3C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H5V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V4C3 3.44772 3.44772 3 4 3H8Z",fill:"currentColor"}),r.createElement(o,{d:"M20 3C20.5523 3 21 3.44772 21 4V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H20Z",fill:"currentColor"}))},P=f;export{P as default,f as IconPinFocus};
2
+
3
+ //# debugId=31BD3FB489AF2C8B64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconPinFocus/index.tsx"],
4
+ "sourcesContent": [
5
+ "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<\n CentralIconBaseProps\n> = ({\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",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPinFocus: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M4 15C4.55228 15 5 15.4477 5 16V19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H4C3.44772 21 3 20.5523 3 20V16C3 15.4477 3.44772 15 4 15Z\" fill=\"currentColor\"/><Path d=\"M20 15C20.5523 15 21 15.4477 21 16V20C21 20.5523 20.5523 21 20 21H16C15.4477 21 15 20.5523 15 20C15 19.4477 15.4477 19 16 19H19V16C19 15.4477 19.4477 15 20 15Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 6.75C14.3472 6.75 16.25 8.65279 16.25 11C16.25 11.7806 15.9719 12.5397 15.6123 13.2041C15.2494 13.8745 14.7751 14.5007 14.3164 15.0293C13.8557 15.5602 13.397 16.0081 13.0547 16.3232C12.8831 16.4813 12.7396 16.6073 12.6377 16.6943C12.5867 16.7379 12.546 16.7723 12.5176 16.7959C12.5035 16.8076 12.4923 16.8168 12.4844 16.8232C12.4804 16.8265 12.4769 16.8292 12.4746 16.8311L12.4717 16.833L12.4707 16.834C12.2305 17.0273 11.9003 17.0521 11.6377 16.9072L11.5293 16.834L11.5283 16.833L11.5254 16.8311C11.5231 16.8292 11.5196 16.8265 11.5156 16.8232C11.5077 16.8168 11.4965 16.8076 11.4824 16.7959C11.454 16.7723 11.4133 16.7379 11.3623 16.6943C11.2604 16.6073 11.1169 16.4813 10.9453 16.3232C10.603 16.0081 10.1443 15.5602 9.68359 15.0293C9.22492 14.5007 8.75063 13.8745 8.3877 13.2041C8.02808 12.5397 7.75 11.7806 7.75 11C7.75 8.65279 9.65279 6.75 12 6.75ZM12 10C11.4477 10 11 10.4477 11 11C11 11.5523 11.4477 12 12 12C12.5523 12 13 11.5523 13 11C13 10.4477 12.5523 10 12 10Z\" fill=\"currentColor\"/><Path d=\"M8 3C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H5V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V4C3 3.44772 3.44772 3 4 3H8Z\" fill=\"currentColor\"/><Path d=\"M20 3C20.5523 3 21 3.44772 21 4V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H20Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPinFocus;\n"
7
+ ],
8
+ "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAyC,CAAC,IAAU,CAC/D,OAAO,gBAA4vD,EAA5vD,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,qJAAqJ,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,kKAAkK,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,m9BAAm9B,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,wIAAwI,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,qJAAqJ,KAAK,eAAc,CAAI,GAGtvD",
9
+ "debugId": "31BD3FB489AF2C8B64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPresentationAnalytics: FC<CentralIconBaseProps>;
4
+ export default IconPresentationAnalytics;
@@ -0,0 +1,3 @@
1
+ var V=Object.create;var{getPrototypeOf:y,defineProperty:n,getOwnPropertyNames:c,getOwnPropertyDescriptor:M}=Object,u=Object.prototype.hasOwnProperty;function d(r){return this[r]}var Z,h,B=(r,o,C)=>{var e=r!=null&&typeof r==="object";if(e){var f=o?Z??=new WeakMap:h??=new WeakMap,i=f.get(r);if(i)return i}C=r!=null?V(y(r)):{};let l=o||!r||!r.__esModule?n(C,"default",{value:r,enumerable:!0}):C;for(let a of c(r))if(!u.call(l,a))n(l,a,{get:d.bind(r,a),enumerable:!0});if(e)f.set(r,l);return l},I=(r)=>{var o=(m??=new WeakMap).get(r),C;if(o)return o;if(o=n({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of c(r))if(!u.call(o,e))n(o,e,{get:d.bind(r,e),enumerable:!(C=M(r,e))||C.enumerable})}return m.set(r,o),o},m;var F=(r)=>r;function S(r,o){this[r]=F.bind(null,o)}var P=(r,o)=>{for(var C in o)n(r,C,{get:o[C],enumerable:!0,configurable:!0,set:S.bind(o,C)})};var b={};P(b,{CentralIconBase:()=>s});module.exports=I(b);var v=B(require("react")),x=require("react-native-svg"),s=({children:r,size:o=24,...C})=>{return v.default.createElement(x.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 H={};P(H,{default:()=>w,IconPresentationAnalytics:()=>g});module.exports=I(H);var t=B(require("react"));var p=require("react-native-svg"),g=(r)=>{return t.default.createElement(s,{...r},t.default.createElement(p.Path,{d:"M6.99914 16C9.33028 16 11.2869 17.5947 11.8419 19.751C11.9188 20.0502 11.8525 20.3681 11.6632 20.6123C11.4738 20.8566 11.1823 21 10.8732 21H3.12512C2.81602 21 2.52446 20.8566 2.33508 20.6123C2.14583 20.3681 2.07946 20.0502 2.15637 19.751C2.71136 17.5947 4.66803 16.0001 6.99914 16Z",fill:"currentColor"}),t.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.9982 3C21.5504 3 21.9982 3.44772 21.9982 4V19C21.9982 19.5523 21.5504 20 20.9982 20H13.8732C13.8733 19.7508 13.8429 19.4999 13.7794 19.2529C13.3474 17.5745 12.3078 16.1386 10.9093 15.1943C11.4378 14.4286 11.7482 13.5007 11.7482 12.5C11.7482 9.87673 9.62141 7.75013 6.99817 7.75C5.31821 7.75013 3.84266 8.62305 2.99817 9.93945V4C2.99817 3.44776 3.44594 3.00007 3.99817 3H20.9982ZM14.9982 10C14.4459 10.0001 13.9982 10.4478 13.9982 11V14C13.9982 14.5522 14.4459 14.9999 14.9982 15C15.5505 15 15.9982 14.5523 15.9982 14V11C15.9982 10.4477 15.5505 10 14.9982 10ZM18.9982 7C18.4459 7.00007 17.9982 7.44776 17.9982 8V14C17.9982 14.5522 18.4459 14.9999 18.9982 15C19.5504 15 19.9982 14.5523 19.9982 14V8C19.9982 7.44772 19.5504 7 18.9982 7Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M6.99817 9.75C8.51695 9.75 9.74817 10.9812 9.74817 12.5C9.74817 14.0188 8.51695 15.25 6.99817 15.25C5.47944 15.2499 4.24817 14.0187 4.24817 12.5C4.24817 10.9813 5.47944 9.75007 6.99817 9.75Z",fill:"currentColor"}))},w=g;
2
+
3
+ //# debugId=7180D804340C17BD64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconPresentationAnalytics/index.tsx"],
4
+ "sourcesContent": [
5
+ "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<\n CentralIconBaseProps\n> = ({\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",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPresentationAnalytics: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M6.99914 16C9.33028 16 11.2869 17.5947 11.8419 19.751C11.9188 20.0502 11.8525 20.3681 11.6632 20.6123C11.4738 20.8566 11.1823 21 10.8732 21H3.12512C2.81602 21 2.52446 20.8566 2.33508 20.6123C2.14583 20.3681 2.07946 20.0502 2.15637 19.751C2.71136 17.5947 4.66803 16.0001 6.99914 16Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M20.9982 3C21.5504 3 21.9982 3.44772 21.9982 4V19C21.9982 19.5523 21.5504 20 20.9982 20H13.8732C13.8733 19.7508 13.8429 19.4999 13.7794 19.2529C13.3474 17.5745 12.3078 16.1386 10.9093 15.1943C11.4378 14.4286 11.7482 13.5007 11.7482 12.5C11.7482 9.87673 9.62141 7.75013 6.99817 7.75C5.31821 7.75013 3.84266 8.62305 2.99817 9.93945V4C2.99817 3.44776 3.44594 3.00007 3.99817 3H20.9982ZM14.9982 10C14.4459 10.0001 13.9982 10.4478 13.9982 11V14C13.9982 14.5522 14.4459 14.9999 14.9982 15C15.5505 15 15.9982 14.5523 15.9982 14V11C15.9982 10.4477 15.5505 10 14.9982 10ZM18.9982 7C18.4459 7.00007 17.9982 7.44776 17.9982 8V14C17.9982 14.5522 18.4459 14.9999 18.9982 15C19.5504 15 19.9982 14.5523 19.9982 14V8C19.9982 7.44772 19.5504 7 18.9982 7Z\" fill=\"currentColor\"/><Path d=\"M6.99817 9.75C8.51695 9.75 9.74817 10.9812 9.74817 12.5C9.74817 14.0188 8.51695 15.25 6.99817 15.25C5.47944 15.2499 4.24817 14.0187 4.24817 12.5C4.24817 10.9813 5.47944 9.75007 6.99817 9.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPresentationAnalytics;\n"
7
+ ],
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,qFCvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAsD,CAAC,IAAU,CAC5E,OAAO,wBAA41C,EAA51C,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,4RAA4R,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ouBAAouB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,iMAAiM,KAAK,eAAc,CAAI,GAGt1C",
9
+ "debugId": "7180D804340C17BD64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import l from"react";import{Svg as p}from"react-native-svg";var n=({children:C,size:r=24,...t})=>{return l.createElement(p,{...t,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C)};import o from"react";import{Path as e}from"react-native-svg";var a=(C)=>{return o.createElement(n,{...C},o.createElement(e,{d:"M6.99914 16C9.33028 16 11.2869 17.5947 11.8419 19.751C11.9188 20.0502 11.8525 20.3681 11.6632 20.6123C11.4738 20.8566 11.1823 21 10.8732 21H3.12512C2.81602 21 2.52446 20.8566 2.33508 20.6123C2.14583 20.3681 2.07946 20.0502 2.15637 19.751C2.71136 17.5947 4.66803 16.0001 6.99914 16Z",fill:"currentColor"}),o.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.9982 3C21.5504 3 21.9982 3.44772 21.9982 4V19C21.9982 19.5523 21.5504 20 20.9982 20H13.8732C13.8733 19.7508 13.8429 19.4999 13.7794 19.2529C13.3474 17.5745 12.3078 16.1386 10.9093 15.1943C11.4378 14.4286 11.7482 13.5007 11.7482 12.5C11.7482 9.87673 9.62141 7.75013 6.99817 7.75C5.31821 7.75013 3.84266 8.62305 2.99817 9.93945V4C2.99817 3.44776 3.44594 3.00007 3.99817 3H20.9982ZM14.9982 10C14.4459 10.0001 13.9982 10.4478 13.9982 11V14C13.9982 14.5522 14.4459 14.9999 14.9982 15C15.5505 15 15.9982 14.5523 15.9982 14V11C15.9982 10.4477 15.5505 10 14.9982 10ZM18.9982 7C18.4459 7.00007 17.9982 7.44776 17.9982 8V14C17.9982 14.5522 18.4459 14.9999 18.9982 15C19.5504 15 19.9982 14.5523 19.9982 14V8C19.9982 7.44772 19.5504 7 18.9982 7Z",fill:"currentColor"}),o.createElement(e,{d:"M6.99817 9.75C8.51695 9.75 9.74817 10.9812 9.74817 12.5C9.74817 14.0188 8.51695 15.25 6.99817 15.25C5.47944 15.2499 4.24817 14.0187 4.24817 12.5C4.24817 10.9813 5.47944 9.75007 6.99817 9.75Z",fill:"currentColor"}))},v=a;export{v as default,a as IconPresentationAnalytics};
2
+
3
+ //# debugId=D2F12ADB2A16754964756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconPresentationAnalytics/index.tsx"],
4
+ "sourcesContent": [
5
+ "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<\n CentralIconBaseProps\n> = ({\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",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPresentationAnalytics: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M6.99914 16C9.33028 16 11.2869 17.5947 11.8419 19.751C11.9188 20.0502 11.8525 20.3681 11.6632 20.6123C11.4738 20.8566 11.1823 21 10.8732 21H3.12512C2.81602 21 2.52446 20.8566 2.33508 20.6123C2.14583 20.3681 2.07946 20.0502 2.15637 19.751C2.71136 17.5947 4.66803 16.0001 6.99914 16Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M20.9982 3C21.5504 3 21.9982 3.44772 21.9982 4V19C21.9982 19.5523 21.5504 20 20.9982 20H13.8732C13.8733 19.7508 13.8429 19.4999 13.7794 19.2529C13.3474 17.5745 12.3078 16.1386 10.9093 15.1943C11.4378 14.4286 11.7482 13.5007 11.7482 12.5C11.7482 9.87673 9.62141 7.75013 6.99817 7.75C5.31821 7.75013 3.84266 8.62305 2.99817 9.93945V4C2.99817 3.44776 3.44594 3.00007 3.99817 3H20.9982ZM14.9982 10C14.4459 10.0001 13.9982 10.4478 13.9982 11V14C13.9982 14.5522 14.4459 14.9999 14.9982 15C15.5505 15 15.9982 14.5523 15.9982 14V11C15.9982 10.4477 15.5505 10 14.9982 10ZM18.9982 7C18.4459 7.00007 17.9982 7.44776 17.9982 8V14C17.9982 14.5522 18.4459 14.9999 18.9982 15C19.5504 15 19.9982 14.5523 19.9982 14V8C19.9982 7.44772 19.5504 7 18.9982 7Z\" fill=\"currentColor\"/><Path d=\"M6.99817 9.75C8.51695 9.75 9.74817 10.9812 9.74817 12.5C9.74817 14.0188 8.51695 15.25 6.99817 15.25C5.47944 15.2499 4.24817 14.0187 4.24817 12.5C4.24817 10.9813 5.47944 9.75007 6.99817 9.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPresentationAnalytics;\n"
7
+ ],
8
+ "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAsD,CAAC,IAAU,CAC5E,OAAO,gBAA41C,EAA51C,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,4RAA4R,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ouBAAouB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,iMAAiM,KAAK,eAAc,CAAI,GAGt1C",
9
+ "debugId": "D2F12ADB2A16754964756E2164756E21",
10
+ "names": []
11
+ }
package/README.md CHANGED
@@ -1396,6 +1396,7 @@ Below is a complete list of available icons:
1396
1396
  - IconStandingGlobe
1397
1397
  - IconMapPin2
1398
1398
  - IconMapEditFlat
1399
+ - IconPinFocus
1399
1400
 
1400
1401
  ### Nature & Energy
1401
1402
 
@@ -1478,6 +1479,7 @@ Below is a complete list of available icons:
1478
1479
  - IconPeopleSparkles
1479
1480
  - IconPeopleNoise
1480
1481
  - IconPeopleIdCard2
1482
+ - IconPresentationAnalytics
1481
1483
 
1482
1484
  ### Photography & Video
1483
1485