mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 13:10:58 +00:00
15 lines
652 B
JavaScript
15 lines
652 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": "M22 7s-5.646 10 -12.308 10c-3.226 .025 -6.194 -1.905 -7.692 -5c1.498 -3.095 4.466 -5.025 7.692 -5c6.662 0 12.308 10 12.308 10", "key": "svg-0" }]];
|
|
const IconFishChristianity = createReactComponent("outline", "fish-christianity", "FishChristianity", __iconNode);
|
|
|
|
export { __iconNode, IconFishChristianity as default };
|
|
//# sourceMappingURL=IconFishChristianity.mjs.map
|