@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 732 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphBotl2 = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-botl-2",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M8 0h1.969v2.03H8zm1.886 3H8.06s.497 1.247-1.112 2.006C5.691 5.599 6 5.259 6 7.203V14.9c0 .608.521 1.1 1.16 1.1h3.679c.64 0 1.161-.492 1.161-1.1V7.203c-.001-2.029.187-1.436-.97-2.166C9.505 4.08 9.886 3 9.886 3ZM11 15h-1V7h1v8Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphBotl2 };