google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 643 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 Cases = createIcon("Cases", [
[
"path",
{
d: "M18 6V4L16 2H11L9 4V6H5V17C5 17 6 19 7 19H20C20 19 22 18.02 22 17V6H18ZM4 9H2V20C2 21.11 2.89 22 4 22H18C19.11 22 20 21.11 20 20H4V9ZM11 5C11 4.45 11.53 4 12 4H15C15.46 4 16 4.54 16 5V6H11V5ZM5 6H22V17C22 18.1 21.1 19 20 19H7C5.9 19 5 18.1 5 17V6Z",
key: "cfz24"
}
]
]);
export { Cases as default };
//# sourceMappingURL=cases.js.map