@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.11 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialAirlineSeatLegroomNormalW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "AirlineSeatLegroomNormalW100",
short_name: "AirlineSeatLegroomNormal",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M637-374H317q-23 0-38.5-15.5T263-428v-356q0-12.75 8.5-21.38Q280-814 293.49-814h127.02q13.49 0 21.99 8.62 8.5 8.63 8.5 21.38v262h192q23 0 38.5 15.5T697-468v266h76q15 0 23.5 7.31 8.5 7.32 8.5 18.5 0 11.19-8.5 18.69Q788-150 773-150H651q-5.95 0-9.97-4.02Q637-158.05 637-164v-210Zm-98 68H255q-26 0-43-17t-17-43v-434q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v434q0 12 10 22t22 10h284q5.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 4Z"
}));
});
IconMaterialAirlineSeatLegroomNormalW100.displayName = 'OnesyIconMaterialAirlineSeatLegroomNormalW100';
export default IconMaterialAirlineSeatLegroomNormalW100;