iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 840 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 CodepenLogoFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M235.79 89l-104-56a8 8 0 00-7.58 0l-104 56A8 8 0 0016 96v64a8 8 0 004.21 7l93.89 50.6a4 4 0 005.9-3.52v-57.3L66.55 128 32 146.61v-37.22L66.55 128l16.88-9.09L40.87 96 120 53.39v45.83l-36.57 19.69 44.57 24 44.57-24 16.88 9.09L224 109.39v37.22L189.45 128 136 156.78v57.3a4 4 0 005.9 3.52l93.89-50.6a8 8 0 004.21-7V96a8 8 0 00-4.21-7zm-63.22 30L136 99.22V53.39L215.13 96z" }));
exports.default = CodepenLogoFill;