@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 903 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var SwipeRight = /*#__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: "M6 12a1 1 0 0 0 1 1h11.59l-1.3 1.3a1 1 0 0 0-.08 1.31l.08.1a1 1 0 0 0 1.32.08l.1-.08 3-3a1 1 0 0 0 .08-1.32l-.08-.1-3-3a1 1 0 0 0-1.5 1.32l.08.1L18.6 11H7a1 1 0 0 0-1 1zm-4 0a5 5 0 0 0 9.58 2h-1.7a3.5 3.5 0 1 1 0-4h1.7A5 5 0 0 0 2 12z"
}));
});
SwipeRight.displayName = 'SwipeRight';
export var SwipeRightDimensions = {
height: 24,
width: 24
};