@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.33 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var HandWave = /*#__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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M7.94 2.66a1 1 0 0 0-1.88.68l2.25 6.23a.68.68 0 0 1-1.27.48l-2.1-5.41a1 1 0 0 0-1.87.72l3.16 8.12a5.96 5.96 0 0 0-3.65.67c-.43.25-.63.7-.57 1.14.06.42.34.77.73.94 1.33.58 4.39 2.08 7 4.58a4.08 4.08 0 0 0 3.96 1.04l2.8-.84a2.6 2.6 0 0 0 1.77-1.76c.3-1.05.73-2.82.73-4.5 0-1.15-.4-2.59-.77-3.67-.73-2.15-1.54-4.27-2.28-6.4a1 1 0 0 0-1.9.65l1 2.86a.7.7 0 0 1-1.32.47l-1.79-5a1 1 0 0 0-1.88.68l1.62 4.53a.7.7 0 0 1-1.33.47l-2.4-6.68Zm10.7-.34a.75.75 0 0 1 1.04-.19 6.9 6.9 0 0 1 2.31 6.25.75.75 0 1 1-1.48-.26 5.4 5.4 0 0 0-.33-2.82c-.35-.9-.87-1.6-1.36-1.93a.75.75 0 0 1-.19-1.05Zm-.34 1.92a.75.75 0 0 0-1.1 1.02c.42.45.8 1 .8 1.99a.75.75 0 0 0 1.5 0c0-1.5-.62-2.39-1.2-3.01Z"
}));
});
HandWave.displayName = 'HandWave';
export var HandWaveDimensions = {
height: 24,
width: 24
};