@icongo/mc
Version:
Micon Icons
13 lines • 664 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCHackerNewsSquare = 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 128H192C86 128 0 214 0 320v1408c0 106 86 192 192 192h1408c106 0 192-86 192-192V320c0-106-86-192-192-192zM84.8 916.8H84c.4-.4.8-1.2 1.2-1.6 0 .4 0 1.2-.4 1.6zm872 215.6V1536H831.2v-410.8L512 512h149.2c210 393.2 196.8 404.8 237.2 502.4 49.2-108 23.2-97.6 242.4-502.4H1280l-323.2 620.4z"
})
}));
export { MCHackerNewsSquare };