UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.09 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialElevatorW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ElevatorW100Filled", short_name: "Elevator", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M326-416v120q0 13 8.5 21.5T356-266h8q13 0 21.5-8.5T394-296v-120h10q13 0 21.5-8.5T434-446v-74q0-23-15.5-38.5T380-574h-40q-23 0-38.5 15.5T286-520v74q0 13 8.5 21.5T316-416h10Zm34-194q17 0 28.5-11.5T400-650q0-17-11.5-28.5T360-690q-17 0-28.5 11.5T320-650q0 17 11.5 28.5T360-610Zm211 64h78q5 0 7-3.5t0-7.5l-40-64q-2-4-6-4t-6 4l-40 64q-2 4 0 7.5t7 3.5Zm45 207 40-64q2-4 0-7.5t-7-3.5h-78q-5 0-7 3.5t0 7.5l40 64q2 4 6 4t6-4ZM232-172q-26 0-43-17t-17-43v-496q0-26 17-43t43-17h496q26 0 43 17t17 43v496q0 26-17 43t-43 17H232Z" })); }); IconMaterialElevatorW100Filled.displayName = 'OnesyIconMaterialElevatorW100Filled'; export default IconMaterialElevatorW100Filled;