@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.19 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var HandRightOff = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M4 5.25c0-.15.05-.3.13-.42L2.15 2.85a.5.5 0 1 1 .7-.7l15 15a.5.5 0 0 1-.7.7l-3.72-3.71c-.25.31-.49.64-.7.98-.37.6-.71 1.23-1.05 1.86-.36.68-.59 1.02-1.68 1.02H6.95C6 18 5.64 17.47 5 16a11.7 11.7 0 0 1-1-3.5V5.25Zm2.5 1.96-1-1V9a.5.5 0 0 0 1 0V7.2ZM8 3.75v2.13l-1.5-1.5v-.63a.75.75 0 0 1 1.5 0Zm3.1 5.24 3.71 3.7c.22-.2.45-.39.69-.56l1.3-.99c.13-.09.2-.23.2-.38 0-.05 0-.1-.02-.14-.2-.8-1-1.12-1.98-1.12-.6 0-1.34.32-2 .75v-6.5a.75.75 0 0 0-1.5 0V8.5a.5.5 0 0 1-.4.49ZM9 6.88l1.5 1.5V2.75a.75.75 0 0 0-1.5 0v4.13Z"
}));
});
HandRightOff.displayName = 'HandRightOff';
export var HandRightOffDimensions = {
height: 20,
width: 20
};