@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 833 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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "m12.71 4.16 9 7c.39.3.39.88 0 1.18l-9 7a.75.75 0 0 1-1.21-.59v-5.08l-7.3 5.67a.75.75 0 0 1-1.2-.59v-14c0-.62.72-.97 1.21-.6l7.29 5.68V4.75c0-.62.72-.97 1.21-.6z"
}));
});
FastForward.displayName = 'FastForward';
export var FastForwardDimensions = {
height: 24,
width: 24
};