@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.11 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphFilm = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphFilm = function GYSiGlyphFilm(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-film",
viewBox: "0 0 16 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M15 1h-.988v1h-2.017V1H4.101v1h-2.2V1H1v16h.901v-1h2.053v1h8.041v-1h2.017v1H15V1ZM4 14H2v-2h2v2Zm0-4H2V8h2v2Zm0-4H2V4h2v2Zm7 9H5v-5h6v5Zm0-7H5V3h6v5Zm3 6h-2v-2h2v2Zm0-4h-2V8h2v2Zm-2-4V4h2v2h-2Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphFilm = GYSiGlyphFilm;