google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 522 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 CurrencyYen = createIcon("CurrencyYen", [
[
"path",
{
d: "M13.92 11H18V13H13V15H18V17H13V21H11V17H6V15H11V13H6V11H10.08L5 3H7.37L12 10.29L16.63 3H19L13.92 11Z",
key: "vz9tas"
}
]
]);
export { CurrencyYen as default };
//# sourceMappingURL=currency_yen.js.map