UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.6 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@onesy/ui-react"); const IconMaterialTrolleyCableCarW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'TrolleyCableCarW100', short_name: 'TrolleyCableCar', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M328.58-172q-9.58 0-13.08-8.5T319-196l56-56H186q-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-440h-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-4h133v-10q0-12.75 8.63-21.38Q336.25-788 349-788h262q12.75 0 21.38 8.62Q641-770.75 641-758v10h133q5.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-26v440h26q5.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 4H584l56 56q7 7 3.33 15.5-3.68 8.5-13.47 8.5-2.86 0-5.39-1t-4.47-3l-76-76H415l-76 76q-2.08 2-4.79 3t-5.63 1ZM240-280h480v-224H240v224Zm254-252h226v-160H494v160Zm-254 0h226v-160H240v160Zm240.18 175q13.82 0 22.82-9t9-22.82q0-13.83-9-23.5-9-9.68-22.82-9.68-13.83 0-23.5 9.68-9.68 9.67-9.68 23.5 0 13.82 9.68 22.82 9.67 9 23.5 9ZM240-504h480-480Z" }) }))); }); IconMaterialTrolleyCableCarW100.displayName = 'OnesyIconMaterialTrolleyCableCarW100'; exports.default = IconMaterialTrolleyCableCarW100;