@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.38 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphHandSwitch = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphHandSwitch = function GYSiGlyphHandSwitch(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
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__*/(0, _jsxRuntime.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"
})
}));
};
exports.GYSiGlyphHandSwitch = GYSiGlyphHandSwitch;