@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 813 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialFastForwardW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "FastForwardW100Filled",
short_name: "FastForward",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M5.75 15.425q-.375.275-.775.05-.4-.225-.4-.675V9.2q0-.45.4-.675.4-.225.775.05l4.2 2.8q.325.225.325.625t-.325.625Zm8.55 0q-.375.275-.775.05-.4-.225-.4-.675V9.2q0-.45.4-.675.4-.225.775.05l4.2 2.8q.325.225.325.625t-.325.625Z"
}));
});
IconMaterialFastForwardW100Filled.displayName = 'AmauiIconMaterialFastForwardW100Filled';
export default IconMaterialFastForwardW100Filled;