@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 836 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphSoundMute = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-sound-mute",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m2.47 13.513 14-11.142.873 1.097-14 11.142zm2.483-3.601V5.01H3.128c-1.283 0-2.115 1.084-2.115 2.46v1.024c0 1.459.769 2.459 2.115 2.459h.386l1.439-1.041Zm2.924 2.747 5.059 3.313c.586 0 1.06-.4 1.06-.895V7.919l-6.119 4.74ZM13.987.971c0-.507-.499-.92-1.115-.92L7.114 3.73C6.499 3.73 6 4.142 6 4.65v4.189l7.987-6.243V.971Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphSoundMute };