UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 605 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 CurrencyLira = createIcon("CurrencyLira", [ [ "path", { d: "M9 8.76V3H11V7.51L15 5V7.36L11 9.87L11.01 12.22L15 9.72V12.08L11 14.59V19C13.76 19 16 16.76 16 14H18C18 17.87 14.87 21 11 21H9V15.84L6 17.72V15.36L9 13.48V11.12L6 13V10.64L9 8.76Z", key: "i965ex" } ] ]); export { CurrencyLira as default }; //# sourceMappingURL=currency_lira.js.map