google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 461 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 Lan = createIcon("Lan", [
[
"path",
{
d: "M13 22H21V15H18V11H13V9H16V2H8V9H11V11H6V15H3V22H11V15H8V13H16V15H13V22Z",
key: "1bui75"
}
]
]);
export { Lan as default };
//# sourceMappingURL=lan.js.map