UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 684 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 PhoneIphone = createIcon("PhoneIphone", [ [ "path", { d: "M16 1H8C6.62 1 5.5 2.12 5.5 3.5V20.5C5.5 21.88 6.62 23 8 23H16C17.38 23 18.5 21.88 18.5 20.5V3.5C18.5 2.12 17.38 1 16 1ZM12 22C11.17 22 10.5 21.33 10.5 20.5C10.5 19.67 11.17 19 12 19C12.83 19 13.5 19.67 13.5 20.5C13.5 21.33 12.83 22 12 22ZM16.5 18H7.5V4H16.5V18Z", key: "56cpyx" } ] ]); export { PhoneIphone as default }; //# sourceMappingURL=phone_iphone.js.map