@zesty-io/material 0.15.7 → 0.15.8

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 ReplaceContentItem: (props: SvgIconProps) => JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { SvgIcon } from "@mui/material";
3
+ export const ReplaceContentItem = (props) => (_jsxs(SvgIcon, { ...props, children: ["(", _jsx("path", { d: "M2 16.9691V14.6661H13.4191V16.9691H2ZM2 10.636V8.33307H19.8899V10.636H2ZM2 4.30293V2H19.8899V4.30293H2Z", fill: "currentColor" }), _jsx("path", { d: "M18 19C17.337 19 16.7011 18.7366 16.2322 18.2678C15.7634 17.7989 15.5 17.163 15.5 16.5C15.5 16.1 15.59 15.72 15.76 15.38L14.67 14.29C14.25 14.92 14 15.68 14 16.5C14 18.71 15.79 20.5 18 20.5V22L20.25 19.75L18 17.5V19ZM18 12.5V11L15.75 13.25L18 15.5V14C18.663 14 19.2989 14.2634 19.7678 14.7322C20.2366 15.2011 20.5 15.837 20.5 16.5C20.5 16.9 20.41 17.28 20.24 17.62L21.33 18.71C21.75 18.08 22 17.32 22 16.5C22 14.29 20.21 12.5 18 12.5Z", fill: "currentColor" }), ")"] }));
@@ -17,3 +17,4 @@ export { ImageSync } from "./ImageSync";
17
17
  export { Bynder } from "./Bynder";
18
18
  export { FileReplace } from "./FileReplace";
19
19
  export { Block } from "./Block";
20
+ export { ReplaceContentItem } from "./ReplaceContentItem";
package/es/icons/index.js CHANGED
@@ -17,3 +17,4 @@ export { ImageSync } from "./ImageSync";
17
17
  export { Bynder } from "./Bynder";
18
18
  export { FileReplace } from "./FileReplace";
19
19
  export { Block } from "./Block";
20
+ export { ReplaceContentItem } from "./ReplaceContentItem";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zesty-io/material",
3
- "version": "0.15.7",
3
+ "version": "0.15.8",
4
4
  "description": "Contains custom components which are in addition to the @mui design-system",
5
5
  "author": "Zesty.io",
6
6
  "license": "MIT",