UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 466 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 Desk = createIcon("Desk", [ [ "path", { d: "M2 6V18H4V8H14V18H16V16H20V18H22V6H2ZM20 8V10H16V8H20ZM16 14V12H20V14H16Z", key: "n7ehp2" } ] ]); export { Desk as default }; //# sourceMappingURL=desk.js.map