mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 21:20:58 +00:00
15 lines
727 B
JavaScript
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
|