UNPKG

iconista

Version:

Thousands of SVG icons with one React component

26 lines (25 loc) 2.74 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 Svg26fd = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("circle", { cx: "26.8", cy: "9", r: "9", fill: "#e8e8e8" }), React.createElement("path", { d: "M41.8 25h-30c-.6 0-1 .5-1 1v3h32v-3c0-.5-.5-1-1-1", fill: "#b2c1c0" }), React.createElement("path", { fill: "#d33b23", d: "M12.8 29h28v31h-28z" }), React.createElement("g", { fill: "#62727a" }, React.createElement("path", { d: "M41.8 60h-30c-.6 0-1 .5-1 1v1h32v-1c0-.5-.5-1-1-1M42.8 62h-32c-.6 0-1 .5-1 1v1h34v-1c0-.5-.5-1-1-1" })), React.createElement("g", { fill: "#fff" }, React.createElement("path", { d: "M30.8 30.5h-8c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-6c0-1.1-.9-2-2-2M30.8 44h-8c-.5 0-1 .5-1 1v2c0 .5.5 1 1 1h8c.5 0 1-.5 1-1v-2c0-.5-.5-1-1-1" })), React.createElement("path", { fill: "#e8e8e8", d: "M24.8 17h4v4h-4z" }), React.createElement("g", { fill: "#d33b23" }, React.createElement("path", { d: "M40.8 25c-3.6-2.5-8.5-4-14-4s-10.4 1.5-14 4h28M26.8 15.5c-3.6 0-6.5-2.9-6.5-6.5s2.9-6.5 6.5-6.5 6.5 2.9 6.5 6.5-2.9 6.5-6.5 6.5m0-12c-3 0-5.5 2.5-5.5 5.5s2.5 5.5 5.5 5.5S32.3 12 32.3 9s-2.5-5.5-5.5-5.5" })), React.createElement("g", { fill: "#fff" }, React.createElement("path", { d: "M30.4 59h-7.2c-.8 0-1.4-.6-1.4-1.3v-7.3c0-.7.6-1.3 1.4-1.3h7.2c.8 0 1.4.6 1.4 1.3v7.3c0 .7-.7 1.3-1.4 1.3m-7.2-9c-.2 0-.4.2-.4.3v7.3c0 .2.2.3.4.3h7.2c.2 0 .4-.2.4-.3v-7.3c0-.2-.2-.3-.4-.3h-7.2M31.8 42c0 .5-.5 1-1 1h-8c-.5 0-1-.5-1-1v-4c0-.5.5-1 1-1h8c.5 0 1 .5 1 1v4" })), React.createElement("g", { fill: "#62727a" }, React.createElement("path", { d: "M24.8 41.5c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5v-3c0-.3.2-.5.5-.5h1c.3 0 .5.2.5.5v3M27.8 41.5c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5v-3c0-.3.2-.5.5-.5h1c.3 0 .5.2.5.5v3M30.8 41.5c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5v-3c0-.3.2-.5.5-.5h1c.3 0 .5.2.5.5v3" })), React.createElement("g", { fill: "#3e4347" }, React.createElement("path", { d: "M45.4 53.5h-2.9c0-1.6-1.3-2.9-2.9-2.9h-2.9v-2.9h2.9c3.1-.1 5.8 2.5 5.8 5.8" }), React.createElement("path", { d: "M48.3 59.4c-3.2 0-5.9-2.6-5.9-5.9h2.9c0 1.6 1.3 2.9 2.9 2.9 1.6 0 2.9-1.3 2.9-2.9V31.4H54v22.1c.2 3.2-2.4 5.9-5.7 5.9" })), React.createElement("path", { d: "M54.2 31.4h-2.9v-.1c-2.5-.4-4.4-2.5-4.4-5.1v-.8l4.4-2.9c0-1.6-1.3-2.9-2.9-2.9v-2.9c3.2 0 5.9 2.6 5.9 5.9l-.1 8.8m-4.3-4.5c.2.6.7 1.1 1.4 1.4V26l-1.4.9", fill: "#d0d0d0" })); exports.default = Svg26fd;