@central-icons-react-native/round-filled-radius-1-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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconDotGrid1x3HorizontalTight: FC<CentralIconBaseProps>;
4
+ export default IconDotGrid1x3HorizontalTight;
@@ -0,0 +1,2 @@
1
+ "use strict";var s=Object.create;var p=Object.defineProperty;var c=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})},x=(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=c(o,e))||i.enumerable});return r};var C=(r,o,t)=>(t=r!=null?s(u(r)):{},x(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),y=r=>x(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconDotGrid1x3HorizontalTight:()=>f,default:()=>d});module.exports=y(P);var n=C(require("react"));var a=C(require("react")),h=require("react-native-svg"),m=({children:r,size:o=24,...t})=>a.default.createElement(h.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(m,{...r},n.default.createElement(l.Rect,{x:"3",y:"10",width:"4",height:"4",rx:"1.5",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"10",y:"10",width:"4",height:"4",rx:"1.5",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"17",y:"10",width:"4",height:"4",rx:"1.5",fill:"currentColor"})),d=f;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\" rx=\"1.5\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"1.5\" fill=\"currentColor\" />\n <Rect x=\"17\" y=\"10\" width=\"4\" height=\"4\" rx=\"1.5\" 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,GAAG,MAAM,KAAK,eAAe,EACrE,EAAAA,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,MAAM,KAAK,eAAe,EACtE,EAAAA,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,MAAM,KAAK,eAAe,CACxE,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 x=t=>o.createElement(n,{...t},o.createElement(e,{x:"3",y:"10",width:"4",height:"4",rx:"1.5",fill:"currentColor"}),o.createElement(e,{x:"10",y:"10",width:"4",height:"4",rx:"1.5",fill:"currentColor"}),o.createElement(e,{x:"17",y:"10",width:"4",height:"4",rx:"1.5",fill:"currentColor"})),B=x;export{x 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\" rx=\"1.5\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"1.5\" fill=\"currentColor\" />\n <Rect x=\"17\" y=\"10\" width=\"4\" height=\"4\" rx=\"1.5\" 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,GAAG,MAAM,KAAK,eAAe,EACrEG,EAAA,cAACH,EAAA,CAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,MAAM,KAAK,eAAe,EACtEG,EAAA,cAACH,EAAA,CAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,MAAM,KAAK,eAAe,CACxE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Rect","IconDotGrid1x3HorizontalTight","props","React","CentralIconBase","IconDotGrid1x3HorizontalTight_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconDotGrid1x3VerticalTight: FC<CentralIconBaseProps>;
4
+ export default IconDotGrid1x3VerticalTight;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var p=Object.defineProperty;var s=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})},x=(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=s(o,e))||i.enumerable});return r};var C=(r,o,t)=>(t=r!=null?f(u(r)):{},x(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),y=r=>x(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconDotGrid1x3VerticalTight:()=>c,default:()=>d});module.exports=y(P);var n=C(require("react"));var a=C(require("react")),h=require("react-native-svg"),m=({children:r,size:o=24,...t})=>a.default.createElement(h.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"),c=r=>n.default.createElement(m,{...r},n.default.createElement(l.Rect,{x:"10",y:"3",width:"4",height:"4",rx:"1.5",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"10",y:"10",width:"4",height:"4",rx:"1.5",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"10",y:"17",width:"4",height:"4",rx:"1.5",fill:"currentColor"})),d=c;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\" rx=\"1.5\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"1.5\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"17\" width=\"4\" height=\"4\" rx=\"1.5\" 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,GAAG,MAAM,KAAK,eAAe,EACrE,EAAAA,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,MAAM,KAAK,eAAe,EACtE,EAAAA,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,MAAM,KAAK,eAAe,CACxE,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 x=t=>o.createElement(n,{...t},o.createElement(e,{x:"10",y:"3",width:"4",height:"4",rx:"1.5",fill:"currentColor"}),o.createElement(e,{x:"10",y:"10",width:"4",height:"4",rx:"1.5",fill:"currentColor"}),o.createElement(e,{x:"10",y:"17",width:"4",height:"4",rx:"1.5",fill:"currentColor"})),B=x;export{x 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\" rx=\"1.5\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"1.5\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"17\" width=\"4\" height=\"4\" rx=\"1.5\" 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,GAAG,MAAM,KAAK,eAAe,EACrEG,EAAA,cAACH,EAAA,CAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,MAAM,KAAK,eAAe,EACtEG,EAAA,cAACH,EAAA,CAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,MAAM,KAAK,eAAe,CACxE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Rect","IconDotGrid1x3VerticalTight","props","React","CentralIconBase","IconDotGrid1x3VerticalTight_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPolitics: FC<CentralIconBaseProps>;
4
+ export default IconPolitics;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(P(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),H=r=>a(e({},"__esModule",{value:!0}),r);var V={};g(V,{IconPolitics:()=>i,default:()=>L});module.exports=H(V);var n=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...C})=>s.default.createElement(c.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>n.default.createElement(f,{...r},n.default.createElement(p.Path,{d:"M19.0576 19.5938C19.0081 20.3842 18.3526 21 17.5605 21H6.43945C5.64742 21 4.99188 20.3842 4.94238 19.5938L4.46777 12H19.5322L19.0576 19.5938Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M16 1.5498C16.8283 1.5498 17.4999 2.22149 17.5 3.0498C17.5 3.20772 17.4749 3.35998 17.4297 3.50293L18.4375 4.30957C18.793 4.5942 19 5.02502 19 5.48047V7H20C20.5523 7 21 7.44772 21 8V10C21 10.5523 20.5523 11 20 11H4C3.44772 11 3 10.5523 3 10V8C3 7.44772 3.44772 7 4 7H5V5.48047C5.00005 5.02502 5.20696 4.5942 5.5625 4.30957L6.56934 3.50293C6.52415 3.36006 6.5 3.20762 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.69415 4.5498 7.41004 4.45796 7.17285 4.30078L6.1875 5.08984C6.06893 5.1847 6.00005 5.32863 6 5.48047V7H18V5.48047C18 5.32863 17.9311 5.1847 17.8125 5.08984L16.8262 4.30078C16.5891 4.45768 16.3056 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"})),L=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=\"M19.0576 19.5938C19.0081 20.3842 18.3526 21 17.5605 21H6.43945C5.64742 21 4.99188 20.3842 4.94238 19.5938L4.46777 12H19.5322L19.0576 19.5938Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16 1.5498C16.8283 1.5498 17.4999 2.22149 17.5 3.0498C17.5 3.20772 17.4749 3.35998 17.4297 3.50293L18.4375 4.30957C18.793 4.5942 19 5.02502 19 5.48047V7H20C20.5523 7 21 7.44772 21 8V10C21 10.5523 20.5523 11 20 11H4C3.44772 11 3 10.5523 3 10V8C3 7.44772 3.44772 7 4 7H5V5.48047C5.00005 5.02502 5.20696 4.5942 5.5625 4.30957L6.56934 3.50293C6.52415 3.36006 6.5 3.20762 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.69415 4.5498 7.41004 4.45796 7.17285 4.30078L6.1875 5.08984C6.06893 5.1847 6.00005 5.32863 6 5.48047V7H18V5.48047C18 5.32863 17.9311 5.1847 17.8125 5.08984L16.8262 4.30078C16.5891 4.45768 16.3056 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,gJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2xBACF,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 C from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...n})=>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{Path as e}from"react-native-svg";var a=o=>C.createElement(t,{...o},C.createElement(e,{d:"M19.0576 19.5938C19.0081 20.3842 18.3526 21 17.5605 21H6.43945C5.64742 21 4.99188 20.3842 4.94238 19.5938L4.46777 12H19.5322L19.0576 19.5938Z",fill:"currentColor"}),C.createElement(e,{d:"M16 1.5498C16.8283 1.5498 17.4999 2.22149 17.5 3.0498C17.5 3.20772 17.4749 3.35998 17.4297 3.50293L18.4375 4.30957C18.793 4.5942 19 5.02502 19 5.48047V7H20C20.5523 7 21 7.44772 21 8V10C21 10.5523 20.5523 11 20 11H4C3.44772 11 3 10.5523 3 10V8C3 7.44772 3.44772 7 4 7H5V5.48047C5.00005 5.02502 5.20696 4.5942 5.5625 4.30957L6.56934 3.50293C6.52415 3.36006 6.5 3.20762 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.69415 4.5498 7.41004 4.45796 7.17285 4.30078L6.1875 5.08984C6.06893 5.1847 6.00005 5.32863 6 5.48047V7H18V5.48047C18 5.32863 17.9311 5.1847 17.8125 5.08984L16.8262 4.30078C16.5891 4.45768 16.3056 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"})),x=a;export{a as IconPolitics,x 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=\"M19.0576 19.5938C19.0081 20.3842 18.3526 21 17.5605 21H6.43945C5.64742 21 4.99188 20.3842 4.94238 19.5938L4.46777 12H19.5322L19.0576 19.5938Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16 1.5498C16.8283 1.5498 17.4999 2.22149 17.5 3.0498C17.5 3.20772 17.4749 3.35998 17.4297 3.50293L18.4375 4.30957C18.793 4.5942 19 5.02502 19 5.48047V7H20C20.5523 7 21 7.44772 21 8V10C21 10.5523 20.5523 11 20 11H4C3.44772 11 3 10.5523 3 10V8C3 7.44772 3.44772 7 4 7H5V5.48047C5.00005 5.02502 5.20696 4.5942 5.5625 4.30957L6.56934 3.50293C6.52415 3.36006 6.5 3.20762 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.69415 4.5498 7.41004 4.45796 7.17285 4.30078L6.1875 5.08984C6.06893 5.1847 6.00005 5.32863 6 5.48047V7H18V5.48047C18 5.32863 17.9311 5.1847 17.8125 5.08984L16.8262 4.30078C16.5891 4.45768 16.3056 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,gJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2xBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPolitics","props","React","CentralIconBase","IconPolitics_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSteeringWheel1: FC<CentralIconBaseProps>;
4
+ export default IconSteeringWheel1;
@@ -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
@@ -8750,6 +8750,20 @@
8750
8750
  "packageName": "round-filled-radius-1-stroke-1",
8751
8751
  "componentName": "IconDotGrid1x3Horizontal"
8752
8752
  },
