@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 827 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphSquarePlus = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-square-plus",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M14.664 0H1.336C.598 0 .002.598.002 1.335v13.329C.002 15.401.598 16 1.336 16h13.328c.738 0 1.336-.599 1.336-1.336V1.335C16 .598 15.402 0 14.664 0ZM9.023 9.016v2.55c0 .631-2.025.631-2.025 0v-2.55H4.421c-.633 0-.632-2.01 0-2.01h2.577V4.461c0-.633 2.025-.633 2.025 0v2.545h2.556c.633 0 .633 2.01 0 2.01H9.023Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphSquarePlus };