UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 904 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialFlightsmodeFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FlightsmodeFilled", short_name: "Flightsmode", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m274-274-100-55q-11-6-12.5-17.5T168-366l12-12q4-4 9.5-5.5t10.5-.5l88 12 156-156-272-148q-15-8-17.5-25t9.5-29l10-10q7-7 15.5-9t17.5 0l363 93 157-155q17-17 42.5-17t42.5 17q17 17 17 42.5T812-726L656-570l93 361q2 10-.5 19.5T739-173l-5 5q-14 14-32.5 11T674-177L528-444 372-288l12 86q1 7-1 13t-7 11l-5 5q-10 10-24 8.5T326-179l-52-95Z" })); }); IconMaterialFlightsmodeFilled.displayName = 'OnesyIconMaterialFlightsmodeFilled'; export default IconMaterialFlightsmodeFilled;