UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.23 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 IconMaterialFlightClassW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FlightClassW100', short_name: 'FlightClass', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M564-492q-22 0-37-15.5T512-546v-148q0-23 15-38.5t37-15.5h57q21 0 34 15.5t13 38.5v148q0 23-13 38.5T621-492h-57Zm0-28h57q9 0 14-7.5t5-18.5v-148q0-11-5-18.5t-14-7.5h-57q-10 0-17 7.5t-7 18.5v148q0 11 7 18.5t17 7.5ZM380-292q-12 0-21.5-7T345-317l-91-312q-2-4-2-8v-97q0-6 4-10t10-4q6 0 10 4t4 10v94l94 320h280q6 0 10 4t4 10q0 6-4 10t-10 4H380Zm-25 120q-6 0-10-4t-4-10q0-6 4-10t10-4h298q6 0 10 4t4 10q0 6-4 10t-10 4H355Zm209-548h-24 100-76Z" }) }))); }); IconMaterialFlightClassW100.displayName = 'OnesyIconMaterialFlightClassW100'; exports.default = IconMaterialFlightClassW100;