@zesty-io/material 0.15.5 → 0.15.6

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,3 @@
1
+ /// <reference types="react" />
2
+ import { SvgIconProps } from "@mui/material";
3
+ export declare const Block: (props: SvgIconProps) => JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { SvgIcon } from "@mui/material";
3
+ export const Block = (props) => (_jsx(SvgIcon, { ...props, children: _jsx("path", { d: "M21 16.5C21 16.88 20.79 17.21 20.47 17.38L12.57 21.82C12.41 21.94 12.21 22 12 22C11.79 22 11.59 21.94 11.43 21.82L3.53001 17.38C3.36961 17.2958 3.23538 17.1693 3.14193 17.0141C3.04848 16.859 2.99939 16.6811 3.00001 16.5V7.5C3.00001 7.12 3.21001 6.79 3.53001 6.62L11.43 2.18C11.59 2.06 11.79 2 12 2C12.21 2 12.41 2.06 12.57 2.18L20.47 6.62C20.79 6.79 21 7.12 21 7.5V16.5ZM12 4.15L10.11 5.22L13.055 6.915L16 8.61L17.96 7.5L12 4.15ZM6.04001 7.5L12 10.85L16 8.61L13.055 6.915L10.11 5.22L6.04001 7.5ZM5.00001 15.91L11 19.29V12.58L5.00001 9.21V15.91ZM19 15.91V9.21L13 12.58V19.29L19 15.91Z" }) }));
@@ -16,3 +16,4 @@ export { Microsoft } from "./Microsoft";
16
16
  export { ImageSync } from "./ImageSync";
17
17
  export { Bynder } from "./Bynder";
18
18
  export { FileReplace } from "./FileReplace";
19
+ export { Block } from "./Block";
package/es/icons/index.js CHANGED
@@ -16,3 +16,4 @@ export { Microsoft } from "./Microsoft";
16
16
  export { ImageSync } from "./ImageSync";
17
17
  export { Bynder } from "./Bynder";
18
18
  export { FileReplace } from "./FileReplace";
19
+ export { Block } from "./Block";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zesty-io/material",
3
- "version": "0.15.5",
3
+ "version": "0.15.6",
4
4
  "description": "Contains custom components which are in addition to the @mui design-system",
5
5
  "author": "Zesty.io",
6
6
  "license": "MIT",