@icongo/mc
Version:
Micon Icons
13 lines • 794 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCKickstarter = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 1792 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1600 1920H192c-105.6 0-192-86.4-192-192V320c0-105.6 86.4-192 192-192h1408c105.6 0 192 86.4 192 192v1408c0 105.6-86.4 192-192 192zM798.4 714c0-122.8-70.4-180.4-158.8-180.4-103.2 0-160 79.2-160 178v619.2c0 103.2 54.8 182.4 162 182.4 86 0 156.8-56 156.8-182.4v-167.2l242.4 302.8c49.2 59.6 156 67.2 223.2 0 58.4-60.4 59.2-147.2 16-201.6l-196.4-251.2 162-234.8c37.6-54 38-138-22.4-196.4-65.6-63.6-178.4-69.2-245.6 28L798.4 869.2V714z"
})
}));
export { MCKickstarter };