@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.49 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var EmojiHand = /*#__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: "M8.5 8.5V2.75a.75.75 0 0 1 1.5 0V8.5a.5.5 0 0 0 1 0v-5a.75.75 0 0 1 1.5 0v5.81A4.4 4.4 0 0 1 14 9c.5 0 .93.12 1.24.28.16.08.3.17.42.28l.19.21c.05.07.15.24.15.48 0 .26-.13.5-.35.64l-1.9 1.19-1.67 1.89-1.37 1.9A2.75 2.75 0 0 1 8.48 17H7.34c-.93 0-1.82-.47-2.3-1.31a20.7 20.7 0 0 1-.98-1.9 5.58 5.58 0 0 1-.56-2.04v-7a.75.75 0 0 1 1.5 0V9a.5.5 0 0 0 1 0V3.5a.75.75 0 0 1 1.5 0v5a.5.5 0 1 0 1 0z"
}), /*#__PURE__*/React.createElement("path", {
d: "M17.5 26a8.5 8.5 0 0 1-8.49-8.04c1-.14 1.9-.68 2.5-1.5l1.36-1.87 1.53-1.74 1.78-1.12c.5-.32.82-.88.82-1.48a1.86 1.86 0 0 0-.44-1.2A8.5 8.5 0 1 1 17.5 26zm3.63-10a1.12 1.12 0 1 0-2.25 0 1.12 1.12 0 0 0 2.25 0zm-7.36 3.67a.75.75 0 0 0-.09 1.06 5 5 0 0 0 7.64 0 .75.75 0 1 0-1.14-.97 3.5 3.5 0 0 1-5.35 0 .75.75 0 0 0-1.06-.1zM16.13 16a1.12 1.12 0 1 0-2.25 0 1.12 1.12 0 0 0 2.25 0z"
}));
});
EmojiHand.displayName = 'EmojiHand';
export var EmojiHandDimensions = {
height: 28,
width: 28
};