@central-icons-react-native/round-filled-radius-2-stroke-1 1.1.73 → 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.
Files changed (40) hide show
  1. package/IconFullScreen/index.d.ts +4 -0
  2. package/IconFullScreen/index.js +2 -0
  3. package/IconFullScreen/index.js.map +1 -0
  4. package/{IconFullScreen1 → IconFullScreen}/index.mjs +1 -1
  5. package/IconFullScreen/index.mjs.map +1 -0
  6. package/IconFullscreen1/index.d.ts +4 -0
  7. package/IconFullscreen1/index.js +2 -0
  8. package/IconFullscreen1/index.js.map +1 -0
  9. package/IconFullscreen1/index.mjs +2 -0
  10. package/IconFullscreen1/index.mjs.map +1 -0
  11. package/IconFullscreen2/index.d.ts +4 -0
  12. package/IconFullscreen2/index.js +2 -0
  13. package/IconFullscreen2/index.js.map +1 -0
  14. package/{IconFullscreen → IconFullscreen2}/index.mjs +1 -1
  15. package/IconFullscreen2/index.mjs.map +1 -0
  16. package/README.md +3 -3
  17. package/filtered-icons.json +22 -22
  18. package/icons/index.d.ts +3 -3
  19. package/icons-index.json +9 -9
  20. package/index.d.ts +3 -3
  21. package/index.js +1 -1
  22. package/index.js.map +1 -1
  23. package/index.mjs +1 -1
  24. package/index.mjs.map +1 -1
  25. package/license-check.js +1 -1
  26. package/package.json +1 -1
  27. package/tsx-icons.json +15 -15
  28. package/IconClapperboard/index.d.ts +0 -4
  29. package/IconClapperboard/index.js +0 -2
  30. package/IconClapperboard/index.js.map +0 -1
  31. package/IconClapperboard/index.mjs +0 -2
  32. package/IconClapperboard/index.mjs.map +0 -1
  33. package/IconFullScreen1/index.d.ts +0 -4
  34. package/IconFullScreen1/index.js +0 -2
  35. package/IconFullScreen1/index.js.map +0 -1
  36. package/IconFullScreen1/index.mjs.map +0 -1
  37. package/IconFullscreen/index.d.ts +0 -4
  38. package/IconFullscreen/index.js +0 -2
  39. package/IconFullscreen/index.js.map +0 -1
  40. package/IconFullscreen/index.mjs.map +0 -1
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFullScreen: FC<CentralIconBaseProps>;
4
+ export default IconFullScreen;
@@ -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 5.5C3 4.11929 4.11929 3 5.5 3H8.5C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H5.5C4.67157 4 4 4.67157 4 5.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V5.5ZM15 3.5C15 3.22386 15.2239 3 15.5 3H18.5C19.8807 3 21 4.11929 21 5.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V5.5C20 4.67157 19.3284 4 18.5 4H15.5C15.2239 4 15 3.77614 15 3.5ZM3.5 15C3.77614 15 4 15.2239 4 15.5V18.5C4 19.3284 4.67157 20 5.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H5.5C4.11929 21 3 19.8807 3 18.5V15.5C3 15.2239 3.22386 15 3.5 15ZM20.5 15C20.7761 15 21 15.2239 21 15.5V18.5C21 19.8807 19.8807 21 18.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H18.5C19.3284 20 20 19.3284 20 18.5V15.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 5.5C3 4.11929 4.11929 3 5.5 3H8.5C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H5.5C4.67157 4 4 4.67157 4 5.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V5.5ZM15 3.5C15 3.22386 15.2239 3 15.5 3H18.5C19.8807 3 21 4.11929 21 5.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V5.5C20 4.67157 19.3284 4 18.5 4H15.5C15.2239 4 15 3.77614 15 3.5ZM3.5 15C3.77614 15 4 15.2239 4 15.5V18.5C4 19.3284 4.67157 20 5.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H5.5C4.11929 21 3 19.8807 3 18.5V15.5C3 15.2239 3.22386 15 3.5 15ZM20.5 15C20.7761 15 21 15.2239 21 15.5V18.5C21 19.8807 19.8807 21 18.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H18.5C19.3284 20 20 19.3284 20 18.5V15.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,2wBACF,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 5.5C3 4.11929 4.11929 3 5.5 3H8.5C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H5.5C4.67157 4 4 4.67157 4 5.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V5.5ZM15 3.5C15 3.22386 15.2239 3 15.5 3H18.5C19.8807 3 21 4.11929 21 5.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V5.5C20 4.67157 19.3284 4 18.5 4H15.5C15.2239 4 15 3.77614 15 3.5ZM3.5 15C3.77614 15 4 15.2239 4 15.5V18.5C4 19.3284 4.67157 20 5.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H5.5C4.11929 21 3 19.8807 3 18.5V15.5C3 15.2239 3.22386 15 3.5 15ZM20.5 15C20.7761 15 21 15.2239 21 15.5V18.5C21 19.8807 19.8807 21 18.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H18.5C19.3284 20 20 19.3284 20 18.5V15.5C20 15.2239 20.2239 15 20.5 15Z",fill:"currentColor"})),V=a;export{a as IconFullScreen1,V as default};
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 5.5C3 4.11929 4.11929 3 5.5 3H8.5C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H5.5C4.67157 4 4 4.67157 4 5.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V5.5ZM15 3.5C15 3.22386 15.2239 3 15.5 3H18.5C19.8807 3 21 4.11929 21 5.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V5.5C20 4.67157 19.3284 4 18.5 4H15.5C15.2239 4 15 3.77614 15 3.5ZM3.5 15C3.77614 15 4 15.2239 4 15.5V18.5C4 19.3284 4.67157 20 5.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H5.5C4.11929 21 3 19.8807 3 18.5V15.5C3 15.2239 3.22386 15 3.5 15ZM20.5 15C20.7761 15 21 15.2239 21 15.5V18.5C21 19.8807 19.8807 21 18.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H18.5C19.3284 20 20 19.3284 20 18.5V15.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 5.5C3 4.11929 4.11929 3 5.5 3H8.5C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H5.5C4.67157 4 4 4.67157 4 5.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V5.5ZM15 3.5C15 3.22386 15.2239 3 15.5 3H18.5C19.8807 3 21 4.11929 21 5.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V5.5C20 4.67157 19.3284 4 18.5 4H15.5C15.2239 4 15 3.77614 15 3.5ZM3.5 15C3.77614 15 4 15.2239 4 15.5V18.5C4 19.3284 4.67157 20 5.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H5.5C4.11929 21 3 19.8807 3 18.5V15.5C3 15.2239 3.22386 15 3.5 15ZM20.5 15C20.7761 15 21 15.2239 21 15.5V18.5C21 19.8807 19.8807 21 18.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H18.5C19.3284 20 20 19.3284 20 18.5V15.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,2wBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFullScreen","props","React","CentralIconBase","IconFullScreen_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFullscreen1: FC<CentralIconBaseProps>;
4
+ export default IconFullscreen1;
@@ -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 17.5V14.5C2 14.2239 2.22386 14 2.5 14C2.77614 14 3 14.2239 3 14.5V17.5C3 18.3284 3.67157 19 4.5 19H7.5C7.77614 19 8 19.2239 8 19.5C8 19.7761 7.77614 20 7.5 20H4.5C3.11929 20 2 18.8807 2 17.5ZM21 17.5V14.5C21 14.2239 21.2239 14 21.5 14C21.7761 14 22 14.2239 22 14.5V17.5C22 18.8807 20.8807 20 19.5 20H16.5C16.2239 20 16 19.7761 16 19.5C16 19.2239 16.2239 19 16.5 19H19.5C20.3284 19 21 18.3284 21 17.5ZM2 9.5V6.5C2 5.11929 3.11929 4 4.5 4H7.5C7.77614 4 8 4.22386 8 4.5C8 4.77614 7.77614 5 7.5 5H4.5C3.67157 5 3 5.67157 3 6.5V9.5C3 9.77614 2.77614 10 2.5 10C2.22386 10 2 9.77614 2 9.5ZM21 9.5V6.5C21 5.67157 20.3284 5 19.5 5H16.5C16.2239 5 16 4.77614 16 4.5C16 4.22386 16.2239 4 16.5 4H19.5C20.8807 4 22 5.11929 22 6.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 17.5V14.5C2 14.2239 2.22386 14 2.5 14C2.77614 14 3 14.2239 3 14.5V17.5C3 18.3284 3.67157 19 4.5 19H7.5C7.77614 19 8 19.2239 8 19.5C8 19.7761 7.77614 20 7.5 20H4.5C3.11929 20 2 18.8807 2 17.5ZM21 17.5V14.5C21 14.2239 21.2239 14 21.5 14C21.7761 14 22 14.2239 22 14.5V17.5C22 18.8807 20.8807 20 19.5 20H16.5C16.2239 20 16 19.7761 16 19.5C16 19.2239 16.2239 19 16.5 19H19.5C20.3284 19 21 18.3284 21 17.5ZM2 9.5V6.5C2 5.11929 3.11929 4 4.5 4H7.5C7.77614 4 8 4.22386 8 4.5C8 4.77614 7.77614 5 7.5 5H4.5C3.67157 5 3 5.67157 3 6.5V9.5C3 9.77614 2.77614 10 2.5 10C2.22386 10 2 9.77614 2 9.5ZM21 9.5V6.5C21 5.67157 20.3284 5 19.5 5H16.5C16.2239 5 16 4.77614 16 4.5C16 4.22386 16.2239 4 16.5 4H19.5C20.8807 4 22 5.11929 22 6.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,ixBACF,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 17.5V14.5C2 14.2239 2.22386 14 2.5 14C2.77614 14 3 14.2239 3 14.5V17.5C3 18.3284 3.67157 19 4.5 19H7.5C7.77614 19 8 19.2239 8 19.5C8 19.7761 7.77614 20 7.5 20H4.5C3.11929 20 2 18.8807 2 17.5ZM21 17.5V14.5C21 14.2239 21.2239 14 21.5 14C21.7761 14 22 14.2239 22 14.5V17.5C22 18.8807 20.8807 20 19.5 20H16.5C16.2239 20 16 19.7761 16 19.5C16 19.2239 16.2239 19 16.5 19H19.5C20.3284 19 21 18.3284 21 17.5ZM2 9.5V6.5C2 5.11929 3.11929 4 4.5 4H7.5C7.77614 4 8 4.22386 8 4.5C8 4.77614 7.77614 5 7.5 5H4.5C3.67157 5 3 5.67157 3 6.5V9.5C3 9.77614 2.77614 10 2.5 10C2.22386 10 2 9.77614 2 9.5ZM21 9.5V6.5C21 5.67157 20.3284 5 19.5 5H16.5C16.2239 5 16 4.77614 16 4.5C16 4.22386 16.2239 4 16.5 4H19.5C20.8807 4 22 5.11929 22 6.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 17.5V14.5C2 14.2239 2.22386 14 2.5 14C2.77614 14 3 14.2239 3 14.5V17.5C3 18.3284 3.67157 19 4.5 19H7.5C7.77614 19 8 19.2239 8 19.5C8 19.7761 7.77614 20 7.5 20H4.5C3.11929 20 2 18.8807 2 17.5ZM21 17.5V14.5C21 14.2239 21.2239 14 21.5 14C21.7761 14 22 14.2239 22 14.5V17.5C22 18.8807 20.8807 20 19.5 20H16.5C16.2239 20 16 19.7761 16 19.5C16 19.2239 16.2239 19 16.5 19H19.5C20.3284 19 21 18.3284 21 17.5ZM2 9.5V6.5C2 5.11929 3.11929 4 4.5 4H7.5C7.77614 4 8 4.22386 8 4.5C8 4.77614 7.77614 5 7.5 5H4.5C3.67157 5 3 5.67157 3 6.5V9.5C3 9.77614 2.77614 10 2.5 10C2.22386 10 2 9.77614 2 9.5ZM21 9.5V6.5C21 5.67157 20.3284 5 19.5 5H16.5C16.2239 5 16 4.77614 16 4.5C16 4.22386 16.2239 4 16.5 4H19.5C20.8807 4 22 5.11929 22 6.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,ixBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFullscreen1","props","React","CentralIconBase","IconFullscreen1_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFullscreen2: FC<CentralIconBaseProps>;
4
+ export default IconFullscreen2;
@@ -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:"M4.5 4C3.11929 4 2 5.11929 2 6.5V17.5C2 18.8807 3.11929 20 4.5 20H19.5C20.8807 20 22 18.8807 22 17.5V6.5C22 5.11929 20.8807 4 19.5 4H4.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=\"M4.5 4C3.11929 4 2 5.11929 2 6.5V17.5C2 18.8807 3.11929 20 4.5 20H19.5C20.8807 20 22 18.8807 22 17.5V6.5C22 5.11929 20.8807 4 19.5 4H4.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:"M4.5 4C3.11929 4 2 5.11929 2 6.5V17.5C2 18.8807 3.11929 20 4.5 20H19.5C20.8807 20 22 18.8807 22 17.5V6.5C22 5.11929 20.8807 4 19.5 4H4.5Z",fill:"currentColor"})),P=l;export{l as IconFullscreen,P as default};
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:"M4.5 4C3.11929 4 2 5.11929 2 6.5V17.5C2 18.8807 3.11929 20 4.5 20H19.5C20.8807 20 22 18.8807 22 17.5V6.5C22 5.11929 20.8807 4 19.5 4H4.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=\"M4.5 4C3.11929 4 2 5.11929 2 6.5V17.5C2 18.8807 3.11929 20 4.5 20H19.5C20.8807 20 22 18.8807 22 17.5V6.5C22 5.11929 20.8807 4 19.5 4H4.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"]}
package/README.md CHANGED
@@ -548,7 +548,8 @@ Below is a complete list of available icons:
548
548
  - IconConnectors1
549
549
  - IconConnectors2
550
550
  - IconDevices
551
- - IconFullscreen
551
+ - IconFullscreen1
552
+ - IconFullscreen2
552
553
  - IconHaptic
553
554
  - IconImac
554
555
  - IconKeyboardCable
@@ -1235,7 +1236,6 @@ Below is a complete list of available icons:
1235
1236
  - IconCameraOff1
1236
1237
  - IconCapture
1237
1238
  - IconCat
1238
- - IconClapperboard
1239
1239
  - IconClosedCaptioning
1240
1240
  - IconContrast
1241
1241
  - IconCrop
@@ -1254,7 +1254,7 @@ Below is a complete list of available icons:
1254
1254
  - IconFocusSquare
1255
1255
  - IconFocusZoomIn
1256
1256
  - IconFocusZoomOut
1257
- - IconFullScreen1
1257
+ - IconFullScreen
1258
1258
  - IconGif
1259
1259
  - IconGifSquare
1260
1260
  - IconHd
@@ -6146,20 +6146,6 @@
6146
6146
  "packageName": "round-filled-radius-2-stroke-1",
6147
6147
  "componentName": "IconCircleX"
6148
6148
  },
6149
- {
6150
- "category": "Photography & Video",
6151
- "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 6.5C2 5.11929 3.11929 4 4.5 4H19.5C20.8807 4 22 5.11929 22 6.5V17.5C22 18.8807 20.8807 20 19.5 20H4.5C3.11929 20 2 18.8807 2 17.5V6.5ZM3 6.5C3 5.67157 3.67157 5 4.5 5H7.3901L6.5901 9H3V6.5ZM21 9V6.5C21 5.67157 20.3284 5 19.5 5H17.6404L16.6404 9H21ZM15.6096 9L16.6096 5H12.9099L12.1099 9H15.6096ZM11.0901 9L11.8901 5H8.4099L7.6099 9H11.0901Z\" fill=\"currentColor\"/>",
6152
- "iconName": "clapperboard",
6153
- "variant": {
6154
- "join": "round",
6155
- "filled": "on",
6156
- "radius": "2",
6157
- "stroke": "1"
6158
- },
6159
- "createdAt": "2025-02-15T21:11:33.782983+00:00",
6160
- "packageName": "round-filled-radius-2-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": "Devices & Signals",
10603
- "svg": "<path d=\"M4.5 4C3.11929 4 2 5.11929 2 6.5V17.5C2 18.8807 3.11929 20 4.5 20H19.5C20.8807 20 22 18.8807 22 17.5V6.5C22 5.11929 20.8807 4 19.5 4H4.5Z\" fill=\"currentColor\"/>",
10604
- "iconName": "fullscreen",
10588
+ "category": "Photography & Video",
10589
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 5.5C3 4.11929 4.11929 3 5.5 3H8.5C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H5.5C4.67157 4 4 4.67157 4 5.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V5.5ZM15 3.5C15 3.22386 15.2239 3 15.5 3H18.5C19.8807 3 21 4.11929 21 5.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V5.5C20 4.67157 19.3284 4 18.5 4H15.5C15.2239 4 15 3.77614 15 3.5ZM3.5 15C3.77614 15 4 15.2239 4 15.5V18.5C4 19.3284 4.67157 20 5.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H5.5C4.11929 21 3 19.8807 3 18.5V15.5C3 15.2239 3.22386 15 3.5 15ZM20.5 15C20.7761 15 21 15.2239 21 15.5V18.5C21 19.8807 19.8807 21 18.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H18.5C19.3284 20 20 19.3284 20 18.5V15.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-2-stroke-1",
10613
- "componentName": "IconFullscreen"
10599
+ "componentName": "IconFullScreen"
10614
10600
  },
10615
10601
  {
10616
- "category": "Photography & Video",
10617
- "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 5.5C3 4.11929 4.11929 3 5.5 3H8.5C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H5.5C4.67157 4 4 4.67157 4 5.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V5.5ZM15 3.5C15 3.22386 15.2239 3 15.5 3H18.5C19.8807 3 21 4.11929 21 5.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V5.5C20 4.67157 19.3284 4 18.5 4H15.5C15.2239 4 15 3.77614 15 3.5ZM3.5 15C3.77614 15 4 15.2239 4 15.5V18.5C4 19.3284 4.67157 20 5.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H5.5C4.11929 21 3 19.8807 3 18.5V15.5C3 15.2239 3.22386 15 3.5 15ZM20.5 15C20.7761 15 21 15.2239 21 15.5V18.5C21 19.8807 19.8807 21 18.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H18.5C19.3284 20 20 19.3284 20 18.5V15.5C20 15.2239 20.2239 15 20.5 15Z\" fill=\"currentColor\"/>",
10618
- "iconName": "full-screen, focus",
10602
+ "category": "Devices & Signals",
10603
+ "svg": "<path d=\"M2 17.5V14.5C2 14.2239 2.22386 14 2.5 14C2.77614 14 3 14.2239 3 14.5V17.5C3 18.3284 3.67157 19 4.5 19H7.5C7.77614 19 8 19.2239 8 19.5C8 19.7761 7.77614 20 7.5 20H4.5C3.11929 20 2 18.8807 2 17.5ZM21 17.5V14.5C21 14.2239 21.2239 14 21.5 14C21.7761 14 22 14.2239 22 14.5V17.5C22 18.8807 20.8807 20 19.5 20H16.5C16.2239 20 16 19.7761 16 19.5C16 19.2239 16.2239 19 16.5 19H19.5C20.3284 19 21 18.3284 21 17.5ZM2 9.5V6.5C2 5.11929 3.11929 4 4.5 4H7.5C7.77614 4 8 4.22386 8 4.5C8 4.77614 7.77614 5 7.5 5H4.5C3.67157 5 3 5.67157 3 6.5V9.5C3 9.77614 2.77614 10 2.5 10C2.22386 10 2 9.77614 2 9.5ZM21 9.5V6.5C21 5.67157 20.3284 5 19.5 5H16.5C16.2239 5 16 4.77614 16 4.5C16 4.22386 16.2239 4 16.5 4H19.5C20.8807 4 22 5.11929 22 6.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": "2",
10609
+ "stroke": "1"
10610
+ },
10611
+ "createdAt": "2025-12-18T11:02:05.461637+00:00",
10612
+ "packageName": "round-filled-radius-2-stroke-1",
10613
+ "componentName": "IconFullscreen1"
10614
+ },
10615
+ {
10616
+ "category": "Devices & Signals",
10617
+ "svg": "<path d=\"M4.5 4C3.11929 4 2 5.11929 2 6.5V17.5C2 18.8807 3.11929 20 4.5 20H19.5C20.8807 20 22 18.8807 22 17.5V6.5C22 5.11929 20.8807 4 19.5 4H4.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-2-stroke-1",
10627
- "componentName": "IconFullScreen1"
10627
+ "componentName": "IconFullscreen2"
10628
10628
  },
10629
10629
  {
10630
10630
  "category": "Things",
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
- | "IconFullscreen"
760
- | "IconFullScreen1"
758
+ | "IconFullScreen"
759
+ | "IconFullscreen1"
760
+ | "IconFullscreen2"
761
761
  | "IconGalaxy"
762
762
  | "IconGamepad"
763
763
  | "IconGamepadControls"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-2-stroke-1",
3
- "version": "1.1.73",
3
+ "version": "1.1.75",
4
4
  "style": "round-filled-radius-2-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-1/IconHome';",
@@ -415,7 +415,7 @@
415
415
  ]
416
416
  },
417
417
  "Devices & Signals": {
418
- "count": 69,
418
+ "count": 70,
419
419
  "icons": [
420
420
  "IconAirdrop",
421
421
  "IconAirplay",
@@ -436,7 +436,8 @@
436
436
  "IconConnectors1",
437
437
  "IconConnectors2",
438
438
  "IconDevices",
439
- "IconFullscreen",
439
+ "IconFullscreen1",
440
+ "IconFullscreen2",
440
441
  "IconHaptic",
441
442
  "IconImac",
442
443
  "IconKeyboardCable",
@@ -1125,7 +1126,7 @@
1125
1126
  ]
1126
1127
  },
1127
1128
  "Photography & Video": {
1128
- "count": 80,
1129
+ "count": 79,
1129
1130
  "icons": [
1130
1131
  "Icon4k",
1131
1132
  "IconAdjustPhoto",
@@ -1151,7 +1152,6 @@
1151
1152
  "IconCameraOff1",
1152
1153
  "IconCapture",
1153
1154
  "IconCat",
1154
- "IconClapperboard",
1155
1155
  "IconClosedCaptioning",
1156
1156
  "IconContrast",
1157
1157
  "IconCrop",
@@ -1170,7 +1170,7 @@
1170
1170
  "IconFocusSquare",
1171
1171
  "IconFocusZoomIn",
1172
1172
  "IconFocusZoomOut",
1173
- "IconFullScreen1",
1173
+ "IconFullScreen",
1174
1174
  "IconGif",
1175
1175
  "IconGifSquare",
1176
1176
  "IconHd",
@@ -2277,7 +2277,6 @@
2277
2277
  "IconCircleRecord": "circle-record, voicemail, band, tape",
2278
2278
  "IconCirclesThree": "circles-three, bubbles",
2279
2279
  "IconCircleX": "circle-x, close, checkbox, remove",
2280
- "IconClapperboard": "clapperboard",
2281
2280
  "IconClaudeai": "claudeai",
2282
2281
  "IconClipboard": "clipboard, copy, list",
2283
2282
  "IconClipboard2": "clipboard-2, copy, list",
@@ -2595,8 +2594,9 @@
2595
2594
  "IconFridge": "fridge",
2596
2595
  "IconFrisbee": "frisbee",
2597
2596
  "IconFrisbeeGolf": "frisbee-golf",
2598
- "IconFullscreen": "fullscreen",
2599
- "IconFullScreen1": "full-screen, focus",
2597
+ "IconFullScreen": "full-screen, focus",
2598
+ "IconFullscreen1": "fullscreen-1",
2599
+ "IconFullscreen2": "fullscreen-2",
2600
2600
  "IconGalaxy": "galaxy, dark-hole",
2601
2601
  "IconGamepad": "gamepad, gaming, joystick",
2602
2602
  "IconGamepadControls": "gamepad-controls, joystick",
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 { IconFullScreen1, default as IconFullScreen1Default, } from "./IconFullScreen1";
759
- export { IconFullscreen, default as IconFullscreenDefault, } from "./IconFullscreen";
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";