@icongo/li
Version:
LibreICONS Icons
14 lines • 515 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIBrandGitter = 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: "M4.056 8.559H2.875V1h1.181v7.559zm2.356-5.775H5.23V13h1.182V2.784zm2.358 0H7.588V13H8.77V2.784zm2.355-.002H9.944V8.57h1.181V2.78z"
})
}));
export { LIBrandGitter };