UNPKG

google-material-icons

Version:

A google material icon library package for React applications

30 lines (26 loc) 1.02 kB
/** * @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 ScreenSearchDesktop = createIcon("ScreenSearchDesktop", [ [ "path", { d: "M4 18H20C21.1 18 21.99 17.1 21.99 16L22 5C22 3.9 21.1 3 20 3H4C2.9 3 2 3.9 2 5V16C2 17.1 2.9 18 4 18ZM4 5H20V16H4V5Z", key: "1d2yi2" } ], ["path", { d: "M23 19H1V21H23V19Z", key: "17glb4" }], [ "path", { d: "M13.97 7.53C12.6 6.16 10.39 6.16 9.02 7.53C7.65 8.9 7.65 11.11 9.02 12.48C10.2 13.66 12.02 13.82 13.38 12.95L15.47 15.04L16.53 13.98L14.44 11.89C15.31 10.53 15.16 8.71 13.97 7.53ZM12.91 11.41C12.13 12.19 10.86 12.19 10.08 11.41C9.3 10.63 9.3 9.36 10.08 8.58C10.86 7.8 12.13 7.8 12.91 8.58C13.69 9.37 13.69 10.63 12.91 11.41Z", key: "y40xqd" } ] ]); export { ScreenSearchDesktop as default }; //# sourceMappingURL=screen_search_desktop.js.map