@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) • 768 B
JavaScript
/**
* @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": "M11 5v13.982a2 2 0 0 0 4 0v-13.982a2 2 0 1 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6.63 8.407a2.125 2.125 0 0 0 -.074 2.944c.77 .834 2.051 .869 2.862 .077l4.95 -4.834c.812 -.792 .846 -2.11 .076 -2.945a1.984 1.984 0 0 0 -2.861 -.077l-4.953 4.835", "key": "svg-1" }]];
const IconBrandGoogleOne = createReactComponent("outline", "brand-google-one", "BrandGoogleOne", __iconNode);
export { __iconNode, IconBrandGoogleOne as default };
//# sourceMappingURL=IconBrandGoogleOne.mjs.map