@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 IconMaterialGondolaLiftW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "GondolaLiftW100",
short_name: "GondolaLift",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M223-172q-21 0-36-14.5T172-221v-237q0-49 36-83.5t88-34.5h170v-149l-358 97q-6 2-11-2t-5-11q0-5 2.5-8t7.5-5l181-49q-2-4-3-7t-1-8q0-14 9.5-23t23.5-9q14 0 22.5 9t9.5 22l122-33v-22q0-6 4-10t10-4q6 0 10 4t4 10v14l126-34q-2-4-3-7.5t-1-8.5q0-14 9-23.5t23-9.5q14 0 23.5 9.5T681-810l171-47q6-2 11 2t5 11q0 5-2.5 8t-7.5 5l-364 98v157h170q52 0 88 34.5t36 83.5v237q0 20-15 34.5T738-172H223Zm-23-28h560v-140H200v140Zm0-168h168v-180h-72q-40 0-68 26.5T200-458v90Zm196 0h168v-180H396v180Zm196 0h168v-90q0-37-28-63.5T664-548h-72v180ZM200-200v-140 140Z"
}));
});
IconMaterialGondolaLiftW100.displayName = 'OnesyIconMaterialGondolaLiftW100';
export default IconMaterialGondolaLiftW100;