8753
+ {
8754
+ "category": "Interface General",
8755
+ "svg": "<rect x=\"3\" y=\"10\" width=\"4\" height=\"4\" rx=\"1.5\" fill=\"currentColor\"/><rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"1.5\" fill=\"currentColor\"/><rect x=\"17\" y=\"10\" width=\"4\" height=\"4\" rx=\"1.5\" fill=\"currentColor\"/>",
8756
+ "iconName": "dot-grid-1x3-horizontal-tight, menu, drag, grab",
8757
+ "variant": {
8758
+ "join": "round",
8759
+ "filled": "on",
8760
+ "radius": "1",
8761
+ "stroke": "1"
8762
+ },
8763
+ "createdAt": "2026-02-10T08:00:47.98276+00:00",
8764
+ "packageName": "round-filled-radius-1-stroke-1",
8765
+ "componentName": "IconDotGrid1x3HorizontalTight"
8766
+ },
8753
8767
  {
8754
8768
  "category": "Interface General",
8755
8769
  "svg": "<path d=\"M12 2C11.1716 2 10.5 2.67157 10.5 3.5C10.5 4.32843 11.1716 5 12 5C12.8284 5 13.5 4.32843 13.5 3.5C13.5 2.67157 12.8284 2 12 2Z\" fill=\"currentColor\"/><path d=\"M12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5Z\" fill=\"currentColor\"/><path d=\"M12 19.25C11.1716 19.25 10.5 19.9216 10.5 20.75C10.5 21.5784 11.1716 22.25 12 22.25C12.8284 22.25 13.5 21.5784 13.5 20.75C13.5 19.9216 12.8284 19.25 12 19.25Z\" fill=\"currentColor\"/>",
@@ -8764,6 +8778,20 @@
8764
8778
  "packageName": "round-filled-radius-1-stroke-1",
8765
8779
  "componentName": "IconDotGrid1x3Vertical"
8766
8780
  },
