@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.6 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphMovieProjector = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphMovieProjector = function GYSiGlyphMovieProjector(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-movie-projector",
viewBox: "0 0 17 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m16.443 9.06-1.441.944v2.989l1.441.944c.287 0 .521-.359.521-.799V9.86c0-.441-.234-.8-.521-.8ZM9.986 5.975a2.976 2.976 0 0 0 2.967-2.983A2.976 2.976 0 0 0 9.986.008a2.976 2.976 0 0 0-2.969 2.984 2.977 2.977 0 0 0 2.969 2.983Zm0-5.003c1.108 0 2.006.905 2.006 2.02 0 1.116-.897 2.02-2.006 2.02a2.013 2.013 0 0 1-2.009-2.02A2.015 2.015 0 0 1 9.986.972ZM3.508 5.987a2.477 2.477 0 1 0 0-4.949 2.477 2.477 0 0 0 0 4.949Zm0-3.976a1.502 1.502 0 1 1 0 3.004 1.502 1.502 0 0 1 0-3.004Zm9.041 5.048H2.414C1.633 7.059 1 7.715 1 8.524v6.013c0 .809.633 1.464 1.414 1.464h10.135c.781 0 1.415-.655 1.415-1.464V8.525c0-.81-.634-1.466-1.415-1.466Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphMovieProjector = GYSiGlyphMovieProjector;