Files
emaui/node_modules/@tabler/icons-react/dist/esm/icons/IconAtOff.mjs
2026-05-29 15:23:46 +03:00

15 lines
728 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": "M9.174 9.17a4 4 0 0 0 5.646 5.668m1.18 -2.838a4 4 0 0 0 -4 -4", "key": "svg-0" }], ["path", { "d": "M19.695 15.697a2.5 2.5 0 0 0 1.305 -2.197v-1.5a9 9 0 0 0 -13.055 -8.047m-2.322 1.683a9 9 0 0 0 9.877 14.644", "key": "svg-1" }], ["path", { "d": "M3 3l18 18", "key": "svg-2" }]];
const IconAtOff = createReactComponent("outline", "at-off", "AtOff", __iconNode);
export { __iconNode, IconAtOff as default };
//# sourceMappingURL=IconAtOff.mjs.map