styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 995 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.MediaFastForward = 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: "M15.053 6.912A1.797 1.797 0 0012 8.201v9a1.8 1.8 0 003.053 1.287C17.434 16.174 21 12.701 21 12.701s-3.566-3.474-5.947-5.789zm-9 0A1.797 1.797 0 003 8.201v9a1.8 1.8 0 003.053 1.287C8.434 16.174 12 12.701 12 12.701S8.434 9.227 6.053 6.912z", key: "k0" })));
});
exports.MediaFastForward.displayName = 'MediaFastForward';
exports.MediaFastForwardDimensions = { height: 24, width: 24 };
;