UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 988 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 ImageSearch = createIcon("ImageSearch", [ [ "path", { d: "M17.79 13V20H3.79004V6H8.81004C8.86004 5.29 9.03004 4.62 9.29004 4H3.79004C2.69004 4 1.79004 4.9 1.79004 6V20C1.79004 21.1 2.69004 22 3.79004 22H17.79C18.89 22 19.79 21.1 19.79 20V15L17.79 13ZM16.29 18H5.29004L8.04004 14.47L10 16.83L12.75 13.29L16.29 18ZM19.09 8.89C19.53 8.19 19.79 7.38 19.79 6.5C19.79 4.01 17.78 2 15.29 2C12.8 2 10.79 4.01 10.79 6.5C10.79 8.99 12.8 11 15.28 11C16.16 11 16.98 10.74 17.67 10.3L20.79 13.42L22.21 12L19.09 8.89ZM15.29 9C13.91 9 12.79 7.88 12.79 6.5C12.79 5.12 13.91 4 15.29 4C16.67 4 17.79 5.12 17.79 6.5C17.79 7.88 16.67 9 15.29 9Z", key: "ftayqu" } ] ]); export { ImageSearch as default }; //# sourceMappingURL=image_search.js.map