UNPKG

iconista

Version:

Thousands of SVG icons with one React component

61 lines (60 loc) 4.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 Svg231a = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { fill: "#e8e8e8", d: "M18 46h26v16H18z" }), React.createElement("g", { fill: "#62727a" }, React.createElement("path", { d: "M24 50h14v3H24zM24 58h14v3H24z" })), React.createElement("path", { fill: "#fff", d: "M24 55h14v3H24z" }), React.createElement("path", { fill: "#62727a", d: "M39 54h4v2h-4z" }), React.createElement("path", { fill: "#fff", d: "M39 52h4v2h-4z" }), React.createElement("path", { fill: "#62727a", d: "M39 49h4v2h-4z" }), React.createElement("path", { fill: "#fff", d: "M39 47h4v2h-4z" }), React.createElement("path", { fill: "#62727a", d: "M39 59h4v2h-4z" }), React.createElement("path", { fill: "#fff", d: "M39 57h4v2h-4z" }), React.createElement("path", { fill: "#62727a", d: "M19 54h4v2h-4z" }), React.createElement("path", { fill: "#fff", d: "M19 52h4v2h-4z" }), React.createElement("path", { fill: "#62727a", d: "M19 49h4v2h-4z" }), React.createElement("path", { fill: "#fff", d: "M19 47h4v2h-4z" }), React.createElement("path", { fill: "#62727a", d: "M19 59h4v2h-4z" }), React.createElement("path", { fill: "#fff", d: "M19 57h4v2h-4z" }), React.createElement("path", { fill: "#e8e8e8", d: "M18 2h26v16H18z" }), React.createElement("path", { fill: "#62727a", d: "M24 6h14v3H24z" }), React.createElement("g", { fill: "#fff" }, React.createElement("path", { d: "M24 3h14v3H24zM24 11h14v3H24z" })), React.createElement("path", { fill: "#62727a", d: "M39 10h4v2h-4z" }), React.createElement("path", { fill: "#fff", d: "M39 8h4v2h-4z" }), React.createElement("path", { fill: "#62727a", d: "M39 5h4v2h-4z" }), React.createElement("path", { fill: "#fff", d: "M39 3h4v2h-4z" }), React.createElement("path", { fill: "#62727a", d: "M39 15h4v2h-4z" }), React.createElement("path", { fill: "#fff", d: "M39 13h4v2h-4z" }), React.createElement("path", { fill: "#62727a", d: "M19 10h4v2h-4z" }), React.createElement("path", { fill: "#fff", d: "M19 8h4v2h-4z" }), React.createElement("path", { fill: "#62727a", d: "M19 5h4v2h-4z" }), React.createElement("path", { fill: "#fff", d: "M19 3h4v2h-4z" }), React.createElement("path", { fill: "#62727a", d: "M19 15h4v2h-4z" }), React.createElement("path", { fill: "#fff", d: "M19 13h4v2h-4z" }), React.createElement("path", { d: "M52 28h-3v8h3c.6 0 1-.4 1-1v-6c0-.5-.5-1-1-1", fill: "#e8e8e8" }), React.createElement("g", { fill: "#62727a" }, React.createElement("path", { d: "M49 29.5h4v1h-4zM49 31.5h4v1h-4zM49 33.5h4v1h-4z" }), React.createElement("circle", { cx: "31", cy: "32", r: "20" })), React.createElement("circle", { cx: "31", cy: "32", r: "17.1", fill: "#3e4347" }), React.createElement("g", { fill: "#e8e8e8" }, React.createElement("circle", { cx: "31", cy: "32", r: "1.9" }), React.createElement("path", { d: "M32 24.3l-.5-1.8v-2.9c0-3.6-1-3.6-1 0v2.9l-.5 1.8v5.8c0 1.5 1.9 1.5 1.9 0l.1-5.8" }), React.createElement("path", { d: "M29.638 32.367l.95-1.645 8.226 4.752-.95 1.645z" })), React.createElement("circle", { cx: "31", cy: "32", r: "1", fill: "#62727a" }), React.createElement("g", { fill: "#fff" }, React.createElement("circle", { cx: "31", cy: "14.9", r: "1" }), React.createElement("circle", { cx: "22.4", cy: "17.2", r: "1" }), React.createElement("circle", { cx: "16.2", cy: "23.4", r: "1" }), React.createElement("circle", { cx: "13.9", cy: "32", r: "1" }), React.createElement("circle", { cx: "16.2", cy: "40.6", r: "1" }), React.createElement("path", { d: "M21.6 46.4c.3-.5.8-.6 1.3-.3s.6.8.4 1.3c-.3.5-.8.6-1.3.3s-.7-.9-.4-1.3M30 49.1c0-.5.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1-.5 0-1-.4-1-1" }), React.createElement("circle", { cx: "39.6", cy: "46.8", r: "1" }), React.createElement("path", { d: "M45.4 41.4c-.5-.3-.6-.8-.3-1.3s.8-.6 1.3-.3.6.8.3 1.3c-.3.4-.9.6-1.3.3M48.1 33c-.5 0-1-.4-1-1s.4-1 1-1c.5 0 1 .4 1 1 0 .5-.4 1-1 1" }), React.createElement("circle", { cx: "45.8", cy: "23.4", r: "1" }), React.createElement("circle", { cx: "39.6", cy: "17.2", r: "1" }))); exports.default = Svg231a;