google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 727 B
JavaScript
/**
* @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 PriceCheck = createIcon("PriceCheck", [
[
"path",
{
d: "M10.5 13V9C10.5 8.45 10.05 8 9.5 8H5.5V6H10.5V4H8V3H6V4H4.5C3.95 4 3.5 4.45 3.5 5V9C3.5 9.55 3.95 10 4.5 10H8.5V12H3.5V14H6V15H8V14H9.5C10.05 14 10.5 13.55 10.5 13Z",
key: "1alwmd"
}
],
[
"path",
{
d: "M19.09 12.52L13.43 18.17L10.6 15.34L9.19 16.76L13.43 21L20.5 13.93L19.09 12.52Z",
key: "1mfmig"
}
]
]);
export { PriceCheck as default };
//# sourceMappingURL=price_check.js.map