UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.11 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialLandslideFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "LandslideFilled", short_name: "Landslide", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M80-160v-90l160 52 441-147 103 137q30 40 8 84t-72 44H160q-33 0-56.5-23.5T80-160Zm160-122L80-336v-74l160 52 276-92 102 41-378 127Zm533-133 111-49q17-8 26.5-22.5T920-519v-73q0-21-13.5-37T873-650l-105-24q-14-3-26.5.5T718-662l-55 44q-11 8-17 20.5t-6 26.5v62q0 14 6 26.5t17 20.5l49 39q14 11 30 13t31-5Zm-533-27L80-496v-64q0-33 23.5-56.5T160-640h120q19 0 36 8.5t28 23.5l79 105-183 61Zm269-210 133-53q17-7 27.5-22t10.5-34v-110q0-22-13.5-38T632-930l-128-25q-12-2-23.5 0t-21.5 9l-72 48q-13 8-20 21.5t-7 28.5v96q0 15 7 28.5t20 21.5l67 44q12 8 26.5 9.5T509-652Z" })); }); IconMaterialLandslideFilled.displayName = 'OnesyIconMaterialLandslideFilled'; export default IconMaterialLandslideFilled;