@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 768 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphHelmet = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-helmet",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M15.706 8.697h-.124c-.344-3.754-3.457-6.693-7.253-6.693-4.026 0-7.288 3.305-7.288 7.383 0 2.579 1.192 4.589 5.218 4.589 3.146 0 1.98-2.803 5.315-4.026h4.132c.702 0 1.272-.271 1.272-.601v-.051c.001-.331-.57-.601-1.272-.601Zm-9.644 2.345H4.937V9.958h1.125v1.084Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphHelmet };