@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.269 → 1.1.270
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/IconRocket2/index.d.ts +4 -0
- package/IconRocket2/index.js +3 -0
- package/IconRocket2/index.js.map +11 -0
- package/IconRocket2/index.mjs +3 -0
- package/IconRocket2/index.mjs.map +11 -0
- package/IconWebhooks/index.d.ts +4 -0
- package/IconWebhooks/index.js +3 -0
- package/IconWebhooks/index.js.map +11 -0
- package/IconWebhooks/index.mjs +3 -0
- package/IconWebhooks/index.mjs.map +11 -0
- package/README.md +2 -0
- package/filtered-icons.json +1 -1
- package/icons/index.d.ts +1 -1
- package/icons/index.js +2 -2
- package/icons/index.js.map +3 -3
- package/icons/index.mjs +2 -2
- package/icons/index.mjs.map +3 -3
- package/icons-index.json +4 -4
- package/index.d.ts +2 -0
- package/index.js +6 -0
- package/index.mjs +2 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +3 -1
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var g=Object.create;var{getPrototypeOf:v,defineProperty:s,getOwnPropertyNames:u,getOwnPropertyDescriptor:y}=Object,d=Object.prototype.hasOwnProperty;function f(r){return this[r]}var F,S,k=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var m=o?F??=new WeakMap:S??=new WeakMap,a=m.get(r);if(a)return a}t=r!=null?g(v(r)):{};let C=o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t;for(let l of u(r))if(!d.call(C,l))s(C,l,{get:f.bind(r,l),enumerable:!0});if(e)m.set(r,C);return C},h=(r)=>{var o=(i??=new WeakMap).get(r),t;if(o)return o;if(o=s({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of u(r))if(!d.call(o,e))s(o,e,{get:f.bind(r,e),enumerable:!(t=y(r,e))||t.enumerable})}return i.set(r,o),o},i;var W=(r)=>r;function b(r,o){this[r]=W.bind(null,o)}var x=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0,configurable:!0,set:b.bind(o,t)})};var H={};x(H,{CentralIconBase:()=>c});module.exports=h(H);var B=k(require("react")),I=require("react-native-svg"),c=({children:r,size:o=24,...t})=>{return B.default.createElement(I.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 M={};x(M,{default:()=>w,IconRocket2:()=>P});module.exports=h(M);var n=k(require("react"));var p=require("react-native-svg"),P=(r)=>{return n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M14.0025 21H9.99745C5.90265 14.3778 5.49173 8.5 12 3C18.5083 8.5 18.0973 14.3778 14.0025 21Z",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(p.Path,{d:"M7 11L4 15V20H9",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(p.Path,{d:"M17 11L20 15V20H15",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(p.Circle,{cx:"12",cy:"12",r:"1",stroke:"currentColor",strokeWidth:"2"}))},w=P;
|
|
2
|
+
|
|
3
|
+
//# debugId=6FE162D7CB0D55B864756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconRocket2/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n",
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconRocket2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M14.0025 21H9.99745C5.90265 14.3778 5.49173 8.5 12 3C18.5083 8.5 18.0973 14.3778 14.0025 21Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M7 11L4 15V20H9\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M17 11L20 15V20H15\" stroke=\"currentColor\" strokeWidth=\"2\"/><Circle cx=\"12\" cy=\"12\" r=\"1\" stroke=\"currentColor\" strokeWidth=\"2\"/></CentralIconBase>;\n};\n\nexport default IconRocket2;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,uECvBoB,IAA1B,sBAE6B,IAA7B,8BAEa,EAAwC,CAAC,IAAU,CAC9D,OAAO,wBAAsX,EAAtX,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,+FAA+F,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,kBAAkB,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,qBAAqB,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,SAAD,CAAQ,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAG,CAAI,GAGhX",
|
|
9
|
+
"debugId": "6FE162D7CB0D55B864756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import s from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...p})=>{return s.createElement(C,{...p,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t)};import o from"react";import{Circle as l,Path as e}from"react-native-svg";var c=(t)=>{return o.createElement(n,{...t},o.createElement(e,{d:"M14.0025 21H9.99745C5.90265 14.3778 5.49173 8.5 12 3C18.5083 8.5 18.0973 14.3778 14.0025 21Z",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M7 11L4 15V20H9",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M17 11L20 15V20H15",stroke:"currentColor",strokeWidth:"2"}),o.createElement(l,{cx:"12",cy:"12",r:"1",stroke:"currentColor",strokeWidth:"2"}))},I=c;export{I as default,c as IconRocket2};
|
|
2
|
+
|
|
3
|
+
//# debugId=0AB2A143A7309B1764756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconRocket2/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n",
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconRocket2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M14.0025 21H9.99745C5.90265 14.3778 5.49173 8.5 12 3C18.5083 8.5 18.0973 14.3778 14.0025 21Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M7 11L4 15V20H9\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M17 11L20 15V20H15\" stroke=\"currentColor\" strokeWidth=\"2\"/><Circle cx=\"12\" cy=\"12\" r=\"1\" stroke=\"currentColor\" strokeWidth=\"2\"/></CentralIconBase>;\n};\n\nexport default IconRocket2;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,iBAAS,UAAQ,yBAEV,IAAM,EAAwC,CAAC,IAAU,CAC9D,OAAO,gBAAsX,EAAtX,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,+FAA+F,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAM,EAAE,kBAAkB,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAM,EAAE,qBAAqB,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAQ,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAG,CAAI,GAGhX",
|
|
9
|
+
"debugId": "0AB2A143A7309B1764756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var v=Object.create;var{getPrototypeOf:b,defineProperty:l,getOwnPropertyNames:i,getOwnPropertyDescriptor:d}=Object,u=Object.prototype.hasOwnProperty;function x(r){return this[r]}var F,L,B=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var m=o?F??=new WeakMap:L??=new WeakMap,a=m.get(r);if(a)return a}t=r!=null?v(b(r)):{};let p=o||!r||!r.__esModule?l(t,"default",{value:r,enumerable:!0}):t;for(let c of i(r))if(!u.call(p,c))l(p,c,{get:x.bind(r,c),enumerable:!0});if(e)m.set(r,p);return p},I=(r)=>{var o=(f??=new WeakMap).get(r),t;if(o)return o;if(o=l({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of i(r))if(!u.call(o,e))l(o,e,{get:x.bind(r,e),enumerable:!(t=d(r,e))||t.enumerable})}return f.set(r,o),o},f;var S=(r)=>r;function k(r,o){this[r]=S.bind(null,o)}var y=(r,o)=>{for(var t in o)l(r,t,{get:o[t],enumerable:!0,configurable:!0,set:k.bind(o,t)})};var M={};y(M,{CentralIconBase:()=>s});module.exports=I(M);var P=B(require("react")),g=require("react-native-svg"),s=({children:r,size:o=24,...t})=>{return P.default.createElement(g.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 w={};y(w,{default:()=>W,IconWebhooks:()=>h});module.exports=I(w);var n=B(require("react"));var C=require("react-native-svg"),h=(r)=>{return n.default.createElement(s,{...r},n.default.createElement(C.Circle,{cx:"12",cy:"7",r:"1.75",fill:"currentColor"}),n.default.createElement(C.Circle,{cx:"7",cy:"16",r:"1.75",fill:"currentColor"}),n.default.createElement(C.Circle,{cx:"17",cy:"16",r:"1.75",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M12 7L13.9429 10.4973L15.0571 12.5027C15.6323 12.1825 16.2949 12 17 12C19.2091 12 21 13.7909 21 16C21 18.2091 19.2091 20 17 20C15.9296 20 14.9574 19.5798 14.2395 18.895M7 16L8.94292 12.5027L10.0571 10.4973C8.83007 9.81413 8 8.504 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7C16 7.3453 15.9563 7.68038 15.874 8M17 16H11C11 18.2091 9.20914 20 7 20C4.79086 20 3 18.2091 3 16C3 14.1362 4.27477 12.57 6 12.126",stroke:"currentColor",strokeWidth:"2"}))},W=h;
|
|
2
|
+
|
|
3
|
+
//# debugId=925C76D05F849ED064756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconWebhooks/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n",
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconWebhooks: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Circle cx=\"12\" cy=\"7\" r=\"1.75\" fill=\"currentColor\"/><Circle cx=\"7\" cy=\"16\" r=\"1.75\" fill=\"currentColor\"/><Circle cx=\"17\" cy=\"16\" r=\"1.75\" fill=\"currentColor\"/><Path d=\"M12 7L13.9429 10.4973L15.0571 12.5027C15.6323 12.1825 16.2949 12 17 12C19.2091 12 21 13.7909 21 16C21 18.2091 19.2091 20 17 20C15.9296 20 14.9574 19.5798 14.2395 18.895M7 16L8.94292 12.5027L10.0571 10.4973C8.83007 9.81413 8 8.504 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7C16 7.3453 15.9563 7.68038 15.874 8M17 16H11C11 18.2091 9.20914 20 7 20C4.79086 20 3 18.2091 3 16C3 14.1362 4.27477 12.57 6 12.126\" stroke=\"currentColor\" strokeWidth=\"2\"/></CentralIconBase>;\n};\n\nexport default IconWebhooks;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,wECvBoB,IAA1B,sBAE6B,IAA7B,8BAEa,EAAyC,CAAC,IAAU,CAC/D,OAAO,wBAA8oB,EAA9oB,IAAqB,GAAO,wBAAC,SAAD,CAAQ,GAAG,KAAK,GAAG,IAAI,EAAE,OAAO,KAAK,eAAc,EAAE,wBAAC,SAAD,CAAQ,GAAG,IAAI,GAAG,KAAK,EAAE,OAAO,KAAK,eAAc,EAAE,wBAAC,SAAD,CAAQ,GAAG,KAAK,GAAG,KAAK,EAAE,OAAO,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,iaAAia,OAAO,eAAe,YAAY,IAAG,CAAI,GAGxoB",
|
|
9
|
+
"debugId": "925C76D05F849ED064756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import l from"react";import{Svg as p}from"react-native-svg";var n=({children:t,size:r=24,...C})=>{return l.createElement(p,{...C,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t)};import o from"react";import{Circle as e,Path as c}from"react-native-svg";var s=(t)=>{return o.createElement(n,{...t},o.createElement(e,{cx:"12",cy:"7",r:"1.75",fill:"currentColor"}),o.createElement(e,{cx:"7",cy:"16",r:"1.75",fill:"currentColor"}),o.createElement(e,{cx:"17",cy:"16",r:"1.75",fill:"currentColor"}),o.createElement(c,{d:"M12 7L13.9429 10.4973L15.0571 12.5027C15.6323 12.1825 16.2949 12 17 12C19.2091 12 21 13.7909 21 16C21 18.2091 19.2091 20 17 20C15.9296 20 14.9574 19.5798 14.2395 18.895M7 16L8.94292 12.5027L10.0571 10.4973C8.83007 9.81413 8 8.504 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7C16 7.3453 15.9563 7.68038 15.874 8M17 16H11C11 18.2091 9.20914 20 7 20C4.79086 20 3 18.2091 3 16C3 14.1362 4.27477 12.57 6 12.126",stroke:"currentColor",strokeWidth:"2"}))},g=s;export{g as default,s as IconWebhooks};
|
|
2
|
+
|
|
3
|
+
//# debugId=1ACEF66C882A780B64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconWebhooks/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n",
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconWebhooks: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Circle cx=\"12\" cy=\"7\" r=\"1.75\" fill=\"currentColor\"/><Circle cx=\"7\" cy=\"16\" r=\"1.75\" fill=\"currentColor\"/><Circle cx=\"17\" cy=\"16\" r=\"1.75\" fill=\"currentColor\"/><Path d=\"M12 7L13.9429 10.4973L15.0571 12.5027C15.6323 12.1825 16.2949 12 17 12C19.2091 12 21 13.7909 21 16C21 18.2091 19.2091 20 17 20C15.9296 20 14.9574 19.5798 14.2395 18.895M7 16L8.94292 12.5027L10.0571 10.4973C8.83007 9.81413 8 8.504 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7C16 7.3453 15.9563 7.68038 15.874 8M17 16H11C11 18.2091 9.20914 20 7 20C4.79086 20 3 18.2091 3 16C3 14.1362 4.27477 12.57 6 12.126\" stroke=\"currentColor\" strokeWidth=\"2\"/></CentralIconBase>;\n};\n\nexport default IconWebhooks;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,iBAAS,UAAQ,yBAEV,IAAM,EAAyC,CAAC,IAAU,CAC/D,OAAO,gBAA8oB,EAA9oB,IAAqB,GAAO,gBAAC,EAAD,CAAQ,GAAG,KAAK,GAAG,IAAI,EAAE,OAAO,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAQ,GAAG,IAAI,GAAG,KAAK,EAAE,OAAO,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAQ,GAAG,KAAK,GAAG,KAAK,EAAE,OAAO,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,iaAAia,OAAO,eAAe,YAAY,IAAG,CAAI,GAGxoB",
|
|
9
|
+
"debugId": "1ACEF66C882A780B64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
package/README.md
CHANGED
|
@@ -530,6 +530,7 @@ Below is a complete list of available icons:
|
|
|
530
530
|
- IconBridge
|
|
531
531
|
- IconAnimatePath
|
|
532
532
|
- IconAgents
|
|
533
|
+
- IconWebhooks
|
|
533
534
|
|
|
534
535
|
### Communication
|
|
535
536
|
|
|
@@ -2230,6 +2231,7 @@ Below is a complete list of available icons:
|
|
|
2230
2231
|
- IconSteeringWheel1
|
|
2231
2232
|
- IconBoat
|
|
2232
2233
|
- IconCarTaxi
|
|
2234
|
+
- IconRocket2
|
|
2233
2235
|
|
|
2234
2236
|
### Vehicles & Aircrafts
|
|
2235
2237
|
|