UNPKG

iconista

Version:

Thousands of SVG icons with one React component

23 lines (22 loc) 2.53 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 Svg1f648 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("ellipse", { cx: "53.8", cy: "33", rx: "8.2", ry: "8.2", fill: "#89664c" }), React.createElement("ellipse", { cx: "53.8", cy: "33", rx: "5.4", ry: "5.4", fill: "#ffc5d3" }), React.createElement("ellipse", { cx: "10.2", cy: "33", rx: "8.2", ry: "8.2", fill: "#89664c" }), React.createElement("ellipse", { cx: "10.2", cy: "33", rx: "5.4", ry: "5.4", fill: "#ffc5d3" }), React.createElement("g", { fill: "#89664c" }, React.createElement("path", { d: "M43.4 10.8c1.1-.6 1.9-.9 1.9-.9-3.2-1.1-6-1.8-8.5-2.1 1.3-1 2.1-1.3 2.1-1.3C18.5 3.6 8.8 15.5 8.8 26h46.4c-.7-7.4-4.8-12.4-11.8-15.2" }), React.createElement("path", { d: "M55.3 27.6C55.3 17.9 44.9 10 32 10S8.7 17.9 8.7 27.6c0 2.3.6 4.4 1.6 6.4-1 2-1.6 4.2-1.6 6.4C8.7 50.1 19.1 58 32 58s23.3-7.9 23.3-17.6c0-2.3-.6-4.4-1.6-6.4 1-2 1.6-4.2 1.6-6.4" })), React.createElement("path", { d: "M52 28.2c0-16.9-20-6.1-20-6.1s-20-10.8-20 6.1c0 4.7 2.9 9 7.5 11.7-1.3 1.7-2.1 3.6-2.1 5.7 0 6.1 6.6 11 14.7 11s14.7-4.9 14.7-11c0-2.1-.8-4-2.1-5.7 4.4-2.7 7.3-7 7.3-11.7", fill: "#e0ac7e" }), React.createElement("g", { fill: "#3b302a" }, React.createElement("path", { d: "M35.1 38.7c0 1.1-.4 2.1-1 2.1s-1-.9-1-2.1c0-1.1.4-2.1 1-2.1s1 1 1 2.1M30.9 38.7c0 1.1-.4 2.1-1 2.1s-1-.9-1-2.1c0-1.1.4-2.1 1-2.1s1 1 1 2.1" }), React.createElement("ellipse", { transform: "rotate(-16.096 37 48.044)", cx: "37", cy: "48", rx: "4.5", ry: "2.7" })), React.createElement("path", { d: "M9.3 32.6L2 62h11.9c-1.6-7.7 4-21 4-21l-8.6-8.4z", fill: "#89664c" }), React.createElement("path", { d: "M15.7 24.9s4.9-4.5 9.5-3.9c2.3.3-7.1 7.6-7.1 7.6s9.7-8.2 11.7-5.6c1.8 2.3-8.9 9.8-8.9 9.8s10-8.1 9.6-4.6C30.2 32 22.6 41 18 42c-6.6 1.3-11.8-2.9-8.3-17.5 1.8-7.4 3.5.8 6 .4", fill: "#ffd6bb" }), React.createElement("path", { d: "M54.7 32.6L62 62H50.1c1.6-7.7-4-21-4-21l8.6-8.4z", fill: "#89664c" }), React.createElement("path", { d: "M48.3 24.9s-4.9-4.5-9.5-3.9c-2.3.3 7.1 7.6 7.1 7.6s-9.7-8.2-11.7-5.6c-1.8 2.3 8.9 9.8 8.9 9.8s-10-8.1-9.7-4.6C33.8 32 41.4 41 46 42c6.6 1.3 11.8-2.9 8.3-17.5-1.8-7.4-3.5.8-6 .4", fill: "#ffd6bb" })); exports.default = Svg1f648;