iconista
Version:
Thousands of SVG icons with one React component
24 lines (23 loc) • 2.42 kB
JavaScript
"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 Svg270d1f3fc = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M20.6 55c1 1.1 7.9 1 9.1.2 2.5-1.5 19.9-22.4 4.8-28.5-11.5-4.7-14 5.9-15.2 6.8-2.3 1.8-.6 19.4 1.3 21.5", fill: "#e0a372" }),
React.createElement("g", { fill: "#fed0ac" },
React.createElement("path", { d: "M57.6 54.3c-17.4.1-8.9 2.6-22.8 2.6-5.5 0-10.2-3.6-10.2-8.6v-.1c8.6-5.7-5.8-3.2-3.6-16.7.7-4.5 5.5-4.8 11.8-5.4 5.3-.5 23.2 6.3 23.2 6.3 6.4 2.3 8.8 21.9 1.6 21.9" }),
React.createElement("path", { d: "M20.1 23.2c2.8-1.9 16 3.2 16 3.2L28 46.8S-.6 46 8.7 38.2c7.8-6.5 7.5-12.3 11.4-15" })),
React.createElement("g", { fill: "#e0a372" },
React.createElement("path", { d: "M7.8 39.1c-2.2 5.5 17.9 6.4 20.6 6.5l-.5 1.2S1.5 46 7.8 39.1M27.6 35.1c3.4 5.2 4.9 6.3 4.9 6.3s-3.4-.8-5.7-4.2l.8-2.1" }),
React.createElement("path", { d: "M27.4 34c1.5 0 0 7.3 1.7 9.3-.4 1.3-3 .5-3 .5s.8-9 .7-9.5l.6-.3" }),
React.createElement("path", { d: "M19.6 40.5l1.5 1.5s13.7-12.6 17.5-15.1l-4.5-1-14.5 14.6" })),
React.createElement("path", { fill: "#428bc1", d: "M8.5 44.5l4.4 4.3 34.7-34.5-4.4-4.3z" }),
React.createElement("g", { fill: "#574137" },
React.createElement("path", { d: "M43.9 10.8l2.9 2.8 3.8-3.7L47.7 7zM37.8 14.1l5.6 5.5 1-.9-5.6-5.6zM28.8 21.5l.8.7 9.2-9.1-.8-.7z" })),
React.createElement("path", { fill: "#a9b5ae", d: "M12.9 48.8l-9.8 5.4 5.4-9.7z" }),
React.createElement("path", { fill: "#574137", d: "M2 54.6l.7.7 2-2-.7-.7z" }),
React.createElement("path", { d: "M39.4 51.4c.2-.6.3-1.1.4-1.7.1-.3.2-.6.3-1 1-4.3-15.3-7.1-15.3-7.1l-1.2-.3c-2.6-.6-8.3-1.3-12.5 3.5-2.9 3.4.1 6.8 2.8 7 7.3.7 12.7 2.5 16.8 4.2 3.6 1.7 7.2-.2 8.7-4.6", fill: "#fed0ac" }),
React.createElement("g", { fill: "#e0a372" },
React.createElement("path", { d: "M23.5 42.9c-2.6-.9-6.8-3.2-12.2 1.6 5-6.1 13.1-3 13.4-2.9 7.6 1 12.6-2 12.6-2-1.5 3.8-10 4.6-13.8 3.3M35.3 55.6c13.9 0 5.5-2.5 22.8-2.6 1.5 0 2.7-1.5 3.4-2.9-.5 2.7-2 4.2-3.9 4.2-17.4.1-9 2.7-22.9 2.7-5.5 0-10.7-2.8-15.1-4.2-.1-.1 10.5 2.8 15.7 2.8" })));
exports.default = Svg270d1f3fc;