UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 637 B
/** * @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 PhonelinkErase = createIcon("PhonelinkErase", [ [ "path", { d: "M13 8.2L12 7.2L8 11.2L4 7.2L3 8.2L7 12.2L3 16.2L4 17.2L8 13.2L12 17.2L13 16.2L9 12.2L13 8.2ZM19 1H9C7.9 1 7 1.9 7 3V6H9V4H19V20H9V18H7V21C7 22.1 7.9 23 9 23H19C20.1 23 21 22.1 21 21V3C21 1.9 20.1 1 19 1Z", key: "4tr3lx" } ] ]); export { PhonelinkErase as default }; //# sourceMappingURL=phonelink_erase.js.map