@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.03 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var SkipForwardTab = /*#__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: "M22 3.25a1 1 0 1 0-2 0v2.73a9.52 9.52 0 0 0-3.95-2.46 11.44 11.44 0 0 0-13.18 5 1 1 0 0 0 1.76.96 9.44 9.44 0 0 1 10.83-4.05c1.47.46 2.7 1.4 3.68 2.57h-3.39a1 1 0 1 0 0 2H21a1 1 0 0 0 1-1V3.25zM6 15c0-1.1.9-2 2-2h8a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2v-4zm2 .5v3c0 .28.22.5.5.5h7a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.5.5z"
}));
});
SkipForwardTab.displayName = 'SkipForwardTab';
export var SkipForwardTabDimensions = {
height: 24,
width: 24
};