UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 474 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var StoreMallDirectory = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M20 4H4v2h16V4zm1 10v-2l-1-5H4l-1 5v2h1v6h10v-6h4v6h2v-6h1zm-9 4H6v-4h6v4z" })), name: 'StoreMallDirectory' }); export default StoreMallDirectory;