@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 722 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphUmbrellaClose = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-umbrella-close",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M10.031 10.938v1.045h.938L7.907 1.968V.43a.411.411 0 0 0-.824 0v1.538L3.985 11.983h.953v-1.045h1.078v1.045h1.016v3.549c0 .228.251.412.479.412.228 0 .459-.185.459-.412v-3.549h.969v-1.045h1.092Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphUmbrellaClose };