mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 17:50:56 +00:00
15 lines
677 B
JavaScript
15 lines
677 B
JavaScript
/**
|
|
* @license @tabler/icons-react v3.44.0 - MIT
|
|
*
|
|
* This source code is licensed under the MIT license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
import createReactComponent from '../createReactComponent.mjs';
|
|
|
|
const __iconNode = [["path", { "d": "M15 5h-11h3a4 4 0 1 1 0 8h-3l6 6", "key": "svg-0" }], ["path", { "d": "M21 17l-4.586 -4.414a2 2 0 0 0 -2.828 2.828l.707 .707", "key": "svg-1" }]];
|
|
const IconCurrencyRupeeNepalese = createReactComponent("outline", "currency-rupee-nepalese", "CurrencyRupeeNepalese", __iconNode);
|
|
|
|
export { __iconNode, IconCurrencyRupeeNepalese as default };
|
|
//# sourceMappingURL=IconCurrencyRupeeNepalese.mjs.map
|