mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 19:00:56 +00:00
15 lines
795 B
JavaScript
15 lines
795 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": "M3.32 12.774l7.906 7.905c.427 .428 1.12 .428 1.548 0l7.905 -7.905a1.095 1.095 0 0 0 0 -1.548l-7.905 -7.905a1.095 1.095 0 0 0 -1.548 0l-7.905 7.905a1.095 1.095 0 0 0 0 1.548", "key": "svg-0" }], ["path", { "d": "M8 12h7.5", "key": "svg-1" }], ["path", { "d": "M12 8.5l3.5 3.5l-3.5 3.5", "key": "svg-2" }]];
|
|
const IconDirectionSign = createReactComponent("outline", "direction-sign", "DirectionSign", __iconNode);
|
|
|
|
export { __iconNode, IconDirectionSign as default };
|
|
//# sourceMappingURL=IconDirectionSign.mjs.map
|