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 IconMaterialGondolaLiftFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "GondolaLiftFilled", short_name: "GondolaLift", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M200-120q-33 0-56.5-23.5T120-200v-240q0-66 47-113t113-47h160v-109L89-613q-18 5-33.5-6.5T40-651q0-13 7.5-23T68-688l177-48q-2-5-3.5-11t-1.5-13q0-25 17.5-42.5T300-820q23 0 40 15t19 38l81-22v-11q0-17 11.5-28.5T480-840q14 0 24.5 8t14.5 21l87-23q-3-6-4.5-12.5T600-860q0-25 17.5-42.5T660-920q23 0 40.5 16t19.5 39l151-42q18-5 33.5 6.5T920-869q0 13-7.5 23T892-832L520-731v131h160q66 0 113 47t47 113v240q0 33-23.5 56.5T760-120H200Zm0-240h133v-160h-53q-33 0-56.5 23.5T200-440v80Zm213 0h133v-160H413v160Zm214 0h133v-80q0-33-23.5-56.5T680-520h-53v160Z" })); }); IconMaterialGondolaLiftFilled.displayName = 'OnesyIconMaterialGondolaLiftFilled'; export default IconMaterialGondolaLiftFilled;