@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 868 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphTag = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-tag",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m5.379.681-.09.09-.034-.035c-.854-.854-2.275-.818-3.173.08l-.255.254c-.896.897-.933 2.318-.078 3.173l.034.034-.164.165c-.773.772-.801 1.999-.06 2.738l8.325 8.328c.742.74 1.967.712 2.742-.061l3.758-3.758c.772-.773.801-1.999.061-2.739L8.117.622c-.74-.74-1.967-.713-2.738.059Zm-.856 4.427a1.596 1.596 0 0 1-1.592-1.6c0-.881.714-1.597 1.592-1.597a1.599 1.599 0 0 1 0 3.197Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphTag };