@central-icons-react-native/square-filled-radius-0-stroke-1.5 1.1.22 → 1.1.24
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/IconFileBend/index.js +1 -1
- package/IconFileBend/index.js.map +1 -1
- package/IconFileBend/index.mjs +1 -1
- package/IconFileBend/index.mjs.map +1 -1
- package/IconFileText/index.js +1 -1
- package/IconFileText/index.js.map +1 -1
- package/IconFileText/index.mjs +1 -1
- package/IconFileText/index.mjs.map +1 -1
- package/IconSettingsSliderHor/index.js +1 -1
- package/IconSettingsSliderHor/index.js.map +1 -1
- package/IconSettingsSliderHor/index.mjs +1 -1
- package/IconSettingsSliderHor/index.mjs.map +1 -1
- package/filtered-icons.json +3 -3
- package/icons-index.json +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +3 -3
package/IconFileBend/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var B=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=u(o,t))||C.enumerable});return r};var m=(r,o,e)=>(e=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var F={};g(F,{IconFileBend:()=>i,default:()=>v});module.exports=d(F);var p=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...e})=>s.default.createElement(f.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 l=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(l.Path,{d:"M12 2H4.75C4.33579 2 4 2.33579 4 2.75V21.25C4 21.6642 4.33579 22 4.75 22H19.25C19.6642 22 20 21.6642 20 21.25V10H12V2Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M19.5607 8.
|
|
1
|
+
"use strict";var B=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=u(o,t))||C.enumerable});return r};var m=(r,o,e)=>(e=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var F={};g(F,{IconFileBend:()=>i,default:()=>v});module.exports=d(F);var p=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...e})=>s.default.createElement(f.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 l=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(l.Path,{d:"M12 2H4.75C4.33579 2 4 2.33579 4 2.75V21.25C4 21.6642 4.33579 22 4.75 22H19.25C19.6642 22 20 21.6642 20 21.25V10H12V2Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M19.5607 8.50011L13.5 2.43945V8.50011H19.5607Z",fill:"currentColor"})),v=i;0&&(module.exports={IconFileBend});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconFileBend/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 IconFileBend: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 2H4.75C4.33579 2 4 2.33579 4 2.75V21.25C4 21.6642 4.33579 22 4.75 22H19.25C19.6642 22 20 21.6642 20 21.25V10H12V2Z\"\n fill=\"currentColor\"\n />\n <Path
|
|
1
|
+
{"version":3,"sources":["../src/IconFileBend/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 IconFileBend: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 2H4.75C4.33579 2 4 2.33579 4 2.75V21.25C4 21.6642 4.33579 22 4.75 22H19.25C19.6642 22 20 21.6642 20 21.25V10H12V2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.5607 8.50011L13.5 2.43945V8.50011H19.5607Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileBend;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iDACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFileBend_exports","__export","IconFileBend","IconFileBend_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFileBend","props","React","CentralIconBase","IconFileBend_default"]}
|
package/IconFileBend/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import e from"react";import l from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...p})=>l.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M12 2H4.75C4.33579 2 4 2.33579 4 2.75V21.25C4 21.6642 4.33579 22 4.75 22H19.25C19.6642 22 20 21.6642 20 21.25V10H12V2Z",fill:"currentColor"}),e.createElement(n,{d:"M19.5607 8.
|
|
1
|
+
import e from"react";import l from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...p})=>l.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M12 2H4.75C4.33579 2 4 2.33579 4 2.75V21.25C4 21.6642 4.33579 22 4.75 22H19.25C19.6642 22 20 21.6642 20 21.25V10H12V2Z",fill:"currentColor"}),e.createElement(n,{d:"M19.5607 8.50011L13.5 2.43945V8.50011H19.5607Z",fill:"currentColor"})),P=a;export{a as IconFileBend,P as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconFileBend/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 IconFileBend: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 2H4.75C4.33579 2 4 2.33579 4 2.75V21.25C4 21.6642 4.33579 22 4.75 22H19.25C19.6642 22 20 21.6642 20 21.25V10H12V2Z\"\n fill=\"currentColor\"\n />\n <Path
|
|
1
|
+
{"version":3,"sources":["../src/IconFileBend/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 IconFileBend: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 2H4.75C4.33579 2 4 2.33579 4 2.75V21.25C4 21.6642 4.33579 22 4.75 22H19.25C19.6642 22 20 21.6642 20 21.25V10H12V2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.5607 8.50011L13.5 2.43945V8.50011H19.5607Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileBend;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iDACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFileBend","props","React","CentralIconBase","IconFileBend_default"]}
|
package/IconFileText/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,H=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of x(o))!H.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=d(o,t))||C.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(B(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),V=r=>a(n({},"__esModule",{value:!0}),r);var P={};I(P,{IconFileText:()=>i,default:()=>v});module.exports=V(P);var l=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>f.default.createElement(s.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 p=require("react-native-svg"),i=r=>l.default.createElement(c,{...r},l.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,H=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of x(o))!H.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=d(o,t))||C.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(B(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),V=r=>a(n({},"__esModule",{value:!0}),r);var P={};I(P,{IconFileText:()=>i,default:()=>v});module.exports=V(P);var l=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>f.default.createElement(s.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 p=require("react-native-svg"),i=r=>l.default.createElement(c,{...r},l.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 10H20V21.25C20 21.6642 19.6642 22 19.25 22H4.75C4.33579 22 4 21.6642 4 21.25V2.75C4 2.33579 4.33579 2 4.75 2H12V10ZM8 19H16V17.5H8V19ZM8 15H13V13.5H8V15Z",fill:"currentColor"}),l.default.createElement(p.Path,{d:"M19.5605 8.5H13.5V2.43945L19.5605 8.5Z",fill:"currentColor"})),v=i;0&&(module.exports={IconFileText});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconFileText/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 IconFileText: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12
|
|
1
|
+
{"version":3,"sources":["../src/IconFileText/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 IconFileText: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 10H20V21.25C20 21.6642 19.6642 22 19.25 22H4.75C4.33579 22 4 21.6642 4 21.25V2.75C4 2.33579 4.33579 2 4.75 2H12V10ZM8 19H16V17.5H8V19ZM8 15H13V13.5H8V15Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.5605 8.5H13.5V2.43945L19.5605 8.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconFileText;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,gKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,yCAAyC,KAAK,eAAe,CACvE,EAIGE,EAAQJ","names":["IconFileText_exports","__export","IconFileText","IconFileText_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFileText","props","React","CentralIconBase","IconFileText_default"]}
|
package/IconFileText/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...l})=>p.createElement(C,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M12
|
|
1
|
+
import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...l})=>p.createElement(C,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 10H20V21.25C20 21.6642 19.6642 22 19.25 22H4.75C4.33579 22 4 21.6642 4 21.25V2.75C4 2.33579 4.33579 2 4.75 2H12V10ZM8 19H16V17.5H8V19ZM8 15H13V13.5H8V15Z",fill:"currentColor"}),e.createElement(n,{d:"M19.5605 8.5H13.5V2.43945L19.5605 8.5Z",fill:"currentColor"})),H=a;export{a as IconFileText,H as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconFileText/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 IconFileText: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12
|
|
1
|
+
{"version":3,"sources":["../src/IconFileText/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 IconFileText: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 10H20V21.25C20 21.6642 19.6642 22 19.25 22H4.75C4.33579 22 4 21.6642 4 21.25V2.75C4 2.33579 4.33579 2 4.75 2H12V10ZM8 19H16V17.5H8V19ZM8 15H13V13.5H8V15Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.5605 8.5H13.5V2.43945L19.5605 8.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconFileText;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,gKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,yCAAyC,KAAK,eAAe,CACvE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFileText","props","React","CentralIconBase","IconFileText_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var H=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!g.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?H(I(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var d={};x(d,{IconSettingsSliderHor:()=>i,default:()=>S});module.exports=P(d);var p=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(C.Path,{d:"M9 12.75C10.9534 12.75 12.5778 14.149 12.9287 16H21V17.5H12.9287C12.5778 19.351 10.9534 20.75 9 20.75C7.0466 20.75 5.42223 19.351 5.07129 17.5H3V16H5.07129C5.42223 14.149 7.0466 12.75 9 12.75Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M15 3.25C16.9534 3.25 18.5778 4.64901 18.9287 6.5H21V8H18.9287C18.5778 9.85099 16.9534 11.25 15 11.25C13.0466 11.25 11.4222 9.85099 11.0713 8H3V6.5H11.0713C11.4222 4.64901 13.0466 3.25 15 3.25Z",fill:"currentColor"})),S=i;0&&(module.exports={IconSettingsSliderHor});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconSettingsSliderHor/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 IconSettingsSliderHor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconSettingsSliderHor/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 IconSettingsSliderHor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9 12.75C10.9534 12.75 12.5778 14.149 12.9287 16H21V17.5H12.9287C12.5778 19.351 10.9534 20.75 9 20.75C7.0466 20.75 5.42223 19.351 5.07129 17.5H3V16H5.07129C5.42223 14.149 7.0466 12.75 9 12.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15 3.25C16.9534 3.25 18.5778 4.64901 18.9287 6.5H21V8H18.9287C18.5778 9.85099 16.9534 11.25 15 11.25C13.0466 11.25 11.4222 9.85099 11.0713 8H3V6.5H11.0713C11.4222 4.64901 13.0466 3.25 15 3.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSettingsSliderHor;\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,2BAAAE,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,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oMACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconSettingsSliderHor_exports","__export","IconSettingsSliderHor","IconSettingsSliderHor_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSettingsSliderHor","props","React","CentralIconBase","IconSettingsSliderHor_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import t from"react";import C from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(l,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"
|
|
1
|
+
import t from"react";import C from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(l,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M9 12.75C10.9534 12.75 12.5778 14.149 12.9287 16H21V17.5H12.9287C12.5778 19.351 10.9534 20.75 9 20.75C7.0466 20.75 5.42223 19.351 5.07129 17.5H3V16H5.07129C5.42223 14.149 7.0466 12.75 9 12.75Z",fill:"currentColor"}),t.createElement(n,{d:"M15 3.25C16.9534 3.25 18.5778 4.64901 18.9287 6.5H21V8H18.9287C18.5778 9.85099 16.9534 11.25 15 11.25C13.0466 11.25 11.4222 9.85099 11.0713 8H3V6.5H11.0713C11.4222 4.64901 13.0466 3.25 15 3.25Z",fill:"currentColor"})),g=a;export{a as IconSettingsSliderHor,g as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconSettingsSliderHor/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 IconSettingsSliderHor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconSettingsSliderHor/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 IconSettingsSliderHor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9 12.75C10.9534 12.75 12.5778 14.149 12.9287 16H21V17.5H12.9287C12.5778 19.351 10.9534 20.75 9 20.75C7.0466 20.75 5.42223 19.351 5.07129 17.5H3V16H5.07129C5.42223 14.149 7.0466 12.75 9 12.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15 3.25C16.9534 3.25 18.5778 4.64901 18.9287 6.5H21V8H18.9287C18.5778 9.85099 16.9534 11.25 15 11.25C13.0466 11.25 11.4222 9.85099 11.0713 8H3V6.5H11.0713C11.4222 4.64901 13.0466 3.25 15 3.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSettingsSliderHor;\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,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oMACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSettingsSliderHor","props","React","CentralIconBase","IconSettingsSliderHor_default"]}
|
package/filtered-icons.json
CHANGED
|
@@ -8976,7 +8976,7 @@
|
|
|
8976
8976
|
},
|
|
8977
8977
|
{
|
|
8978
8978
|
"category": "Folders & Files",
|
|
8979
|
-
"svg": "<path d=\"M12 2H4.75C4.33579 2 4 2.33579 4 2.75V21.25C4 21.6642 4.33579 22 4.75 22H19.25C19.6642 22 20 21.6642 20 21.25V10H12V2Z\" fill=\"currentColor\"/><path d=\"M19.5607 8.
|
|
8979
|
+
"svg": "<path d=\"M12 2H4.75C4.33579 2 4 2.33579 4 2.75V21.25C4 21.6642 4.33579 22 4.75 22H19.25C19.6642 22 20 21.6642 20 21.25V10H12V2Z\" fill=\"currentColor\"/><path d=\"M19.5607 8.50011L13.5 2.43945V8.50011H19.5607Z\" fill=\"currentColor\"/>",
|
|
8980
8980
|
"iconName": "file-bend, document",
|
|
8981
8981
|
"variant": {
|
|
8982
8982
|
"join": "square",
|
|
@@ -9130,7 +9130,7 @@
|
|
|
9130
9130
|
},
|
|
9131
9131
|
{
|
|
9132
9132
|
"category": "Folders & Files",
|
|
9133
|
-
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12
|
|
9133
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 10H20V21.25C20 21.6642 19.6642 22 19.25 22H4.75C4.33579 22 4 21.6642 4 21.25V2.75C4 2.33579 4.33579 2 4.75 2H12V10ZM8 19H16V17.5H8V19ZM8 15H13V13.5H8V15Z\" fill=\"currentColor\"/><path d=\"M19.5605 8.5H13.5V2.43945L19.5605 8.5Z\" fill=\"currentColor\"/>",
|
|
9134
9134
|
"iconName": "file-text, document",
|
|
9135
9135
|
"variant": {
|
|
9136
9136
|
"join": "square",
|
|
@@ -16984,7 +16984,7 @@
|
|
|
16984
16984
|
},
|
|
16985
16985
|
{
|
|
16986
16986
|
"category": "Filter & Settings",
|
|
16987
|
-
"svg": "<path d=\"
|
|
16987
|
+
"svg": "<path d=\"M9 12.75C10.9534 12.75 12.5778 14.149 12.9287 16H21V17.5H12.9287C12.5778 19.351 10.9534 20.75 9 20.75C7.0466 20.75 5.42223 19.351 5.07129 17.5H3V16H5.07129C5.42223 14.149 7.0466 12.75 9 12.75Z\" fill=\"currentColor\"/><path d=\"M15 3.25C16.9534 3.25 18.5778 4.64901 18.9287 6.5H21V8H18.9287C18.5778 9.85099 16.9534 11.25 15 11.25C13.0466 11.25 11.4222 9.85099 11.0713 8H3V6.5H11.0713C11.4222 4.64901 13.0466 3.25 15 3.25Z\" fill=\"currentColor\"/>",
|
|
16988
16988
|
"iconName": "settings-slider-hor",
|
|
16989
16989
|
"variant": {
|
|
16990
16990
|
"join": "square",
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.24",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1.5/IconHome';",
|