google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 648 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 EventAvailable = createIcon("EventAvailable", [
[
"path",
{
d: "M16.53 12.06L15.47 11L10.59 15.88L8.47 13.76L7.41 14.82L10.59 18L16.53 12.06ZM19 4H18V2H16V4H8V2H6V4H5C3.89 4 3.01 4.9 3.01 6L3 20C3 21.1 3.89 22 5 22H19C20.1 22 21 21.1 21 20V6C21 4.9 20.1 4 19 4ZM19 20H5V9H19V20Z",
key: "q6mk8x"
}
]
]);
export { EventAvailable as default };
//# sourceMappingURL=event_available.js.map