@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.121 → 1.1.123
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/IconDotGrid1x3HorizontalTight/index.d.ts +4 -0
- package/IconDotGrid1x3HorizontalTight/index.js +2 -0
- package/IconDotGrid1x3HorizontalTight/index.js.map +1 -0
- package/IconDotGrid1x3HorizontalTight/index.mjs +2 -0
- package/IconDotGrid1x3HorizontalTight/index.mjs.map +1 -0
- package/IconDotGrid1x3VerticalTight/index.d.ts +4 -0
- package/IconDotGrid1x3VerticalTight/index.js +2 -0
- package/IconDotGrid1x3VerticalTight/index.js.map +1 -0
- package/IconDotGrid1x3VerticalTight/index.mjs +2 -0
- package/IconDotGrid1x3VerticalTight/index.mjs.map +1 -0
- package/IconPolitics/index.d.ts +4 -0
- package/IconPolitics/index.js +2 -0
- package/IconPolitics/index.js.map +1 -0
- package/IconPolitics/index.mjs +2 -0
- package/IconPolitics/index.mjs.map +1 -0
- package/IconSteeringWheel1/index.d.ts +4 -0
- package/IconSteeringWheel1/index.js +2 -0
- package/IconSteeringWheel1/index.js.map +1 -0
- package/IconSteeringWheel1/index.mjs +2 -0
- package/IconSteeringWheel1/index.mjs.map +1 -0
- package/README.md +7 -0
- package/filtered-icons.json +56 -0
- package/icons/index.d.ts +4 -0
- package/icons-index.json +15 -4
- package/index.d.ts +4 -0
- 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 +28 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var p=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of g(o))!B.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(i=x(o,e))||i.enumerable});return r};var a=(r,o,t)=>(t=r!=null?c(u(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),y=r=>C(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconDotGrid1x3HorizontalTight:()=>s,default:()=>d});module.exports=y(P);var n=a(require("react"));var h=a(require("react")),m=require("react-native-svg"),f=({children:r,size:o=24,...t})=>h.default.createElement(m.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 l=require("react-native-svg"),s=r=>n.default.createElement(f,{...r},n.default.createElement(l.Rect,{x:"3",y:"10",width:"4",height:"4",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"10",y:"10",width:"4",height:"4",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"17",y:"10",width:"4",height:"4",fill:"currentColor"})),d=s;0&&(module.exports={IconDotGrid1x3HorizontalTight});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDotGrid1x3HorizontalTight/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Rect } from \"react-native-svg\";\n\nexport const IconDotGrid1x3HorizontalTight: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Rect x=\"3\" y=\"10\" width=\"4\" height=\"4\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" fill=\"currentColor\" />\n <Rect x=\"17\" y=\"10\" width=\"4\" height=\"4\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconDotGrid1x3HorizontalTight;\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,mCAAAE,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,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,IAAI,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,KAAK,eAAe,EAC5D,EAAAA,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,KAAK,eAAe,EAC7D,EAAAA,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,KAAK,eAAe,CAC/D,EAIGE,EAAQJ","names":["IconDotGrid1x3HorizontalTight_exports","__export","IconDotGrid1x3HorizontalTight","IconDotGrid1x3HorizontalTight_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDotGrid1x3HorizontalTight","props","React","CentralIconBase","IconDotGrid1x3HorizontalTight_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as i}from"react-native-svg";var n=({children:t,size:r=24,...p})=>l.createElement(i,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Rect as e}from"react-native-svg";var C=t=>o.createElement(n,{...t},o.createElement(e,{x:"3",y:"10",width:"4",height:"4",fill:"currentColor"}),o.createElement(e,{x:"10",y:"10",width:"4",height:"4",fill:"currentColor"}),o.createElement(e,{x:"17",y:"10",width:"4",height:"4",fill:"currentColor"})),B=C;export{C as IconDotGrid1x3HorizontalTight,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDotGrid1x3HorizontalTight/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Rect } from \"react-native-svg\";\n\nexport const IconDotGrid1x3HorizontalTight: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Rect x=\"3\" y=\"10\" width=\"4\" height=\"4\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" fill=\"currentColor\" />\n <Rect x=\"17\" y=\"10\" width=\"4\" height=\"4\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconDotGrid1x3HorizontalTight;\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,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,IAAI,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,KAAK,eAAe,EAC5DG,EAAA,cAACH,EAAA,CAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,KAAK,eAAe,EAC7DG,EAAA,cAACH,EAAA,CAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,KAAK,eAAe,CAC/D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Rect","IconDotGrid1x3HorizontalTight","props","React","CentralIconBase","IconDotGrid1x3HorizontalTight_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var s=Object.create;var p=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of g(o))!B.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(i=x(o,e))||i.enumerable});return r};var a=(r,o,t)=>(t=r!=null?s(u(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),y=r=>C(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconDotGrid1x3VerticalTight:()=>f,default:()=>d});module.exports=y(P);var n=a(require("react"));var h=a(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...t})=>h.default.createElement(m.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 l=require("react-native-svg"),f=r=>n.default.createElement(c,{...r},n.default.createElement(l.Rect,{x:"10",y:"3",width:"4",height:"4",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"10",y:"10",width:"4",height:"4",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"10",y:"17",width:"4",height:"4",fill:"currentColor"})),d=f;0&&(module.exports={IconDotGrid1x3VerticalTight});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDotGrid1x3VerticalTight/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Rect } from \"react-native-svg\";\n\nexport const IconDotGrid1x3VerticalTight: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Rect x=\"10\" y=\"3\" width=\"4\" height=\"4\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"17\" width=\"4\" height=\"4\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconDotGrid1x3VerticalTight;\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,iCAAAE,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,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,IAAI,MAAM,IAAI,OAAO,IAAI,KAAK,eAAe,EAC5D,EAAAA,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,KAAK,eAAe,EAC7D,EAAAA,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,KAAK,eAAe,CAC/D,EAIGE,EAAQJ","names":["IconDotGrid1x3VerticalTight_exports","__export","IconDotGrid1x3VerticalTight","IconDotGrid1x3VerticalTight_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDotGrid1x3VerticalTight","props","React","CentralIconBase","IconDotGrid1x3VerticalTight_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as i}from"react-native-svg";var n=({children:t,size:r=24,...p})=>l.createElement(i,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Rect as e}from"react-native-svg";var C=t=>o.createElement(n,{...t},o.createElement(e,{x:"10",y:"3",width:"4",height:"4",fill:"currentColor"}),o.createElement(e,{x:"10",y:"10",width:"4",height:"4",fill:"currentColor"}),o.createElement(e,{x:"10",y:"17",width:"4",height:"4",fill:"currentColor"})),B=C;export{C as IconDotGrid1x3VerticalTight,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDotGrid1x3VerticalTight/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Rect } from \"react-native-svg\";\n\nexport const IconDotGrid1x3VerticalTight: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Rect x=\"10\" y=\"3\" width=\"4\" height=\"4\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"17\" width=\"4\" height=\"4\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconDotGrid1x3VerticalTight;\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,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,KAAK,EAAE,IAAI,MAAM,IAAI,OAAO,IAAI,KAAK,eAAe,EAC5DG,EAAA,cAACH,EAAA,CAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,KAAK,eAAe,EAC7DG,EAAA,cAACH,EAAA,CAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,KAAK,eAAe,CAC/D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Rect","IconDotGrid1x3VerticalTight","props","React","CentralIconBase","IconDotGrid1x3VerticalTight_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,P=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 I(o))!P.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(L(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var V={};x(V,{IconPolitics:()=>i,default:()=>H});module.exports=g(V);var C=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>s.default.createElement(c.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 p=require("react-native-svg"),i=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M18.9697 21H5.03027L4.46777 12H19.5322L18.9697 21Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M16 1.5498C16.8283 1.5498 17.4999 2.22149 17.5 3.0498C17.5 3.20805 17.4751 3.36069 17.4297 3.50391L18.8125 4.60938L19 4.75977V7H21V11H3V7H5V4.75977L5.1875 4.60938L6.56934 3.50391C6.52397 3.36078 6.5 3.20795 6.5 3.0498C6.50013 2.22149 7.17165 1.5498 8 1.5498C8.82835 1.5498 9.49987 2.22149 9.5 3.0498C9.5 3.87823 8.82843 4.5498 8 4.5498C7.69434 4.5498 7.40995 4.45875 7.17285 4.30176L6 5.24023V7H18V5.24023L16.8262 4.30176C16.5892 4.45848 16.3054 4.5498 16 4.5498C15.1716 4.5498 14.5 3.87823 14.5 3.0498C14.5001 2.22149 15.1717 1.5498 16 1.5498Z",fill:"currentColor"})),H=i;0&&(module.exports={IconPolitics});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPolitics/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 IconPolitics: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.9697 21H5.03027L4.46777 12H19.5322L18.9697 21Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16 1.5498C16.8283 1.5498 17.4999 2.22149 17.5 3.0498C17.5 3.20805 17.4751 3.36069 17.4297 3.50391L18.8125 4.60938L19 4.75977V7H21V11H3V7H5V4.75977L5.1875 4.60938L6.56934 3.50391C6.52397 3.36078 6.5 3.20795 6.5 3.0498C6.50013 2.22149 7.17165 1.5498 8 1.5498C8.82835 1.5498 9.49987 2.22149 9.5 3.0498C9.5 3.87823 8.82843 4.5498 8 4.5498C7.69434 4.5498 7.40995 4.45875 7.17285 4.30176L6 5.24023V7H18V5.24023L16.8262 4.30176C16.5892 4.45848 16.3054 4.5498 16 4.5498C15.1716 4.5498 14.5 3.87823 14.5 3.0498C14.5001 2.22149 15.1717 1.5498 16 1.5498Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPolitics;\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,qDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,miBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPolitics_exports","__export","IconPolitics","IconPolitics_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPolitics","props","React","CentralIconBase","IconPolitics_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(l,{...C,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:"M18.9697 21H5.03027L4.46777 12H19.5322L18.9697 21Z",fill:"currentColor"}),t.createElement(n,{d:"M16 1.5498C16.8283 1.5498 17.4999 2.22149 17.5 3.0498C17.5 3.20805 17.4751 3.36069 17.4297 3.50391L18.8125 4.60938L19 4.75977V7H21V11H3V7H5V4.75977L5.1875 4.60938L6.56934 3.50391C6.52397 3.36078 6.5 3.20795 6.5 3.0498C6.50013 2.22149 7.17165 1.5498 8 1.5498C8.82835 1.5498 9.49987 2.22149 9.5 3.0498C9.5 3.87823 8.82843 4.5498 8 4.5498C7.69434 4.5498 7.40995 4.45875 7.17285 4.30176L6 5.24023V7H18V5.24023L16.8262 4.30176C16.5892 4.45848 16.3054 4.5498 16 4.5498C15.1716 4.5498 14.5 3.87823 14.5 3.0498C14.5001 2.22149 15.1717 1.5498 16 1.5498Z",fill:"currentColor"})),P=a;export{a as IconPolitics,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPolitics/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 IconPolitics: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.9697 21H5.03027L4.46777 12H19.5322L18.9697 21Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16 1.5498C16.8283 1.5498 17.4999 2.22149 17.5 3.0498C17.5 3.20805 17.4751 3.36069 17.4297 3.50391L18.8125 4.60938L19 4.75977V7H21V11H3V7H5V4.75977L5.1875 4.60938L6.56934 3.50391C6.52397 3.36078 6.5 3.20795 6.5 3.0498C6.50013 2.22149 7.17165 1.5498 8 1.5498C8.82835 1.5498 9.49987 2.22149 9.5 3.0498C9.5 3.87823 8.82843 4.5498 8 4.5498C7.69434 4.5498 7.40995 4.45875 7.17285 4.30176L6 5.24023V7H18V5.24023L16.8262 4.30176C16.5892 4.45848 16.3054 4.5498 16 4.5498C15.1716 4.5498 14.5 3.87823 14.5 3.0498C14.5001 2.22149 15.1717 1.5498 16 1.5498Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPolitics;\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,qDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,miBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPolitics","props","React","CentralIconBase","IconPolitics_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!g.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(p=B(o,t))||p.enumerable});return r};var a=(r,o,e)=>(e=r!=null?u(d(r)):{},l(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>l(n({},"__esModule",{value:!0}),r);var h={};v(h,{IconSteeringWheel1:()=>i,default:()=>P});module.exports=x(h);var C=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.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 f=require("react-native-svg"),i=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10 17.3682C10 15.2628 7.88786 13.8126 5.92285 14.5684L4.14551 15.251C5.17387 17.7328 7.34321 19.6198 10 20.2607V17.3682ZM18.0771 14.5684C16.1121 13.8126 14 15.2628 14 17.3682V20.2607C16.6567 19.6198 18.8251 17.7326 19.8535 15.251L18.0771 14.5684ZM12 3.5C7.46221 3.5 3.75503 7.05588 3.5127 11.5332C10.0297 8.82214 13.9695 8.82233 20.4863 11.5332C20.244 7.0559 16.5378 3.5 12 3.5Z",fill:"currentColor"})),P=i;0&&(module.exports={IconSteeringWheel1});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSteeringWheel1/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 IconSteeringWheel1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10 17.3682C10 15.2628 7.88786 13.8126 5.92285 14.5684L4.14551 15.251C5.17387 17.7328 7.34321 19.6198 10 20.2607V17.3682ZM18.0771 14.5684C16.1121 13.8126 14 15.2628 14 17.3682V20.2607C16.6567 19.6198 18.8251 17.7326 19.8535 15.251L18.0771 14.5684ZM12 3.5C7.46221 3.5 3.75503 7.05588 3.5127 11.5332C10.0297 8.82214 13.9695 8.82233 20.4863 11.5332C20.244 7.0559 16.5378 3.5 12 3.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSteeringWheel1;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,8eACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconSteeringWheel1_exports","__export","IconSteeringWheel1","IconSteeringWheel1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSteeringWheel1","props","React","CentralIconBase","IconSteeringWheel1_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...n})=>C.createElement(p,{...n,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 l}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10 17.3682C10 15.2628 7.88786 13.8126 5.92285 14.5684L4.14551 15.251C5.17387 17.7328 7.34321 19.6198 10 20.2607V17.3682ZM18.0771 14.5684C16.1121 13.8126 14 15.2628 14 17.3682V20.2607C16.6567 19.6198 18.8251 17.7326 19.8535 15.251L18.0771 14.5684ZM12 3.5C7.46221 3.5 3.75503 7.05588 3.5127 11.5332C10.0297 8.82214 13.9695 8.82233 20.4863 11.5332C20.244 7.0559 16.5378 3.5 12 3.5Z",fill:"currentColor"})),g=a;export{a as IconSteeringWheel1,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSteeringWheel1/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 IconSteeringWheel1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10 17.3682C10 15.2628 7.88786 13.8126 5.92285 14.5684L4.14551 15.251C5.17387 17.7328 7.34321 19.6198 10 20.2607V17.3682ZM18.0771 14.5684C16.1121 13.8126 14 15.2628 14 17.3682V20.2607C16.6567 19.6198 18.8251 17.7326 19.8535 15.251L18.0771 14.5684ZM12 3.5C7.46221 3.5 3.75503 7.05588 3.5127 11.5332C10.0297 8.82214 13.9695 8.82233 20.4863 11.5332C20.244 7.0559 16.5378 3.5 12 3.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSteeringWheel1;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,8eACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSteeringWheel1","props","React","CentralIconBase","IconSteeringWheel1_default"]}
|
package/README.md
CHANGED
|
@@ -1043,7 +1043,9 @@ Below is a complete list of available icons:
|
|
|
1043
1043
|
- IconCrossSmall
|
|
1044
1044
|
- IconDeepSearch
|
|
1045
1045
|
- IconDotGrid1x3Horizontal
|
|
1046
|
+
- IconDotGrid1x3HorizontalTight
|
|
1046
1047
|
- IconDotGrid1x3Vertical
|
|
1048
|
+
- IconDotGrid1x3VerticalTight
|
|
1047
1049
|
- IconDotGrid2x3
|
|
1048
1050
|
- IconDotGrid3x3
|
|
1049
1051
|
- IconDoupleCheck
|
|
@@ -1822,6 +1824,7 @@ Below is a complete list of available icons:
|
|
|
1822
1824
|
- IconPlugin1
|
|
1823
1825
|
- IconPlugin2
|
|
1824
1826
|
- IconPokeball
|
|
1827
|
+
- IconPolitics
|
|
1825
1828
|
- IconPropeller
|
|
1826
1829
|
- IconPushTheButton
|
|
1827
1830
|
- IconPuzzle
|
|
@@ -1965,6 +1968,10 @@ Below is a complete list of available icons:
|
|
|
1965
1968
|
- IconVerticalAlignmentRight
|
|
1966
1969
|
- IconWrite
|
|
1967
1970
|
|
|
1971
|
+
### Vehicles
|
|
1972
|
+
|
|
1973
|
+
- IconSteeringWheel1
|
|
1974
|
+
|
|
1968
1975
|
### Vehicles & Aircrafts
|
|
1969
1976
|
|
|
1970
1977
|
- IconAirplane
|
package/filtered-icons.json
CHANGED
|
@@ -8750,6 +8750,20 @@
|
|
|
8750
8750
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
8751
8751
|
"componentName": "IconDotGrid1x3Horizontal"
|
|
8752
8752
|
},
|
|
8753
|
+
{
|
|
8754
|
+
"category": "Interface General",
|
|
8755
|
+
"svg": "<rect x=\"3\" y=\"10\" width=\"4\" height=\"4\" fill=\"currentColor\"/><rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" fill=\"currentColor\"/><rect x=\"17\" y=\"10\" width=\"4\" height=\"4\" fill=\"currentColor\"/>",
|
|
8756
|
+
"iconName": "dot-grid-1x3-horizontal-tight, menu, drag, grab",
|
|
8757
|
+
"variant": {
|
|
8758
|
+
"join": "square",
|
|
8759
|
+
"filled": "on",
|
|
8760
|
+
"radius": "0",
|
|
8761
|
+
"stroke": "1"
|
|
8762
|
+
},
|
|
8763
|
+
"createdAt": "2026-02-10T08:00:47.98276+00:00",
|
|
8764
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
8765
|
+
"componentName": "IconDotGrid1x3HorizontalTight"
|
|
8766
|
+
},
|
|
8753
8767
|
{
|
|
8754
8768
|
"category": "Interface General",
|
|
8755
8769
|
"svg": "<path d=\"M13.5 2H10.5V5H13.5V2Z\" fill=\"currentColor\"/><path d=\"M13.5 10.5H10.5V13.5H13.5V10.5Z\" fill=\"currentColor\"/><path d=\"M13.5 19H10.5V22H13.5V19Z\" fill=\"currentColor\"/>",
|
|
@@ -8764,6 +8778,20 @@
|
|
|
8764
8778
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
8765
8779
|
"componentName": "IconDotGrid1x3Vertical"
|
|
8766
8780
|
},
|
|
8781
|
+
{
|
|
8782
|
+
"category": "Interface General",
|
|
8783
|
+
"svg": "<rect x=\"10\" y=\"3\" width=\"4\" height=\"4\" fill=\"currentColor\"/><rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" fill=\"currentColor\"/><rect x=\"10\" y=\"17\" width=\"4\" height=\"4\" fill=\"currentColor\"/>",
|
|
8784
|
+
"iconName": "dot-grid-1x3-vertical-tight, menu, drag, grab",
|
|
8785
|
+
"variant": {
|
|
8786
|
+
"join": "square",
|
|
8787
|
+
"filled": "on",
|
|
8788
|
+
"radius": "0",
|
|
8789
|
+
"stroke": "1"
|
|
8790
|
+
},
|
|
8791
|
+
"createdAt": "2026-02-10T08:00:47.98276+00:00",
|
|
8792
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
8793
|
+
"componentName": "IconDotGrid1x3VerticalTight"
|
|
8794
|
+
},
|
|
8767
8795
|
{
|
|
8768
8796
|
"category": "Interface General",
|
|
8769
8797
|
"svg": "<path d=\"M8 4H11V7H8V4Z\" fill=\"currentColor\"/><path d=\"M8 17H11V20H8V17Z\" fill=\"currentColor\"/><path d=\"M8 10.5H11V13.5H8V10.5Z\" fill=\"currentColor\"/><path d=\"M13 4H16V7H13V4Z\" fill=\"currentColor\"/><path d=\"M13 17H16V20H13V17Z\" fill=\"currentColor\"/><path d=\"M13 10.5H16V13.5H13V10.5Z\" fill=\"currentColor\"/>",
|
|
@@ -17584,6 +17612,20 @@
|
|
|
17584
17612
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
17585
17613
|
"componentName": "IconPokeball"
|
|
17586
17614
|
},
|
|
17615
|
+
{
|
|
17616
|
+
"category": "Things",
|
|
17617
|
+
"svg": "<path d=\"M18.9697 21H5.03027L4.46777 12H19.5322L18.9697 21Z\" fill=\"currentColor\"/><path d=\"M16 1.5498C16.8283 1.5498 17.4999 2.22149 17.5 3.0498C17.5 3.20805 17.4751 3.36069 17.4297 3.50391L18.8125 4.60938L19 4.75977V7H21V11H3V7H5V4.75977L5.1875 4.60938L6.56934 3.50391C6.52397 3.36078 6.5 3.20795 6.5 3.0498C6.50013 2.22149 7.17165 1.5498 8 1.5498C8.82835 1.5498 9.49987 2.22149 9.5 3.0498C9.5 3.87823 8.82843 4.5498 8 4.5498C7.69434 4.5498 7.40995 4.45875 7.17285 4.30176L6 5.24023V7H18V5.24023L16.8262 4.30176C16.5892 4.45848 16.3054 4.5498 16 4.5498C15.1716 4.5498 14.5 3.87823 14.5 3.0498C14.5001 2.22149 15.1717 1.5498 16 1.5498Z\" fill=\"currentColor\"/>",
|
|
17618
|
+
"iconName": "politics, speaker, press-conference, speech",
|
|
17619
|
+
"variant": {
|
|
17620
|
+
"join": "square",
|
|
17621
|
+
"filled": "on",
|
|
17622
|
+
"radius": "0",
|
|
17623
|
+
"stroke": "1"
|
|
17624
|
+
},
|
|
17625
|
+
"createdAt": "2026-02-10T08:00:47.98276+00:00",
|
|
17626
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
17627
|
+
"componentName": "IconPolitics"
|
|
17628
|
+
},
|
|
17587
17629
|
{
|
|
17588
17630
|
"category": "Emoji",
|
|
17589
17631
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 2H13.5C15.9853 2 18 4.01472 18 6.5C18 7.45498 17.7022 8.34072 17.195 9.069C18.7951 9.39136 20 10.805 20 12.5C20 13.104 19.8467 13.6728 19.5771 14.169C20.9832 14.6233 22 15.9427 22 17.5C22 19.433 20.433 21 18.5 21H5.5C3.567 21 2 19.433 2 17.5C2 15.9427 3.01679 14.6233 4.42291 14.169C4.15332 13.6728 4 13.104 4 12.5C4 10.9427 5.01679 9.6233 6.42291 9.16895C6.15331 8.67281 6 8.10405 6 7.5C6 5.567 7.567 4 9.5 4H13L13 2ZM13 9H10V10H13V9ZM16 14H13V15H16V14Z\" fill=\"currentColor\"/>",
|
|
@@ -21252,6 +21294,20 @@
|
|
|
21252
21294
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
21253
21295
|
"componentName": "IconSteeringWheel"
|
|
21254
21296
|
},
|
|
21297
|
+
{
|
|
21298
|
+
"category": "Vehicles",
|
|
21299
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10 17.3682C10 15.2628 7.88786 13.8126 5.92285 14.5684L4.14551 15.251C5.17387 17.7328 7.34321 19.6198 10 20.2607V17.3682ZM18.0771 14.5684C16.1121 13.8126 14 15.2628 14 17.3682V20.2607C16.6567 19.6198 18.8251 17.7326 19.8535 15.251L18.0771 14.5684ZM12 3.5C7.46221 3.5 3.75503 7.05588 3.5127 11.5332C10.0297 8.82214 13.9695 8.82233 20.4863 11.5332C20.244 7.0559 16.5378 3.5 12 3.5Z\" fill=\"currentColor\"/>",
|
|
21300
|
+
"iconName": "steering-wheel, autopilot, drive",
|
|
21301
|
+
"variant": {
|
|
21302
|
+
"join": "square",
|
|
21303
|
+
"filled": "on",
|
|
21304
|
+
"radius": "0",
|
|
21305
|
+
"stroke": "1"
|
|
21306
|
+
},
|
|
21307
|
+
"createdAt": "2026-02-09T16:00:58.002942+00:00",
|
|
21308
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
21309
|
+
"componentName": "IconSteeringWheel1"
|
|
21310
|
+
},
|
|
21255
21311
|
{
|
|
21256
21312
|
"category": "Arrows",
|
|
21257
21313
|
"svg": "<path d=\"M7.20718 3.50008L6.50008 2.79297L2.79297 6.50008L6.50008 10.2072L7.20718 9.50008L4.70718 7.00008H14.5001C17.5376 7.00008 20.0001 9.46251 20.0001 12.5001C20.0001 15.5376 17.5376 18.0001 14.5001 18.0001H5.00008V19.0001H14.5001C18.0899 19.0001 21.0001 16.0899 21.0001 12.5001C21.0001 8.91022 18.0899 6.00008 14.5001 6.00008H4.70718L7.20718 3.50008Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -624,7 +624,9 @@ export type CentralIconName =
|
|
|
624
624
|
| "IconDoorHanger"
|
|
625
625
|
| "IconDossier"
|
|
626
626
|
| "IconDotGrid1x3Horizontal"
|
|
627
|
+
| "IconDotGrid1x3HorizontalTight"
|
|
627
628
|
| "IconDotGrid1x3Vertical"
|
|
629
|
+
| "IconDotGrid1x3VerticalTight"
|
|
628
630
|
| "IconDotGrid2x3"
|
|
629
631
|
| "IconDotGrid3x3"
|
|
630
632
|
| "IconDoupleCheck"
|
|
@@ -1255,6 +1257,7 @@ export type CentralIconName =
|
|
|
1255
1257
|
| "IconPointChart"
|
|
1256
1258
|
| "IconPointer"
|
|
1257
1259
|
| "IconPokeball"
|
|
1260
|
+
| "IconPolitics"
|
|
1258
1261
|
| "IconPoop"
|
|
1259
1262
|
| "IconPopcorn"
|
|
1260
1263
|
| "IconPopsicle1"
|
|
@@ -1517,6 +1520,7 @@ export type CentralIconName =
|
|
|
1517
1520
|
| "IconSteakSteamLines"
|
|
1518
1521
|
| "IconSteam"
|
|
1519
1522
|
| "IconSteeringWheel"
|
|
1523
|
+
| "IconSteeringWheel1"
|
|
1520
1524
|
| "IconStepBack"
|
|
1521
1525
|
| "IconStepForwards"
|
|
1522
1526
|
| "IconSteveJobs"
|
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.
|
|
3
|
+
"version": "1.1.123",
|
|
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';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1774,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 67,
|
|
@@ -880,7 +880,7 @@
|
|
|
880
880
|
]
|
|
881
881
|
},
|
|
882
882
|
"Interface General": {
|
|
883
|
-
"count":
|
|
883
|
+
"count": 182,
|
|
884
884
|
"icons": [
|
|
885
885
|
"IconAnchor1",
|
|
886
886
|
"IconAnchor2",
|
|
@@ -951,7 +951,9 @@
|
|
|
951
951
|
"IconCrossSmall",
|
|
952
952
|
"IconDeepSearch",
|
|
953
953
|
"IconDotGrid1x3Horizontal",
|
|
954
|
+
"IconDotGrid1x3HorizontalTight",
|
|
954
955
|
"IconDotGrid1x3Vertical",
|
|
956
|
+
"IconDotGrid1x3VerticalTight",
|
|
955
957
|
"IconDotGrid2x3",
|
|
956
958
|
"IconDotGrid3x3",
|
|
957
959
|
"IconDoupleCheck",
|
|
@@ -1677,7 +1679,7 @@
|
|
|
1677
1679
|
]
|
|
1678
1680
|
},
|
|
1679
1681
|
"Things": {
|
|
1680
|
-
"count":
|
|
1682
|
+
"count": 123,
|
|
1681
1683
|
"icons": [
|
|
1682
1684
|
"IconAnvil",
|
|
1683
1685
|
"IconBackpack",
|
|
@@ -1756,6 +1758,7 @@
|
|
|
1756
1758
|
"IconPlugin1",
|
|
1757
1759
|
"IconPlugin2",
|
|
1758
1760
|
"IconPokeball",
|
|
1761
|
+
"IconPolitics",
|
|
1759
1762
|
"IconPropeller",
|
|
1760
1763
|
"IconPushTheButton",
|
|
1761
1764
|
"IconPuzzle",
|
|
@@ -1904,6 +1907,10 @@
|
|
|
1904
1907
|
"IconWrite"
|
|
1905
1908
|
]
|
|
1906
1909
|
},
|
|
1910
|
+
"Vehicles": {
|
|
1911
|
+
"count": 1,
|
|
1912
|
+
"icons": ["IconSteeringWheel1"]
|
|
1913
|
+
},
|
|
1907
1914
|
"Vehicles & Aircrafts": {
|
|
1908
1915
|
"count": 35,
|
|
1909
1916
|
"icons": [
|
|
@@ -2595,7 +2602,9 @@
|
|
|
2595
2602
|
"IconDoorHanger": "door-hanger, sign, do-not-disdurb",
|
|
2596
2603
|
"IconDossier": "dossier",
|
|
2597
2604
|
"IconDotGrid1x3Horizontal": "dot-grid-1x3-horizontal, menu, drag, grab",
|
|
2605
|
+
"IconDotGrid1x3HorizontalTight": "dot-grid-1x3-horizontal-tight, menu, drag, grab",
|
|
2598
2606
|
"IconDotGrid1x3Vertical": "dot-grid-1x3-vertical, menu, drag, grab",
|
|
2607
|
+
"IconDotGrid1x3VerticalTight": "dot-grid-1x3-vertical-tight, menu, drag, grab",
|
|
2599
2608
|
"IconDotGrid2x3": "dot-grid-2x3, menu, drag, grab",
|
|
2600
2609
|
"IconDotGrid3x3": "dot-grid-3x3, menu, drag, grab",
|
|
2601
2610
|
"IconDoupleCheck": "douple-check",
|
|
@@ -3226,6 +3235,7 @@
|
|
|
3226
3235
|
"IconPointChart": "point-chart, dots",
|
|
3227
3236
|
"IconPointer": "pointer, hand",
|
|
3228
3237
|
"IconPokeball": "pokeball, catch",
|
|
3238
|
+
"IconPolitics": "politics, speaker, press-conference, speech",
|
|
3229
3239
|
"IconPoop": "poop, spam",
|
|
3230
3240
|
"IconPopcorn": "popcorn, movies, series",
|
|
3231
3241
|
"IconPopsicle1": "popsicle-1, ice-cream, sweets",
|
|
@@ -3488,6 +3498,7 @@
|
|
|
3488
3498
|
"IconSteakSteamLines": "steak-steam-lines, t-bone",
|
|
3489
3499
|
"IconSteam": "steam",
|
|
3490
3500
|
"IconSteeringWheel": "steering-wheel, control, navigate, boot",
|
|
3501
|
+
"IconSteeringWheel1": "steering-wheel, autopilot, drive",
|
|
3491
3502
|
"IconStepBack": "step-back, undo",
|
|
3492
3503
|
"IconStepForwards": "step-forwards, continue",
|
|
3493
3504
|
"IconSteveJobs": "steve-jobs, professor, innovation",
|
package/index.d.ts
CHANGED
|
@@ -623,7 +623,9 @@ export { IconDoor, default as IconDoorDefault } from "./IconDoor";
|
|
|
623
623
|
export { IconDoorHanger, default as IconDoorHangerDefault, } from "./IconDoorHanger";
|
|
624
624
|
export { IconDossier, default as IconDossierDefault } from "./IconDossier";
|
|
625
625
|
export { IconDotGrid1x3Horizontal, default as IconDotGrid1x3HorizontalDefault, } from "./IconDotGrid1x3Horizontal";
|
|
626
|
+
export { IconDotGrid1x3HorizontalTight, default as IconDotGrid1x3HorizontalTightDefault, } from "./IconDotGrid1x3HorizontalTight";
|
|
626
627
|
export { IconDotGrid1x3Vertical, default as IconDotGrid1x3VerticalDefault, } from "./IconDotGrid1x3Vertical";
|
|
628
|
+
export { IconDotGrid1x3VerticalTight, default as IconDotGrid1x3VerticalTightDefault, } from "./IconDotGrid1x3VerticalTight";
|
|
627
629
|
export { IconDotGrid2x3, default as IconDotGrid2x3Default, } from "./IconDotGrid2x3";
|
|
628
630
|
export { IconDotGrid3x3, default as IconDotGrid3x3Default, } from "./IconDotGrid3x3";
|
|
629
631
|
export { IconDoupleCheck, default as IconDoupleCheckDefault, } from "./IconDoupleCheck";
|
|
@@ -1254,6 +1256,7 @@ export { IconPodcast2, default as IconPodcast2Default } from "./IconPodcast2";
|
|
|
1254
1256
|
export { IconPointChart, default as IconPointChartDefault, } from "./IconPointChart";
|
|
1255
1257
|
export { IconPointer, default as IconPointerDefault } from "./IconPointer";
|
|
1256
1258
|
export { IconPokeball, default as IconPokeballDefault } from "./IconPokeball";
|
|
1259
|
+
export { IconPolitics, default as IconPoliticsDefault } from "./IconPolitics";
|
|
1257
1260
|
export { IconPoop, default as IconPoopDefault } from "./IconPoop";
|
|
1258
1261
|
export { IconPopcorn, default as IconPopcornDefault } from "./IconPopcorn";
|
|
1259
1262
|
export { IconPopsicle1, default as IconPopsicle1Default, } from "./IconPopsicle1";
|
|
@@ -1516,6 +1519,7 @@ export { IconSteak, default as IconSteakDefault } from "./IconSteak";
|
|
|
1516
1519
|
export { IconSteakSteamLines, default as IconSteakSteamLinesDefault, } from "./IconSteakSteamLines";
|
|
1517
1520
|
export { IconSteam, default as IconSteamDefault } from "./IconSteam";
|
|
1518
1521
|
export { IconSteeringWheel, default as IconSteeringWheelDefault, } from "./IconSteeringWheel";
|
|
1522
|
+
export { IconSteeringWheel1, default as IconSteeringWheel1Default, } from "./IconSteeringWheel1";
|
|
1519
1523
|
export { IconStepBack, default as IconStepBackDefault } from "./IconStepBack";
|
|
1520
1524
|
export { IconStepForwards, default as IconStepForwardsDefault, } from "./IconStepForwards";
|
|
1521
1525
|
export { IconSteveJobs, default as IconSteveJobsDefault, } from "./IconSteveJobs";
|