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) 757 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": "M7 3h10c.644 0 1.11 .696 .978 1.33l-1.984 9.859a1.014 1.014 0 0 1 -1 .811h-2.254c-.308 0 -.6 .141 -.793 .382l-4.144 5.25c-.599 .752 -1.809 .331 -1.809 -.632v-16c0 -.564 .44 -1 1 -1l.006 0", "key": "svg-0" }], ["path", { "d": "M12 9l5 0", "key": "svg-1" }]]; const IconBrandFoursquare = createReactComponent("outline", "brand-foursquare", "BrandFoursquare", __iconNode); export { __iconNode, IconBrandFoursquare as default }; //# sourceMappingURL=IconBrandFoursquare.mjs.map