@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 1.22 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphMapSquare = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-map-square",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M15.938 6.234v-3.05l-1.52 1.525 1.52 1.525Zm-5.614-2.859L6.84 6.872l2.057 2.059 3.486-3.497-2.059-2.059Zm2.809 2.832L9.682 9.671l2.076 2.062 3.451-3.465-2.076-2.061ZM.042 10.792l3.883-3.917L1.82 4.771.083 6.5l-.041 4.292ZM.026 4.91l1.362-1.364-1.362-1.36V4.91ZM1.227.007a1.11 1.11 0 0 0-.814.36l2.062 2.068L4.903.007H1.227Zm4.16 5.401L8.695 2.09 6.609 0h-.015L3.289 3.305l2.098 2.103ZM14.883.062 8.485.054 9.581 1.15l.701-.701 3.537 3.537 2.148-2.155.023-.659a1.11 1.11 0 0 0-1.107-1.11Zm-.042 15.879c.616 0 1.113-.5 1.113-1.117l.001-4.515-5.631 5.632h4.517ZM.177 14.855c0 .617.497 1.117 1.114 1.116l6.24.001.806-.842-3.522-3.535.768-.731 3.522 3.534 1.169-1.179-4.896-4.913-5.202 5.201.001 1.348Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphMapSquare };