mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 17:50:56 +00:00
15 lines
751 B
JavaScript
15 lines
751 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.026 9.61l-.95 -4.18a2 2 0 0 1 1.95 -2.43h8a2 2 0 0 1 2 2.43l-1 4.2", "key": "svg-0" }], ["path", { "d": "M9.026 17.001h6", "key": "svg-1" }], ["path", { "d": "M18.906 20.06a7.92 7.92 0 0 0 1 -5.33a8 8 0 1 0 -14.77 5.33a2 2 0 0 0 1.71 .94h10.36a2 2 0 0 0 1.7 -.94", "key": "svg-2" }]];
|
|
const IconDumbbell = createReactComponent("outline", "dumbbell", "Dumbbell", __iconNode);
|
|
|
|
export { __iconNode, IconDumbbell as default };
|
|
//# sourceMappingURL=IconDumbbell.mjs.map
|