UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 875 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialFastForwardW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FastForwardW100", short_name: "FastForward", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M183-368v-224q0-14 9-22t21-8q5 0 9 1t8 4l168 112q7 5 10 11t3 14q0 8-3 14t-10 11L230-343q-4 3-8 4t-9 1q-12 0-21-8t-9-22Zm342 0v-224q0-14 9-22t21-8q5 0 9 1t8 4l168 112q7 5 10 11t3 14q0 8-3 14t-10 11L572-343q-4 3-8 4t-9 1q-12 0-21-8t-9-22ZM211-480Zm342 0ZM211-364l174-116-174-116v232Zm342 0 174-116-174-116v232Z" })); }); IconMaterialFastForwardW100.displayName = 'OnesyIconMaterialFastForwardW100'; export default IconMaterialFastForwardW100;