UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 620 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 NetworkPing = createIcon("NetworkPing", [ [ "path", { d: "M12 14.67L3.41 6.09L2 7.5L10.5 16H4V18H20V16H13.5L18.65 10.85C18.91 10.95 19.2 11 19.5 11C20.88 11 22 9.88 22 8.5C22 7.12 20.88 6 19.5 6C18.12 6 17 7.12 17 8.5C17 8.85 17.07 9.17 17.2 9.47L12 14.67Z", key: "189sd6" } ] ]); export { NetworkPing as default }; //# sourceMappingURL=network_ping.js.map