UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.43 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialHelicopterW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "HelicopterW100", short_name: "Helicopter", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("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'; export default IconMaterialHelicopterW100;