google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.09 kB
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 Android = createIcon("Android", [
[
"path",
{
d: "M17.6 9.79138L19.44 6.61138C19.6 6.30138 19.48 5.92138 19.18 5.76138C18.89 5.61138 18.53 5.70138 18.35 5.98138L16.47 9.22138C13.61 8.01138 10.39 8.01138 7.53 9.22138L5.65 5.98138C5.46 5.69138 5.07 5.60138 4.78 5.78138C4.5 5.96138 4.41 6.32138 4.56 6.61138L6.4 9.79138C3.3 11.5614 1.28 14.7514 1 18.3114H23C22.72 14.7514 20.7 11.5614 17.6 9.79138ZM7 15.5614C6.31 15.5614 5.75 15.0014 5.75 14.3114C5.75 13.6214 6.31 13.0614 7 13.0614C7.69 13.0614 8.25 13.6214 8.25 14.3114C8.25 15.0014 7.69 15.5614 7 15.5614ZM17 15.5614C16.31 15.5614 15.75 15.0014 15.75 14.3114C15.75 13.6214 16.31 13.0614 17 13.0614C17.69 13.0614 18.25 13.6214 18.25 14.3114C18.25 15.0014 17.69 15.5614 17 15.5614Z",
key: "1sp1gx"
}
]
]);
export { Android as default };
//# sourceMappingURL=android.js.map