@central-icons-react-native/round-filled-radius-3-stroke-2 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 C in o)n(r,C,{get:o[C],enumerable:!0})},l=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of H(o))!V.call(r,e)&&e!==C&&n(r,e,{get:()=>o[e],enumerable:!(p=B(o,e))||p.enumerable});return r};var a=(r,o,C)=>(C=r!=null?i(I(r)):{},l(o||!r||!r.__esModule?n(C,"default",{value:r,enumerable:!0}):C,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,...C})=>m.default.createElement(c.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),u=r=>t.default.createElement(s,{...r},t.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M3 7C3 4.79086 4.79086 3 7 3H8C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H7C5.89543 5 5 5.89543 5 7V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V7ZM15 4C15 3.44772 15.4477 3 16 3H17C19.2091 3 21 4.79086 21 7V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V7C19 5.89543 18.1046 5 17 5H16C15.4477 5 15 4.55228 15 4ZM4 15C4.55228 15 5 15.4477 5 16V17C5 18.1046 5.89543 19 7 19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H7C4.79086 21 3 19.2091 3 17V16C3 15.4477 3.44772 15 4 15ZM20 15C20.5523 15 21 15.4477 21 16V17C21 19.2091 19.2091 21 17 21H16C15.4477 21 15 20.5523 15 20C15 19.4477 15.4477 19 16 19H17C18.1046 19 19 18.1046 19 17V16C19 15.4477 19.4477 15 20 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 7C3 4.79086 4.79086 3 7 3H8C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H7C5.89543 5 5 5.89543 5 7V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V7ZM15 4C15 3.44772 15.4477 3 16 3H17C19.2091 3 21 4.79086 21 7V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V7C19 5.89543 18.1046 5 17 5H16C15.4477 5 15 4.55228 15 4ZM4 15C4.55228 15 5 15.4477 5 16V17C5 18.1046 5.89543 19 7 19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H7C4.79086 21 3 19.2091 3 17V16C3 15.4477 3.44772 15 4 15ZM20 15C20.5523 15 21 15.4477 21 16V17C21 19.2091 19.2091 21 17 21H16C15.4477 21 15 20.5523 15 20C15 19.4477 15.4477 19 16 19H17C18.1046 19 19 18.1046 19 17V16C19 15.4477 19.4477 15 20 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,mrBACF,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 e from"react";import t from"react";import{Svg as p}from"react-native-svg";var C=({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=>e.createElement(C,{...o},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M3 7C3 4.79086 4.79086 3 7 3H8C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H7C5.89543 5 5 5.89543 5 7V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V7ZM15 4C15 3.44772 15.4477 3 16 3H17C19.2091 3 21 4.79086 21 7V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V7C19 5.89543 18.1046 5 17 5H16C15.4477 5 15 4.55228 15 4ZM4 15C4.55228 15 5 15.4477 5 16V17C5 18.1046 5.89543 19 7 19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H7C4.79086 21 3 19.2091 3 17V16C3 15.4477 3.44772 15 4 15ZM20 15C20.5523 15 21 15.4477 21 16V17C21 19.2091 19.2091 21 17 21H16C15.4477 21 15 20.5523 15 20C15 19.4477 15.4477 19 16 19H17C18.1046 19 19 18.1046 19 17V16C19 15.4477 19.4477 15 20 15Z",fill:"currentColor"})),V=a;export{a as
|
|
1
|
+
import e from"react";import t from"react";import{Svg as p}from"react-native-svg";var C=({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=>e.createElement(C,{...o},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M3 7C3 4.79086 4.79086 3 7 3H8C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H7C5.89543 5 5 5.89543 5 7V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V7ZM15 4C15 3.44772 15.4477 3 16 3H17C19.2091 3 21 4.79086 21 7V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V7C19 5.89543 18.1046 5 17 5H16C15.4477 5 15 4.55228 15 4ZM4 15C4.55228 15 5 15.4477 5 16V17C5 18.1046 5.89543 19 7 19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H7C4.79086 21 3 19.2091 3 17V16C3 15.4477 3.44772 15 4 15ZM20 15C20.5523 15 21 15.4477 21 16V17C21 19.2091 19.2091 21 17 21H16C15.4477 21 15 20.5523 15 20C15 19.4477 15.4477 19 16 19H17C18.1046 19 19 18.1046 19 17V16C19 15.4477 19.4477 15 20 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 7C3 4.79086 4.79086 3 7 3H8C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H7C5.89543 5 5 5.89543 5 7V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V7ZM15 4C15 3.44772 15.4477 3 16 3H17C19.2091 3 21 4.79086 21 7V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V7C19 5.89543 18.1046 5 17 5H16C15.4477 5 15 4.55228 15 4ZM4 15C4.55228 15 5 15.4477 5 16V17C5 18.1046 5.89543 19 7 19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H7C4.79086 21 3 19.2091 3 17V16C3 15.4477 3.44772 15 4 15ZM20 15C20.5523 15 21 15.4477 21 16V17C21 19.2091 19.2091 21 17 21H16C15.4477 21 15 20.5523 15 20C15 19.4477 15.4477 19 16 19H17C18.1046 19 19 18.1046 19 17V16C19 15.4477 19.4477 15 20 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,mrBACF,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 16V15C2 14.4477 2.44772 14 3 14C3.55228 14 4 14.4477 4 15V16C4 17.1046 4.89543 18 6 18H7C7.55228 18 8 18.4477 8 19C8 19.5523 7.55228 20 7 20H6C3.79086 20 2 18.2091 2 16ZM20 16V15C20 14.4477 20.4477 14 21 14C21.5523 14 22 14.4477 22 15V16C22 18.2091 20.2091 20 18 20H17C16.4477 20 16 19.5523 16 19C16 18.4477 16.4477 18 17 18H18C19.1046 18 20 17.1046 20 16ZM2 9V8C2 5.79086 3.79086 4 6 4H7C7.55228 4 8 4.44772 8 5C8 5.55228 7.55228 6 7 6H6C4.89543 6 4 6.89543 4 8V9C4 9.55228 3.55228 10 3 10C2.44772 10 2 9.55228 2 9ZM20 9V8C20 6.89543 19.1046 6 18 6H17C16.4477 6 16 5.55228 16 5C16 4.44772 16.4477 4 17 4H18C20.2091 4 22 5.79086 22 8V9C22 9.55228 21.5523 10 21 10C20.4477 10 20 9.55228 20 9Z",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 16V15C2 14.4477 2.44772 14 3 14C3.55228 14 4 14.4477 4 15V16C4 17.1046 4.89543 18 6 18H7C7.55228 18 8 18.4477 8 19C8 19.5523 7.55228 20 7 20H6C3.79086 20 2 18.2091 2 16ZM20 16V15C20 14.4477 20.4477 14 21 14C21.5523 14 22 14.4477 22 15V16C22 18.2091 20.2091 20 18 20H17C16.4477 20 16 19.5523 16 19C16 18.4477 16.4477 18 17 18H18C19.1046 18 20 17.1046 20 16ZM2 9V8C2 5.79086 3.79086 4 6 4H7C7.55228 4 8 4.44772 8 5C8 5.55228 7.55228 6 7 6H6C4.89543 6 4 6.89543 4 8V9C4 9.55228 3.55228 10 3 10C2.44772 10 2 9.55228 2 9ZM20 9V8C20 6.89543 19.1046 6 18 6H17C16.4477 6 16 5.55228 16 5C16 4.44772 16.4477 4 17 4H18C20.2091 4 22 5.79086 22 8V9C22 9.55228 21.5523 10 21 10C20.4477 10 20 9.55228 20 9Z\"\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,yrBACF,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 16V15C2 14.4477 2.44772 14 3 14C3.55228 14 4 14.4477 4 15V16C4 17.1046 4.89543 18 6 18H7C7.55228 18 8 18.4477 8 19C8 19.5523 7.55228 20 7 20H6C3.79086 20 2 18.2091 2 16ZM20 16V15C20 14.4477 20.4477 14 21 14C21.5523 14 22 14.4477 22 15V16C22 18.2091 20.2091 20 18 20H17C16.4477 20 16 19.5523 16 19C16 18.4477 16.4477 18 17 18H18C19.1046 18 20 17.1046 20 16ZM2 9V8C2 5.79086 3.79086 4 6 4H7C7.55228 4 8 4.44772 8 5C8 5.55228 7.55228 6 7 6H6C4.89543 6 4 6.89543 4 8V9C4 9.55228 3.55228 10 3 10C2.44772 10 2 9.55228 2 9ZM20 9V8C20 6.89543 19.1046 6 18 6H17C16.4477 6 16 5.55228 16 5C16 4.44772 16.4477 4 17 4H18C20.2091 4 22 5.79086 22 8V9C22 9.55228 21.5523 10 21 10C20.4477 10 20 9.55228 20 9Z",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 16V15C2 14.4477 2.44772 14 3 14C3.55228 14 4 14.4477 4 15V16C4 17.1046 4.89543 18 6 18H7C7.55228 18 8 18.4477 8 19C8 19.5523 7.55228 20 7 20H6C3.79086 20 2 18.2091 2 16ZM20 16V15C20 14.4477 20.4477 14 21 14C21.5523 14 22 14.4477 22 15V16C22 18.2091 20.2091 20 18 20H17C16.4477 20 16 19.5523 16 19C16 18.4477 16.4477 18 17 18H18C19.1046 18 20 17.1046 20 16ZM2 9V8C2 5.79086 3.79086 4 6 4H7C7.55228 4 8 4.44772 8 5C8 5.55228 7.55228 6 7 6H6C4.89543 6 4 6.89543 4 8V9C4 9.55228 3.55228 10 3 10C2.44772 10 2 9.55228 2 9ZM20 9V8C20 6.89543 19.1046 6 18 6H17C16.4477 6 16 5.55228 16 5C16 4.44772 16.4477 4 17 4H18C20.2091 4 22 5.79086 22 8V9C22 9.55228 21.5523 10 21 10C20.4477 10 20 9.55228 20 9Z\"\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,yrBACF,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:"M6 4C3.79086 4 2 5.79086 2 8V16C2 18.2091 3.79086 20 6 20H18C20.2091 20 22 18.2091 22 16V8C22 5.79086 20.2091 4 18 4H6Z",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=\"M6 4C3.79086 4 2 5.79086 2 8V16C2 18.2091 3.79086 20 6 20H18C20.2091 20 22 18.2091 22 16V8C22 5.79086 20.2091 4 18 4H6Z\"\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,0HACF,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:"M6 4C3.79086 4 2 5.79086 2 8V16C2 18.2091 3.79086 20 6 20H18C20.2091 20 22 18.2091 22 16V8C22 5.79086 20.2091 4 18 4H6Z",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:"M6 4C3.79086 4 2 5.79086 2 8V16C2 18.2091 3.79086 20 6 20H18C20.2091 20 22 18.2091 22 16V8C22 5.79086 20.2091 4 18 4H6Z",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=\"M6 4C3.79086 4 2 5.79086 2 8V16C2 18.2091 3.79086 20 6 20H18C20.2091 20 22 18.2091 22 16V8C22 5.79086 20.2091 4 18 4H6Z\"\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,0HACF,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 L=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,H=Object.prototype.hasOwnProperty;var I=(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 x(o))!H.call(r,t)&&t!==C&&n(r,t,{get:()=>o[t],enumerable:!(l=u(o,t))||l.enumerable});return r};var a=(r,o,C)=>(C=r!=null?L(B(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={};I(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 9.99992C20.5523 9.99992 21 10.4476 21 10.9999V15.9999C21 18.209 19.2091 19.9999 17 19.9999H6.41406L7.20703 20.7929C7.59752 21.1834 7.59754 21.8164 7.20703 22.207C6.81652 22.5974 6.18348 22.5974 5.79297 22.207L3.29297 19.707C2.90246 19.3164 2.90248 18.6834 3.29297 18.2929L5.79297 15.7929C6.18349 15.4024 6.81651 15.4024 7.20703 15.7929C7.59752 16.1834 7.59754 16.8164 7.20703 17.207L6.41406 17.9999H17C18.1045 17.9999 19 17.1045 19 15.9999V10.9999C19 10.4476 19.4477 9.99992 20 9.99992Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M12 7.99992C12.5523 7.99992 13 8.44764 13 8.99992V10.9999H15L15.1025 11.0048C15.6067 11.0561 16 11.4823 16 11.9999C16 12.5176 15.6066 12.9437 15.1025 12.995L15 12.9999H13V14.9999C13 15.5522 12.5523 15.9999 12 15.9999C11.4477 15.9999 11 15.5522 11 14.9999V12.9999H9C8.44774 12.9999 8.00004 12.5522 8 11.9999C8 11.4476 8.44772 10.9999 9 10.9999H11V8.99992C11 8.44764 11.4477 7.99992 12 7.99992Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M16.793 1.79289C17.1835 1.40237 17.8165 1.40237 18.207 1.79289L20.707 4.29289C21.0975 4.68342 21.0975 5.31644 20.707 5.70696L18.207 8.20696C17.8165 8.59743 17.1835 8.59743 16.793 8.20696C16.4025 7.81644 16.4025 7.18342 16.793 6.79289L17.5859 5.99992H7C5.89543 5.99992 5 6.89536 5 7.99992V12.9999C4.99996 13.5522 4.55226 13.9999 4 13.9999C3.44774 13.9999 3.00004 13.5522 3 12.9999V7.99992C3 5.79079 4.79086 3.99992 7 3.99992H17.5859L16.793 3.20696C16.4025 2.81644 16.4025 2.18342 16.793 1.79289Z",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 9.99992C20.5523 9.99992 21 10.4476 21 10.9999V15.9999C21 18.209 19.2091 19.9999 17 19.9999H6.41406L7.20703 20.7929C7.59752 21.1834 7.59754 21.8164 7.20703 22.207C6.81652 22.5974 6.18348 22.5974 5.79297 22.207L3.29297 19.707C2.90246 19.3164 2.90248 18.6834 3.29297 18.2929L5.79297 15.7929C6.18349 15.4024 6.81651 15.4024 7.20703 15.7929C7.59752 16.1834 7.59754 16.8164 7.20703 17.207L6.41406 17.9999H17C18.1045 17.9999 19 17.1045 19 15.9999V10.9999C19 10.4476 19.4477 9.99992 20 9.99992Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 7.99992C12.5523 7.99992 13 8.44764 13 8.99992V10.9999H15L15.1025 11.0048C15.6067 11.0561 16 11.4823 16 11.9999C16 12.5176 15.6066 12.9437 15.1025 12.995L15 12.9999H13V14.9999C13 15.5522 12.5523 15.9999 12 15.9999C11.4477 15.9999 11 15.5522 11 14.9999V12.9999H9C8.44774 12.9999 8.00004 12.5522 8 11.9999C8 11.4476 8.44772 10.9999 9 10.9999H11V8.99992C11 8.44764 11.4477 7.99992 12 7.99992Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.793 1.79289C17.1835 1.40237 17.8165 1.40237 18.207 1.79289L20.707 4.29289C21.0975 4.68342 21.0975 5.31644 20.707 5.70696L18.207 8.20696C17.8165 8.59743 17.1835 8.59743 16.793 8.20696C16.4025 7.81644 16.4025 7.18342 16.793 6.79289L17.5859 5.99992H7C5.89543 5.99992 5 6.89536 5 7.99992V12.9999C4.99996 13.5522 4.55226 13.9999 4 13.9999C3.44774 13.9999 3.00004 13.5522 3 12.9999V7.99992C3 5.79079 4.79086 3.99992 7 3.99992H17.5859L16.793 3.20696C16.4025 2.81644 16.4025 2.18342 16.793 1.79289Z\"\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,6eACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2YACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ifACF,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 9.99992C20.5523 9.99992 21 10.4476 21 10.9999V15.9999C21 18.209 19.2091 19.9999 17 19.9999H6.41406L7.20703 20.7929C7.59752 21.1834 7.59754 21.8164 7.20703 22.207C6.81652 22.5974 6.18348 22.5974 5.79297 22.207L3.29297 19.707C2.90246 19.3164 2.90248 18.6834 3.29297 18.2929L5.79297 15.7929C6.18349 15.4024 6.81651 15.4024 7.20703 15.7929C7.59752 16.1834 7.59754 16.8164 7.20703 17.207L6.41406 17.9999H17C18.1045 17.9999 19 17.1045 19 15.9999V10.9999C19 10.4476 19.4477 9.99992 20 9.99992Z",fill:"currentColor"}),o.createElement(t,{d:"M12 7.99992C12.5523 7.99992 13 8.44764 13 8.99992V10.9999H15L15.1025 11.0048C15.6067 11.0561 16 11.4823 16 11.9999C16 12.5176 15.6066 12.9437 15.1025 12.995L15 12.9999H13V14.9999C13 15.5522 12.5523 15.9999 12 15.9999C11.4477 15.9999 11 15.5522 11 14.9999V12.9999H9C8.44774 12.9999 8.00004 12.5522 8 11.9999C8 11.4476 8.44772 10.9999 9 10.9999H11V8.99992C11 8.44764 11.4477 7.99992 12 7.99992Z",fill:"currentColor"}),o.createElement(t,{d:"M16.793 1.79289C17.1835 1.40237 17.8165 1.40237 18.207 1.79289L20.707 4.29289C21.0975 4.68342 21.0975 5.31644 20.707 5.70696L18.207 8.20696C17.8165 8.59743 17.1835 8.59743 16.793 8.20696C16.4025 7.81644 16.4025 7.18342 16.793 6.79289L17.5859 5.99992H7C5.89543 5.99992 5 6.89536 5 7.99992V12.9999C4.99996 13.5522 4.55226 13.9999 4 13.9999C3.44774 13.9999 3.00004 13.5522 3 12.9999V7.99992C3 5.79079 4.79086 3.99992 7 3.99992H17.5859L16.793 3.20696C16.4025 2.81644 16.4025 2.18342 16.793 1.79289Z",fill:"currentColor"})),H=m;export{m as IconRemix,H 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 9.99992C20.5523 9.99992 21 10.4476 21 10.9999V15.9999C21 18.209 19.2091 19.9999 17 19.9999H6.41406L7.20703 20.7929C7.59752 21.1834 7.59754 21.8164 7.20703 22.207C6.81652 22.5974 6.18348 22.5974 5.79297 22.207L3.29297 19.707C2.90246 19.3164 2.90248 18.6834 3.29297 18.2929L5.79297 15.7929C6.18349 15.4024 6.81651 15.4024 7.20703 15.7929C7.59752 16.1834 7.59754 16.8164 7.20703 17.207L6.41406 17.9999H17C18.1045 17.9999 19 17.1045 19 15.9999V10.9999C19 10.4476 19.4477 9.99992 20 9.99992Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 7.99992C12.5523 7.99992 13 8.44764 13 8.99992V10.9999H15L15.1025 11.0048C15.6067 11.0561 16 11.4823 16 11.9999C16 12.5176 15.6066 12.9437 15.1025 12.995L15 12.9999H13V14.9999C13 15.5522 12.5523 15.9999 12 15.9999C11.4477 15.9999 11 15.5522 11 14.9999V12.9999H9C8.44774 12.9999 8.00004 12.5522 8 11.9999C8 11.4476 8.44772 10.9999 9 10.9999H11V8.99992C11 8.44764 11.4477 7.99992 12 7.99992Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.793 1.79289C17.1835 1.40237 17.8165 1.40237 18.207 1.79289L20.707 4.29289C21.0975 4.68342 21.0975 5.31644 20.707 5.70696L18.207 8.20696C17.8165 8.59743 17.1835 8.59743 16.793 8.20696C16.4025 7.81644 16.4025 7.18342 16.793 6.79289L17.5859 5.99992H7C5.89543 5.99992 5 6.89536 5 7.99992V12.9999C4.99996 13.5522 4.55226 13.9999 4 13.9999C3.44774 13.9999 3.00004 13.5522 3 12.9999V7.99992C3 5.79079 4.79086 3.99992 7 3.99992H17.5859L16.793 3.20696C16.4025 2.81644 16.4025 2.18342 16.793 1.79289Z\"\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,6eACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2YACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ifACF,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-3-stroke-2",
|
|
6147
6147
|
"componentName": "IconCircleX"
|
|
6148
6148
|
},
|
|
6149
|
-
{
|
|
6150
|
-
"category": "Photography & Video",
|
|
6151
|
-
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 8C2 5.79086 3.79086 4 6 4H18C20.2091 4 22 5.79086 22 8V16C22 18.2091 20.2091 20 18 20H6C3.79086 20 2 18.2091 2 16V8ZM4 8C4 6.89543 4.89543 6 6 6H6.7802L6.1802 9H4V8ZM20 9V8C20 6.89543 19.1046 6 18 6H17.8198L17.2198 9H20ZM15.1802 9L15.7802 6H13.3198L12.7198 9H15.1802ZM10.6802 9L11.2802 6H8.8198L8.2198 9H10.6802Z\" fill=\"currentColor\"/>",
|
|
6152
|
-
"iconName": "clapperboard",
|
|
6153
|
-
"variant": {
|
|
6154
|
-
"join": "round",
|
|
6155
|
-
"filled": "on",
|
|
6156
|
-
"radius": "3",
|
|
6157
|
-
"stroke": "2"
|
|
6158
|
-
},
|
|
6159
|
-
"createdAt": "2025-02-15T21:11:33.782983+00:00",
|
|
6160
|
-
"packageName": "round-filled-radius-3-stroke-2",
|
|
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 7C3 4.79086 4.79086 3 7 3H8C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H7C5.89543 5 5 5.89543 5 7V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V7ZM15 4C15 3.44772 15.4477 3 16 3H17C19.2091 3 21 4.79086 21 7V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V7C19 5.89543 18.1046 5 17 5H16C15.4477 5 15 4.55228 15 4ZM4 15C4.55228 15 5 15.4477 5 16V17C5 18.1046 5.89543 19 7 19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H7C4.79086 21 3 19.2091 3 17V16C3 15.4477 3.44772 15 4 15ZM20 15C20.5523 15 21 15.4477 21 16V17C21 19.2091 19.2091 21 17 21H16C15.4477 21 15 20.5523 15 20C15 19.4477 15.4477 19 16 19H17C18.1046 19 19 18.1046 19 17V16C19 15.4477 19.4477 15 20 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-3-stroke-2",
|
|
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 16V15C2 14.4477 2.44772 14 3 14C3.55228 14 4 14.4477 4 15V16C4 17.1046 4.89543 18 6 18H7C7.55228 18 8 18.4477 8 19C8 19.5523 7.55228 20 7 20H6C3.79086 20 2 18.2091 2 16ZM20 16V15C20 14.4477 20.4477 14 21 14C21.5523 14 22 14.4477 22 15V16C22 18.2091 20.2091 20 18 20H17C16.4477 20 16 19.5523 16 19C16 18.4477 16.4477 18 17 18H18C19.1046 18 20 17.1046 20 16ZM2 9V8C2 5.79086 3.79086 4 6 4H7C7.55228 4 8 4.44772 8 5C8 5.55228 7.55228 6 7 6H6C4.89543 6 4 6.89543 4 8V9C4 9.55228 3.55228 10 3 10C2.44772 10 2 9.55228 2 9ZM20 9V8C20 6.89543 19.1046 6 18 6H17C16.4477 6 16 5.55228 16 5C16 4.44772 16.4477 4 17 4H18C20.2091 4 22 5.79086 22 8V9C22 9.55228 21.5523 10 21 10C20.4477 10 20 9.55228 20 9Z\" fill=\"currentColor\"/>",
|
|
10604
|
+
"iconName": "fullscreen-1",
|
|
10605
|
+
"variant": {
|
|
10606
|
+
"join": "round",
|
|
10607
|
+
"filled": "on",
|
|
10608
|
+
"radius": "3",
|
|
10609
|
+
"stroke": "2"
|
|
10610
|
+
},
|
|
10611
|
+
"createdAt": "2025-12-18T11:02:05.461637+00:00",
|
|
10612
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
10613
|
+
"componentName": "IconFullscreen1"
|
|
10614
|
+
},
|
|
10615
|
+
{
|
|
10616
|
+
"category": "Devices & Signals",
|
|
10617
|
+
"svg": "<path d=\"M6 4C3.79086 4 2 5.79086 2 8V16C2 18.2091 3.79086 20 6 20H18C20.2091 20 22 18.2091 22 16V8C22 5.79086 20.2091 4 18 4H6Z\" 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-3-stroke-2",
|
|
10627
|
-
"componentName": "
|
|
10627
|
+
"componentName": "IconFullscreen2"
|
|
10628
10628
|
},
|
|
10629
10629
|
{
|
|
10630
10630
|
"category": "Things",
|
|
@@ -17038,6 +17038,20 @@
|
|
|
17038
17038
|
"packageName": "round-filled-radius-3-stroke-2",
|
|
17039
17039
|
"componentName": "IconReddit"
|
|
17040
17040
|
},
|
|
17041
|
+
{
|
|
17042
|
+
"category": "Arrows",
|
|
17043
|
+
"svg": "<path d=\"M20 9.99992C20.5523 9.99992 21 10.4476 21 10.9999V15.9999C21 18.209 19.2091 19.9999 17 19.9999H6.41406L7.20703 20.7929C7.59752 21.1834 7.59754 21.8164 7.20703 22.207C6.81652 22.5974 6.18348 22.5974 5.79297 22.207L3.29297 19.707C2.90246 19.3164 2.90248 18.6834 3.29297 18.2929L5.79297 15.7929C6.18349 15.4024 6.81651 15.4024 7.20703 15.7929C7.59752 16.1834 7.59754 16.8164 7.20703 17.207L6.41406 17.9999H17C18.1045 17.9999 19 17.1045 19 15.9999V10.9999C19 10.4476 19.4477 9.99992 20 9.99992Z\" fill=\"currentColor\"/><path d=\"M12 7.99992C12.5523 7.99992 13 8.44764 13 8.99992V10.9999H15L15.1025 11.0048C15.6067 11.0561 16 11.4823 16 11.9999C16 12.5176 15.6066 12.9437 15.1025 12.995L15 12.9999H13V14.9999C13 15.5522 12.5523 15.9999 12 15.9999C11.4477 15.9999 11 15.5522 11 14.9999V12.9999H9C8.44774 12.9999 8.00004 12.5522 8 11.9999C8 11.4476 8.44772 10.9999 9 10.9999H11V8.99992C11 8.44764 11.4477 7.99992 12 7.99992Z\" fill=\"currentColor\"/><path d=\"M16.793 1.79289C17.1835 1.40237 17.8165 1.40237 18.207 1.79289L20.707 4.29289C21.0975 4.68342 21.0975 5.31644 20.707 5.70696L18.207 8.20696C17.8165 8.59743 17.1835 8.59743 16.793 8.20696C16.4025 7.81644 16.4025 7.18342 16.793 6.79289L17.5859 5.99992H7C5.89543 5.99992 5 6.89536 5 7.99992V12.9999C4.99996 13.5522 4.55226 13.9999 4 13.9999C3.44774 13.9999 3.00004 13.5522 3 12.9999V7.99992C3 5.79079 4.79086 3.99992 7 3.99992H17.5859L16.793 3.20696C16.4025 2.81644 16.4025 2.18342 16.793 1.79289Z\" fill=\"currentColor\"/>",
|
|
17044
|
+
"iconName": "remix, new-try, repeat",
|
|
17045
|
+
"variant": {
|
|
17046
|
+
"join": "round",
|
|
17047
|
+
"filled": "on",
|
|
17048
|
+
"radius": "3",
|
|
17049
|
+
"stroke": "2"
|
|
17050
|
+
},
|
|
17051
|
+
"createdAt": "2025-12-18T09:02:26.493379+00:00",
|
|
17052
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
17053
|
+
"componentName": "IconRemix"
|
|
17054
|
+
},
|
|
17041
17055
|
{
|
|
17042
17056
|
"category": "Photography & Video",
|
|
17043
17057
|
"svg": "<path d=\"M8.58579 3H7C4.79086 3 3 4.79086 3 7V8.58579L8.58579 3Z\" fill=\"currentColor\"/><path d=\"M3 11.4142V17C3 17.7418 3.20193 18.4365 3.55382 19.032L8.19005 14.3957C7.75291 13.702 7.5 12.8805 7.5 12C7.5 9.51472 9.51472 7.5 12 7.5C12.8805 7.5 13.702 7.75291 14.3957 8.19005L19.032 3.55382C18.4365 3.20193 17.7418 3 17 3H11.4142L3 11.4142Z\" fill=\"currentColor\"/><path d=\"M9.60426 15.81L4.96803 20.4462C5.56355 20.7981 6.25819 21 7 21H12.5858L21 12.5858V7C21 6.25819 20.7981 5.56355 20.4462 4.96803L15.81 9.60426C16.2471 10.298 16.5 11.1195 16.5 12C16.5 14.4853 14.4853 16.5 12 16.5C11.1195 16.5 10.298 16.2471 9.60426 15.81Z\" fill=\"currentColor\"/><path d=\"M17 21H15.4142L21 15.4142V17C21 19.2091 19.2091 21 17 21Z\" fill=\"currentColor\"/><path d=\"M9.5 12C9.5 10.6193 10.6193 9.5 12 9.5C13.3807 9.5 14.5 10.6193 14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 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-3-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.75",
|
|
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": 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";
|