UNPKG

iconista

Version:

Thousands of SVG icons with one React component

19 lines (18 loc) 1.54 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 Svg1f6ce = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M53.6 51.5c-1.4-.8-3.3-4.7-3.3-4.7H13.6s-1.8 4-3.3 4.7c-1.9 1-5.4 2-5.4 5.7V62h54v-4.8c.1-3.7-3.4-4.7-5.3-5.7", fill: "#3e4347" }), React.createElement("path", { d: "M55.4 57.9c0 1.1-.8 2-1.8 2H10.4c-1 0-1.8-.9-1.8-2s.8-2 1.8-2h43.2c1 0 1.8.9 1.8 2", fill: "#62696d" }), React.createElement("path", { d: "M57 49.8v-3.1c0-14-11.2-22.4-25-22.4S7 32.7 7 46.7v3.1h50", fill: "#b2c1c0" }), React.createElement("path", { d: "M53.2 49.8v-2.9c0-13.6-9.5-21.5-21.2-21.5s-21.2 8-21.2 21.5v2.9h42.4", fill: "#dae3ea" }), React.createElement("g", { fill: "#94989b" }, React.createElement("path", { d: "M26.8 10.1h10.5v4.1H26.8zM30.1 14.2h3.7v6.1h-3.7z" })), React.createElement("path", { fill: "#3e4347", d: "M30.1 14.2h3.7v3.1h-3.7z" }), React.createElement("path", { fill: "#b2c1c0", d: "M26 19.8h12v6.1H26z" }), React.createElement("path", { fill: "#dae3ea", d: "M28 19.8h8v6.7h-8z" }), React.createElement("g", { fill: "#42ade2" }, React.createElement("path", { d: "M51.1 2l-8.9 14.8L56.7 6.4zM12.9 2l8.9 14.8L7.3 6.4zM48 22.8l11.5-6 2.5 6zM16 22.8l-11.5-6-2.5 6z" }))); exports.default = Svg1f6ce;