google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 579 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 BrowserUpdated = createIcon("BrowserUpdated", [
[
"path",
{
d: "M22 13V16C22 17.1 21.1 18 20 18H17L18 19V21H6V19L7 18H4C2.9 18 2 17.1 2 16V5C2 3.9 2.9 3 4 3H12V5H4V16H20V13H22ZM15 15L10 10H14V3H16V10H20L15 15Z",
key: "fs3x90"
}
]
]);
export { BrowserUpdated as default };
//# sourceMappingURL=browser_updated.js.map