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

15 lines
727 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": "M19 4c.852 0 1.297 .986 .783 1.623l-.076 .084l-3.792 3.793l3.792 3.793c.603 .602 .22 1.614 -.593 1.701l-.114 .006h-13v6a1 1 0 0 1 -.883 .993l-.117 .007a1 1 0 0 1 -.993 -.883l-.007 -.117v-16a1 1 0 0 1 .883 -.993l.117 -.007h14z", "key": "svg-0" }]];
const IconFlag3Filled = createReactComponent("filled", "flag-3-filled", "Flag3Filled", __iconNode);
export { __iconNode, IconFlag3Filled as default };
//# sourceMappingURL=IconFlag3Filled.mjs.map