@icongo/li
Version:
LibreICONS Icons
15 lines • 545 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LISocialHackernews = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
className: "prefix__social-hackernews",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1.498 1H3.43l2.364 3.612q.588.9 1.224 2.04.576-1.02 1.308-2.124L10.654 1h1.848L7.714 7.912V13H6.118V7.912z"
})
}));
export { LISocialHackernews };