@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) • 727 B
JavaScript
/**
* @license @tabler/icons-react v3.46.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": "M21 6l-17 7v-1c-.004 -1.259 .234 -2.5 .81 -3.62c1.363 -2.686 4.178 -4.378 7.19 -4.38a7.5 7.5 0 0 1 2.61 .46", "key": "svg-0" }], ["path", { "d": "M9.38 19.54a8 8 0 0 0 9.81 -3.92c.576 -1.12 .814 -2.361 .81 -3.62v-1l-17 7", "key": "svg-1" }]];
const IconBrandStellar = createReactComponent("outline", "brand-stellar", "BrandStellar", __iconNode);
export { __iconNode, IconBrandStellar as default };
//# sourceMappingURL=IconBrandStellar.mjs.map