UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 832 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 CodaLogoLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M176 86a41.82 41.82 0 0122.61 6.41A10 10 0 00214 84V48a14 14 0 00-14-14H56a14 14 0 00-14 14v160a14 14 0 0014 14h144a14 14 0 0014-14v-36a10 10 0 00-15.36-8.43c-7.63 4.89-14.11 6.76-22.4 6.42H176a42 42 0 010-84zm-54 42a54.06 54.06 0 0053.88 54 46.36 46.36 0 0026.12-6.43V208a2 2 0 01-2 2H56a2 2 0 01-2-2V48a2 2 0 012-2h144a2 2 0 012 2v32.48A54.28 54.28 0 00122 128z" })); exports.default = CodaLogoLight;