@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 836 B
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 GYSiGlyphLayout3 = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-layout-3",
viewBox: "0 0 17 17"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M17.021 16.979h-16V1h16v15.979ZM2 16h14V2H2v14Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M3 10v4.953h4.977V10H3Zm7 0v4.992h5.002V10H10ZM3 3v4.96h5.01V3H3Zm7 0v4.963h5V3h-5Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphLayout3 };