@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 775 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 GYSiGlyphLayout1 = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-layout-1",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M17 16H1V0h16v16ZM2 15h14V1H2v14Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M3 2h6v12H3zm7 0h5v6h-5zm0 7h5v5h-5z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphLayout1 };