mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 15:30:57 +00:00
15 lines
824 B
JavaScript
15 lines
824 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 15h6", "key": "svg-0" }], ["path", { "d": "M15 11h6", "key": "svg-1" }], ["path", { "d": "M11 19h10", "key": "svg-2" }], ["path", { "d": "M11 12a4.16 4.16 0 0 1 -5.62 3.89a3.78 3.78 0 0 1 -2.38 -3.39a3.42 3.42 0 0 1 2.34 -3.38l3.79 -1.42a2.89 2.89 0 0 0 1.87 -2.7a2 2 0 0 0 -2 -2a2 2 0 0 0 -2 2v14a2 2 0 0 1 -2 2a2 2 0 0 1 -2 -2", "key": "svg-3" }]];
|
|
const IconClefStaff = createReactComponent("outline", "clef-staff", "ClefStaff", __iconNode);
|
|
|
|
export { __iconNode, IconClefStaff as default };
|
|
//# sourceMappingURL=IconClefStaff.mjs.map
|