google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 571 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 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 1ZM14 21H10V20H14V21ZM17.25 18H6.75V4H17.25V18Z",
key: "5wxp9h"
}
]
]);
export { PhoneAndroid as default };
//# sourceMappingURL=phone_android.js.map