UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 886 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialReplayW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ReplayW100", short_name: "Replay", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480-132q-64 0-120-24t-98-66q-42-42-66-98t-24-120q0-6 4-10t10-4q6 0 10 4t4 10q0 117 81.5 198.5T480-160q117 0 198.5-81.5T760-440q0-117-81.5-198.5T480-720h-18l56 56q4 4 4.5 9.5T518-644q-5 5-10 5t-10-5l-69-70q-9-9-9-21t9-21l71-70q4-4 9.5-4.5T520-826q5 5 5 10t-5 10l-58 58h18q64 0 120 24t98 66q42 42 66 98t24 120q0 64-24 120t-66 98q-42 42-98 66t-120 24Z" })); }); IconMaterialReplayW100.displayName = 'OnesyIconMaterialReplayW100'; export default IconMaterialReplayW100;