UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

16 lines (15 loc) 1.13 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.MediaFastForwardOutline = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__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" }))); }); exports.MediaFastForwardOutline.displayName = 'MediaFastForwardOutline'; exports.MediaFastForwardOutlineDimensions = { height: 24, width: 24 };