iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 755 B
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 Svg1f3f3 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M48.2.7c-16.6-5.2-22.4 19.4-39 14.2 3 8.3 6 16.5 9 24.8 16.6 5.2 22.4-19.4 39-14.2-3-8.3-6-16.5-9-24.8", fill: "#d0d0d0" }),
React.createElement("path", { fill: "#3e4347", d: "M6.8 15.8L24.4 64h1L7.7 15.4l.6-.2L26 64h1L9.1 14.9z" }),
React.createElement("path", { fill: "#94989b", d: "M8.3 15.2l-.6.2L25.4 64h.6z" }));
exports.default = Svg1f3f3;