google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 504 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const Warehouse = createIcon("Warehouse", [
[
"path",
{
d: "M22 21V7L12 3L2 7V21H7V12H17V21H22ZM11 19H9V21H11V19ZM13 16H11V18H13V16ZM15 19H13V21H15V19Z",
key: "1jcv5n"
}
]
]);
export { Warehouse as default };
//# sourceMappingURL=warehouse.js.map