@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 1.01 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphComb = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-comb",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m14.563 2.427 2.388 2.389c.283-.975-.717-2.714-2.49-4.486-1.242-1.244-4.587 1.375-8.217 5.006-3.629 3.629-6.168 6.892-4.926 8.135 1.738 1.737 3.533 2.775 4.524 2.48l-2.401-2.4c-.324-.324-.337-.834-.031-1.141l1.489-1.488 2.805 2.805c.333.333.825.378 1.103.102.275-.276.23-.77-.102-1.102L5.899 9.922l2-1.999 2.805 2.804c.333.333.825.378 1.103.102.275-.276.23-.77-.102-1.102L8.9 6.922l2-1.999 2.805 2.804c.333.333.825.378 1.103.102.275-.276.23-.77-.102-1.102l-2.805-2.805 1.523-1.523c.306-.308.816-.295 1.139.028Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphComb };