UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 642 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 OfflineBolt = createIcon("OfflineBolt", [ [ "path", { d: "M12 2.02002C6.49002 2.02002 2.02002 6.49002 2.02002 12C2.02002 17.51 6.49002 21.98 12 21.98C17.51 21.98 21.98 17.51 21.98 12C21.98 6.49002 17.51 2.02002 12 2.02002ZM11.48 20V13.74H8.00002L13 4.00002V10.26H16.35L11.48 20Z", key: "1hyj13" } ] ]); export { OfflineBolt as default }; //# sourceMappingURL=offline_bolt.js.map