@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.36 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphQuoteOpen = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphQuoteOpen = function GYSiGlyphQuoteOpen(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
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__*/(0, _jsxRuntime.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"
})
}));
};
exports.GYSiGlyphQuoteOpen = GYSiGlyphQuoteOpen;