@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.03 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphSlideShow = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-slide-show",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M7 0h1.906v2.219H7z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M15.993 2.621c0-.334-.319-.605-.712-.605H.781c-.394 0-.712.271-.712.605v1.316h.962v8.049h4.434L3.17 14.724c-.161.162-.101.485.136.722l.43.429 3.327-3.77v3.863h1.851v-3.966l3.419 3.872.429-.429c.237-.236.298-.56.136-.722l-2.365-2.738h4.406V3.936h1.056V2.621h-.002Zm-1.962 8.485H1.959V3.937h12.072v7.169Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphSlideShow };