@central-icons-react-native/round-filled-radius-0-stroke-1 1.1.72 → 1.1.75
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/IconFullScreen/index.d.ts +4 -0
- package/IconFullScreen/index.js +2 -0
- package/IconFullScreen/index.js.map +1 -0
- package/{IconFullScreen1 → IconFullScreen}/index.mjs +1 -1
- package/IconFullScreen/index.mjs.map +1 -0
- package/IconFullscreen1/index.d.ts +4 -0
- package/IconFullscreen1/index.js +2 -0
- package/IconFullscreen1/index.js.map +1 -0
- package/IconFullscreen1/index.mjs +2 -0
- package/IconFullscreen1/index.mjs.map +1 -0
- package/IconFullscreen2/index.d.ts +4 -0
- package/IconFullscreen2/index.js +2 -0
- package/IconFullscreen2/index.js.map +1 -0
- package/{IconFullscreen → IconFullscreen2}/index.mjs +1 -1
- package/IconFullscreen2/index.mjs.map +1 -0
- package/IconRemix/index.d.ts +4 -0
- package/IconRemix/index.js +2 -0
- package/IconRemix/index.js.map +1 -0
- package/IconRemix/index.mjs +2 -0
- package/IconRemix/index.mjs.map +1 -0
- package/README.md +4 -3
- package/filtered-icons.json +36 -22
- package/icons/index.d.ts +4 -3
- package/icons-index.json +13 -11
- package/index.d.ts +4 -3
- 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 +22 -15
- package/IconClapperboard/index.d.ts +0 -4
- package/IconClapperboard/index.js +0 -2
- package/IconClapperboard/index.js.map +0 -1
- package/IconClapperboard/index.mjs +0 -2
- package/IconClapperboard/index.mjs.map +0 -1
- package/IconFullScreen1/index.d.ts +0 -4
- package/IconFullScreen1/index.js +0 -2
- package/IconFullScreen1/index.js.map +0 -1
- package/IconFullScreen1/index.mjs.map +0 -1
- package/IconFullscreen/index.d.ts +0 -4
- package/IconFullscreen/index.js +0 -2
- package/IconFullscreen/index.js.map +0 -1
- package/IconFullscreen/index.mjs.map +0 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,V=Object.prototype.hasOwnProperty;var d=(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 C of H(o))!V.call(r,C)&&C!==e&&n(r,C,{get:()=>o[C],enumerable:!(p=B(o,C))||p.enumerable});return r};var a=(r,o,e)=>(e=r!=null?i(I(r)):{},l(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>l(n({},"__esModule",{value:!0}),r);var P={};d(P,{IconFullScreen:()=>u,default:()=>x});module.exports=v(P);var t=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),s=({children:r,size:o=24,...e})=>m.default.createElement(c.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"),u=r=>t.default.createElement(s,{...r},t.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M3 3.5C3 3.22386 3.22386 3 3.5 3H8.5C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H4V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V3.5ZM15 3.5C15 3.22386 15.2239 3 15.5 3H20.5C20.7761 3 21 3.22386 21 3.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V4H15.5C15.2239 4 15 3.77614 15 3.5ZM3.5 15C3.77614 15 4 15.2239 4 15.5V20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H3.5C3.22386 21 3 20.7761 3 20.5V15.5C3 15.2239 3.22386 15 3.5 15ZM20.5 15C20.7761 15 21 15.2239 21 15.5V20.5C21 20.7761 20.7761 21 20.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H20V15.5C20 15.2239 20.2239 15 20.5 15Z",fill:"currentColor"})),x=u;0&&(module.exports={IconFullScreen});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFullScreen/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 IconFullScreen: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3 3.5C3 3.22386 3.22386 3 3.5 3H8.5C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H4V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V3.5ZM15 3.5C15 3.22386 15.2239 3 15.5 3H20.5C20.7761 3 21 3.22386 21 3.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V4H15.5C15.2239 4 15 3.77614 15 3.5ZM3.5 15C3.77614 15 4 15.2239 4 15.5V20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H3.5C3.22386 21 3 20.7761 3 20.5V15.5C3 15.2239 3.22386 15 3.5 15ZM20.5 15C20.7761 15 21 15.2239 21 15.5V20.5C21 20.7761 20.7761 21 20.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H20V15.5C20 15.2239 20.2239 15 20.5 15Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFullScreen;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,mpBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFullScreen_exports","__export","IconFullScreen","IconFullScreen_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFullScreen","props","React","CentralIconBase","IconFullScreen_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import C from"react";import t from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...n})=>t.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=>C.createElement(e,{...o},C.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M3 3.5C3 3.22386 3.22386 3 3.5 3H8.5C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H4V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V3.5ZM15 3.5C15 3.22386 15.2239 3 15.5 3H20.5C20.7761 3 21 3.22386 21 3.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V4H15.5C15.2239 4 15 3.77614 15 3.5ZM3.5 15C3.77614 15 4 15.2239 4 15.5V20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H3.5C3.22386 21 3 20.7761 3 20.5V15.5C3 15.2239 3.22386 15 3.5 15ZM20.5 15C20.7761 15 21 15.2239 21 15.5V20.5C21 20.7761 20.7761 21 20.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H20V15.5C20 15.2239 20.2239 15 20.5 15Z",fill:"currentColor"})),V=a;export{a as
|
|
1
|
+
import C from"react";import t from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...n})=>t.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=>C.createElement(e,{...o},C.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M3 3.5C3 3.22386 3.22386 3 3.5 3H8.5C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H4V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V3.5ZM15 3.5C15 3.22386 15.2239 3 15.5 3H20.5C20.7761 3 21 3.22386 21 3.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V4H15.5C15.2239 4 15 3.77614 15 3.5ZM3.5 15C3.77614 15 4 15.2239 4 15.5V20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H3.5C3.22386 21 3 20.7761 3 20.5V15.5C3 15.2239 3.22386 15 3.5 15ZM20.5 15C20.7761 15 21 15.2239 21 15.5V20.5C21 20.7761 20.7761 21 20.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H20V15.5C20 15.2239 20.2239 15 20.5 15Z",fill:"currentColor"})),V=a;export{a as IconFullScreen,V as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFullScreen/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 IconFullScreen: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3 3.5C3 3.22386 3.22386 3 3.5 3H8.5C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H4V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V3.5ZM15 3.5C15 3.22386 15.2239 3 15.5 3H20.5C20.7761 3 21 3.22386 21 3.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V4H15.5C15.2239 4 15 3.77614 15 3.5ZM3.5 15C3.77614 15 4 15.2239 4 15.5V20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H3.5C3.22386 21 3 20.7761 3 20.5V15.5C3 15.2239 3.22386 15 3.5 15ZM20.5 15C20.7761 15 21 15.2239 21 15.5V20.5C21 20.7761 20.7761 21 20.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H20V15.5C20 15.2239 20.2239 15 20.5 15Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFullScreen;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,mpBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFullScreen","props","React","CentralIconBase","IconFullScreen_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var t=Object.defineProperty;var H=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var V=Object.getPrototypeOf,i=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!i.call(r,e)&&e!==C&&t(r,e,{get:()=>o[e],enumerable:!(p=H(o,e))||p.enumerable});return r};var l=(r,o,C)=>(C=r!=null?B(V(r)):{},a(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>a(t({},"__esModule",{value:!0}),r);var v={};x(v,{IconFullscreen1:()=>u,default:()=>g});module.exports=P(v);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...C})=>m.default.createElement(s.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 f=require("react-native-svg"),u=r=>n.default.createElement(c,{...r},n.default.createElement(f.Path,{d:"M2 14.5C2 14.2239 2.22386 14 2.5 14C2.77614 14 3 14.2239 3 14.5V19H7.5C7.77614 19 8 19.2239 8 19.5C8 19.7761 7.77614 20 7.5 20H2.5C2.22386 20 2 19.7761 2 19.5V14.5ZM21 14.5C21 14.2239 21.2239 14 21.5 14C21.7761 14 22 14.2239 22 14.5V19.5C22 19.7761 21.7761 20 21.5 20H16.5C16.2239 20 16 19.7761 16 19.5C16 19.2239 16.2239 19 16.5 19H21V14.5ZM2 9.5V4.5C2 4.22386 2.22386 4 2.5 4H7.5C7.77614 4 8 4.22386 8 4.5C8 4.77614 7.77614 5 7.5 5H3V9.5C3 9.77614 2.77614 10 2.5 10C2.22386 10 2 9.77614 2 9.5ZM21 9.5V5H16.5C16.2239 5 16 4.77614 16 4.5C16 4.22386 16.2239 4 16.5 4H21.5C21.7761 4 22 4.22386 22 4.5V9.5C22 9.77614 21.7761 10 21.5 10C21.2239 10 21 9.77614 21 9.5Z",fill:"currentColor"})),g=u;0&&(module.exports={IconFullscreen1});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFullscreen1/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 IconFullscreen1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2 14.5C2 14.2239 2.22386 14 2.5 14C2.77614 14 3 14.2239 3 14.5V19H7.5C7.77614 19 8 19.2239 8 19.5C8 19.7761 7.77614 20 7.5 20H2.5C2.22386 20 2 19.7761 2 19.5V14.5ZM21 14.5C21 14.2239 21.2239 14 21.5 14C21.7761 14 22 14.2239 22 14.5V19.5C22 19.7761 21.7761 20 21.5 20H16.5C16.2239 20 16 19.7761 16 19.5C16 19.2239 16.2239 19 16.5 19H21V14.5ZM2 9.5V4.5C2 4.22386 2.22386 4 2.5 4H7.5C7.77614 4 8 4.22386 8 4.5C8 4.77614 7.77614 5 7.5 5H3V9.5C3 9.77614 2.77614 10 2.5 10C2.22386 10 2 9.77614 2 9.5ZM21 9.5V5H16.5C16.2239 5 16 4.77614 16 4.5C16 4.22386 16.2239 4 16.5 4H21.5C21.7761 4 22 4.22386 22 4.5V9.5C22 9.77614 21.7761 10 21.5 10C21.2239 10 21 9.77614 21 9.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFullscreen1;\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,ypBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFullscreen1_exports","__export","IconFullscreen1","IconFullscreen1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFullscreen1","props","React","CentralIconBase","IconFullscreen1_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import n from"react";import{Svg as p}from"react-native-svg";var C=({children:o,size:r=24,...t})=>n.createElement(p,{...t,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 l=o=>e.createElement(C,{...o},e.createElement(a,{d:"M2 14.5C2 14.2239 2.22386 14 2.5 14C2.77614 14 3 14.2239 3 14.5V19H7.5C7.77614 19 8 19.2239 8 19.5C8 19.7761 7.77614 20 7.5 20H2.5C2.22386 20 2 19.7761 2 19.5V14.5ZM21 14.5C21 14.2239 21.2239 14 21.5 14C21.7761 14 22 14.2239 22 14.5V19.5C22 19.7761 21.7761 20 21.5 20H16.5C16.2239 20 16 19.7761 16 19.5C16 19.2239 16.2239 19 16.5 19H21V14.5ZM2 9.5V4.5C2 4.22386 2.22386 4 2.5 4H7.5C7.77614 4 8 4.22386 8 4.5C8 4.77614 7.77614 5 7.5 5H3V9.5C3 9.77614 2.77614 10 2.5 10C2.22386 10 2 9.77614 2 9.5ZM21 9.5V5H16.5C16.2239 5 16 4.77614 16 4.5C16 4.22386 16.2239 4 16.5 4H21.5C21.7761 4 22 4.22386 22 4.5V9.5C22 9.77614 21.7761 10 21.5 10C21.2239 10 21 9.77614 21 9.5Z",fill:"currentColor"})),i=l;export{l as IconFullscreen1,i as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFullscreen1/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 IconFullscreen1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2 14.5C2 14.2239 2.22386 14 2.5 14C2.77614 14 3 14.2239 3 14.5V19H7.5C7.77614 19 8 19.2239 8 19.5C8 19.7761 7.77614 20 7.5 20H2.5C2.22386 20 2 19.7761 2 19.5V14.5ZM21 14.5C21 14.2239 21.2239 14 21.5 14C21.7761 14 22 14.2239 22 14.5V19.5C22 19.7761 21.7761 20 21.5 20H16.5C16.2239 20 16 19.7761 16 19.5C16 19.2239 16.2239 19 16.5 19H21V14.5ZM2 9.5V4.5C2 4.22386 2.22386 4 2.5 4H7.5C7.77614 4 8 4.22386 8 4.5C8 4.77614 7.77614 5 7.5 5H3V9.5C3 9.77614 2.77614 10 2.5 10C2.22386 10 2 9.77614 2 9.5ZM21 9.5V5H16.5C16.2239 5 16 4.77614 16 4.5C16 4.22386 16.2239 4 16.5 4H21.5C21.7761 4 22 4.22386 22 4.5V9.5C22 9.77614 21.7761 10 21.5 10C21.2239 10 21 9.77614 21 9.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFullscreen1;\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,ypBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFullscreen1","props","React","CentralIconBase","IconFullscreen1_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of i(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=I(o,t))||C.enumerable});return r};var l=(r,o,e)=>(e=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconFullscreen2:()=>u,default:()=>F});module.exports=v(h);var p=l(require("react"));var m=l(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"),u=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M2.5 4C2.22386 4 2 4.22386 2 4.5V19.5C2 19.7761 2.22386 20 2.5 20H21.5C21.7761 20 22 19.7761 22 19.5V4.5C22 4.22386 21.7761 4 21.5 4H2.5Z",fill:"currentColor"})),F=u;0&&(module.exports={IconFullscreen2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFullscreen2/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 IconFullscreen2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.5 4C2.22386 4 2 4.22386 2 4.5V19.5C2 19.7761 2.22386 20 2.5 20H21.5C21.7761 20 22 19.7761 22 19.5V4.5C22 4.22386 21.7761 4 21.5 4H2.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFullscreen2;\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,4IACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFullscreen2_exports","__export","IconFullscreen2","IconFullscreen2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFullscreen2","props","React","CentralIconBase","IconFullscreen2_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import t from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(C,{...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 l=o=>t.createElement(e,{...o},t.createElement(a,{d:"M2.5 4C2.22386 4 2 4.22386 2 4.5V19.5C2 19.7761 2.22386 20 2.5 20H21.5C21.7761 20 22 19.7761 22 19.5V4.5C22 4.22386 21.7761 4 21.5 4H2.5Z",fill:"currentColor"})),P=l;export{l as
|
|
1
|
+
import t from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(C,{...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 l=o=>t.createElement(e,{...o},t.createElement(a,{d:"M2.5 4C2.22386 4 2 4.22386 2 4.5V19.5C2 19.7761 2.22386 20 2.5 20H21.5C21.7761 20 22 19.7761 22 19.5V4.5C22 4.22386 21.7761 4 21.5 4H2.5Z",fill:"currentColor"})),P=l;export{l as IconFullscreen2,P as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFullscreen2/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 IconFullscreen2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.5 4C2.22386 4 2 4.22386 2 4.5V19.5C2 19.7761 2.22386 20 2.5 20H21.5C21.7761 20 22 19.7761 22 19.5V4.5C22 4.22386 21.7761 4 21.5 4H2.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFullscreen2;\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,4IACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFullscreen2","props","React","CentralIconBase","IconFullscreen2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var H=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var C in o)n(r,C,{get:o[C],enumerable:!0})},m=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!I.call(r,t)&&t!==C&&n(r,t,{get:()=>o[t],enumerable:!(l=x(o,t))||l.enumerable});return r};var a=(r,o,C)=>(C=r!=null?u(H(r)):{},m(o||!r||!r.__esModule?n(C,"default",{value:r,enumerable:!0}):C,r)),V=r=>m(n({},"__esModule",{value:!0}),r);var g={};L(g,{IconRemix:()=>i,default:()=>P});module.exports=V(g);var e=a(require("react"));var f=a(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...C})=>f.default.createElement(s.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=>e.default.createElement(c,{...r},e.default.createElement(p.Path,{d:"M20.5 9.49996C20.7761 9.49996 21 9.72382 21 9.99996V19.5C21 19.7761 20.7761 20 20.5 20H4.70703L6.60352 21.8964C6.79876 22.0917 6.79877 22.4082 6.60352 22.6035C6.40826 22.7987 6.09174 22.7987 5.89648 22.6035L3.14648 19.8535C2.95123 19.6582 2.95124 19.3417 3.14648 19.1464L5.89648 16.3964C6.09175 16.2012 6.40825 16.2012 6.60352 16.3964C6.79876 16.5917 6.79877 16.9082 6.60352 17.1035L4.70703 19H20V9.99996C20 9.72382 20.2239 9.49996 20.5 9.49996Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M12 7.49996C12.2761 7.49996 12.5 7.72382 12.5 7.99996V11.5H16C16.2761 11.5 16.5 11.7238 16.5 12C16.5 12.2761 16.2761 12.5 16 12.5H12.5V16C12.5 16.2761 12.2761 16.5 12 16.5C11.7239 16.5 11.5 16.2761 11.5 16V12.5H8C7.72387 12.5 7.50002 12.2761 7.5 12C7.5 11.7238 7.72386 11.5 8 11.5H11.5V7.99996C11.5 7.72382 11.7239 7.49996 12 7.49996Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M17.3965 1.39645C17.5917 1.20118 17.9083 1.20118 18.1035 1.39645L20.8535 4.14645C21.0488 4.34171 21.0488 4.65822 20.8535 4.85348L18.1035 7.60348C17.9083 7.79872 17.5917 7.79872 17.3965 7.60348C17.2012 7.40822 17.2012 7.09171 17.3965 6.89645L19.293 4.99996H4V14C3.99998 14.2761 3.77613 14.5 3.5 14.5C3.22387 14.5 3.00002 14.2761 3 14V4.49996C3 4.22382 3.22386 3.99996 3.5 3.99996H19.293L17.3965 2.10348C17.2012 1.90822 17.2012 1.59171 17.3965 1.39645Z",fill:"currentColor"})),P=i;0&&(module.exports={IconRemix});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRemix/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 IconRemix: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.5 9.49996C20.7761 9.49996 21 9.72382 21 9.99996V19.5C21 19.7761 20.7761 20 20.5 20H4.70703L6.60352 21.8964C6.79876 22.0917 6.79877 22.4082 6.60352 22.6035C6.40826 22.7987 6.09174 22.7987 5.89648 22.6035L3.14648 19.8535C2.95123 19.6582 2.95124 19.3417 3.14648 19.1464L5.89648 16.3964C6.09175 16.2012 6.40825 16.2012 6.60352 16.3964C6.79876 16.5917 6.79877 16.9082 6.60352 17.1035L4.70703 19H20V9.99996C20 9.72382 20.2239 9.49996 20.5 9.49996Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 7.49996C12.2761 7.49996 12.5 7.72382 12.5 7.99996V11.5H16C16.2761 11.5 16.5 11.7238 16.5 12C16.5 12.2761 16.2761 12.5 16 12.5H12.5V16C12.5 16.2761 12.2761 16.5 12 16.5C11.7239 16.5 11.5 16.2761 11.5 16V12.5H8C7.72387 12.5 7.50002 12.2761 7.5 12C7.5 11.7238 7.72386 11.5 8 11.5H11.5V7.99996C11.5 7.72382 11.7239 7.49996 12 7.49996Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.3965 1.39645C17.5917 1.20118 17.9083 1.20118 18.1035 1.39645L20.8535 4.14645C21.0488 4.34171 21.0488 4.65822 20.8535 4.85348L18.1035 7.60348C17.9083 7.79872 17.5917 7.79872 17.3965 7.60348C17.2012 7.40822 17.2012 7.09171 17.3965 6.89645L19.293 4.99996H4V14C3.99998 14.2761 3.77613 14.5 3.5 14.5C3.22387 14.5 3.00002 14.2761 3 14V4.49996C3 4.22382 3.22386 3.99996 3.5 3.99996H19.293L17.3965 2.10348C17.2012 1.90822 17.2012 1.59171 17.3965 1.39645Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRemix;\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,gcACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iVACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qcACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconRemix_exports","__export","IconRemix","IconRemix_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconRemix","props","React","CentralIconBase","IconRemix_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:C,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"},C);import{Path as t}from"react-native-svg";var m=C=>o.createElement(e,{...C},o.createElement(t,{d:"M20.5 9.49996C20.7761 9.49996 21 9.72382 21 9.99996V19.5C21 19.7761 20.7761 20 20.5 20H4.70703L6.60352 21.8964C6.79876 22.0917 6.79877 22.4082 6.60352 22.6035C6.40826 22.7987 6.09174 22.7987 5.89648 22.6035L3.14648 19.8535C2.95123 19.6582 2.95124 19.3417 3.14648 19.1464L5.89648 16.3964C6.09175 16.2012 6.40825 16.2012 6.60352 16.3964C6.79876 16.5917 6.79877 16.9082 6.60352 17.1035L4.70703 19H20V9.99996C20 9.72382 20.2239 9.49996 20.5 9.49996Z",fill:"currentColor"}),o.createElement(t,{d:"M12 7.49996C12.2761 7.49996 12.5 7.72382 12.5 7.99996V11.5H16C16.2761 11.5 16.5 11.7238 16.5 12C16.5 12.2761 16.2761 12.5 16 12.5H12.5V16C12.5 16.2761 12.2761 16.5 12 16.5C11.7239 16.5 11.5 16.2761 11.5 16V12.5H8C7.72387 12.5 7.50002 12.2761 7.5 12C7.5 11.7238 7.72386 11.5 8 11.5H11.5V7.99996C11.5 7.72382 11.7239 7.49996 12 7.49996Z",fill:"currentColor"}),o.createElement(t,{d:"M17.3965 1.39645C17.5917 1.20118 17.9083 1.20118 18.1035 1.39645L20.8535 4.14645C21.0488 4.34171 21.0488 4.65822 20.8535 4.85348L18.1035 7.60348C17.9083 7.79872 17.5917 7.79872 17.3965 7.60348C17.2012 7.40822 17.2012 7.09171 17.3965 6.89645L19.293 4.99996H4V14C3.99998 14.2761 3.77613 14.5 3.5 14.5C3.22387 14.5 3.00002 14.2761 3 14V4.49996C3 4.22382 3.22386 3.99996 3.5 3.99996H19.293L17.3965 2.10348C17.2012 1.90822 17.2012 1.59171 17.3965 1.39645Z",fill:"currentColor"})),I=m;export{m as IconRemix,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRemix/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 IconRemix: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.5 9.49996C20.7761 9.49996 21 9.72382 21 9.99996V19.5C21 19.7761 20.7761 20 20.5 20H4.70703L6.60352 21.8964C6.79876 22.0917 6.79877 22.4082 6.60352 22.6035C6.40826 22.7987 6.09174 22.7987 5.89648 22.6035L3.14648 19.8535C2.95123 19.6582 2.95124 19.3417 3.14648 19.1464L5.89648 16.3964C6.09175 16.2012 6.40825 16.2012 6.60352 16.3964C6.79876 16.5917 6.79877 16.9082 6.60352 17.1035L4.70703 19H20V9.99996C20 9.72382 20.2239 9.49996 20.5 9.49996Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 7.49996C12.2761 7.49996 12.5 7.72382 12.5 7.99996V11.5H16C16.2761 11.5 16.5 11.7238 16.5 12C16.5 12.2761 16.2761 12.5 16 12.5H12.5V16C12.5 16.2761 12.2761 16.5 12 16.5C11.7239 16.5 11.5 16.2761 11.5 16V12.5H8C7.72387 12.5 7.50002 12.2761 7.5 12C7.5 11.7238 7.72386 11.5 8 11.5H11.5V7.99996C11.5 7.72382 11.7239 7.49996 12 7.49996Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.3965 1.39645C17.5917 1.20118 17.9083 1.20118 18.1035 1.39645L20.8535 4.14645C21.0488 4.34171 21.0488 4.65822 20.8535 4.85348L18.1035 7.60348C17.9083 7.79872 17.5917 7.79872 17.3965 7.60348C17.2012 7.40822 17.2012 7.09171 17.3965 6.89645L19.293 4.99996H4V14C3.99998 14.2761 3.77613 14.5 3.5 14.5C3.22387 14.5 3.00002 14.2761 3 14V4.49996C3 4.22382 3.22386 3.99996 3.5 3.99996H19.293L17.3965 2.10348C17.2012 1.90822 17.2012 1.59171 17.3965 1.39645Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRemix;\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,gcACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iVACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qcACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRemix","props","React","CentralIconBase","IconRemix_default"]}
|
package/README.md
CHANGED
|
@@ -330,6 +330,7 @@ Below is a complete list of available icons:
|
|
|
330
330
|
- IconMinimize45
|
|
331
331
|
- IconOngoing
|
|
332
332
|
- IconRandom
|
|
333
|
+
- IconRemix
|
|
333
334
|
- IconRotate360Left
|
|
334
335
|
- IconRotate360Right
|
|
335
336
|
- IconShareArrowDown
|
|
@@ -547,7 +548,8 @@ Below is a complete list of available icons:
|
|
|
547
548
|
- IconConnectors1
|
|
548
549
|
- IconConnectors2
|
|
549
550
|
- IconDevices
|
|
550
|
-
-
|
|
551
|
+
- IconFullscreen1
|
|
552
|
+
- IconFullscreen2
|
|
551
553
|
- IconHaptic
|
|
552
554
|
- IconImac
|
|
553
555
|
- IconKeyboardCable
|
|
@@ -1234,7 +1236,6 @@ Below is a complete list of available icons:
|
|
|
1234
1236
|
- IconCameraOff1
|
|
1235
1237
|
- IconCapture
|
|
1236
1238
|
- IconCat
|
|
1237
|
-
- IconClapperboard
|
|
1238
1239
|
- IconClosedCaptioning
|
|
1239
1240
|
- IconContrast
|
|
1240
1241
|
- IconCrop
|
|
@@ -1253,7 +1254,7 @@ Below is a complete list of available icons:
|
|
|
1253
1254
|
- IconFocusSquare
|
|
1254
1255
|
- IconFocusZoomIn
|
|
1255
1256
|
- IconFocusZoomOut
|
|
1256
|
-
-
|
|
1257
|
+
- IconFullScreen
|
|
1257
1258
|
- IconGif
|
|
1258
1259
|
- IconGifSquare
|
|
1259
1260
|
- IconHd
|
package/filtered-icons.json
CHANGED
|
@@ -6146,20 +6146,6 @@
|
|
|
6146
6146
|
"packageName": "round-filled-radius-0-stroke-1",
|
|
6147
6147
|
"componentName": "IconCircleX"
|
|
6148
6148
|
},
|
|
6149
|
-
{
|
|
6150
|
-
"category": "Photography & Video",
|
|
6151
|
-
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.5 4C2.22386 4 2 4.22386 2 4.5V19.5C2 19.7761 2.22386 20 2.5 20H21.5C21.7761 20 22 19.7761 22 19.5V4.5C22 4.22386 21.7761 4 21.5 4H2.5ZM21 9V5H17.6404L16.6404 9H21ZM15.6096 9L16.6096 5H12.9099L12.1099 9H15.6096ZM11.0901 9L11.8901 5H8.4099L7.6099 9H11.0901ZM6.5901 9L7.3901 5H3V9H6.5901Z\" fill=\"currentColor\"/>",
|
|
6152
|
-
"iconName": "clapperboard",
|
|
6153
|
-
"variant": {
|
|
6154
|
-
"join": "round",
|
|
6155
|
-
"filled": "on",
|
|
6156
|
-
"radius": "0",
|
|
6157
|
-
"stroke": "1"
|
|
6158
|
-
},
|
|
6159
|
-
"createdAt": "2025-02-15T21:11:33.782983+00:00",
|
|
6160
|
-
"packageName": "round-filled-radius-0-stroke-1",
|
|
6161
|
-
"componentName": "IconClapperboard"
|
|
6162
|
-
},
|
|
6163
6149
|
{
|
|
6164
6150
|
"category": "Social Media & Brands",
|
|
6165
6151
|
"svg": "<path d=\"M5.92405 15.2962L9.85823 13.0903L9.92405 12.8981L9.85823 12.7918H9.66582L9.0076 12.7513L6.75949 12.6906L4.81013 12.6097L2.92152 12.5085L2.44557 12.4073L2 11.8204L2.04557 11.5269L2.44557 11.2588L3.01772 11.3094L4.28354 11.3954L6.18228 11.5269L7.55949 11.6079L9.6 11.8204H9.92405L9.96962 11.6888L9.85823 11.6079L9.77215 11.5269L7.8076 10.1963L5.68101 8.78978L4.56709 7.98027L3.96456 7.57045L3.66076 7.18594L3.52911 6.34607L4.07595 5.74399L4.81013 5.79459L4.99747 5.84518L5.74177 6.4169L7.33165 7.64635L9.4076 9.1743L9.71139 9.42727L9.83291 9.34126L9.8481 9.28055L9.71139 9.05287L8.58228 7.01391L7.37722 4.93954L6.84051 4.07943L6.69873 3.56337C6.6481 3.35087 6.61266 3.17379 6.61266 2.95624L7.23544 2.11131L7.57975 2L8.41013 2.11131L8.75949 2.41487L9.27595 3.59373L10.1114 5.45054L11.4076 7.97521L11.7873 8.72401L11.9899 9.41715L12.0658 9.62965H12.1975V9.50822L12.3038 8.08652L12.5013 6.34101L12.6937 4.09461L12.7595 3.46218L13.0734 2.70326L13.6962 2.29345L14.1823 2.52618L14.5823 3.0979L14.5266 3.46724L14.2886 5.01037L13.8228 7.42879L13.519 9.04781H13.6962L13.8987 8.84543L14.719 7.75765L16.0962 6.03744L16.7038 5.35441L17.4127 4.60056L17.8684 4.24134H18.7291L19.362 5.18239L19.0785 6.15381L18.1924 7.27701L17.4582 8.22818L16.4051 9.64483L15.7468 10.7781L15.8076 10.8692L15.9646 10.854L18.3443 10.3481L19.6304 10.1154L21.1646 9.85226L21.8582 10.1761L21.9342 10.5049L21.6608 11.1778L20.0203 11.5826L18.0962 11.9671L15.2304 12.6451L15.1949 12.6704L15.2354 12.721L16.5266 12.8424L17.0785 12.8728H18.4304L20.9468 13.06L21.6051 13.4951L22 14.0263L21.9342 14.4311L20.9215 14.9471L19.5544 14.6233L16.3646 13.8644L15.2709 13.5912H15.119V13.6823L16.0304 14.5727L17.7013 16.0804L19.7924 18.0233L19.8987 18.5039L19.6304 18.8834L19.3468 18.8429L17.5089 17.4617L16.8 16.8394L15.1949 15.4885H15.0886V15.6302L15.4582 16.1715L17.4127 19.106L17.5139 20.0066L17.3722 20.3L16.8658 20.4771L16.3089 20.3759L15.1646 18.7721L13.9848 16.9658L13.0329 15.3468L12.9165 15.4126L12.3544 21.4586L12.0911 21.7673L11.4835 22L10.9772 21.6155L10.7089 20.9932L10.9772 19.7637L11.3013 18.1599L11.5646 16.8849L11.8025 15.3013L11.9443 14.7751L11.9342 14.7397L11.8177 14.7549L10.6228 16.3941L8.80506 18.848L7.36709 20.386L7.02279 20.5226L6.42532 20.214L6.48101 19.6625L6.81519 19.1718L8.80506 16.642L10.0051 15.0736L10.7797 14.168L10.7747 14.0364H10.7291L5.44304 17.4667L4.50127 17.5882L4.0962 17.2087L4.14684 16.5864L4.33924 16.384L5.92911 15.2912L5.92405 15.2962Z\" fill=\"currentColor\"/>",
|
|
@@ -10599,9 +10585,9 @@
|
|
|
10599
10585
|
"componentName": "IconFrisbeeGolf"
|
|
10600
10586
|
},
|
|
10601
10587
|
{
|
|
10602
|
-
"category": "
|
|
10603
|
-
"svg": "<path d=\"
|
|
10604
|
-
"iconName": "
|
|
10588
|
+
"category": "Photography & Video",
|
|
10589
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 3.5C3 3.22386 3.22386 3 3.5 3H8.5C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H4V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V3.5ZM15 3.5C15 3.22386 15.2239 3 15.5 3H20.5C20.7761 3 21 3.22386 21 3.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V4H15.5C15.2239 4 15 3.77614 15 3.5ZM3.5 15C3.77614 15 4 15.2239 4 15.5V20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H3.5C3.22386 21 3 20.7761 3 20.5V15.5C3 15.2239 3.22386 15 3.5 15ZM20.5 15C20.7761 15 21 15.2239 21 15.5V20.5C21 20.7761 20.7761 21 20.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H20V15.5C20 15.2239 20.2239 15 20.5 15Z\" fill=\"currentColor\"/>",
|
|
10590
|
+
"iconName": "full-screen, focus",
|
|
10605
10591
|
"variant": {
|
|
10606
10592
|
"join": "round",
|
|
10607
10593
|
"filled": "on",
|
|
@@ -10610,12 +10596,26 @@
|
|
|
10610
10596
|
},
|
|
10611
10597
|
"createdAt": "2025-02-15T21:11:33.738336+00:00",
|
|
10612
10598
|
"packageName": "round-filled-radius-0-stroke-1",
|
|
10613
|
-
"componentName": "
|
|
10599
|
+
"componentName": "IconFullScreen"
|
|
10614
10600
|
},
|
|
10615
10601
|
{
|
|
10616
|
-
"category": "
|
|
10617
|
-
"svg": "<path
|
|
10618
|
-
"iconName": "
|
|
10602
|
+
"category": "Devices & Signals",
|
|
10603
|
+
"svg": "<path d=\"M2 14.5C2 14.2239 2.22386 14 2.5 14C2.77614 14 3 14.2239 3 14.5V19H7.5C7.77614 19 8 19.2239 8 19.5C8 19.7761 7.77614 20 7.5 20H2.5C2.22386 20 2 19.7761 2 19.5V14.5ZM21 14.5C21 14.2239 21.2239 14 21.5 14C21.7761 14 22 14.2239 22 14.5V19.5C22 19.7761 21.7761 20 21.5 20H16.5C16.2239 20 16 19.7761 16 19.5C16 19.2239 16.2239 19 16.5 19H21V14.5ZM2 9.5V4.5C2 4.22386 2.22386 4 2.5 4H7.5C7.77614 4 8 4.22386 8 4.5C8 4.77614 7.77614 5 7.5 5H3V9.5C3 9.77614 2.77614 10 2.5 10C2.22386 10 2 9.77614 2 9.5ZM21 9.5V5H16.5C16.2239 5 16 4.77614 16 4.5C16 4.22386 16.2239 4 16.5 4H21.5C21.7761 4 22 4.22386 22 4.5V9.5C22 9.77614 21.7761 10 21.5 10C21.2239 10 21 9.77614 21 9.5Z\" fill=\"currentColor\"/>",
|
|
10604
|
+
"iconName": "fullscreen-1",
|
|
10605
|
+
"variant": {
|
|
10606
|
+
"join": "round",
|
|
10607
|
+
"filled": "on",
|
|
10608
|
+
"radius": "0",
|
|
10609
|
+
"stroke": "1"
|
|
10610
|
+
},
|
|
10611
|
+
"createdAt": "2025-12-18T11:02:05.461637+00:00",
|
|
10612
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
10613
|
+
"componentName": "IconFullscreen1"
|
|
10614
|
+
},
|
|
10615
|
+
{
|
|
10616
|
+
"category": "Devices & Signals",
|
|
10617
|
+
"svg": "<path d=\"M2.5 4C2.22386 4 2 4.22386 2 4.5V19.5C2 19.7761 2.22386 20 2.5 20H21.5C21.7761 20 22 19.7761 22 19.5V4.5C22 4.22386 21.7761 4 21.5 4H2.5Z\" fill=\"currentColor\"/>",
|
|
10618
|
+
"iconName": "fullscreen-2",
|
|
10619
10619
|
"variant": {
|
|
10620
10620
|
"join": "round",
|
|
10621
10621
|
"filled": "on",
|
|
@@ -10624,7 +10624,7 @@
|
|
|
10624
10624
|
},
|
|
10625
10625
|
"createdAt": "2025-02-15T21:11:33.738336+00:00",
|
|
10626
10626
|
"packageName": "round-filled-radius-0-stroke-1",
|
|
10627
|
-
"componentName": "
|
|
10627
|
+
"componentName": "IconFullscreen2"
|
|
10628
10628
|
},
|
|
10629
10629
|
{
|
|
10630
10630
|
"category": "Things",
|
|
@@ -17038,6 +17038,20 @@
|
|
|
17038
17038
|
"packageName": "round-filled-radius-0-stroke-1",
|
|
17039
17039
|
"componentName": "IconReddit"
|
|
17040
17040
|
},
|
|
17041
|
+
{
|
|
17042
|
+
"category": "Arrows",
|
|
17043
|
+
"svg": "<path d=\"M20.5 9.49996C20.7761 9.49996 21 9.72382 21 9.99996V19.5C21 19.7761 20.7761 20 20.5 20H4.70703L6.60352 21.8964C6.79876 22.0917 6.79877 22.4082 6.60352 22.6035C6.40826 22.7987 6.09174 22.7987 5.89648 22.6035L3.14648 19.8535C2.95123 19.6582 2.95124 19.3417 3.14648 19.1464L5.89648 16.3964C6.09175 16.2012 6.40825 16.2012 6.60352 16.3964C6.79876 16.5917 6.79877 16.9082 6.60352 17.1035L4.70703 19H20V9.99996C20 9.72382 20.2239 9.49996 20.5 9.49996Z\" fill=\"currentColor\"/><path d=\"M12 7.49996C12.2761 7.49996 12.5 7.72382 12.5 7.99996V11.5H16C16.2761 11.5 16.5 11.7238 16.5 12C16.5 12.2761 16.2761 12.5 16 12.5H12.5V16C12.5 16.2761 12.2761 16.5 12 16.5C11.7239 16.5 11.5 16.2761 11.5 16V12.5H8C7.72387 12.5 7.50002 12.2761 7.5 12C7.5 11.7238 7.72386 11.5 8 11.5H11.5V7.99996C11.5 7.72382 11.7239 7.49996 12 7.49996Z\" fill=\"currentColor\"/><path d=\"M17.3965 1.39645C17.5917 1.20118 17.9083 1.20118 18.1035 1.39645L20.8535 4.14645C21.0488 4.34171 21.0488 4.65822 20.8535 4.85348L18.1035 7.60348C17.9083 7.79872 17.5917 7.79872 17.3965 7.60348C17.2012 7.40822 17.2012 7.09171 17.3965 6.89645L19.293 4.99996H4V14C3.99998 14.2761 3.77613 14.5 3.5 14.5C3.22387 14.5 3.00002 14.2761 3 14V4.49996C3 4.22382 3.22386 3.99996 3.5 3.99996H19.293L17.3965 2.10348C17.2012 1.90822 17.2012 1.59171 17.3965 1.39645Z\" fill=\"currentColor\"/>",
|
|
17044
|
+
"iconName": "remix, new-try, repeat",
|
|
17045
|
+
"variant": {
|
|
17046
|
+
"join": "round",
|
|
17047
|
+
"filled": "on",
|
|
17048
|
+
"radius": "0",
|
|
17049
|
+
"stroke": "1"
|
|
17050
|
+
},
|
|
17051
|
+
"createdAt": "2025-12-18T09:02:26.493379+00:00",
|
|
17052
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
17053
|
+
"componentName": "IconRemix"
|
|
17054
|
+
},
|
|
17041
17055
|
{
|
|
17042
17056
|
"category": "Photography & Video",
|
|
17043
17057
|
"svg": "<path d=\"M3.5 3H10.2929L3 10.2929V3.5C3 3.22386 3.22386 3 3.5 3Z\" fill=\"currentColor\"/><path d=\"M3 20.2929V11.7071L11.7071 3H20.2929L14.2746 9.01833C13.6437 8.53632 12.8553 8.25 12 8.25C9.92893 8.25 8.25 9.92893 8.25 12C8.25 12.8553 8.53632 13.6437 9.01833 14.2746L3 20.2929Z\" fill=\"currentColor\"/><path d=\"M13.7071 21H20.5C20.7761 21 21 20.7761 21 20.5V13.7071L13.7071 21Z\" fill=\"currentColor\"/><path d=\"M12.2929 21H3.70711L9.72544 14.9817C10.3563 15.4637 11.1447 15.75 12 15.75C14.0711 15.75 15.75 14.0711 15.75 12C15.75 11.1447 15.4637 10.3563 14.9817 9.72544L21 3.70711V12.2929L12.2929 21Z\" fill=\"currentColor\"/><path d=\"M9.25 12C9.25 10.4812 10.4812 9.25 12 9.25C13.5188 9.25 14.75 10.4812 14.75 12C14.75 13.5188 13.5188 14.75 12 14.75C10.4812 14.75 9.25 13.5188 9.25 12Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -438,7 +438,6 @@ export type CentralIconName =
|
|
|
438
438
|
| "IconCircleRecord"
|
|
439
439
|
| "IconCirclesThree"
|
|
440
440
|
| "IconCircleX"
|
|
441
|
-
| "IconClapperboard"
|
|
442
441
|
| "IconClaudeai"
|
|
443
442
|
| "IconClipboard"
|
|
444
443
|
| "IconClipboard2"
|
|
@@ -756,8 +755,9 @@ export type CentralIconName =
|
|
|
756
755
|
| "IconFridge"
|
|
757
756
|
| "IconFrisbee"
|
|
758
757
|
| "IconFrisbeeGolf"
|
|
759
|
-
| "
|
|
760
|
-
| "
|
|
758
|
+
| "IconFullScreen"
|
|
759
|
+
| "IconFullscreen1"
|
|
760
|
+
| "IconFullscreen2"
|
|
761
761
|
| "IconGalaxy"
|
|
762
762
|
| "IconGamepad"
|
|
763
763
|
| "IconGamepadControls"
|
|
@@ -1216,6 +1216,7 @@ export type CentralIconName =
|
|
|
1216
1216
|
| "IconRecord"
|
|
1217
1217
|
| "IconRecraft"
|
|
1218
1218
|
| "IconReddit"
|
|
1219
|
+
| "IconRemix"
|
|
1219
1220
|
| "IconRemoveBackground"
|
|
1220
1221
|
| "IconRemoveBackground2"
|
|
1221
1222
|
| "IconRemoveFromBasket"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.75",
|
|
4
4
|
"style": "round-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-1/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1648,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 63,
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
]
|
|
97
97
|
},
|
|
98
98
|
"Arrows": {
|
|
99
|
-
"count":
|
|
99
|
+
"count": 120,
|
|
100
100
|
"icons": [
|
|
101
101
|
"IconArrow",
|
|
102
102
|
"IconArrowBottomTop",
|
|
@@ -204,6 +204,7 @@
|
|
|
204
204
|
"IconMinimize45",
|
|
205
205
|
"IconOngoing",
|
|
206
206
|
"IconRandom",
|
|
207
|
+
"IconRemix",
|
|
207
208
|
"IconRotate360Left",
|
|
208
209
|
"IconRotate360Right",
|
|
209
210
|
"IconShareArrowDown",
|
|
@@ -414,7 +415,7 @@
|
|
|
414
415
|
]
|
|
415
416
|
},
|
|
416
417
|
"Devices & Signals": {
|
|
417
|
-
"count":
|
|
418
|
+
"count": 70,
|
|
418
419
|
"icons": [
|
|
419
420
|
"IconAirdrop",
|
|
420
421
|
"IconAirplay",
|
|
@@ -435,7 +436,8 @@
|
|
|
435
436
|
"IconConnectors1",
|
|
436
437
|
"IconConnectors2",
|
|
437
438
|
"IconDevices",
|
|
438
|
-
"
|
|
439
|
+
"IconFullscreen1",
|
|
440
|
+
"IconFullscreen2",
|
|
439
441
|
"IconHaptic",
|
|
440
442
|
"IconImac",
|
|
441
443
|
"IconKeyboardCable",
|
|
@@ -1124,7 +1126,7 @@
|
|
|
1124
1126
|
]
|
|
1125
1127
|
},
|
|
1126
1128
|
"Photography & Video": {
|
|
1127
|
-
"count":
|
|
1129
|
+
"count": 79,
|
|
1128
1130
|
"icons": [
|
|
1129
1131
|
"Icon4k",
|
|
1130
1132
|
"IconAdjustPhoto",
|
|
@@ -1150,7 +1152,6 @@
|
|
|
1150
1152
|
"IconCameraOff1",
|
|
1151
1153
|
"IconCapture",
|
|
1152
1154
|
"IconCat",
|
|
1153
|
-
"IconClapperboard",
|
|
1154
1155
|
"IconClosedCaptioning",
|
|
1155
1156
|
"IconContrast",
|
|
1156
1157
|
"IconCrop",
|
|
@@ -1169,7 +1170,7 @@
|
|
|
1169
1170
|
"IconFocusSquare",
|
|
1170
1171
|
"IconFocusZoomIn",
|
|
1171
1172
|
"IconFocusZoomOut",
|
|
1172
|
-
"
|
|
1173
|
+
"IconFullScreen",
|
|
1173
1174
|
"IconGif",
|
|
1174
1175
|
"IconGifSquare",
|
|
1175
1176
|
"IconHd",
|
|
@@ -2276,7 +2277,6 @@
|
|
|
2276
2277
|
"IconCircleRecord": "circle-record, voicemail, band, tape",
|
|
2277
2278
|
"IconCirclesThree": "circles-three, bubbles",
|
|
2278
2279
|
"IconCircleX": "circle-x, close, checkbox, remove",
|
|
2279
|
-
"IconClapperboard": "clapperboard",
|
|
2280
2280
|
"IconClaudeai": "claudeai",
|
|
2281
2281
|
"IconClipboard": "clipboard, copy, list",
|
|
2282
2282
|
"IconClipboard2": "clipboard-2, copy, list",
|
|
@@ -2594,8 +2594,9 @@
|
|
|
2594
2594
|
"IconFridge": "fridge",
|
|
2595
2595
|
"IconFrisbee": "frisbee",
|
|
2596
2596
|
"IconFrisbeeGolf": "frisbee-golf",
|
|
2597
|
-
"
|
|
2598
|
-
"
|
|
2597
|
+
"IconFullScreen": "full-screen, focus",
|
|
2598
|
+
"IconFullscreen1": "fullscreen-1",
|
|
2599
|
+
"IconFullscreen2": "fullscreen-2",
|
|
2599
2600
|
"IconGalaxy": "galaxy, dark-hole",
|
|
2600
2601
|
"IconGamepad": "gamepad, gaming, joystick",
|
|
2601
2602
|
"IconGamepadControls": "gamepad-controls, joystick",
|
|
@@ -3054,6 +3055,7 @@
|
|
|
3054
3055
|
"IconRecord": "record",
|
|
3055
3056
|
"IconRecraft": "recraft",
|
|
3056
3057
|
"IconReddit": "reddit",
|
|
3058
|
+
"IconRemix": "remix, new-try, repeat",
|
|
3057
3059
|
"IconRemoveBackground": "remove-background",
|
|
3058
3060
|
"IconRemoveBackground2": "remove-background-2",
|
|
3059
3061
|
"IconRemoveFromBasket": "remove-from-basket",
|
package/index.d.ts
CHANGED
|
@@ -437,7 +437,6 @@ export { IconCircleQuestionmark, default as IconCircleQuestionmarkDefault, } fro
|
|
|
437
437
|
export { IconCircleRecord, default as IconCircleRecordDefault, } from "./IconCircleRecord";
|
|
438
438
|
export { IconCircleX, default as IconCircleXDefault } from "./IconCircleX";
|
|
439
439
|
export { IconCirclesThree, default as IconCirclesThreeDefault, } from "./IconCirclesThree";
|
|
440
|
-
export { IconClapperboard, default as IconClapperboardDefault, } from "./IconClapperboard";
|
|
441
440
|
export { IconClaudeai, default as IconClaudeaiDefault } from "./IconClaudeai";
|
|
442
441
|
export { IconClipboard, default as IconClipboardDefault, } from "./IconClipboard";
|
|
443
442
|
export { IconClipboard2, default as IconClipboard2Default, } from "./IconClipboard2";
|
|
@@ -755,8 +754,9 @@ export { IconFramer, default as IconFramerDefault } from "./IconFramer";
|
|
|
755
754
|
export { IconFridge, default as IconFridgeDefault } from "./IconFridge";
|
|
756
755
|
export { IconFrisbee, default as IconFrisbeeDefault } from "./IconFrisbee";
|
|
757
756
|
export { IconFrisbeeGolf, default as IconFrisbeeGolfDefault, } from "./IconFrisbeeGolf";
|
|
758
|
-
export {
|
|
759
|
-
export {
|
|
757
|
+
export { IconFullScreen, default as IconFullScreenDefault, } from "./IconFullScreen";
|
|
758
|
+
export { IconFullscreen1, default as IconFullscreen1Default, } from "./IconFullscreen1";
|
|
759
|
+
export { IconFullscreen2, default as IconFullscreen2Default, } from "./IconFullscreen2";
|
|
760
760
|
export { IconGalaxy, default as IconGalaxyDefault } from "./IconGalaxy";
|
|
761
761
|
export { IconGamepad, default as IconGamepadDefault } from "./IconGamepad";
|
|
762
762
|
export { IconGamepadControls, default as IconGamepadControlsDefault, } from "./IconGamepadControls";
|
|
@@ -1215,6 +1215,7 @@ export { IconReceiptionBell, default as IconReceiptionBellDefault, } from "./Ico
|
|
|
1215
1215
|
export { IconRecord, default as IconRecordDefault } from "./IconRecord";
|
|
1216
1216
|
export { IconRecraft, default as IconRecraftDefault } from "./IconRecraft";
|
|
1217
1217
|
export { IconReddit, default as IconRedditDefault } from "./IconReddit";
|
|
1218
|
+
export { IconRemix, default as IconRemixDefault } from "./IconRemix";
|
|
1218
1219
|
export { IconRemoveBackground, default as IconRemoveBackgroundDefault, } from "./IconRemoveBackground";
|
|
1219
1220
|
export { IconRemoveBackground2, default as IconRemoveBackground2Default, } from "./IconRemoveBackground2";
|
|
1220
1221
|
export { IconRemoveFromBasket, default as IconRemoveFromBasketDefault, } from "./IconRemoveFromBasket";
|