UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.13 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 IconMaterialFlightTakeoffW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FlightTakeoffW100Filled', short_name: 'FlightTakeoff', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M774-172H186q-6 0-10-4t-4-10q0-6 4-10t10-4h588q6 0 10 4t4 10q0 6-4 10t-10 4ZM230-415l207-56-153-258q-4-6-1.5-12.5t9.5-8.5l7-3q4-2 7.5-.5t6.5 3.5l268 239 195-51q20-5 36 7.5t16 32.5q0 14-7.5 24T800-484L238-332q-10 3-19.5-1T204-346l-65-113q-3-5-.5-9.5t7.5-6.5l6-1q2-1 5-.5t5 2.5l68 59Z" }) }))); }); IconMaterialFlightTakeoffW100Filled.displayName = 'OnesyIconMaterialFlightTakeoffW100Filled'; exports.default = IconMaterialFlightTakeoffW100Filled;