@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.17 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphBowTie = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphBowTie = function GYSiGlyphBowTie(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-bow-tie",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M.953 10.974c1.234 0 5.01-1.313 5.01-2.613v-.705c0-1.354-4.383-2.655-5.01-2.655C-.278 5-.26 10.974.953 10.974Zm14.103-.047c-1.237 0-5.022-1.303-5.022-2.593v-.699C10.034 6.29 14.429 5 15.056 5c1.235 0 1.215 5.927 0 5.927ZM7 7h1.984v1.984H7z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphBowTie = GYSiGlyphBowTie;