mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 17:50:56 +00:00
15 lines
960 B
JavaScript
15 lines
960 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.5 16q 2.5 1.5 2.5 -1v-2s4 1.06 4 5c0 1.664 -.649 3.338 -2 4v-.25c0 -.957 -1.053 -1.75 -2 -1.75s-2 .793 -2 1.75v.25c-1.351 -.662 -2 -2 -2 -3.5s1.5 -2.5 1.5 -2.5", "key": "svg-0" }], ["path", { "d": "M9 3v13", "key": "svg-1" }], ["path", { "d": "M3 9h18", "key": "svg-2" }], ["path", { "d": "M6 21h-1a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4", "key": "svg-3" }], ["path", { "d": "M3 15h7", "key": "svg-4" }], ["path", { "d": "M15 3v7", "key": "svg-5" }]];
|
|
const IconFirewallFlame = createReactComponent("outline", "firewall-flame", "FirewallFlame", __iconNode);
|
|
|
|
export { __iconNode, IconFirewallFlame as default };
|
|
//# sourceMappingURL=IconFirewallFlame.mjs.map
|