UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 599 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 CurrencyRuble = createIcon("CurrencyRuble", [ [ "path", { d: "M13.5 3H7V12H5V14H7V16H5V18H7V21H9V18H13V16H9V14H13.5C16.54 14 19 11.54 19 8.5C19 5.46 16.54 3 13.5 3ZM13.5 12H9V5H13.5C15.43 5 17 6.57 17 8.5C17 10.43 15.43 12 13.5 12Z", key: "fus56x" } ] ]); export { CurrencyRuble as default }; //# sourceMappingURL=currency_ruble.js.map