@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 1.18 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphMask2 = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-mask-2",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M16.836 2.867c.115-.773.125-1.334.125-1.334 0-1.036-.588.112-2.527-.466-1.33-.397-3.65 1.09-5.443 1.09-1.802 0-4.129-1.483-5.465-1.084-1.924.58-2.503-.572-2.503.46 0 0-.19 5.63 3.353 6.433 2.002.273 3.443-1.057 4.615-1.057 1.194 0 2.195 1.454 4.676 1.047.69-.091 1.226-.925 1.658-1.38l1.257 9.382.254-13.091ZM7.081 5.208c-.153-.06-.364-.202-.647-.117-.458.136-1.128.102-1.815-.129-1.112-.372-1.702-2.043-1.702-2.043s1.61-.116 2.723.255c.516.175.648.255.96.507.632.509.634 1.586.481 1.527Zm4.357-1.535c.313-.252.444-.332.96-.507 1.112-.371 2.723-.255 2.723-.255s-.59 1.671-1.703 2.043c-.686.23-1.355.265-1.813.129-.283-.085-.494.058-.647.117-.154.059-.152-1.017.48-1.527Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphMask2 };