@antscorp/antsomi-ui 1.3.5-beta.552 → 1.3.5-beta.553
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.
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
const MediaIcon = _props => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
3
|
-
|
|
4
|
-
// xmlns:svg="http://www.w3.org/2000/svg"
|
|
5
|
-
className: "MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiBox-root css-1om0hkc", focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24", width: 24, height: 24, fill: "rgba(0, 0, 0, 0.54)", "data-testid": "PermMediaIcon", version: "1.1", id: "svg4" },
|
|
6
|
-
React.createElement("defs", { id: "defs8" }),
|
|
7
|
-
React.createElement("path", { d: "M2 6H0v5h.01L0 20c0 1.1.9 2 2 2h18v-2H2V6zm20-2h-8l-2-2H6c-1.1 0-1.99.9-1.99 2L4 16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM7 15l4.5-6 3.5 4.51 2.5-3.01L21 15H7z", id: "path2" })));
|
|
2
|
+
const MediaIcon = _props => (React.createElement("svg", { width: "20", height: "18", viewBox: "0 0 20 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
3
|
+
React.createElement("path", { d: "M1.67969 4V15.6797H16.6797V17.3203H1.67969C0.742188 17.3203 0 16.5781 0 15.6797V8.17969V4H1.67969ZM5.82031 11.5L9.57031 6.5L12.5 10.25L14.5703 7.75L17.5 11.5H5.82031ZM18.3203 2.32031C19.2578 2.32031 20 3.10156 20 4V12.3203C20 13.2578 19.2578 14 18.3203 14H5C4.10156 14 3.32031 13.2578 3.32031 12.3203L3.35938 2.32031C3.35938 1.42188 4.10156 0.679688 5 0.679688H10L11.6797 2.32031H18.3203ZM18.3203 12.3203V4H10.9766L10.4688 3.49219L9.29688 2.32031H5V12.3203H18.3203Z", fill: "#005FB8" })));
|
|
8
4
|
export default MediaIcon;
|