UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 777 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 Producthunt = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M13.322 9h-2.87v3h2.87c.807 0 1.517-.677 1.517-1.484.032-.87-.71-1.516-1.517-1.516z", fill: "#323544" }), React.createElement("path", { d: "M12 2C6.452 2 2 6.452 2 12s4.452 10 10 10 10-4.452 10-10S17.548 2 12 2zm1.323 12h-2.871v3h-2V7h4.87a3.484 3.484 0 013.517 3.516C16.87 12.452 15.259 14 13.323 14z", fill: "#323544" })); exports.default = Producthunt;