iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 769 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 CodaLogoBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M176 92a35.79 35.79 0 0119.38 5.47A16 16 0 00220 84V48a20 20 0 00-20-20H56a20 20 0 00-20 20v160a20 20 0 0020 20h144a20 20 0 0020-20v-36a16 16 0 00-24.6-13.48c-6.58 4.22-11.89 5.76-18.92 5.48H176a36 36 0 010-72zm-.24 96a52.4 52.4 0 0020.24-3v19H60V52h136v19.3a61.55 61.55 0 00-20-3.3 60 60 0 00-.24 120z" }));
exports.default = CodaLogoBold;