@central-icons-react-native/round-filled-radius-3-stroke-2 1.1.214 → 1.1.215
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/IconCard/index.d.ts +4 -0
- package/IconCard/index.js +2 -0
- package/IconCard/index.js.map +1 -0
- package/IconCard/index.mjs +2 -0
- package/IconCard/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -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/skills/central-icons-react-native/SKILL.md +2 -1
- package/tsx-icons.json +7 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(C,r)=>{for(var o in r)n(C,o,{get:r[o],enumerable:!0})},a=(C,r,o,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of B(r))!v.call(C,e)&&e!==o&&n(C,e,{get:()=>r[e],enumerable:!(l=d(r,e))||l.enumerable});return C};var m=(C,r,o)=>(o=C!=null?u(I(C)):{},a(r||!C||!C.__esModule?n(o,"default",{value:C,enumerable:!0}):o,C)),P=C=>a(n({},"__esModule",{value:!0}),C);var H={};x(H,{IconCard:()=>i,default:()=>g});module.exports=P(H);var t=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:C,size:r=24,...o})=>f.default.createElement(s.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var p=require("react-native-svg"),i=C=>t.default.createElement(c,{...C},t.default.createElement(p.Path,{d:"M12 7.5C12.5523 7.5 13 7.94772 13 8.5C13 9.05229 12.5523 9.5 12 9.5C11.4477 9.5 11 9.05229 11 8.5C11 7.94772 11.4477 7.5 12 7.5Z",fill:"currentColor"}),t.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M14.2002 2C15.0237 2 15.7016 1.99898 16.252 2.04395C16.814 2.08988 17.3311 2.18827 17.8164 2.43555C18.5689 2.81902 19.181 3.43109 19.5645 4.1836C19.8117 4.6689 19.9101 5.18599 19.9561 5.74805C20.001 6.29843 20 6.97632 20 7.79981V16.2002C20 17.0237 20.001 17.7016 19.9561 18.252C19.9101 18.814 19.8117 19.3311 19.5645 19.8164C19.181 20.5689 18.5689 21.181 17.8164 21.5645C17.3311 21.8117 16.814 21.9101 16.252 21.9561C15.7016 22.001 15.0237 22 14.2002 22H9.79981C8.97632 22 8.29843 22.001 7.74805 21.9561C7.18599 21.9101 6.6689 21.8117 6.1836 21.5645C5.43109 21.181 4.81902 20.5689 4.43555 19.8164C4.18827 19.3311 4.08988 18.814 4.04395 18.252C3.99898 17.7016 4 17.0237 4 16.2002V7.79981C4 6.97632 3.99898 6.29843 4.04395 5.74805C4.08988 5.18599 4.18827 4.6689 4.43555 4.1836C4.81902 3.43109 5.43109 2.81902 6.1836 2.43555C6.6689 2.18827 7.18599 2.08988 7.74805 2.04395C8.29843 1.99898 8.97632 2 9.79981 2H14.2002ZM9 16C8.44772 16 8 16.4477 8 17C8 17.5523 8.44772 18 9 18H15C15.5523 18 16 17.5523 16 17C16 16.4477 15.5523 16 15 16H9ZM9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15H15C15.5523 15 16 14.5523 16 14C16 13.4477 15.5523 13 15 13H9ZM12 5.5C10.3431 5.5 9 6.84315 9 8.5C9 10.1569 10.3431 11.5 12 11.5C13.6569 11.5 15 10.1569 15 8.5C15 6.84315 13.6569 5.5 12 5.5Z",fill:"currentColor"})),g=i;0&&(module.exports={IconCard});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCard/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 IconCard: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 7.5C12.5523 7.5 13 7.94772 13 8.5C13 9.05229 12.5523 9.5 12 9.5C11.4477 9.5 11 9.05229 11 8.5C11 7.94772 11.4477 7.5 12 7.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.2002 2C15.0237 2 15.7016 1.99898 16.252 2.04395C16.814 2.08988 17.3311 2.18827 17.8164 2.43555C18.5689 2.81902 19.181 3.43109 19.5645 4.1836C19.8117 4.6689 19.9101 5.18599 19.9561 5.74805C20.001 6.29843 20 6.97632 20 7.79981V16.2002C20 17.0237 20.001 17.7016 19.9561 18.252C19.9101 18.814 19.8117 19.3311 19.5645 19.8164C19.181 20.5689 18.5689 21.181 17.8164 21.5645C17.3311 21.8117 16.814 21.9101 16.252 21.9561C15.7016 22.001 15.0237 22 14.2002 22H9.79981C8.97632 22 8.29843 22.001 7.74805 21.9561C7.18599 21.9101 6.6689 21.8117 6.1836 21.5645C5.43109 21.181 4.81902 20.5689 4.43555 19.8164C4.18827 19.3311 4.08988 18.814 4.04395 18.252C3.99898 17.7016 4 17.0237 4 16.2002V7.79981C4 6.97632 3.99898 6.29843 4.04395 5.74805C4.08988 5.18599 4.18827 4.6689 4.43555 4.1836C4.81902 3.43109 5.43109 2.81902 6.1836 2.43555C6.6689 2.18827 7.18599 2.08988 7.74805 2.04395C8.29843 1.99898 8.97632 2 9.79981 2H14.2002ZM9 16C8.44772 16 8 16.4477 8 17C8 17.5523 8.44772 18 9 18H15C15.5523 18 16 17.5523 16 17C16 16.4477 15.5523 16 15 16H9ZM9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15H15C15.5523 15 16 14.5523 16 14C16 13.4477 15.5523 13 15 13H9ZM12 5.5C10.3431 5.5 9 6.84315 9 8.5C9 10.1569 10.3431 11.5 12 11.5C13.6569 11.5 15 10.1569 15 8.5C15 6.84315 13.6569 5.5 12 5.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCard;\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,cAAAE,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,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,kwCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCard_exports","__export","IconCard","IconCard_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCard","props","React","CentralIconBase","IconCard_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:C=24,...t})=>p.createElement(l,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);import{Path as n}from"react-native-svg";var a=r=>o.createElement(e,{...r},o.createElement(n,{d:"M12 7.5C12.5523 7.5 13 7.94772 13 8.5C13 9.05229 12.5523 9.5 12 9.5C11.4477 9.5 11 9.05229 11 8.5C11 7.94772 11.4477 7.5 12 7.5Z",fill:"currentColor"}),o.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M14.2002 2C15.0237 2 15.7016 1.99898 16.252 2.04395C16.814 2.08988 17.3311 2.18827 17.8164 2.43555C18.5689 2.81902 19.181 3.43109 19.5645 4.1836C19.8117 4.6689 19.9101 5.18599 19.9561 5.74805C20.001 6.29843 20 6.97632 20 7.79981V16.2002C20 17.0237 20.001 17.7016 19.9561 18.252C19.9101 18.814 19.8117 19.3311 19.5645 19.8164C19.181 20.5689 18.5689 21.181 17.8164 21.5645C17.3311 21.8117 16.814 21.9101 16.252 21.9561C15.7016 22.001 15.0237 22 14.2002 22H9.79981C8.97632 22 8.29843 22.001 7.74805 21.9561C7.18599 21.9101 6.6689 21.8117 6.1836 21.5645C5.43109 21.181 4.81902 20.5689 4.43555 19.8164C4.18827 19.3311 4.08988 18.814 4.04395 18.252C3.99898 17.7016 4 17.0237 4 16.2002V7.79981C4 6.97632 3.99898 6.29843 4.04395 5.74805C4.08988 5.18599 4.18827 4.6689 4.43555 4.1836C4.81902 3.43109 5.43109 2.81902 6.1836 2.43555C6.6689 2.18827 7.18599 2.08988 7.74805 2.04395C8.29843 1.99898 8.97632 2 9.79981 2H14.2002ZM9 16C8.44772 16 8 16.4477 8 17C8 17.5523 8.44772 18 9 18H15C15.5523 18 16 17.5523 16 17C16 16.4477 15.5523 16 15 16H9ZM9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15H15C15.5523 15 16 14.5523 16 14C16 13.4477 15.5523 13 15 13H9ZM12 5.5C10.3431 5.5 9 6.84315 9 8.5C9 10.1569 10.3431 11.5 12 11.5C13.6569 11.5 15 10.1569 15 8.5C15 6.84315 13.6569 5.5 12 5.5Z",fill:"currentColor"})),v=a;export{a as IconCard,v as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCard/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 IconCard: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 7.5C12.5523 7.5 13 7.94772 13 8.5C13 9.05229 12.5523 9.5 12 9.5C11.4477 9.5 11 9.05229 11 8.5C11 7.94772 11.4477 7.5 12 7.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.2002 2C15.0237 2 15.7016 1.99898 16.252 2.04395C16.814 2.08988 17.3311 2.18827 17.8164 2.43555C18.5689 2.81902 19.181 3.43109 19.5645 4.1836C19.8117 4.6689 19.9101 5.18599 19.9561 5.74805C20.001 6.29843 20 6.97632 20 7.79981V16.2002C20 17.0237 20.001 17.7016 19.9561 18.252C19.9101 18.814 19.8117 19.3311 19.5645 19.8164C19.181 20.5689 18.5689 21.181 17.8164 21.5645C17.3311 21.8117 16.814 21.9101 16.252 21.9561C15.7016 22.001 15.0237 22 14.2002 22H9.79981C8.97632 22 8.29843 22.001 7.74805 21.9561C7.18599 21.9101 6.6689 21.8117 6.1836 21.5645C5.43109 21.181 4.81902 20.5689 4.43555 19.8164C4.18827 19.3311 4.08988 18.814 4.04395 18.252C3.99898 17.7016 4 17.0237 4 16.2002V7.79981C4 6.97632 3.99898 6.29843 4.04395 5.74805C4.08988 5.18599 4.18827 4.6689 4.43555 4.1836C4.81902 3.43109 5.43109 2.81902 6.1836 2.43555C6.6689 2.18827 7.18599 2.08988 7.74805 2.04395C8.29843 1.99898 8.97632 2 9.79981 2H14.2002ZM9 16C8.44772 16 8 16.4477 8 17C8 17.5523 8.44772 18 9 18H15C15.5523 18 16 17.5523 16 17C16 16.4477 15.5523 16 15 16H9ZM9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15H15C15.5523 15 16 14.5523 16 14C16 13.4477 15.5523 13 15 13H9ZM12 5.5C10.3431 5.5 9 6.84315 9 8.5C9 10.1569 10.3431 11.5 12 11.5C13.6569 11.5 15 10.1569 15 8.5C15 6.84315 13.6569 5.5 12 5.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCard;\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,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,kwCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCard","props","React","CentralIconBase","IconCard_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -5768,6 +5768,20 @@
|
|
|
5768
5768
|
"packageName": "round-filled-radius-3-stroke-2",
|
|
5769
5769
|
"componentName": "IconCar9Ev"
|
|
5770
5770
|
},
|
|
5771
|
+
{
|
|
5772
|
+
"category": "Interface General",
|
|
5773
|
+
"svg": "<path d=\"M12 7.5C12.5523 7.5 13 7.94772 13 8.5C13 9.05229 12.5523 9.5 12 9.5C11.4477 9.5 11 9.05229 11 8.5C11 7.94772 11.4477 7.5 12 7.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.2002 2C15.0237 2 15.7016 1.99898 16.252 2.04395C16.814 2.08988 17.3311 2.18827 17.8164 2.43555C18.5689 2.81902 19.181 3.43109 19.5645 4.1836C19.8117 4.6689 19.9101 5.18599 19.9561 5.74805C20.001 6.29843 20 6.97632 20 7.79981V16.2002C20 17.0237 20.001 17.7016 19.9561 18.252C19.9101 18.814 19.8117 19.3311 19.5645 19.8164C19.181 20.5689 18.5689 21.181 17.8164 21.5645C17.3311 21.8117 16.814 21.9101 16.252 21.9561C15.7016 22.001 15.0237 22 14.2002 22H9.79981C8.97632 22 8.29843 22.001 7.74805 21.9561C7.18599 21.9101 6.6689 21.8117 6.1836 21.5645C5.43109 21.181 4.81902 20.5689 4.43555 19.8164C4.18827 19.3311 4.08988 18.814 4.04395 18.252C3.99898 17.7016 4 17.0237 4 16.2002V7.79981C4 6.97632 3.99898 6.29843 4.04395 5.74805C4.08988 5.18599 4.18827 4.6689 4.43555 4.1836C4.81902 3.43109 5.43109 2.81902 6.1836 2.43555C6.6689 2.18827 7.18599 2.08988 7.74805 2.04395C8.29843 1.99898 8.97632 2 9.79981 2H14.2002ZM9 16C8.44772 16 8 16.4477 8 17C8 17.5523 8.44772 18 9 18H15C15.5523 18 16 17.5523 16 17C16 16.4477 15.5523 16 15 16H9ZM9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15H15C15.5523 15 16 14.5523 16 14C16 13.4477 15.5523 13 15 13H9ZM12 5.5C10.3431 5.5 9 6.84315 9 8.5C9 10.1569 10.3431 11.5 12 11.5C13.6569 11.5 15 10.1569 15 8.5C15 6.84315 13.6569 5.5 12 5.5Z\" fill=\"currentColor\"/>",
|
|
5774
|
+
"iconName": "card, profile, avatar, account",
|
|
5775
|
+
"variant": {
|
|
5776
|
+
"join": "round",
|
|
5777
|
+
"filled": "on",
|
|
5778
|
+
"radius": "3",
|
|
5779
|
+
"stroke": "2"
|
|
5780
|
+
},
|
|
5781
|
+
"createdAt": "2026-04-27T10:02:27.997505+00:00",
|
|
5782
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
5783
|
+
"componentName": "IconCard"
|
|
5784
|
+
},
|
|
5771
5785
|
{
|
|
5772
5786
|
"category": "Vehicles & Aircrafts",
|
|
5773
5787
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.27735 5.7812C6.01921 4.6684 7.26814 4 8.60555 4H15.3944C16.7319 4 17.9808 4.6684 18.7226 5.7812L20.8685 9H22C22.5523 9 23 9.44772 23 10C23 10.5523 22.5523 11 22 11H21.8955C21.9646 11.2963 22 11.601 22 11.9083V18C22 19.1046 21.1046 20 20 20H19C17.8954 20 17 19.1046 17 18H7C7 19.1046 6.10457 20 5 20H4C2.89543 20 2 19.1046 2 18V11.9083C2 11.601 2.03541 11.2963 2.1045 11H2C1.44772 11 1 10.5523 1 10C1 9.44772 1.44772 9 2 9H3.13148L5.27735 5.7812ZM5 13C5 12.4477 5.44772 12 6 12H7C7.55228 12 8 12.4477 8 13C8 13.5523 7.55228 14 7 14H6C5.44772 14 5 13.5523 5 13ZM16 13C16 12.4477 16.4477 12 17 12H18C18.5523 12 19 12.4477 19 13C19 13.5523 18.5523 14 18 14H17C16.4477 14 16 13.5523 16 13Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-3-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.215",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-stroke-2/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": 1977,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 85,
|
|
@@ -951,7 +951,7 @@
|
|
|
951
951
|
]
|
|
952
952
|
},
|
|
953
953
|
"Interface General": {
|
|
954
|
-
"count":
|
|
954
|
+
"count": 199,
|
|
955
955
|
"icons": [
|
|
956
956
|
"IconAnchor1",
|
|
957
957
|
"IconAnchor2",
|
|
@@ -992,6 +992,7 @@
|
|
|
992
992
|
"IconBrokenHeart",
|
|
993
993
|
"IconBrowserTabs",
|
|
994
994
|
"IconBucket",
|
|
995
|
+
"IconCard",
|
|
995
996
|
"IconChainLink1",
|
|
996
997
|
"IconChainLink2",
|
|
997
998
|
"IconChainLink3",
|
|
@@ -2589,6 +2590,7 @@
|
|
|
2589
2590
|
"IconCar8Ev": "car-8-ev, mini-van",
|
|
2590
2591
|
"IconCar9": "car-9, van",
|
|
2591
2592
|
"IconCar9Ev": "car-9-ev, van",
|
|
2593
|
+
"IconCard": "card, profile, avatar, account",
|
|
2592
2594
|
"IconCarFrontView": "car-front-view",
|
|
2593
2595
|
"IconCarTaxi": "car-taxi, uber",
|
|
2594
2596
|
"IconCarussel": "carussel, slides",
|
package/index.d.ts
CHANGED
|
@@ -412,6 +412,7 @@ export { IconCar9, default as IconCar9Default } from "./IconCar9";
|
|
|
412
412
|
export { IconCar9Ev, default as IconCar9EvDefault } from "./IconCar9Ev";
|
|
413
413
|
export { IconCarFrontView, default as IconCarFrontViewDefault, } from "./IconCarFrontView";
|
|
414
414
|
export { IconCarTaxi, default as IconCarTaxiDefault } from "./IconCarTaxi";
|
|
415
|
+
export { IconCard, default as IconCardDefault } from "./IconCard";
|
|
415
416
|
export { IconCarussel, default as IconCarusselDefault } from "./IconCarussel";
|
|
416
417
|
export { IconCash, default as IconCashDefault } from "./IconCash";
|
|
417
418
|
export { IconCat, default as IconCatDefault } from "./IconCat";
|