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) 867 B
/** * @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": "M13.207 3l-6.735 2.462a1 1 0 0 0 -.364 1.646l1.892 1.892", "key": "svg-0" }], ["path", { "d": "M10.5 8.25l1.5 -.25h3.174a2 2 0 0 1 1.411 .583l1.422 1.417", "key": "svg-1" }], ["path", { "d": "M8 9c0 4.5 1.781 5.14 3 5.5", "key": "svg-2" }], ["path", { "d": "M13.007 21h-1a1 1 0 0 1 -1 -1l-.007 -5.5", "key": "svg-3" }], ["path", { "d": "M12.007 14a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", "key": "svg-4" }]]; const IconAcrobatic = createReactComponent("outline", "acrobatic", "Acrobatic", __iconNode); export { __iconNode, IconAcrobatic as default }; //# sourceMappingURL=IconAcrobatic.mjs.map