google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 550 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: "M20 8.35V19H18V11H6V19H4V8.35L12 5.15L20 8.35ZM22 21V7L12 3L2 7V21H8V13H16V21H22ZM11 19H9V21H11V19ZM13 16H11V18H13V16ZM15 19H13V21H15V19Z",
key: "m4kybe"
}
]
]);
export { Warehouse as default };
//# sourceMappingURL=warehouse.js.map