UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 904 B
"use strict"; 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 CodepenLogoBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M237.68 85.43l-104-56a12 12 0 00-11.38 0l-104 56A12 12 0 0012 96v64a12 12 0 006.32 10.57l104 56a12 12 0 0011.38 0l104-56A12 12 0 00244 160V96a12 12 0 00-6.32-10.57zM220 139.91L197.88 128 220 116.09zm-47.43-25.54L140 96.83V60.09L206.69 96zm-44.57 24L108.74 128 128 117.63 147.26 128zm-12-78.28v36.74l-32.57 17.54L49.31 96zm-80 56L58.12 128 36 139.91zm47.43 25.54L116 159.17v36.74L49.31 160zM140 195.91v-36.74l32.57-17.54L206.69 160z" })); exports.default = CodepenLogoBold;