styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.01 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var MediaFastForwardOutline = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { d: "M14 8.676l4.133 4.025L14 16.727V8.676M13.8 6.4c-.994 0-1.8.807-1.8 1.801v9a1.8 1.8 0 003.053 1.287C17.434 16.174 21 12.701 21 12.701s-3.566-3.475-5.944-5.789A1.81 1.81 0 0013.8 6.4zM5 8.676l4.133 4.025L5 16.727V8.676M4.8 6.4c-.994 0-1.8.807-1.8 1.801v9a1.8 1.8 0 003.053 1.287C8.434 16.174 12 12.701 12 12.701L6.056 6.912A1.81 1.81 0 004.8 6.4z", key: "k0" })));
});
MediaFastForwardOutline.displayName = 'MediaFastForwardOutline';
export var MediaFastForwardOutlineDimensions = { height: 24, width: 24 };