iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 866 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 CodepenLogoLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M234.85 90.72l-104-56a6 6 0 00-5.68 0l-104 56A6 6 0 0018 96v64a6 6 0 003.15 5.28l104 56a6 6 0 005.68 0l104-56A6 6 0 00238 160V96a6 6 0 00-3.15-5.28zM226 150l-40.77-22L226 106zm-53.43-28.77L134 100.42V50l85.34 46zm-44.57 24L96.08 128 128 110.81 159.92 128zM122 50v50.38l-38.57 20.8L36.66 96zm-92 56l40.77 22L30 150zm53.43 28.76L122 155.58V206l-85.34-46zM134 206v-50.42l38.57-20.77L219.34 160z" }));
exports.default = CodepenLogoLight;