@evg-b/evg-icons
Version:
material icons
15 lines (12 loc) • 528 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var AirlineSeatIndividualSuite = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M0 0h24v24H0V0z",
fill: "none"
}), /*#__PURE__*/React.createElement("path", {
d: "M7 13c1.65 0 3-1.35 3-3S8.65 7 7 7s-3 1.35-3 3 1.35 3 3 3zm12-6h-8v7H3V7H1v10h22v-6c0-2.21-1.79-4-4-4z"
})),
name: 'AirlineSeatIndividualSuite'
});
export default AirlineSeatIndividualSuite;