google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 728 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 NoSim = createIcon("NoSim", [
[
"path",
{
d: "M19.2399 4.18994C19.2399 3.08994 18.3499 2.18994 17.2499 2.18994H10.2499L7.90988 4.52994L19.2499 15.8699L19.2399 4.18994ZM3.89988 3.06994L2.62988 4.33994L5.24988 6.95994V18.1899C5.24988 19.2899 6.14988 20.1899 7.24988 20.1899H17.2599C17.6099 20.1899 17.9299 20.0899 18.2199 19.9299L20.0999 21.8099L21.3699 20.5399L3.89988 3.06994Z",
key: "1bcoam"
}
]
]);
export { NoSim as default };
//# sourceMappingURL=no_sim.js.map