@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 689 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphLawHammer = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-law-hammer",
viewBox: "0 0 17 17"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M14.44 7.389 9.662 2.61l.57-.569-.917-.919-4.247 4.245.92.918.53-.53 1.955 1.954-8.535 8.535.83.829 8.533-8.534 1.994 1.993-.529.531.918.917 4.254-4.253-.917-.918-.581.58Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphLawHammer };