@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.05 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var HandLeft = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M15 3v9.25a.75.75 0 0 0 1.5 0V4.5a1 1 0 1 1 2 0v8.25a.75.75 0 1 0 1.5 0V7a1 1 0 1 1 2 0v10.25c0 2.52-.98 5.3-1.64 6.9A3.06 3.06 0 0 1 17.5 26h-3.6c-1.23 0-2.36-.7-2.9-1.81l-.7-1.4c-.3-.6-.64-1.16-1.03-1.7l-2.8-3.78-2.62-1.68A.75.75 0 0 1 3.5 15c0-.49.21-.89.55-1.17.3-.26.7-.4 1.06-.46a5.58 5.58 0 0 1 2.42.16 8.1 8.1 0 0 1 1.97.83V4.5a1 1 0 1 1 2 0v7.75a.75.75 0 0 0 1.5 0V3a1 1 0 1 1 2 0z"
}));
});
HandLeft.displayName = 'HandLeft';
export var HandLeftDimensions = {
height: 28,
width: 28
};