UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 537 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 Computer = createIcon("Computer", [ [ "path", { d: "M20 18C21.1 18 21.99 17.1 21.99 16L22 6C22 4.9 21.1 4 20 4H4C2.9 4 2 4.9 2 6V16C2 17.1 2.9 18 4 18H0V20H24V18H20ZM4 6H20V16H4V6Z", key: "1lh1tz" } ] ]); export { Computer as default }; //# sourceMappingURL=computer.js.map