UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 585 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 Phonelink = createIcon("Phonelink", [ [ "path", { d: "M4 6H22V4H4C2.9 4 2 4.9 2 6V17H0V20H14V17H4V6ZM23 8H17C16.45 8 16 8.45 16 9V19C16 19.55 16.45 20 17 20H23C23.55 20 24 19.55 24 19V9C24 8.45 23.55 8 23 8ZM22 17H18V10H22V17Z", key: "1mqelj" } ] ]); export { Phonelink as default }; //# sourceMappingURL=phonelink.js.map