google-material-icons
Version:
A google material icon library package for React applications
24 lines (20 loc) • 653 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 SimCardAlert = createIcon("SimCardAlert", [
[
"path",
{
d: "M18 2H10L4.02 8L4 20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V4C20 2.9 19.1 2 18 2ZM18 20H6V8.83L10.83 4H18V20Z",
key: "1kmprq"
}
],
["path", { d: "M13 15H11V17H13V15Z", key: "1baev7" }],
["path", { d: "M13 8H11V13H13V8Z", key: "12zevl" }]
]);
export { SimCardAlert as default };
//# sourceMappingURL=sim_card_alert.js.map