google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 803 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: "M17.7096 6V14.17L19.7096 16.17V3C19.7096 1.9 18.8096 1.01 17.7096 1.01L7.70961 1C6.85961 1 6.12961 1.55 5.83961 2.3L9.53961 6H17.7096ZM7.70961 3H17.7096V4H7.70961V3ZM21.8996 21.19L3.51961 2.81L2.09961 4.22L5.70961 7.83V21C5.70961 22.1 6.60961 23 7.70961 23H17.7096C18.5596 23 19.2896 22.45 19.5796 21.7L20.4896 22.61L21.8996 21.19ZM17.7096 21H7.70961V20H17.7096V21ZM7.70961 18V9.83L15.8796 18H7.70961Z",
key: "ecp6ow"
}
]
]);
export { NoCell as default };
//# sourceMappingURL=no_cell.js.map