google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 800 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 AppsOutage = createIcon("AppsOutage", [
[
"path",
{
d: "M2 10H6V6H2V10ZM8 22H12V18H8V22ZM2 22H6V18H2V22ZM2 16H6V12H2V16ZM8 16H12V12H8V16ZM14 22H18V18H14V22ZM17 2C14.24 2 12 4.24 12 7C12 9.76 14.24 12 17 12C19.76 12 22 9.76 22 7C22 4.24 19.76 2 17 2ZM17.5 10H16.5V9H17.5V10ZM17.5 8H16.5V4H17.5V8ZM14 16H18V13.93C17.67 13.98 17.34 14 17 14C15.93 14 14.91 13.76 14 13.32V16ZM8 6V10H10.68C10.24 9.09 10 8.07 10 7C10 6.66 10.02 6.33 10.07 6H8Z",
key: "13gb4w"
}
]
]);
export { AppsOutage as default };
//# sourceMappingURL=apps_outage.js.map