iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.07 kB
JavaScript
;
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 Svg1f3bd = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M49.4 4.7C49.2 3.1 49 1.5 49 0h-3.9c.1.5.1 1 .1 1.6 0 6.5-5.9 11.8-13.2 11.8-7.3 0-13.2-5.3-13.2-11.8 0-.5 0-1.1.1-1.6H15c0 1.5-.2 3.1-.4 4.7-1.7 9.7-4.1 17.6-10.7 19.5 0 0 2.8 4.5 2.8 12.3C6.7 50 3.9 64 3.9 64h56.2s-3.5-14-3.5-27.9c0-7.4 3.5-11.9 3.5-11.9-6.5-1.9-9-9.8-10.7-19.5", fill: "#6adbc6" }),
React.createElement("path", { d: "M32 13.4c7.3 0 13.2-5.3 13.2-11.8 0-.5 0-1.1-.1-1.6-3.6 1.6-7 3.7-13.1 3.7-6.2 0-9.4-2-13.1-3.7-.1.5-.1 1-.1 1.6 0 6.5 5.9 11.8 13.2 11.8", fill: "#428bc1" }),
React.createElement("path", { d: "M5.4 54.8c-.8 6-1.5 9.2-1.5 9.2h8.3l42.9-43.1c-2.2-2.6-3.5-6.3-4.6-10.6L5.4 54.8", fill: "#ffce31" }));
exports.default = Svg1f3bd;