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) 750 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": "M3.973 3h16.054c.537 0 .973 .436 .973 .973v4.052a.973 .973 0 0 1 -.973 .973h-5.025v4.831c0 .648 -.525 1.173 -1.173 1.173h-4.829v5.025a.973 .973 0 0 1 -.974 .973h-4.053a.973 .973 0 0 1 -.973 -.973v-16.054c0 -.537 .436 -.973 .973 -.973", "key": "svg-0" }]]; const IconBrandFlipboard = createReactComponent("outline", "brand-flipboard", "BrandFlipboard", __iconNode); export { __iconNode, IconBrandFlipboard as default }; //# sourceMappingURL=IconBrandFlipboard.mjs.map