UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 844 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 Svg1f1eb1f1ee = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "#f9f9f9" }, React.createElement("path", { d: "M61.1 25C58 11.8 46.1 2 32 2h-1v23h30.1M17 6C10 10.1 4.7 16.9 2.8 25H17V6M2.8 39C4.7 47.1 10 53.9 17 58V39H2.8zM31 62h1c14.2 0 26-9.8 29.2-23H31v23" })), React.createElement("path", { d: "M61.1 25H31V2c-5.1.2-9.9 1.6-14 4v19H2.8c-.5 2.2-.8 4.6-.8 7s.3 4.8.8 7H17v19c4.1 2.4 8.9 3.8 14 4V39h30.2c.5-2.2.8-4.6.8-7s-.3-4.8-.9-7", fill: "#428bc1" })); exports.default = Svg1f1eb1f1ee;