UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 855 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 Svg1f1f81f1ea = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "#428bc1" }, React.createElement("path", { d: "M61.2 25C58 11.8 46.2 2 32 2h-1v23h30.2M17 6C10 10.1 4.8 16.9 2.8 25H17V6zM2.8 39c2 8.1 7.2 14.9 14.2 19V39H2.8zM31 62h1c14.2 0 26-9.8 29.2-23H31v23" })), React.createElement("path", { d: "M61.2 25H31V2c-5.1.2-9.9 1.6-14 4v19H2.8c-.5 2.2-.8 4.6-.8 7 0 2.4.3 4.8.8 7H17v19c4.1 2.4 8.9 3.8 14 4V39h30.2c.5-2.2.8-4.6.8-7 0-2.4-.3-4.8-.8-7", fill: "#ffe62e" })); exports.default = Svg1f1f81f1ea;