UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

11 lines 679 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const React = require("react"); const createSvgIcon_1 = require("../utils/createSvgIcon"); const CubeShapeSolidIcon = (0, createSvgIcon_1.default)({ svg: ({ classes }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 2048 2048", className: classes.svg, focusable: "false" }, React.createElement("path", { d: "M960 152l750 376-750 375-750-375 750-376zM128 1607V665l768 384v942l-768-384zm896-558l768-384v942l-768 384v-942z" }))), displayName: 'CubeShapeSolidIcon', }); exports.default = CubeShapeSolidIcon; //# sourceMappingURL=CubeShapeSolidIcon.js.map