@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.23 → 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.
@@ -1,2 +1,2 @@
1
- "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var H=(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 I(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(g(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={};H(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:"M17 3C14.9594 3 13.2768 4.52628 13.0309 6.5H3V7.5H13.0309C13.2768 9.47372 14.9594 11 17 11C19.2099 11 21 9.20989 21 7C21 4.79011 19.2099 3 17 3Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M9 13C6.95944 13 5.27681 14.5263 5.03092 16.5H3V17.5H5.03092C5.27681 19.4737 6.95944 21 9 21C11.0406 21 12.7232 19.4737 12.9691 17.5H21V16.5H12.9691C12.7232 14.5263 11.0406 13 9 13Z",fill:"currentColor"})),S=i;0&&(module.exports={IconSettingsSliderHor});
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:"M8.5 13C10.2638 13 11.7214 14.3034 11.9639 16H21V17H11.9639C11.7214 18.6966 10.2638 20 8.5 20C6.73616 20 5.27864 18.6966 5.03613 17H3V16H5.03613C5.27864 14.3034 6.73616 13 8.5 13Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M15.5 4C17.2638 4 18.7214 5.30344 18.9639 7H21V8H18.9639C18.7214 9.69656 17.2638 11 15.5 11C13.7362 11 12.2786 9.69656 12.0361 8H3V7H12.0361C12.2786 5.30344 13.7362 4 15.5 4Z",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=\"M17 3C14.9594 3 13.2768 4.52628 13.0309 6.5H3V7.5H13.0309C13.2768 9.47372 14.9594 11 17 11C19.2099 11 21 9.20989 21 7C21 4.79011 19.2099 3 17 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9 13C6.95944 13 5.27681 14.5263 5.03092 16.5H3V17.5H5.03092C5.27681 19.4737 6.95944 21 9 21C11.0406 21 12.7232 19.4737 12.9691 17.5H21V16.5H12.9691C12.7232 14.5263 11.0406 13 9 13Z\"\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,mJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wLACF,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
+ {"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=\"M8.5 13C10.2638 13 11.7214 14.3034 11.9639 16H21V17H11.9639C11.7214 18.6966 10.2638 20 8.5 20C6.73616 20 5.27864 18.6966 5.03613 17H3V16H5.03613C5.27864 14.3034 6.73616 13 8.5 13Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5 4C17.2638 4 18.7214 5.30344 18.9639 7H21V8H18.9639C18.7214 9.69656 17.2638 11 15.5 11C13.7362 11 12.2786 9.69656 12.0361 8H3V7H12.0361C12.2786 5.30344 13.7362 4 15.5 4Z\"\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,sLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iLACF,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:"M17 3C14.9594 3 13.2768 4.52628 13.0309 6.5H3V7.5H13.0309C13.2768 9.47372 14.9594 11 17 11C19.2099 11 21 9.20989 21 7C21 4.79011 19.2099 3 17 3Z",fill:"currentColor"}),t.createElement(n,{d:"M9 13C6.95944 13 5.27681 14.5263 5.03092 16.5H3V17.5H5.03092C5.27681 19.4737 6.95944 21 9 21C11.0406 21 12.7232 19.4737 12.9691 17.5H21V16.5H12.9691C12.7232 14.5263 11.0406 13 9 13Z",fill:"currentColor"})),x=a;export{a as IconSettingsSliderHor,x as default};
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:"M8.5 13C10.2638 13 11.7214 14.3034 11.9639 16H21V17H11.9639C11.7214 18.6966 10.2638 20 8.5 20C6.73616 20 5.27864 18.6966 5.03613 17H3V16H5.03613C5.27864 14.3034 6.73616 13 8.5 13Z",fill:"currentColor"}),t.createElement(n,{d:"M15.5 4C17.2638 4 18.7214 5.30344 18.9639 7H21V8H18.9639C18.7214 9.69656 17.2638 11 15.5 11C13.7362 11 12.2786 9.69656 12.0361 8H3V7H12.0361C12.2786 5.30344 13.7362 4 15.5 4Z",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=\"M17 3C14.9594 3 13.2768 4.52628 13.0309 6.5H3V7.5H13.0309C13.2768 9.47372 14.9594 11 17 11C19.2099 11 21 9.20989 21 7C21 4.79011 19.2099 3 17 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9 13C6.95944 13 5.27681 14.5263 5.03092 16.5H3V17.5H5.03092C5.27681 19.4737 6.95944 21 9 21C11.0406 21 12.7232 19.4737 12.9691 17.5H21V16.5H12.9691C12.7232 14.5263 11.0406 13 9 13Z\"\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,mJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wLACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSettingsSliderHor","props","React","CentralIconBase","IconSettingsSliderHor_default"]}
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=\"M8.5 13C10.2638 13 11.7214 14.3034 11.9639 16H21V17H11.9639C11.7214 18.6966 10.2638 20 8.5 20C6.73616 20 5.27864 18.6966 5.03613 17H3V16H5.03613C5.27864 14.3034 6.73616 13 8.5 13Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5 4C17.2638 4 18.7214 5.30344 18.9639 7H21V8H18.9639C18.7214 9.69656 17.2638 11 15.5 11C13.7362 11 12.2786 9.69656 12.0361 8H3V7H12.0361C12.2786 5.30344 13.7362 4 15.5 4Z\"\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,sLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iLACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSettingsSliderHor","props","React","CentralIconBase","IconSettingsSliderHor_default"]}
@@ -16984,7 +16984,7 @@
16984
16984
  },
16985
16985
  {
16986
16986
  "category": "Filter & Settings",
16987
- "svg": "<path d=\"M17 3C14.9594 3 13.2768 4.52628 13.0309 6.5H3V7.5H13.0309C13.2768 9.47372 14.9594 11 17 11C19.2099 11 21 9.20989 21 7C21 4.79011 19.2099 3 17 3Z\" fill=\"currentColor\"/><path d=\"M9 13C6.95944 13 5.27681 14.5263 5.03092 16.5H3V17.5H5.03092C5.27681 19.4737 6.95944 21 9 21C11.0406 21 12.7232 19.4737 12.9691 17.5H21V16.5H12.9691C12.7232 14.5263 11.0406 13 9 13Z\" fill=\"currentColor\"/>",
16987
+ "svg": "<path d=\"M8.5 13C10.2638 13 11.7214 14.3034 11.9639 16H21V17H11.9639C11.7214 18.6966 10.2638 20 8.5 20C6.73616 20 5.27864 18.6966 5.03613 17H3V16H5.03613C5.27864 14.3034 6.73616 13 8.5 13Z\" fill=\"currentColor\"/><path d=\"M15.5 4C17.2638 4 18.7214 5.30344 18.9639 7H21V8H18.9639C18.7214 9.69656 17.2638 11 15.5 11C13.7362 11 12.2786 9.69656 12.0361 8H3V7H12.0361C12.2786 5.30344 13.7362 4 15.5 4Z\" 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",
3
- "version": "1.1.23",
3
+ "version": "1.1.24",
4
4
  "style": "square-filled-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1/IconHome';",