iconista
Version:
Thousands of SVG icons with one React component
14 lines (13 loc) • 1.1 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 Svg1f440 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#dde8e3" },
React.createElement("path", { d: "M2 31.4C2 40.2 5.7 53 17 53s15-12.8 15-21.6c0-27.2-30-27.2-30 0zM32 31.4C32 40.2 35.7 53 47 53s15-12.8 15-21.6c0-27.2-30-27.2-30 0" })),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M2.8 32.1c0 7.6 2.4 19.3 12 19.3s12-11.8 12-19.3c-.1-26-24-26-24 0M32.8 32.1c0 7.6 2.4 19.3 12 19.3s12-11.8 12-19.3c-.1-26-24-26-24 0" })),
React.createElement("g", { fill: "#493b30" },
React.createElement("path", { d: "M2.8 32.2c0 6.2 4.4 11 9.7 11 5.4 0 9.7-4.8 9.7-11 0-15.2-19.4-15.2-19.4 0M32.8 32.2c0 6.2 4.4 11 9.7 11 5.4 0 9.7-4.8 9.7-11 0-15.2-19.4-15.2-19.4 0" })));
exports.default = Svg1f440;