@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 1.12 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphSquareFour = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-square-four",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M8 4.769c0 1.187-.976 2.148-2.182 2.148H3.181c-1.204 0-2.18-.962-2.18-2.148V2.233c0-1.187.976-2.148 2.18-2.148h2.637C7.024.085 8 1.047 8 2.233v2.536Zm0 9.049A2.181 2.181 0 0 1 5.818 16H3.181a2.181 2.181 0 0 1-2.18-2.182v-2.637c0-1.205.976-2.182 2.18-2.182h2.637C7.024 8.999 8 9.976 8 11.181v2.637Zm9-9.049c0 1.187-.976 2.148-2.182 2.148h-2.637c-1.204 0-2.18-.962-2.18-2.148V2.233c0-1.187.976-2.148 2.18-2.148h2.637C16.024.085 17 1.047 17 2.233v2.536Zm0 9.049A2.181 2.181 0 0 1 14.818 16h-2.637a2.181 2.181 0 0 1-2.18-2.182v-2.637c0-1.205.976-2.182 2.18-2.182h2.637c1.206 0 2.182.977 2.182 2.182v2.637Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphSquareFour };