mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 19:00:56 +00:00
15 lines
762 B
JavaScript
15 lines
762 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": "M12 3a7 7 0 0 0 -5.48 2.64a1 1 0 0 0 .31 1.49l1.76 1a1 1 0 0 0 1.22 -.13a3 3 0 0 1 2.82 -.88a3.09 3.09 0 0 1 2.37 3.01v.87l-9.2 1.84a1 1 0 0 0 -.8 1v6.16a1 1 0 0 0 1 1h12a1 1 0 0 0 1 -1v-9.72a7.18 7.18 0 0 0 -7 -7.28", "key": "svg-0" }], ["path", { "d": "M12 17v.01", "key": "svg-1" }]];
|
|
const IconDoorHanger = createReactComponent("outline", "door-hanger", "DoorHanger", __iconNode);
|
|
|
|
export { __iconNode, IconDoorHanger as default };
|
|
//# sourceMappingURL=IconDoorHanger.mjs.map
|