@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 968 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphBlender = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-blender",
viewBox: "0 0 17 17"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m10.822 12.062-.864.007L9.987 11H7.03l-.01 1.06-.902-.002c-1.19.809-2.097 2.134-2.097 2.983 0 1.229 8.929 1.25 8.929 0 0-.453-.827-2.049-2.128-2.979Zm-1.779 2H7.958v-1.104h1.085v1.104Zm2.814-12.039c.076-.512.122-.874.122-.992 0-1.312-6.917-1.291-6.917 0 0 1.311 1.682 8.901 3.031 8.901h.733c.448 0 .892-.84 1.287-2.005 3.229-.413 3.882-3.235 3.886-3.293V2.023h-2.142Zm-1.378 4.956c.419-1.303.769-2.87.983-4h1.558l.001 1.692c-.009.085-.238 1.891-2.542 2.308Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphBlender };