UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 442 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var TransitEnterexit = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M16 18H6V8h3v4.77L15.98 6 18 8.03 11.15 15H16v3z" })), name: 'TransitEnterexit' }); export default TransitEnterexit;