iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.06 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 CodesandboxLogoThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M221.76 69.66l-88-48.18a12 12 0 00-11.52 0l-88 48.18A12 12 0 0028 80.18v95.64a12 12 0 006.24 10.52l88 48.18a11.95 11.95 0 0011.52 0l88-48.18a12 12 0 006.24-10.52V80.18a12 12 0 00-6.24-10.52zM128 123.44l-87.67-48L83.14 52l42.94 23.5a4 4 0 003.84 0L172.86 52l42.81 23.43zm-1.92-94.94a3.94 3.94 0 013.84 0l34.61 19L128 67.44l-36.53-20zM36 175.82v-43.35l40 21.9v45.72l-37.92-20.76a4 4 0 01-2.08-3.51zm48 28.65V152a4 4 0 00-2.08-3.51L36 123.35V82.19l88 48.18v96zm48 21.89v-96l88-48.18v41.16l-45.92 25.14A4 4 0 00172 152v52.47zm85.92-47L180 200.09v-45.72l40-21.9v43.35a4 4 0 01-2.08 3.51z" }));
exports.default = CodesandboxLogoThin;