UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 506 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 Close = createIcon("Close", [ [ "path", { d: "M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41Z", key: "14hqpl" } ] ]); export { Close as default }; //# sourceMappingURL=close.js.map