UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 617 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 CurrencyRupee = createIcon("CurrencyRupee", [ [ "path", { d: "M13.66 7C13.1 5.82 11.9 5 10.5 5H6V3H18V5H14.74C15.22 5.58 15.58 6.26 15.79 7H18V9H15.98C15.73 11.8 13.37 14 10.5 14H9.77L16.5 21H13.73L7 14V12H10.5C12.26 12 13.72 10.7 13.96 9H6V7H13.66Z", key: "1q9vr7" } ] ]); export { CurrencyRupee as default }; //# sourceMappingURL=currency_rupee.js.map