@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 692 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphSquareDashed2 = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-square-dashed-2",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M10 .834h5.083v5.041h.834V0H10v.834ZM.834 5.875V.834h5.083V0H0v5.875h.834Zm14.249 4.25v5.041H10V16h5.917v-5.875h-.834Zm-9.166 5.041H.834v-5.041H0V16h5.917v-.834Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphSquareDashed2 };