@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphKey = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-key",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M9.885.764C8.678 1.971 8.862 3.473 9.609 4.22l1.121 1.121-9.496 9.497c-.246.246-.229.667.041.937s.689.288.937.04l1.387-1.386 1.556 1.555.534-.532.444-.446.533-.532-1.556-1.557 1.355-1.355 1.066 1.066.979-.979-1.065-1.065 4.263-4.265 1.121 1.121c.783.783 2.434.748 3.457-.275 1.023-1.023.82-2.748.111-3.458L13.176.488c-.592-.593-2.248-.767-3.291.276Zm5.42 3.969c.297.297-.162 1.12-.27 1.228-.104.104-.926.562-1.224.265l-2.946-2.945c-.297-.297.162-1.118.268-1.224.107-.107.929-.565 1.226-.27l2.946 2.946Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphKey };