@evg-b/evg-icons
Version:
material icons
16 lines (13 loc) • 540 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var CorporateFare = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", {
fill: "none",
height: "24",
width: "24"
}), /*#__PURE__*/React.createElement("path", {
d: "M12,7V3H2v18h20V7H12z M10,19H4v-2h6V19z M10,15H4v-2h6V15z M10,11H4V9h6V11z M10,7H4V5h6V7z M20,19h-8V9h8V19z M18,11h-4v2 h4V11z M18,15h-4v2h4V15z"
})),
name: 'CorporateFare'
});
export default CorporateFare;