@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 937 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphQuoteOpen = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-quote-open",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M16 14.969c.552 0 1-.435 1-.969s-.448-.969-1-.969c-2.757 0-4-1.201-4-3.907V7.906h3.441c.83 0 1.506-.605 1.506-1.438V2.512A1.51 1.51 0 0 0 15.441 1h-3.935A1.51 1.51 0 0 0 10 2.512v6.612c0 3.775 2.141 5.845 6 5.845Zm-9 0c.552 0 1-.435 1-.969s-.448-.969-1-.969c-2.757 0-4-1.201-4-3.907V7.947h3.467a1.51 1.51 0 0 0 1.512-1.506V2.505A1.51 1.51 0 0 0 6.467.999H2.512A1.51 1.51 0 0 0 1 2.505v6.618c0 3.776 2.141 5.846 6 5.846Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphQuoteOpen };