UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.2 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialAirlineSeatIndividualSuiteW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AirlineSeatIndividualSuiteW100", short_name: "AirlineSeatIndividualSuite", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M838-332H122q-13 0-21.5-8.5T92-362v-252q0-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.97v254h346v-238q0-13 8.5-21.5T496-628h264q44.55 0 76.28 31.72Q868-564.55 868-520v158q0 13-8.5 21.5T838-332Zm-344-28h346v-160q0-33-23.5-56.5T760-600H494v240Zm0-240v240-240ZM280.12-446q30.88 0 52.38-21.62 21.5-21.62 21.5-52.5t-21.62-52.38q-21.62-21.5-52.5-21.5t-52.38 21.62q-21.5 21.62-21.5 52.5t21.62 52.38q21.62 21.5 52.5 21.5Zm-.12-28q-19 0-32.5-13.5T234-520q0-19 13.5-32.5T280-566q19 0 32.5 13.5T326-520q0 19-13.5 32.5T280-474Zm0-46Z" })); }); IconMaterialAirlineSeatIndividualSuiteW100.displayName = 'OnesyIconMaterialAirlineSeatIndividualSuiteW100'; export default IconMaterialAirlineSeatIndividualSuiteW100;