@icongo/mc
Version:
Micon Icons
13 lines • 640 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCProductHunt = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1305.2 875.2c0 82-66.8 148.8-148.8 148.8H875.2V726.4h281.2c82 0 148.8 66.8 148.8 148.8zM2016 1024c0 548-444 992-992 992S32 1572 32 1024 476 32 1024 32s992 444 992 992zm-512.4-148.8c0-191.6-155.6-347.2-347.2-347.2H676.8v992h198.4v-297.6h281.2c191.6 0 347.2-155.6 347.2-347.2z"
})
}));
export { MCProductHunt };