8781
+ {
8782
+ "category": "Interface General",
8783
+ "svg": "<rect x=\"10\" y=\"3\" width=\"4\" height=\"4\" rx=\"1.5\" fill=\"currentColor\"/><rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"1.5\" fill=\"currentColor\"/><rect x=\"10\" y=\"17\" width=\"4\" height=\"4\" rx=\"1.5\" fill=\"currentColor\"/>",
8784
+ "iconName": "dot-grid-1x3-vertical-tight, menu, drag, grab",
8785
+ "variant": {
8786
+ "join": "round",
8787
+ "filled": "on",
8788
+ "radius": "1",
8789
+ "stroke": "1"
8790
+ },
8791
+ "createdAt": "2026-02-10T08:00:47.98276+00:00",
8792
+ "packageName": "round-filled-radius-1-stroke-1",
8793
+ "componentName": "IconDotGrid1x3VerticalTight"
8794
+ },
8767
8795
  {
8768
8796
  "category": "Interface General",
8769
8797
  "svg": "<path d=\"M11 5.5C11 6.32843 10.3284 7 9.5 7C8.67157 7 8 6.32843 8 5.5C8 4.67157 8.67157 4 9.5 4C10.3284 4 11 4.67157 11 5.5Z\" fill=\"currentColor\"/><path d=\"M16 5.5C16 6.32843 15.3284 7 14.5 7C13.6716 7 13 6.32843 13 5.5C13 4.67157 13.6716 4 14.5 4C15.3284 4 16 4.67157 16 5.5Z\" fill=\"currentColor\"/><path d=\"M11 18.5C11 19.3284 10.3284 20 9.5 20C8.67157 20 8 19.3284 8 18.5C8 17.6716 8.67157 17 9.5 17C10.3284 17 11 17.6716 11 18.5Z\" fill=\"currentColor\"/><path d=\"M16 18.5C16 19.3284 15.3284 20 14.5 20C13.6716 20 13 19.3284 13 18.5C13 17.6716 13.6716 17 14.5 17C15.3284 17 16 17.6716 16 18.5Z\" fill=\"currentColor\"/><path d=\"M11 12C11 12.8284 10.3284 13.5 9.5 13.5C8.67157 13.5 8 12.8284 8 12C8 11.1716 8.67157 10.5 9.5 10.5C10.3284 10.5 11 11.1716 11 12Z\" fill=\"currentColor\"/><path d=\"M16 12C16 12.8284 15.3284 13.5 14.5 13.5C13.6716 13.5 13 12.8284 13 12C13 11.1716 13.6716 10.5 14.5 10.5C15.3284 10.5 16 11.1716 16 12Z\" fill=\"currentColor\"/>",
@@ -17584,6 +17612,20 @@
17584
17612
  "packageName": "round-filled-radius-1-stroke-1",
17585
17613
  "componentName": "IconPokeball"
17586
17614
  },
