UNPKG

google-material-icons

Version:

A google material icon library package for React applications

19 lines (15 loc) 497 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 ImagesearchRoller = createIcon("ImagesearchRoller", [ [ "path", { d: "M21 1.5V7.5H7V5.5H5V9.5H15V14.5H17V22.5H11V14.5H13V11.5H3V3.5H7V1.5", key: "1ncx2d" } ] ]); export { ImagesearchRoller as default }; //# sourceMappingURL=imagesearch_roller.js.map