@icongo/li
Version:
LibreICONS Icons
30 lines (29 loc) • 1.08 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiFileVideo = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiFileVideo = function LIGuiFileVideo(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: "#90caf9",
d: "M11.571 3.857V13H2.43V1h6.285z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#e1f5fe",
d: "M11.143 4.143H8.429V1.429z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#1976d2",
d: "M8.714 8.143 5.857 6.429v3.428z"
})]
}));
};
exports.LIGuiFileVideo = LIGuiFileVideo;