UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 959 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialAirlineSeatLegroomReducedW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AirlineSeatLegroomReducedW100", short_name: "AirlineSeatLegroomReduced", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M594-160q-16 0-25.5-15t-4.5-30l58-169H282q-23 0-38.5-15.5T228-428v-356q0-13 8.5-21.5T258-814h128q13 0 21.5 8.5T416-784v262h239q31 0 49 25t8 54l-78 231h72q14 0 23 6t9 20q0 14-8 20t-22 6H594ZM220-306q-26 0-43-17t-17-43v-434q0-6 4-10t10-4q6 0 10 4t4 10v434q0 12 10 22t22 10h234q6 0 10 4t4 10q0 6-4 10t-10 4H220Z" })); }); IconMaterialAirlineSeatLegroomReducedW100.displayName = 'OnesyIconMaterialAirlineSeatLegroomReducedW100'; export default IconMaterialAirlineSeatLegroomReducedW100;