mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 22:30:56 +00:00
15 lines
867 B
JavaScript
15 lines
867 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": "M13.207 3l-6.735 2.462a1 1 0 0 0 -.364 1.646l1.892 1.892", "key": "svg-0" }], ["path", { "d": "M10.5 8.25l1.5 -.25h3.174a2 2 0 0 1 1.411 .583l1.422 1.417", "key": "svg-1" }], ["path", { "d": "M8 9c0 4.5 1.781 5.14 3 5.5", "key": "svg-2" }], ["path", { "d": "M13.007 21h-1a1 1 0 0 1 -1 -1l-.007 -5.5", "key": "svg-3" }], ["path", { "d": "M12.007 14a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-4" }]];
|
|
const IconAcrobatic = createReactComponent("outline", "acrobatic", "Acrobatic", __iconNode);
|
|
|
|
export { __iconNode, IconAcrobatic as default };
|
|
//# sourceMappingURL=IconAcrobatic.mjs.map
|