UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 1.11 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 Svg1f462 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M58.6 58.8c-5.5 0-50.7-15.1-50.7-15.1L9.4 62h6.3s.1-5.8 1-8.7c8.2 0 12.4 8.7 15.6 8.7h26.3c.5 0 .5-3.2 0-3.2", fill: "#3e4347" }), React.createElement("path", { d: "M54.5 50.3c-15.2-5.5-23.3-10.6-24.2-36.1l-21.9-.4C10 33.3 6.3 28 5.4 39.3c-.4 5.3 3.5 10 10.4 10 8.9 0 15.9 9.5 17.5 9.5h24.6s2.5-6.3-3.4-8.5", fill: "#c94747" }), React.createElement("path", { fill: "#3e4347", d: "M13.8 11.1H16V33h-2.2z" }), React.createElement("path", { d: "M34 2.7H5L6.2 14s4.3 1.6 13.2 1.6c8 0 13.2-.8 13.2-.8L34 2.7z", fill: "#ed4c5c" }), React.createElement("path", { d: "M19.5 2C13.7 2 5 2.3 5 2.7c0 .4 8.7.7 14.5.7S34 3.1 34 2.7c0-.4-8.7-.7-14.5-.7", fill: "#3e4347" })); exports.default = Svg1f462;