UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.41 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 IconMaterialConnectingAirportsFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ConnectingAirportsFilled', short_name: 'ConnectingAirports', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m776-320 18 60q2 8-2.5 14t-12.5 6h-11q-4 0-7.5-1.5T755-246l-25-34H616l45 152q3 9-2.5 16.5T643-104h-8q-5 0-9.5-2t-6.5-7l-99-167H400q-17 0-28.5-11.5T360-320q0-17 11.5-28.5T400-360h120l98-166q3-5 8-7.5t10-2.5h4q11 0 17 8t3 19l-44 149h114l24-32q3-4 7-6t9-2h4q10 0 16 8t3 17l-17 55ZM184-640l-18-60q-2-8 2.5-14t12.5-6h11q4 0 7.5 1.5t5.5 4.5l25 34h114l-45-152q-3-9 2.5-16.5T317-856h8q5 0 9.5 2t6.5 7l99 167h120q17 0 28.5 11.5T600-640q0 17-11.5 28.5T560-600H440l-98 166q-3 5-7.5 7.5T325-424h-8q-8 0-14-8t-3-19l44-149H230l-24 32q-3 4-7 6t-9 2h-4q-10 0-16-8t-3-17l17-55Z" }) }))); }); IconMaterialConnectingAirportsFilled.displayName = 'OnesyIconMaterialConnectingAirportsFilled'; exports.default = IconMaterialConnectingAirportsFilled;