google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 571 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 ViewDay = createIcon("ViewDay", [
[
"path",
{
d: "M2.5 21H21.5V18H2.5V21ZM20.5 8H3.5C2.95 8 2.5 8.45 2.5 9V15C2.5 15.55 2.95 16 3.5 16H20.5C21.05 16 21.5 15.55 21.5 15V9C21.5 8.45 21.05 8 20.5 8ZM2.5 3V6H21.5V3H2.5Z",
key: "6ymb8j"
}
]
]);
export { ViewDay as default };
//# sourceMappingURL=view_day.js.map