@icongo/li
Version:
LibreICONS Icons
18 lines • 629 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIGuiVideo = props => /*#__PURE__*/_jsxs("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", {
fill: "#333",
d: "M2.2 3.4h6.6c.66 0 1.2.54 1.2 1.2v4.8c0 .66-.54 1.2-1.2 1.2H2.2c-.66 0-1.2-.54-1.2-1.2V4.6c0-.66.54-1.2 1.2-1.2z"
}), /*#__PURE__*/_jsx("path", {
d: "M10 8.5v-3l3-1.8v6.6z"
})]
}));
export { LIGuiVideo };