@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 999 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphClover = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-clover",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M12.538 7.99H9.035V4.461C9.035 2.565 10.655 1 12.55 1a3.432 3.432 0 0 1 3.429 3.435c0 1.897-1.548 3.553-3.441 3.553Zm-4.59.024H4.43C2.535 8.014 1 6.333 1 4.435A3.434 3.434 0 0 1 4.429.999c1.894.001 3.52 1.539 3.52 3.436v3.579Zm.072 4.543c0 1.897-1.743 3.436-3.611 3.436s-3.383-1.538-3.383-3.436 1.49-3.552 3.358-3.552c.956 0 3.636.025 3.636.025v3.527Zm4.527 3.436c-1.887 0-3.513-1.548-3.513-3.446 0-.943.02-3.545.02-3.545h3.493c1.886 0 3.416 1.657 3.416 3.555 0 1.897-1.53 3.436-3.416 3.436Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphClover };