@m4l/icons 0.0.6 → 0.0.7

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.
@@ -0,0 +1,4 @@
1
+ import { SvgIcon } from '@mui/material';
2
+
3
+ export const FillScreenOutlined: typeof SvgIcon;
4
+ export default FillScreenOutlined;
package/index.d.ts CHANGED
@@ -32,6 +32,7 @@ export const CloseSmOutlined: SvgIconComponent;
32
32
  export const DownloadOutlined: SvgIconComponent;
33
33
  export const EclipseOutlined: SvgIconComponent;
34
34
  export const ExpandedOutlined: SvgIconComponent;
35
+ export const FillScreenOutlined: SvgIconComponent;
35
36
  export const IconTwoTone: SvgIconComponent;
36
37
  export const InformationCircleFill: SvgIconComponent;
37
38
  export const InformationOutlined: SvgIconComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/icons",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "license": "UNLICENSED",
5
5
  "description": "M4L Icons - Iconos personalizados siguiendo la estrategia de mui-icons-material",
6
6
  "type": "module",