@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.68 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphReelFilm = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphReelFilm = function GYSiGlyphReelFilm(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-reel-film",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.368 13.095c1.193-.188 2.796.098 3.817 1.004 1.021.906 2.453.801 3.815 1.029V16c-1.144-.193-3.37-.416-4.15-1.108-.778-.69-2.062-1.09-3.267-.899-1.096.173-1.319-.724-.215-.898Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.5.166C3.403.166.08 3.469.08 7.542s3.323 7.375 7.42 7.375c4.098 0 7.42-3.302 7.42-7.375S11.598.166 7.5.166ZM5 3a2 2 0 1 1-.001 4.001A2 2 0 0 1 5 3Zm0 9a2 2 0 1 1 .001-4.001A2 2 0 0 1 5 12Zm1.709-4.486c0-.455.38-.823.846-.823.468 0 .848.368.848.823 0 .454-.38.823-.848.823a.836.836 0 0 1-.846-.823ZM10 12a2 2 0 1 1 .001-4.001A2 2 0 0 1 10 12Zm0-5a2 2 0 1 1 .001-4.001A2 2 0 0 1 10 7Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphReelFilm = GYSiGlyphReelFilm;