@central-icons-react-native/round-outlined-radius-3-stroke-1.5 1.1.20 → 1.1.22
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/IconAnvil/index.d.ts +4 -0
- package/IconAnvil/index.js +2 -0
- package/IconAnvil/index.js.map +1 -0
- package/IconAnvil/index.mjs +2 -0
- package/IconAnvil/index.mjs.map +1 -0
- package/IconCrossMedium/index.d.ts +4 -0
- package/IconCrossMedium/index.js +2 -0
- package/IconCrossMedium/index.js.map +1 -0
- package/IconCrossMedium/index.mjs +2 -0
- package/IconCrossMedium/index.mjs.map +1 -0
- package/IconPlan/index.d.ts +4 -0
- package/IconPlan/index.js +2 -0
- package/IconPlan/index.js.map +1 -0
- package/IconPlan/index.mjs +2 -0
- package/IconPlan/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +10 -4
- package/index.d.ts +3 -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 +21 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{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:!(s=B(o,e))||s.enumerable});return r};var l=(r,o,t)=>(t=r!=null?u(x(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={};d(v,{IconAnvil:()=>i,default:()=>h});module.exports=g(v);var C=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.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:"M19.25 4.75H2.75C2.19772 4.75 1.75 5.19772 1.75 5.75V5.90651C1.75 7.09259 2.4488 8.16732 3.53288 8.64852L7.4535 10.3888C8.24184 10.7387 8.75 11.5203 8.75 12.3828C8.75 13.377 8.07776 14.2455 7.11526 14.4947L6.75 14.5893C5.57244 14.8942 4.75 15.9567 4.75 17.1731V18.25C4.75 18.8023 5.19772 19.25 5.75 19.25H19.25C19.8023 19.25 20.25 18.8023 20.25 18.25V17.1731C20.25 15.9567 19.4276 14.8942 18.25 14.5893L17.754 14.4608C16.8685 14.2316 16.25 13.4326 16.25 12.5179C16.25 11.6031 16.8685 10.8041 17.754 10.5749L18.25 10.4464C19.4276 10.1415 20.25 9.07901 20.25 7.86262V5.75C20.25 5.19772 19.8023 4.75 19.25 4.75Z",stroke:"currentColor",strokeWidth:"1.5"}),C.default.createElement(p.Path,{d:"M6 5V9.5",stroke:"currentColor",strokeWidth:"1.5"})),h=i;0&&(module.exports={IconAnvil});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAnvil/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 IconAnvil: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.25 4.75H2.75C2.19772 4.75 1.75 5.19772 1.75 5.75V5.90651C1.75 7.09259 2.4488 8.16732 3.53288 8.64852L7.4535 10.3888C8.24184 10.7387 8.75 11.5203 8.75 12.3828C8.75 13.377 8.07776 14.2455 7.11526 14.4947L6.75 14.5893C5.57244 14.8942 4.75 15.9567 4.75 17.1731V18.25C4.75 18.8023 5.19772 19.25 5.75 19.25H19.25C19.8023 19.25 20.25 18.8023 20.25 18.25V17.1731C20.25 15.9567 19.4276 14.8942 18.25 14.5893L17.754 14.4608C16.8685 14.2316 16.25 13.4326 16.25 12.5179C16.25 11.6031 16.8685 10.8041 17.754 10.5749L18.25 10.4464C19.4276 10.1415 20.25 9.07901 20.25 7.86262V5.75C20.25 5.19772 19.8023 4.75 19.25 4.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path d=\"M6 5V9.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n </CentralIconBase>\n );\n};\n\nexport default IconAnvil;\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,eAAAE,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,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mmBACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,YAAY,MAAM,CAC7D,EAIGE,EAAQJ","names":["IconAnvil_exports","__export","IconAnvil","IconAnvil_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAnvil","props","React","CentralIconBase","IconAnvil_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as s}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(s,{...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:"M19.25 4.75H2.75C2.19772 4.75 1.75 5.19772 1.75 5.75V5.90651C1.75 7.09259 2.4488 8.16732 3.53288 8.64852L7.4535 10.3888C8.24184 10.7387 8.75 11.5203 8.75 12.3828C8.75 13.377 8.07776 14.2455 7.11526 14.4947L6.75 14.5893C5.57244 14.8942 4.75 15.9567 4.75 17.1731V18.25C4.75 18.8023 5.19772 19.25 5.75 19.25H19.25C19.8023 19.25 20.25 18.8023 20.25 18.25V17.1731C20.25 15.9567 19.4276 14.8942 18.25 14.5893L17.754 14.4608C16.8685 14.2316 16.25 13.4326 16.25 12.5179C16.25 11.6031 16.8685 10.8041 17.754 10.5749L18.25 10.4464C19.4276 10.1415 20.25 9.07901 20.25 7.86262V5.75C20.25 5.19772 19.8023 4.75 19.25 4.75Z",stroke:"currentColor",strokeWidth:"1.5"}),t.createElement(n,{d:"M6 5V9.5",stroke:"currentColor",strokeWidth:"1.5"})),P=a;export{a as IconAnvil,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAnvil/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 IconAnvil: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.25 4.75H2.75C2.19772 4.75 1.75 5.19772 1.75 5.75V5.90651C1.75 7.09259 2.4488 8.16732 3.53288 8.64852L7.4535 10.3888C8.24184 10.7387 8.75 11.5203 8.75 12.3828C8.75 13.377 8.07776 14.2455 7.11526 14.4947L6.75 14.5893C5.57244 14.8942 4.75 15.9567 4.75 17.1731V18.25C4.75 18.8023 5.19772 19.25 5.75 19.25H19.25C19.8023 19.25 20.25 18.8023 20.25 18.25V17.1731C20.25 15.9567 19.4276 14.8942 18.25 14.5893L17.754 14.4608C16.8685 14.2316 16.25 13.4326 16.25 12.5179C16.25 11.6031 16.8685 10.8041 17.754 10.5749L18.25 10.4464C19.4276 10.1415 20.25 9.07901 20.25 7.86262V5.75C20.25 5.19772 19.8023 4.75 19.25 4.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path d=\"M6 5V9.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n </CentralIconBase>\n );\n};\n\nexport default IconAnvil;\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,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mmBACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,WAAW,OAAO,eAAe,YAAY,MAAM,CAC7D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAnvil","props","React","CentralIconBase","IconAnvil_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 x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{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:!(s=B(o,e))||s.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(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={};d(v,{IconCrossMedium:()=>i,default:()=>h});module.exports=g(v);var p=m(require("react"));var C=m(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...t})=>C.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 f=require("react-native-svg"),i=r=>p.default.createElement(l,{...r},p.default.createElement(f.Path,{d:"M6.25 6.25L17.75 17.75M17.75 6.25L6.25 17.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),h=i;0&&(module.exports={IconCrossMedium});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCrossMedium/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 IconCrossMedium: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6.25 6.25L17.75 17.75M17.75 6.25L6.25 17.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCrossMedium;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+CACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconCrossMedium_exports","__export","IconCrossMedium","IconCrossMedium_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCrossMedium","props","React","CentralIconBase","IconCrossMedium_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(s,{...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 a}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(a,{d:"M6.25 6.25L17.75 17.75M17.75 6.25L6.25 17.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),P=m;export{m as IconCrossMedium,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCrossMedium/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 IconCrossMedium: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6.25 6.25L17.75 17.75M17.75 6.25L6.25 17.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCrossMedium;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+CACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCrossMedium","props","React","CentralIconBase","IconCrossMedium_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var m=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!I.call(r,n)&&n!==e&&p(r,n,{get:()=>o[n],enumerable:!(C=k(o,n))||C.enumerable});return r};var a=(r,o,e)=>(e=r!=null?m(B(r)):{},i(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),h=r=>i(p({},"__esModule",{value:!0}),r);var L={};P(L,{IconPlan:()=>c,default:()=>x});module.exports=h(L);var t=a(require("react"));var u=a(require("react")),d=require("react-native-svg"),l=({children:r,size:o=24,...e})=>u.default.createElement(d.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 s=require("react-native-svg"),c=r=>t.default.createElement(l,{...r},t.default.createElement(s.Path,{d:"M14.5 6.5H8.81314C7.00339 6.5 6.38405 8.91123 7.96978 9.78338L16.0302 14.2166C17.616 15.0888 16.9966 17.5 15.1869 17.5H9.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M17.5 3.75C19.0188 3.75 20.25 4.98122 20.25 6.5C20.25 8.01878 19.0188 9.25 17.5 9.25C15.9812 9.25 14.75 8.01878 14.75 6.5C14.75 4.98122 15.9812 3.75 17.5 3.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M6.5 14.75C8.01878 14.75 9.25 15.9812 9.25 17.5C9.25 19.0188 8.01878 20.25 6.5 20.25C4.98122 20.25 3.75 19.0188 3.75 17.5C3.75 15.9812 4.98122 14.75 6.5 14.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),x=c;0&&(module.exports={IconPlan});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPlan/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 IconPlan: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.5 6.5H8.81314C7.00339 6.5 6.38405 8.91123 7.96978 9.78338L16.0302 14.2166C17.616 15.0888 16.9966 17.5 15.1869 17.5H9.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.5 3.75C19.0188 3.75 20.25 4.98122 20.25 6.5C20.25 8.01878 19.0188 9.25 17.5 9.25C15.9812 9.25 14.75 8.01878 14.75 6.5C14.75 4.98122 15.9812 3.75 17.5 3.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6.5 14.75C8.01878 14.75 9.25 15.9812 9.25 17.5C9.25 19.0188 8.01878 20.25 6.5 20.25C4.98122 20.25 3.75 19.0188 3.75 17.5C3.75 15.9812 4.98122 14.75 6.5 14.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPlan;\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,6HACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kKACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kKACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconPlan_exports","__export","IconPlan","IconPlan_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPlan","props","React","CentralIconBase","IconPlan_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:r=24,...p})=>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"},e);import{Path as n}from"react-native-svg";var i=e=>o.createElement(t,{...e},o.createElement(n,{d:"M14.5 6.5H8.81314C7.00339 6.5 6.38405 8.91123 7.96978 9.78338L16.0302 14.2166C17.616 15.0888 16.9966 17.5 15.1869 17.5H9.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M17.5 3.75C19.0188 3.75 20.25 4.98122 20.25 6.5C20.25 8.01878 19.0188 9.25 17.5 9.25C15.9812 9.25 14.75 8.01878 14.75 6.5C14.75 4.98122 15.9812 3.75 17.5 3.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M6.5 14.75C8.01878 14.75 9.25 15.9812 9.25 17.5C9.25 19.0188 8.01878 20.25 6.5 20.25C4.98122 20.25 3.75 19.0188 3.75 17.5C3.75 15.9812 4.98122 14.75 6.5 14.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),I=i;export{i as IconPlan,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPlan/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 IconPlan: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.5 6.5H8.81314C7.00339 6.5 6.38405 8.91123 7.96978 9.78338L16.0302 14.2166C17.616 15.0888 16.9966 17.5 15.1869 17.5H9.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.5 3.75C19.0188 3.75 20.25 4.98122 20.25 6.5C20.25 8.01878 19.0188 9.25 17.5 9.25C15.9812 9.25 14.75 8.01878 14.75 6.5C14.75 4.98122 15.9812 3.75 17.5 3.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6.5 14.75C8.01878 14.75 9.25 15.9812 9.25 17.5C9.25 19.0188 8.01878 20.25 6.5 20.25C4.98122 20.25 3.75 19.0188 3.75 17.5C3.75 15.9812 4.98122 14.75 6.5 14.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPlan;\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,6HACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kKACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kKACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPlan","props","React","CentralIconBase","IconPlan_default"]}
|
package/README.md
CHANGED
|
@@ -911,6 +911,7 @@ Below is a complete list of available icons:
|
|
|
911
911
|
- IconCompassRound
|
|
912
912
|
- IconCompassSquare
|
|
913
913
|
- IconCrossLarge
|
|
914
|
+
- IconCrossMedium
|
|
914
915
|
- IconCrossSmall
|
|
915
916
|
- IconDeepSearch
|
|
916
917
|
- IconDotGrid1x3Horizontal
|
|
@@ -1528,6 +1529,7 @@ Below is a complete list of available icons:
|
|
|
1528
1529
|
### Things
|
|
1529
1530
|
|
|
1530
1531
|
- IconAlien
|
|
1532
|
+
- IconAnvil
|
|
1531
1533
|
- IconBackpack
|
|
1532
1534
|
- IconBag
|
|
1533
1535
|
- IconBag2
|
|
@@ -1602,6 +1604,7 @@ Below is a complete list of available icons:
|
|
|
1602
1604
|
- IconPillow
|
|
1603
1605
|
- IconPillowZz
|
|
1604
1606
|
- IconPilone
|
|
1607
|
+
- IconPlan
|
|
1605
1608
|
- IconPlayground
|
|
1606
1609
|
- IconPlugin1
|
|
1607
1610
|
- IconPlugin2
|
package/filtered-icons.json
CHANGED
|
@@ -644,6 +644,20 @@
|
|
|
644
644
|
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
645
645
|
"componentName": "IconAnthropic"
|
|
646
646
|
},
|
|
647
|
+
{
|
|
648
|
+
"category": "Things",
|
|
649
|
+
"svg": "<path d=\"M19.25 4.75H2.75C2.19772 4.75 1.75 5.19772 1.75 5.75V5.90651C1.75 7.09259 2.4488 8.16732 3.53288 8.64852L7.4535 10.3888C8.24184 10.7387 8.75 11.5203 8.75 12.3828C8.75 13.377 8.07776 14.2455 7.11526 14.4947L6.75 14.5893C5.57244 14.8942 4.75 15.9567 4.75 17.1731V18.25C4.75 18.8023 5.19772 19.25 5.75 19.25H19.25C19.8023 19.25 20.25 18.8023 20.25 18.25V17.1731C20.25 15.9567 19.4276 14.8942 18.25 14.5893L17.754 14.4608C16.8685 14.2316 16.25 13.4326 16.25 12.5179C16.25 11.6031 16.8685 10.8041 17.754 10.5749L18.25 10.4464C19.4276 10.1415 20.25 9.07901 20.25 7.86262V5.75C20.25 5.19772 19.8023 4.75 19.25 4.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M6 5V9.5\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
|
|
650
|
+
"iconName": "anvil, crafting, hard, strong",
|
|
651
|
+
"variant": {
|
|
652
|
+
"join": "round",
|
|
653
|
+
"filled": "off",
|
|
654
|
+
"radius": "3",
|
|
655
|
+
"stroke": "1.5"
|
|
656
|
+
},
|
|
657
|
+
"createdAt": "2025-11-03T16:30:49.872096+00:00",
|
|
658
|
+
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
659
|
+
"componentName": "IconAnvil"
|
|
660
|
+
},
|
|
647
661
|
{
|
|
648
662
|
"category": "Code",
|
|
649
663
|
"svg": "<path d=\"M15.75 6.75C15.75 8.82107 14.0711 10.5 12 10.5C9.92893 10.5 8.25 8.82107 8.25 6.75C8.25 4.67893 9.92893 3 12 3C14.0711 3 15.75 4.67893 15.75 6.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M10.25 16.25C10.25 18.3211 8.57107 20 6.5 20C4.42893 20 2.75 18.3211 2.75 16.25C2.75 14.1789 4.42893 12.5 6.5 12.5C8.57107 12.5 10.25 14.1789 10.25 16.25Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M21.25 16.25C21.25 18.3211 19.5711 20 17.5 20C15.4289 20 13.75 18.3211 13.75 16.25C13.75 14.1789 15.4289 12.5 17.5 12.5C19.5711 12.5 21.25 14.1789 21.25 16.25Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
|
|
@@ -7042,6 +7056,20 @@
|
|
|
7042
7056
|
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
7043
7057
|
"componentName": "IconCrossLarge"
|
|
7044
7058
|
},
|
|
7059
|
+
{
|
|
7060
|
+
"category": "Interface General",
|
|
7061
|
+
"svg": "<path d=\"M6.25 6.25L17.75 17.75M17.75 6.25L6.25 17.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
|
|
7062
|
+
"iconName": "cross-medium, crossed medium, close",
|
|
7063
|
+
"variant": {
|
|
7064
|
+
"join": "round",
|
|
7065
|
+
"filled": "off",
|
|
7066
|
+
"radius": "3",
|
|
7067
|
+
"stroke": "1.5"
|
|
7068
|
+
},
|
|
7069
|
+
"createdAt": "2025-10-27T09:30:57.840262+00:00",
|
|
7070
|
+
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
7071
|
+
"componentName": "IconCrossMedium"
|
|
7072
|
+
},
|
|
7045
7073
|
{
|
|
7046
7074
|
"category": "Interface General",
|
|
7047
7075
|
"svg": "<path d=\"M7.75 7.75L16.25 16.25M16.25 7.75L7.75 16.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
|
|
@@ -15288,6 +15316,20 @@
|
|
|
15288
15316
|
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
15289
15317
|
"componentName": "IconPlaceholder"
|
|
15290
15318
|
},
|
|
15319
|
+
{
|
|
15320
|
+
"category": "Things",
|
|
15321
|
+
"svg": "<path d=\"M14.5 6.5H8.81314C7.00339 6.5 6.38405 8.91123 7.96978 9.78338L16.0302 14.2166C17.616 15.0888 16.9966 17.5 15.1869 17.5H9.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.5 3.75C19.0188 3.75 20.25 4.98122 20.25 6.5C20.25 8.01878 19.0188 9.25 17.5 9.25C15.9812 9.25 14.75 8.01878 14.75 6.5C14.75 4.98122 15.9812 3.75 17.5 3.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.5 14.75C8.01878 14.75 9.25 15.9812 9.25 17.5C9.25 19.0188 8.01878 20.25 6.5 20.25C4.98122 20.25 3.75 19.0188 3.75 17.5C3.75 15.9812 4.98122 14.75 6.5 14.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
15322
|
+
"iconName": "plan, process, connect, path",
|
|
15323
|
+
"variant": {
|
|
15324
|
+
"join": "round",
|
|
15325
|
+
"filled": "off",
|
|
15326
|
+
"radius": "3",
|
|
15327
|
+
"stroke": "1.5"
|
|
15328
|
+
},
|
|
15329
|
+
"createdAt": "2025-11-03T16:30:49.872096+00:00",
|
|
15330
|
+
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
15331
|
+
"componentName": "IconPlan"
|
|
15332
|
+
},
|
|
15291
15333
|
{
|
|
15292
15334
|
"category": "Interface General",
|
|
15293
15335
|
"svg": "<path d=\"M11.75 7.75H20.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5.75 18.25C6.85457 18.25 7.75 17.3546 7.75 16.25C7.75 15.1454 6.85457 14.25 5.75 14.25C4.64543 14.25 3.75 15.1454 3.75 16.25C3.75 17.3546 4.64543 18.25 5.75 18.25Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.75 16.25H20.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.75 8.25L5.41667 9.75L8.75 5.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -45,6 +45,7 @@ export type CentralIconName =
|
|
|
45
45
|
| "IconAnimationUndershoot"
|
|
46
46
|
| "IconAnonymous"
|
|
47
47
|
| "IconAnthropic"
|
|
48
|
+
| "IconAnvil"
|
|
48
49
|
| "IconApiAggregate"
|
|
49
50
|
| "IconApiConnection"
|
|
50
51
|
| "IconApple"
|
|
@@ -502,6 +503,7 @@ export type CentralIconName =
|
|
|
502
503
|
| "IconCreditCardAdd"
|
|
503
504
|
| "IconCrop"
|
|
504
505
|
| "IconCrossLarge"
|
|
506
|
+
| "IconCrossMedium"
|
|
505
507
|
| "IconCrossSmall"
|
|
506
508
|
| "IconCrown"
|
|
507
509
|
| "IconCrypto"
|
|
@@ -1091,6 +1093,7 @@ export type CentralIconName =
|
|
|
1091
1093
|
| "IconPinterestSimple"
|
|
1092
1094
|
| "IconPizza"
|
|
1093
1095
|
| "IconPlaceholder"
|
|
1096
|
+
| "IconPlan"
|
|
1094
1097
|
| "IconPlanning"
|
|
1095
1098
|
| "IconPlay"
|
|
1096
1099
|
| "IconPlayCircle"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-3-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.22",
|
|
4
4
|
"style": "round-outlined-radius-3-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-stroke-1.5/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": 1558,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 44,
|
|
@@ -751,7 +751,7 @@
|
|
|
751
751
|
]
|
|
752
752
|
},
|
|
753
753
|
"Interface General": {
|
|
754
|
-
"count":
|
|
754
|
+
"count": 161,
|
|
755
755
|
"icons": [
|
|
756
756
|
"IconAnchor1",
|
|
757
757
|
"IconAnchor2",
|
|
@@ -815,6 +815,7 @@
|
|
|
815
815
|
"IconCompassRound",
|
|
816
816
|
"IconCompassSquare",
|
|
817
817
|
"IconCrossLarge",
|
|
818
|
+
"IconCrossMedium",
|
|
818
819
|
"IconCrossSmall",
|
|
819
820
|
"IconDeepSearch",
|
|
820
821
|
"IconDotGrid1x3Horizontal",
|
|
@@ -1455,9 +1456,10 @@
|
|
|
1455
1456
|
]
|
|
1456
1457
|
},
|
|
1457
1458
|
"Things": {
|
|
1458
|
-
"count":
|
|
1459
|
+
"count": 124,
|
|
1459
1460
|
"icons": [
|
|
1460
1461
|
"IconAlien",
|
|
1462
|
+
"IconAnvil",
|
|
1461
1463
|
"IconBackpack",
|
|
1462
1464
|
"IconBag",
|
|
1463
1465
|
"IconBag2",
|
|
@@ -1532,6 +1534,7 @@
|
|
|
1532
1534
|
"IconPillow",
|
|
1533
1535
|
"IconPillowZz",
|
|
1534
1536
|
"IconPilone",
|
|
1537
|
+
"IconPlan",
|
|
1535
1538
|
"IconPlayground",
|
|
1536
1539
|
"IconPlugin1",
|
|
1537
1540
|
"IconPlugin2",
|
|
@@ -1791,6 +1794,7 @@
|
|
|
1791
1794
|
"IconAnimationUndershoot": "animation-undershoot",
|
|
1792
1795
|
"IconAnonymous": "anonymous, anonym, hidden",
|
|
1793
1796
|
"IconAnthropic": "anthropic",
|
|
1797
|
+
"IconAnvil": "anvil, crafting, hard, strong",
|
|
1794
1798
|
"IconApiAggregate": "api-aggregate",
|
|
1795
1799
|
"IconApiConnection": "api-connection",
|
|
1796
1800
|
"IconApple": "apple",
|
|
@@ -2248,6 +2252,7 @@
|
|
|
2248
2252
|
"IconCreditCardAdd": "credit-card-add, card, payment",
|
|
2249
2253
|
"IconCrop": "crop",
|
|
2250
2254
|
"IconCrossLarge": "cross-large, crossed large, close",
|
|
2255
|
+
"IconCrossMedium": "cross-medium, crossed medium, close",
|
|
2251
2256
|
"IconCrossSmall": "cross-small, crossed small, delete, remove",
|
|
2252
2257
|
"IconCrown": "crown, vip",
|
|
2253
2258
|
"IconCrypto": "crypto",
|
|
@@ -2837,6 +2842,7 @@
|
|
|
2837
2842
|
"IconPinterestSimple": "pinterest-simple",
|
|
2838
2843
|
"IconPizza": "pizza",
|
|
2839
2844
|
"IconPlaceholder": "placeholder, generate",
|
|
2845
|
+
"IconPlan": "plan, process, connect, path",
|
|
2840
2846
|
"IconPlanning": "planning, list, checklist",
|
|
2841
2847
|
"IconPlay": "play, go",
|
|
2842
2848
|
"IconPlayCircle": "play-circle",
|
package/index.d.ts
CHANGED
|
@@ -44,6 +44,7 @@ export { IconAnimationOvershoot, default as IconAnimationOvershootDefault, } fro
|
|
|
44
44
|
export { IconAnimationUndershoot, default as IconAnimationUndershootDefault, } from "./IconAnimationUndershoot";
|
|
45
45
|
export { IconAnonymous, default as IconAnonymousDefault, } from "./IconAnonymous";
|
|
46
46
|
export { IconAnthropic, default as IconAnthropicDefault, } from "./IconAnthropic";
|
|
47
|
+
export { IconAnvil, default as IconAnvilDefault } from "./IconAnvil";
|
|
47
48
|
export { IconApiAggregate, default as IconApiAggregateDefault, } from "./IconApiAggregate";
|
|
48
49
|
export { IconApiConnection, default as IconApiConnectionDefault, } from "./IconApiConnection";
|
|
49
50
|
export { IconApple, default as IconAppleDefault } from "./IconApple";
|
|
@@ -501,6 +502,7 @@ export { IconCreditCard2, default as IconCreditCard2Default, } from "./IconCredi
|
|
|
501
502
|
export { IconCreditCardAdd, default as IconCreditCardAddDefault, } from "./IconCreditCardAdd";
|
|
502
503
|
export { IconCrop, default as IconCropDefault } from "./IconCrop";
|
|
503
504
|
export { IconCrossLarge, default as IconCrossLargeDefault, } from "./IconCrossLarge";
|
|
505
|
+
export { IconCrossMedium, default as IconCrossMediumDefault, } from "./IconCrossMedium";
|
|
504
506
|
export { IconCrossSmall, default as IconCrossSmallDefault, } from "./IconCrossSmall";
|
|
505
507
|
export { IconCrown, default as IconCrownDefault } from "./IconCrown";
|
|
506
508
|
export { IconCrypto, default as IconCryptoDefault } from "./IconCrypto";
|
|
@@ -1090,6 +1092,7 @@ export { IconPinterest, default as IconPinterestDefault, } from "./IconPinterest
|
|
|
1090
1092
|
export { IconPinterestSimple, default as IconPinterestSimpleDefault, } from "./IconPinterestSimple";
|
|
1091
1093
|
export { IconPizza, default as IconPizzaDefault } from "./IconPizza";
|
|
1092
1094
|
export { IconPlaceholder, default as IconPlaceholderDefault, } from "./IconPlaceholder";
|
|
1095
|
+
export { IconPlan, default as IconPlanDefault } from "./IconPlan";
|
|
1093
1096
|
export { IconPlanning, default as IconPlanningDefault } from "./IconPlanning";
|
|
1094
1097
|
export { IconPlay, default as IconPlayDefault } from "./IconPlay";
|
|
1095
1098
|
export { IconPlayCircle, default as IconPlayCircleDefault, } from "./IconPlayCircle";
|