google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 664 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 Fiveg = createIcon("Fiveg", [
[
"path",
{
d: "M16.5 13H19V15H14V9H21C21 7.9 20.1 7 19 7H14C12.9 7 12 7.9 12 9V15C12 16.1 12.9 17 14 17H19C20.1 17 21 16.1 21 15V11H16.5V13Z",
key: "1tx435"
}
],
[
"path",
{
d: "M3 13H8V15H3V17H8C9.1 17 10 16.1 10 15V13C10 11.9 9.1 11 8 11H5V9H10V7H3V13Z",
key: "12znwg"
}
]
]);
export { Fiveg as default };
//# sourceMappingURL=fiveg.js.map