@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.29 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialReplay30W100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "Replay30W100Filled",
short_name: "Replay30",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M426-336H316q-6 0-10-4t-4-10q0-6 4-10t10-4h106v-62h-76q-6 0-10-4t-4-10q0-6 4-10t10-4h76v-62H316q-6 0-10-4t-4-10q0-6 4-10t10-4h110q11 0 17.5 6.5T450-520v160q0 11-6.5 17.5T426-336Zm124 0q-17 0-28.5-11.5T510-376v-128q0-17 11.5-28.5T550-544h68q17 0 28.5 11.5T658-504v128q0 17-11.5 28.5T618-336h-68Zm0-28h68q6 0 9-3t3-9v-128q0-6-3-9t-9-3h-68q-6 0-9 3t-3 9v128q0 6 3 9t9 3Zm-70 232q-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"
}));
});
IconMaterialReplay30W100Filled.displayName = 'OnesyIconMaterialReplay30W100Filled';
export default IconMaterialReplay30W100Filled;