@icongo/li
Version:
LibreICONS Icons
14 lines • 513 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIBrandProducthunt = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M7 1a6 6 0 1 0 0 12A6 6 0 0 0 7 1Zm.802 7.2H6.1V10H4.9V4h2.902a2.1 2.1 0 1 1 0 4.2Zm0-3H6.1V7h1.702a.9.9 0 1 0 0-1.8Z"
})
}));
export { LIBrandProducthunt };