@icongo/li
Version:
LibreICONS Icons
15 lines • 637 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LISocialTwitch = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
className: "prefix__social-twitch",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M8.102 6.878h-.98v-2.94h.98v2.94zm-2.694 0h-.98v-2.94h.98v2.94zm-2.694.489 1.715 1.715h2.693l1.47 1.469V9.08h2.204v-7.1H2.714v5.387zM11.776 1l.49 1.96v8.815H10.06V13H8.837l-1.225-1.225H5.653L1.735 7.858V1h10.04z"
})
}));
export { LISocialTwitch };