@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 667 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphTag1 = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-tag-1",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M5.546 15.951c-.509.509-.515-4.982-.515-4.982s-5.493-.007-4.983-.516L10.061.439c.508-.508 1.357-.484 1.896.053l3.55 3.551c.539.539.561 1.388.054 1.896L5.546 15.951Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphTag1 };