UNPKG

iconista

Version:

Thousands of SVG icons with one React component

24 lines (23 loc) 2.57 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 Svg1f481 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M26.9 2C12.5 2 4.6 11 4.6 22.9V60h44.6V22.9c0-17.7-12.1-17.4-12.1-17.4S36.2 2 26.9 2z", fill: "#ffb300" }), React.createElement("path", { d: "M36.8 49.1V42H17v7.1C4.5 49.4 2 51.5 2 62h49.8c0-10.5-2.5-12.6-15-12.9", fill: "#b386e2" }), React.createElement("path", { d: "M46.8 62l-.9-19.3s10.3 1.9 15-3.3c4.3-4.7-5.7-.3-11.1-1.9-2-.6-7.2-1.8-8.6 1.6-1.4 3.8-2.4 22.9-2.4 22.9h8", fill: "#ffdd67" }), React.createElement("path", { d: "M47.3 62l-1.1-19-6.8-.1c0 6.5-1.5 19.1-1.5 19.1h9.4", fill: "#cba7f9" }), React.createElement("path", { d: "M10.3 33S7 32.1 7 27.2c0-3.9 2.5-4.6 2.5-4.6 9 0 25.8-11.7 25.8-11.7s3.5 10.3 8.9 11.7c0 0 2.6.5 2.6 4.6 0 4.9-3.5 5.8-3.5 5.8 0 7.4-10.2 16.4-16.4 16.4-6.2 0-16.6-9-16.6-16.4", fill: "#ffdd67" }), React.createElement("path", { d: "M26.9 37.8c-3.2 0-4.8-2.3-3.2-2.3h6.4c1.6 0 0 2.3-3.2 2.3", fill: "#eba352" }), React.createElement("path", { d: "M31.7 31c-1.1 0-1-1.4-1-1.4 1.7-8.8 11.5-4.1 11.5-4.1.8 1.5-1.8 5.3-2.5 5.5-3.2.8-8 0-8 0", fill: "#f5f5f5" }), React.createElement("path", { d: "M39.5 27.4c0 1.9-1.5 3.5-3.4 3.5s-3.4-1.5-3.4-3.5c0-1.9 1.5-3.5 3.4-3.5 1.8.1 3.4 1.6 3.4 3.5", fill: "#664e27" }), React.createElement("circle", { cx: "36", cy: "27.4", r: "1.1", fill: "#2b2925" }), React.createElement("path", { d: "M30.7 29.6c1.7-10.5 10.3-3.5 13.8-5-3.5 3.3-10.4-3.8-13.8 5", fill: "#3b3226" }), React.createElement("path", { d: "M22 31c1.1 0 1-1.4 1-1.4-1.7-8.8-11.5-4.1-11.5-4.1-.8 1.5 1.8 5.3 2.5 5.5 3.2.8 8 0 8 0", fill: "#f5f5f5" }), React.createElement("ellipse", { cx: "17.7", cy: "27.4", rx: "3.4", ry: "3.5", fill: "#664e27" }), React.createElement("path", { d: "M23 29.6c-1.7-10.5-10.3-3.5-13.8-5 3.5 3.3 10.4-3.8 13.8 5", fill: "#3b3226" }), React.createElement("path", { d: "M26.9 41.7l-7.7-1.2c4.6 6.6 10.7 6.6 15.3 0l-7.6 1.2", fill: "#f09985" }), React.createElement("path", { d: "M29.9 40.2c-2.3-.9-3 .5-3 .5s-.8-1.4-3-.5c-1.8.7-4.6.3-4.6.3 3.1.7 3.4 1.9 7.7 1.9 4.2 0 4.6-1.3 7.7-1.9-.2 0-3.1.4-4.8-.3", fill: "#d47f6c" }), React.createElement("circle", { cx: "17.7", cy: "27.4", r: "1.1", fill: "#2b2925" })); exports.default = Svg1f481;