iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.04 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 CodesandboxLogoLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M222.72 67.91l-88-48.18a13.9 13.9 0 00-13.44 0l-88 48.17A14 14 0 0026 80.18v95.64a14 14 0 007.28 12.28l88 48.17a13.92 13.92 0 0013.44 0l88-48.17a14 14 0 007.28-12.28V80.18a14 14 0 00-7.28-12.27zM128 121.16L44.49 75.44l38.65-21.15 42 23a6 6 0 005.76 0l42-23 38.65 21.15zm-1-90.91a2 2 0 011.92 0l31.4 17.2L128 65.16 95.63 47.45zM38 175.82v-40l36 19.7v41.16l-35-19.11a2 2 0 01-1-1.75zm48 27.46V152a6 6 0 00-3.12-5.26L38 122.17v-36.6l84 46V223zM134 223v-91.44l84-46v36.6l-44.88 24.57A6 6 0 00170 152v51.28zm83-45.42l-35 19.14v-41.17l36-19.7v40a2 2 0 01-1 1.72z" }));
exports.default = CodesandboxLogoLight;