iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 920 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 CodepenLogoThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M234 92.55s-.05 0-.09-.07l-104-56a4 4 0 00-3.8 0l-104 56-.11.08A4 4 0 0020 96v64a4 4 0 002 3.45.71.71 0 00.09.07l104 56a4 4 0 003.8 0l104-56a.27.27 0 00.08-.07 4 4 0 002-3.45V96a4 4 0 00-1.97-3.45zm-6 60.75L181 128l47-25.3zm-55.43-29.84L132 101.61V46.7L223.56 96zm-44.57 24L91.87 128 128 108.54 164.13 128zM124 46.7v54.91l-40.57 21.85L32.44 96zm-96 56L75 128l-47 25.3zm55.43 29.84L124 154.39v54.91L32.44 160zM132 209.3v-54.91l40.57-21.85 51 27.46z" }));
exports.default = CodepenLogoThin;