UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.08 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 IconMaterialFlightLandW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FlightLandW100Filled', short_name: 'FlightLand', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M734-339 194-489q-10-3-16-11t-6-18v-128q0-5 4-8.5t9-1.5l5 1q3 1 5 3t3 4l26 81 202 57v-299q0-8 5.5-12.5T444-824l8 2q4 1 6.5 3.5t4.5 6.5l107 342 188 53q14 4 22 15t8 25q0 20-17 32t-37 6ZM186-172q-6 0-10-4t-4-10q0-6 4-10t10-4h588q6 0 10 4t4 10q0 6-4 10t-10 4H186Z" }) }))); }); IconMaterialFlightLandW100Filled.displayName = 'OnesyIconMaterialFlightLandW100Filled'; exports.default = IconMaterialFlightLandW100Filled;