iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 2.44 kB
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 Coinbase = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M3.293 14.205C2.64 14.205 2 13.728 2 12.65c0-1.081.64-1.552 1.293-1.552.322 0 .574.084.754.204l-.197.439a.848.848 0 00-.48-.144c-.395 0-.754.316-.754 1.046s.37 1.054.753 1.054c.18 0 .36-.056.481-.144l.197.45c-.186.126-.432.203-.754.203zM5.544 14.205c-.834 0-1.294-.67-1.294-1.556 0-.885.457-1.552 1.294-1.552.833 0 1.293.664 1.293 1.552 0 .885-.46 1.556-1.293 1.556zm0-2.627c-.464 0-.692.421-.692 1.064s.228 1.068.692 1.068c.463 0 .691-.425.691-1.068s-.228-1.064-.691-1.064zM7.64 10.616a.35.35 0 01-.357-.345c0-.19.16-.344.356-.344a.35.35 0 01.356.344c0 .19-.162.345-.356.345zm-.302.54h.602v2.986h-.602v-2.986zM10.299 14.142V12.15c0-.347-.208-.565-.616-.565-.218 0-.419.039-.54.088v2.473H8.55v-2.838a2.92 2.92 0 011.13-.211c.824 0 1.221.365 1.221.997v2.052H10.3M12.481 14.205a2.37 2.37 0 01-.989-.21V9.794h.595v1.44c.142-.067.37-.123.574-.123.757 0 1.273.555 1.273 1.468 0 1.128-.574 1.626-1.453 1.626zm.076-2.62c-.162 0-.356.039-.47.099v1.96c.086.038.256.077.425.077.474 0 .823-.334.823-1.096.004-.653-.3-1.04-.778-1.04zM15.552 14.205c-.844 0-1.272-.348-1.272-.938 0-.832.871-.98 1.76-1.029v-.19c0-.375-.246-.509-.623-.509-.276 0-.615.088-.812.183l-.152-.414c.235-.106.632-.211 1.027-.211.702 0 1.13.277 1.13 1.015v1.883c-.21.115-.643.21-1.058.21zm.491-1.563c-.601.032-1.2.085-1.2.615 0 .316.239.51.692.51.19 0 .415-.032.508-.078v-1.047zM17.952 14.205c-.343 0-.702-.095-.917-.21l.201-.464a1.6 1.6 0 00.699.193c.321 0 .536-.162.536-.41 0-.271-.225-.377-.523-.49-.394-.15-.833-.333-.833-.891 0-.492.377-.836 1.03-.836.357 0 .65.088.858.21l-.187.422a1.298 1.298 0 00-.605-.175c-.311 0-.484.165-.484.382 0 .27.218.366.508.478.409.155.861.327.861.91-.003.53-.407.881-1.144.881zM21.995 12.635l-1.954.278c.059.537.404.808.899.808.294 0 .612-.074.813-.183l.173.453c-.229.123-.623.21-1.027.21-.927 0-1.446-.603-1.446-1.555 0-.913.501-1.553 1.325-1.553.764 0 1.217.51 1.217 1.314.007.074.007.151 0 .228zm-1.221-1.095c-.457 0-.757.354-.768.976l1.425-.2c-.007-.52-.266-.777-.657-.777z", fill: "#323544" }));
exports.default = Coinbase;