@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.57 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphButtonHd = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphButtonHd = function GYSiGlyphButtonHd(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-button-hd",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M14.276 2 9.015 3.062 3.723 2C2.218 2 .999 3.243.999 4.777v5.41c0 1.534 1.219 2.777 2.724 2.777l5.292-1.012 5.261 1.012c1.504 0 2.724-1.243 2.724-2.777v-5.41C17 3.243 15.78 2 14.276 2Zm-6.231 8.032H6.957v-1.97H5.061v1.97H3.973V4.969h1.088v1.969h1.896V4.969h1.088v5.063Zm3.955.029H9.953V4.96L12 4.959c2.303 0 2.072.812 2.072 2.552 0 1.738.335 2.55-2.072 2.55Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M12.197 6.006H11v2.979h1.197c.99-.016.792-.248.792-1.488 0-1.243.199-1.477-.792-1.491Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphButtonHd = GYSiGlyphButtonHd;