@icongo/li
Version:
LibreICONS Icons
26 lines (25 loc) • 996 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiVideo = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiVideo = function LIGuiVideo(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("path", {
d: "M10 8.5v-3l3-1.8v6.6z"
})]
}));
};
exports.LIGuiVideo = LIGuiVideo;