UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 674 B
/** * @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 RunningWithErrors = createIcon("RunningWithErrors", [ [ "path", { d: "M22 10V18H20V10H22ZM20 20V22H22V20H20ZM18 17.29C16.53 18.95 14.39 20 12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4V13L19.55 5.45C17.72 3.34 15.02 2 12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C14.25 22 16.33 21.26 18 20V17.29Z", key: "wjrtc9" } ] ]); export { RunningWithErrors as default }; //# sourceMappingURL=running_with_errors.js.map