UNPKG

@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) 617 B
/** * @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": "M10 4.5l6 -1.5l-2 6.5l2 -.5l-4 7v-5l-3 1l1 -7.5", "key": "svg-0" }], ["path", { "d": "M15 6.5l7 -1.5l-10 17l-10 -17l7.741 1.5", "key": "svg-1" }]]; const IconBrandVite = createReactComponent("outline", "brand-vite", "BrandVite", __iconNode); export { __iconNode, IconBrandVite as default }; //# sourceMappingURL=IconBrandVite.mjs.map