UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.46 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialCableCarW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CableCarW100Filled", short_name: "CableCar", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M186-212q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h26v-480h-26q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h102l15-25q4-7 10.79-11 6.8-4 15.21-4h301q8.41 0 15.21 3.5Q652-781 656-774l16 26h102q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4h-26v480h26q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H641q0 11-8.5 19.5T613-184H347q-11 0-19.5-8.5T319-212H186Zm54-284h141v-154q0-29.17-20.38-49.58Q340.24-720 311.12-720T261-699.58q-21 20.41-21 49.58v154Zm169 0h141v-154q0-29.17-20.38-49.58Q509.24-720 480.12-720T430-699.58q-21 20.41-21 49.58v154Zm170 0h141v-154q0-29.17-21-49.58Q678-720 648.88-720q-29.12 0-49.5 20.42Q579-679.17 579-650v154Zm-98.76 183q16.76 0 28.26-11t11.5-27.76q0-16.77-11.74-28.5Q496.53-392 479.76-392q-16.76 0-28.26 11.74-11.5 11.73-11.5 28.5Q440-335 451.74-324q11.73 11 28.5 11Z" })); }); IconMaterialCableCarW100Filled.displayName = 'OnesyIconMaterialCableCarW100Filled'; export default IconMaterialCableCarW100Filled;