17615
+ {
17616
+ "category": "Things",
17617
+ "svg": "<path d=\"M19.0576 19.5938C19.0081 20.3842 18.3526 21 17.5605 21H6.43945C5.64742 21 4.99188 20.3842 4.94238 19.5938L4.46777 12H19.5322L19.0576 19.5938Z\" fill=\"currentColor\"/><path d=\"M16 1.5498C16.8283 1.5498 17.4999 2.22149 17.5 3.0498C17.5 3.20772 17.4749 3.35998 17.4297 3.50293L18.4375 4.30957C18.793 4.5942 19 5.02502 19 5.48047V7H20C20.5523 7 21 7.44772 21 8V10C21 10.5523 20.5523 11 20 11H4C3.44772 11 3 10.5523 3 10V8C3 7.44772 3.44772 7 4 7H5V5.48047C5.00005 5.02502 5.20696 4.5942 5.5625 4.30957L6.56934 3.50293C6.52415 3.36006 6.5 3.20762 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.69415 4.5498 7.41004 4.45796 7.17285 4.30078L6.1875 5.08984C6.06893 5.1847 6.00005 5.32863 6 5.48047V7H18V5.48047C18 5.32863 17.9311 5.1847 17.8125 5.08984L16.8262 4.30078C16.5891 4.45768 16.3056 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": "round",
17621
+ "filled": "on",
17622
+ "radius": "1",
17623
+ "stroke": "1"
17624
+ },
17625
+ "createdAt": "2026-02-10T08:00:47.98276+00:00",
17626
+ "packageName": "round-filled-radius-1-stroke-1",
17627
+ "componentName": "IconPolitics"
17628
+ },
17587
17629
  {
17588
17630
  "category": "Emoji",
17589
17631
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 3.50005C13 2.71807 13.6745 1.89995 14.6132 2.13894C16.5598 2.63449 18 4.39846 18 6.50005C18 7.45503 17.7022 8.34077 17.195 9.06906C18.7951 9.39142 20 10.805 20 12.5001C20 13.1041 19.8467 13.6729 19.5771 14.169C20.9832 14.6234 22 15.9428 22 17.5001C22 19.4331 20.433 21.0001 18.5 21.0001H5.5C3.567 21.0001 2 19.4331 2 17.5001C2 15.9428 3.01679 14.6234 4.42291 14.169C4.15332 13.6729 4 13.1041 4 12.5001C4 10.9428 5.01679 9.62335 6.42291 9.16901C6.15331 8.67287 6 8.1041 6 7.50005C6 5.56706 7.567 4.00005 9.5 4.00005H12.5C12.7761 4.00005 13 3.7762 13 3.50005ZM10.5 9C10.2239 9 10 9.22386 10 9.5C10 9.77614 10.2239 10 10.5 10H12.5C12.7761 10 13 9.77614 13 9.5C13 9.22386 12.7761 9 12.5 9H10.5ZM13.5 14C13.2239 14 13 14.2239 13 14.5C13 14.7761 13.2239 15 13.5 15H15.5C15.7761 15 16 14.7761 16 14.5C16 14.2239 15.7761 14 15.5 14H13.5Z\" fill=\"currentColor\"/>",
@@ -21252,6 +21294,20 @@
21252
21294
  "packageName": "round-filled-radius-1-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": "round",
21303
+ "filled": "on",
21304
+ "radius": "1",
21305
+ "stroke": "1"
21306
+ },
21307
+ "createdAt": "2026-02-09T16:00:58.002942+00:00",
21308
+ "packageName": "round-filled-radius-1-stroke-1",
21309
+ "componentName": "IconSteeringWheel1"
21310
+ },
21255
21311
  {
21256
21312
  "category": "Arrows",
21257
21313
  "svg": "<path d=\"M6.85355 3.85355C7.04882 3.65829 7.04882 3.34171 6.85355 3.14645C6.65829 2.95118 6.34171 2.95118 6.14645 3.14645L3.14645 6.14645C2.95118 6.34171 2.95118 6.65829 3.14645 6.85355L6.14645 9.85355C6.34171 10.0488 6.65829 10.0488 6.85355 9.85355C7.04882 9.65829 7.04882 9.34171 6.85355 9.14645L4.70711 7H14.5C17.5376 7 20 9.46243 20 12.5C20 15.5376 17.5376 18 14.5 18H5.5C5.22386 18 5 18.2239 5 18.5C5 18.7761 5.22386 19 5.5 19H14.5C18.0899 19 21 16.0899 21 12.5C21 8.91015 18.0899 6 14.5 6H4.70711L6.85355 3.85355Z\" 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/round-filled-radius-1-stroke-1",
3
- "version": "1.1.121",
3
+ "version": "1.1.123",
4
4
  "style": "round-filled-radius-1-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-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": 1770,
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": 180,
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": 122,
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";