@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 859 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FastForward = /*#__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: "M15.64 4.86A1.63 1.63 0 0 0 13 6.13v4.57L5.64 4.86A1.62 1.62 0 0 0 3 6.13v15.74a1.62 1.62 0 0 0 2.64 1.27L13 17.3v4.57a1.63 1.63 0 0 0 2.64 1.27l9.63-7.64c.97-.77.97-2.23 0-3l-9.63-7.64Z"
}));
});
FastForward.displayName = 'FastForward';
export var FastForwardDimensions = {
height: 28,
width: 28
};