UNPKG

iconista

Version:

Thousands of SVG icons with one React component

21 lines (20 loc) 1.63 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 Svg1f3a5 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M3.6 22c-.6 0-1.1.5-1.1 1.1v19.8c0 .6.5 1.1 1.1 1.1l2.9-.7V22.7L3.6 22", fill: "#94989b" }), React.createElement("g", { fill: "#3e4347" }, React.createElement("path", { d: "M6.5 22.7v20.6l40-10.3zM42.5 41h-5l-9 21h-4.1v2h6.7l7.4-18v16h-3v2h9v-2h-3V46l7.6 18h6.4v-2h-4z" }), React.createElement("circle", { cx: "29.5", cy: "12", r: "12" })), React.createElement("circle", { cx: "29.5", cy: "12", r: "4", fill: "#94989b" }), React.createElement("circle", { cx: "49.5", cy: "12", r: "12", fill: "#3e4347" }), React.createElement("circle", { cx: "49.5", cy: "12", r: "4", fill: "#94989b" }), React.createElement("path", { d: "M61.5 42.9c0 .6-.5 1.1-1.1 1.1H18.6c-.6 0-1.1-.5-1.1-1.1V23.1c0-.6.5-1.1 1.1-1.1h41.8c.6 0 1.1.5 1.1 1.1v19.8", fill: "#3e4347" }), React.createElement("g", { fill: "#94989b" }, React.createElement("path", { d: "M59.5 41c0 .6-.5 1-1.1 1H20.6c-.6 0-1.1-.4-1.1-1s.5-1 1.1-1h37.8c.6 0 1.1.4 1.1 1M41.5 26h16v12h-16z" })), React.createElement("path", { fill: "#3e4347", d: "M42.5 27h14v10h-14z" }), React.createElement("g", { fill: "#94989b" }, React.createElement("path", { d: "M21.5 33h16v4h-16zM21.5 27h16v4h-16z" }))); exports.default = Svg1f3a5;