@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.86 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiFolderVideo = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiFolderVideo = function LIGuiFolderVideo(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("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", {
d: "M2.615 1.924a1.55 1.55 0 0 0-1.138.474A1.558 1.558 0 0 0 1 3.54v6.922c0 .442.16.823.477 1.14.317.318.696.475 1.138.475h8.77a1.55 1.55 0 0 0 1.138-.474c.318-.318.477-.699.477-1.141V5.385c0-.443-.16-.822-.477-1.139a1.553 1.553 0 0 0-1.138-.476H6.539v-.23c0-.443-.16-.824-.476-1.142a1.552 1.552 0 0 0-1.14-.474H2.616zm1.906 2.75h2.25c.104 0 .248.06.32.133L9.079 6.79a.52.52 0 0 1 .131.32v3.375a.188.188 0 0 1-.188.188h-4.5a.188.188 0 0 1-.187-.188V4.861c0-.103.084-.187.187-.187zm3.375 0h1.125c.104 0 .188.084.188.187v1.125c0 .103-.058.128-.13.055L7.841 4.807c-.073-.073-.049-.133.054-.133zm-3.187.375v5.25h4.125V7.117a.204.204 0 0 0-.025-.064L6.83 5.076a.203.203 0 0 0-.062-.027H4.709zm.562 1.969h.383v.328h-.383v-.328zm.727 0h1.549v1.144H5.998V7.018zm1.893 0h.38v.328h-.38v-.328zm-2.62.572h.383v.328h-.383V7.59zm2.62 0h.38v.328h-.38V7.59zm-2.62.57h.383v.328h-.383V8.16zm2.62 0h.38v.328h-.38V8.16zm-1.893.33h1.549v1.145H5.998V8.49zm-.727.244h.383v.329h-.383v-.329zm2.62 0h.38v.329h-.38v-.329zm-2.62.573h.383v.328h-.383v-.328zm2.62 0h.38v.328h-.38v-.328z"
})
}));
};
exports.LIGuiFolderVideo = LIGuiFolderVideo;