@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 762 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphLouderSpeaker = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-louder-speaker",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M.031 4.571V7.25C.031 8.118.697 9 1.521 9h6.447V3H1.521c-.824 0-1.49.703-1.49 1.571Zm7.032 11.367H4.025L2.062 9.062H5.1l1.963 6.876ZM13 0 9 2.76v5.981L13 12V0Zm0 3.989V8c1.086 0 1.969-.897 1.969-2.006 0-1.107-.883-2.005-1.969-2.005Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphLouderSpeaker };