UNPKG

iconista

Version:

Thousands of SVG icons with one React component

23 lines (22 loc) 2.46 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 Svg231b = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M36.9 33.6c-1.6-.5-2.6-.7-2.6-1.6 0-.8 1-1 2.6-1.6C45.6 28 48.1 21.7 48.1 11H15.9c0 10.7 2.5 17 11.2 19.4 1.6.5 2.6.7 2.6 1.6 0 .9-1 1-2.6 1.6C18.4 36 15.9 42.3 15.9 53h32.2c0-10.7-2.5-17-11.2-19.4", fill: "#e5e5e5" }), React.createElement("path", { d: "M35.5 33.6c-1.2-.5-1.9-.7-1.9-1.6 0-.8.7-1 1.9-1.6 6.3-2.5 6.9-8.8 6.9-19.4H21.6c0 10.7.6 17 6.9 19.4 1.2.5 1.9.7 1.9 1.6 0 .9-.7 1-1.9 1.6-6.3 2.5-6.9 8.8-6.9 19.4h20.9c-.1-10.7-.7-17-7-19.4", fill: "#f5f5f5" }), React.createElement("path", { d: "M18.8 53h26.4c0-8.8-13.2-14.2-13.2-14.2S18.8 44.2 18.8 53z", fill: "#428bc1" }), React.createElement("g", { fill: "#212528" }, React.createElement("path", { d: "M56 62c0 1.1-.8 2-1.9 2H9.9c-1 0-1.9-.9-1.9-2v-3c0-1.1.8-2 1.9-2h44.3c1 0 1.9.9 1.9 2l-.1 3M50 10.2c0 .4-.4.8-.9.8H14.9c-.5 0-.9-.4-.9-.8V7.8c0-.4.4-.8.9-.8h34.2c.5 0 .9.4.9.8v2.4" })), React.createElement("path", { d: "M45 10.2c0 .4-.3.8-.7.8H19.7c-.4 0-.7-.4-.7-.8V7.8c0-.4.3-.8.7-.8h24.6c.4 0 .7.4.7.8v2.4", fill: "#51575b" }), React.createElement("g", { fill: "#212528" }, React.createElement("path", { d: "M50 56.2c0 .4-.4.8-.9.8H14.9c-.5 0-.9-.4-.9-.8v-2.4c0-.4.4-.8.9-.8h34.2c.5 0 .9.4.9.8v2.4M56 5c0 1.1-.8 2-1.9 2H9.9C8.8 7 8 6.1 8 5V2c0-1.1.8-2 1.9-2h44.3c1 0 1.9.9 1.9 2L56 5" })), React.createElement("g", { fill: "#51575b" }, React.createElement("path", { d: "M50 5c0 1.1-.7 2-1.5 2h-33c-.8 0-1.5-.9-1.5-2V2c0-1.1.7-2 1.5-2h33.1c.7 0 1.4.9 1.4 2v3M50 62c0 1.1-.7 2-1.5 2h-33c-.8 0-1.5-.9-1.5-2v-3c0-1.1.7-2 1.5-2h33.1c.8 0 1.5.9 1.5 2-.1 0-.1 3-.1 3" })), React.createElement("path", { fill: "#919191", d: "M12 7h1v50h-1z" }), React.createElement("path", { fill: "#cecece", d: "M11 7h1v50h-1z" }), React.createElement("path", { fill: "#919191", d: "M52 7h1v50h-1z" }), React.createElement("path", { fill: "#cecece", d: "M51 7h1v50h-1z" }), React.createElement("path", { d: "M45 56.2c0 .4-.3.8-.7.8H19.7c-.4 0-.7-.4-.7-.8v-2.4c0-.4.3-.8.7-.8h24.6c.4 0 .7.4.7.8v2.4", fill: "#51575b" })); exports.default = Svg231b;