@icongo/li
Version:
LibreICONS Icons
24 lines (23 loc) • 1.14 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiFilm = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiFilm = function LIGuiFilm(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", {
fill: "#3f51b5",
d: "M13 2.714H1v8.572h12V2.714zm-6.571 8V9.571H7.57v1.143H6.43zm2.285 0V9.571h1.143v1.143H8.714zm2.286 0V9.571h1.143v1.143H11zm-6.857 0V9.571h1.143v1.143H4.143zm-2.286 0V9.571H3v1.143H1.857zM6.43 4.43V3.286h1.14v1.143H6.43zm2.285 0V3.286h1.143v1.143H8.714zm2.286 0V3.286h1.143v1.143H11zm-6.857 0V3.286h1.143v1.143H4.143zm-2.286 0V3.286H3v1.143H1.857z"
})
}));
};
exports.LIGuiFilm = LIGuiFilm;