@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.86 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphCustomerSupport = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphCustomerSupport = function GYSiGlyphCustomerSupport(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-customer-support",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M9.005 12.094c-1.442 0-2.907-.856-3.762-1.989-4.102 0-4.226 5.86-4.226 5.86h15.975s.322-5.886-4.291-5.886c-.854 1.147-2.254 2.015-3.696 2.015Zm3.436-7.025c0 1.686-1.539 4.91-3.439 4.91-1.897 0-3.437-3.225-3.437-4.91s1.539-3.053 3.437-3.053c1.9.001 3.439 1.369 3.439 3.053Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M13.975 3.614c0-.316-.44-.571-.986-.573V2.39c0-.097.037-2.368-3.975-2.368-4.01 0-3.973 2.271-3.973 2.368v.674c-.01 0-.018-.003-.027-.003-.543 0-.98.251-.98.562v2.754c0 .309.438.561.98.561s.982-.252.982-.561V3.623c0-.043-.027-.082-.043-.122V2.75c0-.069-.288-1.783 3.061-1.783 3.35 0 3.002 1.714 3.002 1.783v.791c-.006.025-.025.047-.025.073v2.817c0 .317.443.574.992.574.012 0 .021-.004.033-.004V8.03h-.984V9h1.953l-.01-5.386Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphCustomerSupport = GYSiGlyphCustomerSupport;