UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 562 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 PhoneAndroid = createIcon("PhoneAndroid", [ [ "path", { d: "M16 1H8C6.34 1 5 2.34 5 4V20C5 21.66 6.34 23 8 23H16C17.66 23 19 21.66 19 20V4C19 2.34 17.66 1 16 1ZM17 18H7V4H17V18ZM14 21H10V20H14V21Z", key: "g5m5c8" } ] ]); export { PhoneAndroid as default }; //# sourceMappingURL=phone_android.js.map