UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.02 kB
"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 CodaLogoDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M128 128a48 48 0 0048 48c10.27.41 17.9-2.25 25.88-7.37A4 4 0 01208 172v36a8 8 0 01-8 8H56a8 8 0 01-8-8V48a8 8 0 018-8h144a8 8 0 018 8v36a4 4 0 01-6.15 3.36A48.24 48.24 0 00128 128z", opacity: ".2" }), React.createElement("path", { d: "M176 88a39.79 39.79 0 0121.53 6.1A12 12 0 00216 84V48a16 16 0 00-16-16H56a16 16 0 00-16 16v160a16 16 0 0016 16h144a16 16 0 0016-16v-36a12 12 0 00-18.44-10.11c-7.25 4.65-13.41 6.41-21.24 6.11H176a40 40 0 010-80zm-56 40a56.07 56.07 0 0055.84 56 48.4 48.4 0 0024.16-5.11V208H56V48h144v29.23A56.3 56.3 0 00120 128z" })); exports.default = CodaLogoDuotone;