@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 946 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphHandSwitch = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-hand-switch",
viewBox: "0 0 17 17"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M14.484 3.062c-.82 0-1.484.637-1.484 1.422 0 .062.011.121.02.181L9.317 6.853c-.739-1.108-1.866-1.848-3.348-1.848l-.016.001-.007-2.604c0-.715-.775-1.294-1.525-1.316-.751.022-1.353.602-1.353 1.316v13.13c0 .715.602 1.294 1.353 1.316.75-.022 1.525-.602 1.525-1.316v-2.604l.022.002c2.3 0 3.993-1.775 3.993-3.963 0-.309-.04-.607-.11-.895l3.955-2.332c.204.102.432.164.678.164.82 0 1.484-.637 1.484-1.422 0-.785-.663-1.42-1.484-1.42Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphHandSwitch };