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