google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 833 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: "M21.4396 20.4004L3.96957 2.93043L2.55957 4.34043L5.29957 7.08043L5.17957 7.20043V18.1904C5.17957 19.2904 6.07957 20.1904 7.17957 20.1904H17.1796C17.5296 20.1904 17.8596 20.0904 18.1496 19.9304L20.0296 21.8104L21.4396 20.4004ZM7.17957 18.1904V8.96043L16.4096 18.1904H7.17957ZM11.0196 4.19043H17.1796V13.3004L19.1796 15.3004V4.19043C19.1796 3.09043 18.2796 2.19043 17.1796 2.19043H10.1896L8.12957 4.25043L9.53957 5.66043L11.0196 4.19043Z",
key: "uo1xvi"
}
]
]);
export { NoSim as default };
//# sourceMappingURL=no_sim.js.map