UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 512 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 Lan = createIcon("Lan", [ [ "path", { d: "M13 22H21V15H18V11H13V9H16V2H8V9H11V11H6V15H3V22H11V15H8V13H16V15H13V22ZM10 7V4H14V7H10ZM9 17V20H5V17H9ZM19 17V20H15V17H19Z", key: "1acker" } ] ]); export { Lan as default }; //# sourceMappingURL=lan.js.map