UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.67 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 IconMaterialHelicopterW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HelicopterW100', short_name: 'Helicopter', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M229-593q-33 36-51 81.5T160-416h224q14 0 23-9t9-23v-224q-60 0-107 21.5T229-593Zm-37 305h320q14 0 23-9t9-23v-320q0-14-9-23t-23-9h-68v224q0 24.75-17.62 42.37Q408.75-388 384-388H160v68q0 14 9 23t23 9Zm380-126 199-21q12-2 20.5-11t8.5-21v-65H572v118ZM186-172q-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-4h307q5.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 4H186Zm6-88q-24.75 0-42.37-17.63Q132-295.25 132-320v-96q0-112 76.5-198T416-700h96q24.75 0 42.38 17.62Q572-664.75 572-640v80h194l31-72q2-4 4.5-6t7.5-2h5.18q5.87 0 9.85 4.03Q828-631.95 828-626v159q0 23-15.37 40.34Q797.25-409.31 774-407l-202 21v66q0 24.75-17.62 42.37Q536.75-260 512-260H192Zm-6-500q-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-4h547q5.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 4H186Zm386 346v-118 118Zm-28 126Zm28-126v-118 118Z" }) }))); }); IconMaterialHelicopterW100.displayName = 'OnesyIconMaterialHelicopterW100'; exports.default = IconMaterialHelicopterW100;