@tabler/icons-react
Version:
A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.
15 lines (11 loc) • 599 B
JavaScript
/**
* @license @tabler/icons-react v3.41.1 - 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": "M4 4l11.733 16h4.267l-11.733 -16l-4.267 0", "key": "svg-0" }], ["path", { "d": "M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772", "key": "svg-1" }]];
const IconBrandX = createReactComponent("outline", "brand-x", "BrandX", __iconNode);
export { __iconNode, IconBrandX as default };
//# sourceMappingURL=IconBrandX.mjs.map