UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 704 B
/** * @license google-material-icons v2.1.4 - 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 PriceCheck = createIcon("PriceCheck", [ [ "path", { d: "M11 13V9C11 8.45 10.55 8 10 8H6V6H11V4H8.5V3H6.5V4H5C4.45 4 4 4.45 4 5V9C4 9.55 4.45 10 5 10H9V12H4V14H6.5V15H8.5V14H10C10.55 14 11 13.55 11 13Z", key: "1s0owx" } ], [ "path", { d: "M18.59 12.52L12.93 18.17L10.1 15.34L8.69 16.76L12.93 21L20 13.93L18.59 12.52Z", key: "qrnfb" } ] ]); export { PriceCheck as default }; //# sourceMappingURL=price_check.js.map