@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.280 → 1.1.282
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/IconGrid/index.d.ts +4 -0
- package/IconGrid/index.js +3 -0
- package/IconGrid/index.js.map +11 -0
- package/IconGrid/index.mjs +3 -0
- package/IconGrid/index.mjs.map +11 -0
- package/IconGridBox/index.d.ts +4 -0
- package/IconGridBox/index.js +3 -0
- package/IconGridBox/index.js.map +11 -0
- package/IconGridBox/index.mjs +3 -0
- package/IconGridBox/index.mjs.map +11 -0
- package/IconPresentationAnalytics/index.d.ts +4 -0
- package/IconPresentationAnalytics/index.js +3 -0
- package/IconPresentationAnalytics/index.js.map +11 -0
- package/IconPresentationAnalytics/index.mjs +3 -0
- package/IconPresentationAnalytics/index.mjs.map +11 -0
- package/README.md +3 -0
- package/filtered-icons.json +1 -1
- package/icons/index.d.ts +1 -1
- package/icons/index.js +2 -2
- package/icons/index.js.map +3 -3
- package/icons/index.mjs +2 -2
- package/icons/index.mjs.map +3 -3
- package/icons-index.json +4 -4
- package/index.d.ts +3 -0
- package/index.js +9 -0
- package/index.mjs +3 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +4 -1
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var P=Object.create;var{getPrototypeOf:g,defineProperty:n,getOwnPropertyNames:C,getOwnPropertyDescriptor:h}=Object,c=Object.prototype.hasOwnProperty;function f(r){return this[r]}var y,F,i=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var a=o?y??=new WeakMap:F??=new WeakMap,m=a.get(r);if(m)return m}e=r!=null?P(g(r)):{};let p=o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e;for(let l of C(r))if(!c.call(p,l))n(p,l,{get:f.bind(r,l),enumerable:!0});if(t)a.set(r,p);return p},u=(r)=>{var o=(s??=new WeakMap).get(r),e;if(o)return o;if(o=n({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of C(r))if(!c.call(o,t))n(o,t,{get:f.bind(r,t),enumerable:!(e=h(r,t))||e.enumerable})}return s.set(r,o),o},s;var S=(r)=>r;function b(r,o){this[r]=S.bind(null,o)}var d=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0,configurable:!0,set:b.bind(o,e)})};var w={};d(w,{CentralIconBase:()=>H});module.exports=u(w);var B=i(require("react")),I=require("react-native-svg"),H=({children:r,size:o=24,...e})=>{return B.default.createElement(I.Svg,{...e,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var M={};d(M,{default:()=>Z,IconGrid:()=>x});module.exports=u(M);var V=i(require("react"));var v=require("react-native-svg"),x=(r)=>{return V.default.createElement(H,{...r},V.default.createElement(v.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M9 8H15V3H16V8H21V9H16V15H21V16H16V21H15V16H9V21H8V16H3V15H8V9H3V8H8V3H9V8ZM9 15H15V9H9V15Z",fill:"currentColor"}))},Z=x;
|
|
2
|
+
|
|
3
|
+
//# debugId=62DA41C9A8A552E464756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconGrid/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 IconGrid: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9 8H15V3H16V8H21V9H16V15H21V16H16V21H15V16H9V21H8V16H3V15H8V9H3V8H8V3H9V8ZM9 15H15V9H9V15Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconGrid;\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,oECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAqC,CAAC,IAAU,CAC3D,OAAO,wBAA+L,EAA/L,IAAqB,GAAO,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8FAA8F,KAAK,eAAc,CAAI,GAGzL",
|
|
9
|
+
"debugId": "62DA41C9A8A552E464756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...n})=>{return p.createElement(l,{...n,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};import t from"react";import{Path as H}from"react-native-svg";var V=(o)=>{return t.createElement(e,{...o},t.createElement(H,{fillRule:"evenodd",clipRule:"evenodd",d:"M9 8H15V3H16V8H21V9H16V15H21V16H16V21H15V16H9V21H8V16H3V15H8V9H3V8H8V3H9V8ZM9 15H15V9H9V15Z",fill:"currentColor"}))},I=V;export{I as default,V as IconGrid};
|
|
2
|
+
|
|
3
|
+
//# debugId=DE829B49EA458D3064756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconGrid/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 IconGrid: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9 8H15V3H16V8H21V9H16V15H21V16H16V21H15V16H9V21H8V16H3V15H8V9H3V8H8V3H9V8ZM9 15H15V9H9V15Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconGrid;\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,EAAqC,CAAC,IAAU,CAC3D,OAAO,gBAA+L,EAA/L,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8FAA8F,KAAK,eAAc,CAAI,GAGzL",
|
|
9
|
+
"debugId": "DE829B49EA458D3064756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var a=Object.create;var{getPrototypeOf:P,defineProperty:p,getOwnPropertyNames:m,getOwnPropertyDescriptor:g}=Object,d=Object.prototype.hasOwnProperty;function s(r){return this[r]}var v,h,c=(r,o,l)=>{var e=r!=null&&typeof r==="object";if(e){var V=o?v??=new WeakMap:h??=new WeakMap,i=V.get(r);if(i)return i}l=r!=null?a(P(r)):{};let C=o||!r||!r.__esModule?p(l,"default",{value:r,enumerable:!0}):l;for(let f of m(r))if(!d.call(C,f))p(C,f,{get:s.bind(r,f),enumerable:!0});if(e)V.set(r,C);return C},B=(r)=>{var o=(u??=new WeakMap).get(r),l;if(o)return o;if(o=p({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of m(r))if(!d.call(o,e))p(o,e,{get:s.bind(r,e),enumerable:!(l=g(r,e))||l.enumerable})}return u.set(r,o),o},u;var y=(r)=>r;function F(r,o){this[r]=y.bind(null,o)}var M=(r,o)=>{for(var l in o)p(r,l,{get:o[l],enumerable:!0,configurable:!0,set:F.bind(o,l)})};var S={};M(S,{CentralIconBase:()=>H});module.exports=B(S);var Z=c(require("react")),x=require("react-native-svg"),H=({children:r,size:o=24,...l})=>{return Z.default.createElement(x.Svg,{...l,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var b={};M(b,{default:()=>w,IconGridBox:()=>I});module.exports=B(b);var n=c(require("react"));var t=require("react-native-svg"),I=(r)=>{return n.default.createElement(H,{...r},n.default.createElement(t.Path,{d:"M8.25 21H3V15.75H8.25V21Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M14.75 21H9.25V15.75H14.75V21Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M21 21H15.75V15.75H21V21Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M8.25 14.75H3V9.25H8.25V14.75Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M14.75 14.75H9.25V9.25H14.75V14.75Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M21 14.75H15.75V9.25H21V14.75Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M8.25 8.25H3V3H8.25V8.25Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M14.75 8.25H9.25V3H14.75V8.25Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M21 8.25H15.75V3H21V8.25Z",fill:"currentColor"}))},w=I;
|
|
2
|
+
|
|
3
|
+
//# debugId=5869CC8BDFA11BDB64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconGridBox/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 IconGridBox: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M8.25 21H3V15.75H8.25V21Z\" fill=\"currentColor\"/><Path d=\"M14.75 21H9.25V15.75H14.75V21Z\" fill=\"currentColor\"/><Path d=\"M21 21H15.75V15.75H21V21Z\" fill=\"currentColor\"/><Path d=\"M8.25 14.75H3V9.25H8.25V14.75Z\" fill=\"currentColor\"/><Path d=\"M14.75 14.75H9.25V9.25H14.75V14.75Z\" fill=\"currentColor\"/><Path d=\"M21 14.75H15.75V9.25H21V14.75Z\" fill=\"currentColor\"/><Path d=\"M8.25 8.25H3V3H8.25V8.25Z\" fill=\"currentColor\"/><Path d=\"M14.75 8.25H9.25V3H14.75V8.25Z\" fill=\"currentColor\"/><Path d=\"M21 8.25H15.75V3H21V8.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconGridBox;\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,uECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAwC,CAAC,IAAU,CAC9D,OAAO,wBAA6jB,EAA7jB,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,4BAA4B,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,iCAAiC,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,4BAA4B,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,iCAAiC,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,sCAAsC,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,iCAAiC,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,4BAA4B,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,iCAAiC,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,4BAA4B,KAAK,eAAc,CAAI,GAGvjB",
|
|
9
|
+
"debugId": "5869CC8BDFA11BDB64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import p from"react";import{Svg as C}from"react-native-svg";var t=({children:n,size:l=24,...e})=>{return p.createElement(C,{...e,width:typeof l==="number"?`${l}px`:l,height:typeof l==="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none"},n)};import r from"react";import{Path as o}from"react-native-svg";var f=(n)=>{return r.createElement(t,{...n},r.createElement(o,{d:"M8.25 21H3V15.75H8.25V21Z",fill:"currentColor"}),r.createElement(o,{d:"M14.75 21H9.25V15.75H14.75V21Z",fill:"currentColor"}),r.createElement(o,{d:"M21 21H15.75V15.75H21V21Z",fill:"currentColor"}),r.createElement(o,{d:"M8.25 14.75H3V9.25H8.25V14.75Z",fill:"currentColor"}),r.createElement(o,{d:"M14.75 14.75H9.25V9.25H14.75V14.75Z",fill:"currentColor"}),r.createElement(o,{d:"M21 14.75H15.75V9.25H21V14.75Z",fill:"currentColor"}),r.createElement(o,{d:"M8.25 8.25H3V3H8.25V8.25Z",fill:"currentColor"}),r.createElement(o,{d:"M14.75 8.25H9.25V3H14.75V8.25Z",fill:"currentColor"}),r.createElement(o,{d:"M21 8.25H15.75V3H21V8.25Z",fill:"currentColor"}))},Z=f;export{Z as default,f as IconGridBox};
|
|
2
|
+
|
|
3
|
+
//# debugId=E37EDC281C47C44D64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconGridBox/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 IconGridBox: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M8.25 21H3V15.75H8.25V21Z\" fill=\"currentColor\"/><Path d=\"M14.75 21H9.25V15.75H14.75V21Z\" fill=\"currentColor\"/><Path d=\"M21 21H15.75V15.75H21V21Z\" fill=\"currentColor\"/><Path d=\"M8.25 14.75H3V9.25H8.25V14.75Z\" fill=\"currentColor\"/><Path d=\"M14.75 14.75H9.25V9.25H14.75V14.75Z\" fill=\"currentColor\"/><Path d=\"M21 14.75H15.75V9.25H21V14.75Z\" fill=\"currentColor\"/><Path d=\"M8.25 8.25H3V3H8.25V8.25Z\" fill=\"currentColor\"/><Path d=\"M14.75 8.25H9.25V3H14.75V8.25Z\" fill=\"currentColor\"/><Path d=\"M21 8.25H15.75V3H21V8.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconGridBox;\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,EAAwC,CAAC,IAAU,CAC9D,OAAO,gBAA6jB,EAA7jB,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,4BAA4B,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,iCAAiC,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,4BAA4B,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,iCAAiC,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,sCAAsC,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,iCAAiC,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,4BAA4B,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,iCAAiC,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,4BAA4B,KAAK,eAAc,CAAI,GAGvjB",
|
|
9
|
+
"debugId": "E37EDC281C47C44D64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var g=Object.create;var{getPrototypeOf:V,defineProperty:t,getOwnPropertyNames:c,getOwnPropertyDescriptor:y}=Object,u=Object.prototype.hasOwnProperty;function d(r){return this[r]}var M,Z,B=(r,o,e)=>{var n=r!=null&&typeof r==="object";if(n){var f=o?M??=new WeakMap:Z??=new WeakMap,i=f.get(r);if(i)return i}e=r!=null?g(V(r)):{};let l=o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e;for(let a of c(r))if(!u.call(l,a))t(l,a,{get:d.bind(r,a),enumerable:!0});if(n)f.set(r,l);return l},I=(r)=>{var o=(m??=new WeakMap).get(r),e;if(o)return o;if(o=t({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var n of c(r))if(!u.call(o,n))t(o,n,{get:d.bind(r,n),enumerable:!(e=y(r,n))||e.enumerable})}return m.set(r,o),o},m;var h=(r)=>r;function F(r,o){this[r]=h.bind(null,o)}var P=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0,configurable:!0,set:F.bind(o,e)})};var S={};P(S,{CentralIconBase:()=>s});module.exports=I(S);var v=B(require("react")),x=require("react-native-svg"),s=({children:r,size:o=24,...e})=>{return v.default.createElement(x.Svg,{...e,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var b={};P(b,{default:()=>w,IconPresentationAnalytics:()=>H});module.exports=I(b);var C=B(require("react"));var p=require("react-native-svg"),H=(r)=>{return C.default.createElement(s,{...r},C.default.createElement(p.Path,{d:"M7 16C9.76142 16 12 18.2386 12 21H2C2 18.2386 4.23858 16 7 16Z",fill:"currentColor"}),C.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M22 20H12.916C12.5586 17.8708 11.0806 16.1223 9.1084 15.3818C9.99509 14.732 10.5713 13.6836 10.5713 12.5C10.5713 10.5276 8.97245 8.92871 7 8.92871C5.02755 8.92871 3.42871 10.5276 3.42871 12.5C3.42871 13.6833 4.00429 14.732 4.89062 15.3818C4.18841 15.6456 3.54875 16.0372 3 16.5283V3H22V20ZM14 15.5H15V10H14V15.5ZM18 15.5H19V7H18V15.5Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M7 9.92871C8.42016 9.92871 9.57129 11.0798 9.57129 12.5C9.57129 13.9202 8.42016 15.0713 7 15.0713C5.57984 15.0713 4.42871 13.9202 4.42871 12.5C4.42871 11.0798 5.57984 9.92871 7 9.92871Z",fill:"currentColor"}))},w=H;
|
|
2
|
+
|
|
3
|
+
//# debugId=9A5674CCB168FA7764756E2164756E21
|
|
@@ -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=\"M7 16C9.76142 16 12 18.2386 12 21H2C2 18.2386 4.23858 16 7 16Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M22 20H12.916C12.5586 17.8708 11.0806 16.1223 9.1084 15.3818C9.99509 14.732 10.5713 13.6836 10.5713 12.5C10.5713 10.5276 8.97245 8.92871 7 8.92871C5.02755 8.92871 3.42871 10.5276 3.42871 12.5C3.42871 13.6833 4.00429 14.732 4.89062 15.3818C4.18841 15.6456 3.54875 16.0372 3 16.5283V3H22V20ZM14 15.5H15V10H14V15.5ZM18 15.5H19V7H18V15.5Z\" fill=\"currentColor\"/><Path d=\"M7 9.92871C8.42016 9.92871 9.57129 11.0798 9.57129 12.5C9.57129 13.9202 8.42016 15.0713 7 15.0713C5.57984 15.0713 4.42871 13.9202 4.42871 12.5C4.42871 11.0798 5.57984 9.92871 7 9.92871Z\" 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,wBAAyuB,EAAzuB,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,iEAAiE,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,iVAAiV,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,4LAA4L,KAAK,eAAc,CAAI,GAGnuB",
|
|
9
|
+
"debugId": "9A5674CCB168FA7764756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import l from"react";import{Svg as p}from"react-native-svg";var t=({children:e,size:r=24,...C})=>{return l.createElement(p,{...C,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e)};import o from"react";import{Path as n}from"react-native-svg";var a=(e)=>{return o.createElement(t,{...e},o.createElement(n,{d:"M7 16C9.76142 16 12 18.2386 12 21H2C2 18.2386 4.23858 16 7 16Z",fill:"currentColor"}),o.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M22 20H12.916C12.5586 17.8708 11.0806 16.1223 9.1084 15.3818C9.99509 14.732 10.5713 13.6836 10.5713 12.5C10.5713 10.5276 8.97245 8.92871 7 8.92871C5.02755 8.92871 3.42871 10.5276 3.42871 12.5C3.42871 13.6833 4.00429 14.732 4.89062 15.3818C4.18841 15.6456 3.54875 16.0372 3 16.5283V3H22V20ZM14 15.5H15V10H14V15.5ZM18 15.5H19V7H18V15.5Z",fill:"currentColor"}),o.createElement(n,{d:"M7 9.92871C8.42016 9.92871 9.57129 11.0798 9.57129 12.5C9.57129 13.9202 8.42016 15.0713 7 15.0713C5.57984 15.0713 4.42871 13.9202 4.42871 12.5C4.42871 11.0798 5.57984 9.92871 7 9.92871Z",fill:"currentColor"}))},v=a;export{v as default,a as IconPresentationAnalytics};
|
|
2
|
+
|
|
3
|
+
//# debugId=F264A23E2883F7AC64756E2164756E21
|
|
@@ -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=\"M7 16C9.76142 16 12 18.2386 12 21H2C2 18.2386 4.23858 16 7 16Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M22 20H12.916C12.5586 17.8708 11.0806 16.1223 9.1084 15.3818C9.99509 14.732 10.5713 13.6836 10.5713 12.5C10.5713 10.5276 8.97245 8.92871 7 8.92871C5.02755 8.92871 3.42871 10.5276 3.42871 12.5C3.42871 13.6833 4.00429 14.732 4.89062 15.3818C4.18841 15.6456 3.54875 16.0372 3 16.5283V3H22V20ZM14 15.5H15V10H14V15.5ZM18 15.5H19V7H18V15.5Z\" fill=\"currentColor\"/><Path d=\"M7 9.92871C8.42016 9.92871 9.57129 11.0798 9.57129 12.5C9.57129 13.9202 8.42016 15.0713 7 15.0713C5.57984 15.0713 4.42871 13.9202 4.42871 12.5C4.42871 11.0798 5.57984 9.92871 7 9.92871Z\" 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,gBAAyuB,EAAzuB,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,iEAAiE,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,iVAAiV,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,4LAA4L,KAAK,eAAc,CAAI,GAGnuB",
|
|
9
|
+
"debugId": "F264A23E2883F7AC64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
package/README.md
CHANGED
|
@@ -1372,6 +1372,8 @@ Below is a complete list of available icons:
|
|
|
1372
1372
|
- IconBottombarHiddenBottomWide
|
|
1373
1373
|
- IconLayoutAlignLeftRight
|
|
1374
1374
|
- IconLayoutAlignTopBottom
|
|
1375
|
+
- IconGrid
|
|
1376
|
+
- IconGridBox
|
|
1375
1377
|
|
|
1376
1378
|
### Location
|
|
1377
1379
|
|
|
@@ -1476,6 +1478,7 @@ Below is a complete list of available icons:
|
|
|
1476
1478
|
- IconPeopleSparkles
|
|
1477
1479
|
- IconPeopleNoise
|
|
1478
1480
|
- IconPeopleIdCard2
|
|
1481
|
+
- IconPresentationAnalytics
|
|
1479
1482
|
|
|
1480
1483
|
### Photography & Video
|
|
1481
1484
|
|