iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 983 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Cube = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M17.36 6.65a1.1 1.1 0 0 1 .097.448v6.106c0 .613.058 1.11-.555 1.11L10.796 18.2c-.207 0-.39-.072-.555-.17-.166.099-.349.17-.555.17l-5.552-3.886a1.11 1.11 0 0 1-1.11-1.11V7.098c0-.164.04-.317.103-.457a1.098 1.098 0 0 1 .189-1.287L9.713 1.78c.821-.395.288-.352 1.015 0l6.45 3.574c.352.353.402.877.181 1.296zM4.133 13.204l5.552 3.886v-6.481L4.134 7.097v6.106zm6.094-10.638L4.134 5.988l5.917 3.584c.068.024.127.06.187.098a1.07 1.07 0 0 1 .21-.102l5.886-3.573.012-.007-6.118-3.422zm.568 8.043v6.481l5.55-3.886V7.098l-5.55 3.51z", fill: "#000", fillRule: "evenodd" }));
exports.default = Cube;