@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialFalling = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "Falling",
short_name: "Falling",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m492-248-121-90q-11-8-19-20.5T341-385l-45-199-88 76 24 112q4 17-5.5 31T200-348q-17 3-31-6t-17-26l-23-111q-5-21 2-41.5t23-34.5l144-128q23-20 54.5-16.5T413-696q32 14 66.5 20t69.5 1q24-4 46-14t42-24q14-10 30.5-8.5T695-707q11 13 8.5 29.5T687-651q-23 16-47 28.5T589-602q-33 9-66.5 9.5T456-600l28 124 115-22q16-3 31.5.5T660-484l147 104q14 10 16.5 26.5T815-323q-10 13-25.5 15.5T760-314l-140-98-144 28 68 50q18 14 26.5 35t4.5 44l-28 154q-3 17-17 26.5T499-68q-17-3-26-17t-6-31l25-132ZM320-740q-33 0-56.5-23.5T240-820q0-33 23.5-56.5T320-900q33 0 56.5 23.5T400-820q0 33-23.5 56.5T320-740Z"
}));
});
IconMaterialFalling.displayName = 'OnesyIconMaterialFalling';
export default IconMaterialFalling;