UNPKG

iconista

Version:

Thousands of SVG icons with one React component

20 lines (19 loc) 2.27 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 Svg1f457 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "#aa3369" }, React.createElement("path", { d: "M22.3 0h1.3v10.2h-1.3zM40.4 0h1.3v10.2h-1.3z" })), React.createElement("path", { d: "M39 25.8c0-3.7 5-10.1 3.4-16.8 0 0-6.6 0-10.4 3.3C28.2 9 21.6 9 21.6 9 20 15.7 25 22.1 25 25.8 25 33 7.8 43.7 13 63.9c0 0 4.2-2.6 6.3-2.6 1.9 0 4.5 2.7 6.3 2.7 2.3 0 4.4-2.7 6.3-2.7 2 0 4.1 2.7 6.3 2.7 1.9 0 4.5-2.7 6.3-2.7 2.2 0 6.3 2.6 6.3 2.6C56.2 43.7 39 32.9 39 25.8", fill: "#e84d88" }), React.createElement("path", { fill: "#eab2bb", d: "M24.3 23.7h15.3v4H24.3z" }), React.createElement("g", { fill: "#ffc7ce" }, React.createElement("path", { d: "M41.7 41.9l-5.2 1.9s.1-14.1-3.4-18.9c-.2-.3 1.9-.9 2.2-.6 5.1 4.1 6.4 17.6 6.4 17.6M23.5 36.3l4 .9s.7-9.2 3.8-12.6c.2-.2-1.4-.5-1.7-.3-4.3 3.1-6.1 12-6.1 12" })), React.createElement("g", { fill: "#eab2bb" }, React.createElement("path", { d: "M34.8 25.5c.6.9 2.6 3.8 2.8 6.3M26.9 30c.5-1 1.9-4.2 3.9-5.7" }), React.createElement("path", { d: "M34.7 28.8c-.9.7-3.9.7-4.9 0-1.2-.9-1.1-4.8 0-5.8.9-.8 4-.8 4.9 0 1.1 1 1.2 4.9 0 5.8" })), React.createElement("g", { fill: "#ffc7ce" }, React.createElement("path", { d: "M34.2 28.7c-.8.7-3.2.7-4 0-1-.9-.9-4.6 0-5.6.7-.8 3.3-.8 4 0 1 .9 1.1 4.7 0 5.6M46.4 56c-2.1 0-5.1 3-7.2 3-2.6 0-5-3-7.2-3s-4.6 3-7.2 3c-2.1 0-5.1-3-7.2-3-1.5 0-3.9 1.1-5.5 1.9.1 1.1.2 2.3.4 3.5 1.1-.6 4.4-2.3 6.3-2.3 2 0 4.7 2.7 6.6 2.7 2.4 0 4.6-2.7 6.6-2.7s4.3 2.7 6.6 2.7c2 0 4.7-2.7 6.6-2.7 1.9 0 5.2 1.7 6.3 2.3.2-1.2.3-2.4.4-3.5-1.6-.8-4-1.9-5.5-1.9" }), React.createElement("path", { d: "M25.2 57.1c2.4 0 4.7-2.7 6.8-2.7 2.1 0 4.3 2.7 6.8 2.7 2 0 4.8-2.7 6.8-2.7 1.9 0 5.4 1.6 6.4 2.1V55c-1.5-.7-4.3-1.8-6-1.8-2.1 0-4.9 2.7-7 2.7-2.5 0-4.8-2.7-7-2.7-2.1 0-4.5 2.7-7 2.7-2.1 0-4.9-2.7-7-2.7-1.7 0-4.6 1.2-6 1.8v1.5c1.1-.5 4.5-2.1 6.4-2.1 2 0 4.8 2.7 6.8 2.7" }))); exports.default = Svg1f457;