iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.03 kB
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 CodesandboxLogoBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M225.6 62.65l-88-48.18a19.91 19.91 0 00-19.2 0l-88 48.17A20 20 0 0020 80.19v95.62a20 20 0 0010.4 17.55l88 48.17a19.89 19.89 0 0019.2 0l88-48.18a20 20 0 0010.4-17.54V80.19a20 20 0 00-10.4-17.54zM164 152v47.72l-24 13.14v-77.75l72-39.42v22.92l-41.76 22.86A12 12 0 00164 152zm-78.24-10.53L44 118.61V95.69l72 39.42v77.75l-24-13.14V152a12 12 0 00-6.24-10.53zm-2.62-80.34l39.1 21.4a11.95 11.95 0 0011.52 0l39.1-21.4L199 75.45l-71 38.87-71-38.87zM128 36.57l19.87 10.88L128 58.33l-19.87-10.88zM44 146l24 13.14v27.47l-24-13.17zm144 40.61v-27.5L212 146v27.47z" }));
exports.default = CodesandboxLogoBold;