mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 19:00:56 +00:00
15 lines
781 B
JavaScript
15 lines
781 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": "M7 6c2.333 5.143 6.611 6.857 9.333 12", "key": "svg-0" }], ["path", { "d": "M13.667 14c2.505 -1.5 2.666 -4.141 2.666 -5.333c0 -1.778 -.443 -2.667 -.443 -2.667", "key": "svg-1" }], ["path", { "d": "M7.485 18s-.485 -.905 -.485 -2.714c0 -1.172 .164 -3.722 2.641 -5.27", "key": "svg-2" }]];
|
|
const IconAlphabetHebrew = createReactComponent("outline", "alphabet-hebrew", "AlphabetHebrew", __iconNode);
|
|
|
|
export { __iconNode, IconAlphabetHebrew as default };
|
|
//# sourceMappingURL=IconAlphabetHebrew.mjs.map
|