@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 878 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Gesture = /*#__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: "M3 18a1 1 0 1 1 0 2 1 1 0 0 1 0-2zM7 4h10a1 1 0 0 1 .12 2h-4.77l8.01 3.1a1 1 0 0 1 .2 1.77l-.11.06-14 6.97a1 1 0 0 1-1-1.74l.1-.06 11.98-5.95-10.9-4.22c-.99-.38-.76-1.82.25-1.92L7 4h10H7zm13 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"
}));
});
Gesture.displayName = 'Gesture';
export var GestureDimensions = {
height: 24,
width: 24
};