google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 738 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 NoCell = createIcon("NoCell", [
[
"path",
{
d: "M9.54547 6L5.84547 2.3C6.13547 1.55 6.86547 1 7.71547 1L17.7155 1.01C18.8155 1.01 19.7155 1.9 19.7155 3V16.17L17.7155 14.17V6H9.54547ZM20.4955 22.61L19.5855 21.7C19.2955 22.45 18.5655 23 17.7155 23H7.71547C6.61547 23 5.71547 22.1 5.71547 21V7.83L2.10547 4.22L3.51547 2.81L21.8955 21.19L20.4955 22.61ZM15.8855 18L7.71547 9.83V18H15.8855Z",
key: "133rwd"
}
]
]);
export { NoCell as default };
//# sourceMappingURL=no_cell.js.map