iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 928 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 CodesandboxLogoFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M229.89 72.25a15.93 15.93 0 00-6.18-6.06L135.68 18a15.94 15.94 0 00-15.36 0l-88 48.18a15.93 15.93 0 00-6.18 6.06A16 16 0 0024 80.18v95.64a16 16 0 008.32 14l88 48.17a15.88 15.88 0 0015.36 0l88-48.17a16 16 0 008.32-14V80.18a16 16 0 00-2.11-7.93zM120 219.61l-32-17.52V152a8 8 0 00-4.16-7L40 121V89l80 43.8zm8-100.73L48.66 75.44l34.48-18.87 41 22.45a8 8 0 007.68 0l41-22.45 34.48 18.87zm88 2.1l-43.84 24a8 8 0 00-4.16 7v50.09l-32 17.52v-86.85l80-43.8z" }));
exports.default = CodesandboxLogoFill;