@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.32 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphTagOnePlus = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphTagOnePlus = function GYSiGlyphTagOnePlus(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-tag-one-plus",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m13.613 1.047-4.502.003-7.779 7.77a1.14 1.14 0 0 0 0 1.607l5.244 5.242a1.135 1.135 0 0 0 1.605 0l7.787-7.707.002-4.534-2.357-2.381ZM4.984 9.014l1.023-1.023-.941-.935.973-.968.939.938 1.025-1.021.988.985-1.024 1.021.94.937-.973.967-.938-.937-1.024 1.02-.988-.984Zm2.137 4.543-.789-.788 4.243-4.243-.727-.725.786-.788 1.514 1.514-5.027 5.03ZM15.942.36h.984v1.796h-.984z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphTagOnePlus = GYSiGlyphTagOnePlus;