@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 889 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphTagOnePlus = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_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"
})
}));
export { GYSiGlyphTagOnePlus };