@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 792 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphDeny = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-deny",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M9.016.06a7.97 7.97 0 1 0 .002 15.936A7.97 7.97 0 0 0 9.016.06ZM3.049 8.028a5.974 5.974 0 0 1 5.967-5.966c1.354 0 2.6.458 3.602 1.221l-8.347 8.348a5.931 5.931 0 0 1-1.222-3.603Zm5.967 5.966a5.921 5.921 0 0 1-3.447-1.105l8.309-8.309a5.93 5.93 0 0 1 1.104 3.448 5.974 5.974 0 0 1-5.966 5.966Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphDeny };