google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 866 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 OfflineBolt = createIcon("OfflineBolt", [
[
"path",
{
d: "M11.9995 2.02002C6.48953 2.02002 2.01953 6.49002 2.01953 12C2.01953 17.51 6.48953 21.98 11.9995 21.98C17.5095 21.98 21.9795 17.51 21.9795 12C21.9795 6.49002 17.5095 2.02002 11.9995 2.02002ZM11.9995 19.98C7.59953 19.98 4.01953 16.4 4.01953 12C4.01953 7.60002 7.59953 4.02002 11.9995 4.02002C16.3995 4.02002 19.9795 7.60002 19.9795 12C19.9795 16.4 16.3995 19.98 11.9995 19.98ZM12.7495 5.00002L8.24953 13.5H11.3895V19L15.7495 10.5H12.7495V5.00002Z",
key: "of6gy8"
}
]
]);
export { OfflineBolt as default };
//# sourceMappingURL=offline_bolt.js.map