UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 852 B
"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 Svg1f3f4 = (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: "#3e4347" }), React.createElement("g", { fill: "#94989b" }, React.createElement("path", { d: "M7.7 15.4l-.9.4L24.4 64h1zM27 64L9.1 14.9l-.8.3L26 64z" })), React.createElement("g", { fill: "#d0d0d0" }, React.createElement("path", { d: "M7.7 15.4l.6-.2zM26 64L8.3 15.2l-.6.2L25.4 64z" }))); exports.default = Svg1f3f4;