UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 2.37 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } export default defineComponent({ name: 'SportBasketball24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M12.941 21.956a9.96 9.96 0 0 0 6.13-2.885c3.905-3.905 3.905-10.237 0-14.142c-3.905-3.905-10.237-3.905-14.142 0c-3.905 3.905-3.905 10.237 0 14.142a9.976 9.976 0 0 0 7.687 2.91a.745.745 0 0 0 .325-.025zM3.577 10.854a8.457 8.457 0 0 1 1.905-4.31L10.94 12l-1.088 1.088c-1.052-.85-2.224-1.308-3.341-1.608c-.65-.174-1.296-.3-1.887-.413l-.016-.004c-.367-.07-.71-.137-1.03-.209zm-.069 1.52c.266.056.535.108.8.16l.014.002c.603.117 1.202.233 1.799.393c.953.256 1.861.616 2.662 1.228l-3.3 3.3a8.468 8.468 0 0 1-1.975-5.083zm6.339 2.84c.675.862 1.04 1.806 1.297 2.773c.125.47.221.928.318 1.392l.084.395c.05.24.105.481.165.721a8.469 8.469 0 0 1-5.168-1.977l3.304-3.304zm3.393 5.196c-.082-.29-.154-.606-.228-.95l-.077-.367c-.098-.469-.205-.98-.341-1.492c-.301-1.128-.762-2.337-1.68-3.454L12 13.061l5.457 5.457a8.455 8.455 0 0 1-4.217 1.892zM13.06 12l1.212-1.211c1.114.942 2.28 1.46 3.365 1.826c.447.152.897.282 1.311.403c.159.046.313.09.46.134c.35.106.671.208.964.321a8.453 8.453 0 0 1-1.854 3.984L13.06 12zm6.777-.285l-.502-.147a28.798 28.798 0 0 1-1.217-.374c-.944-.32-1.888-.74-2.781-1.47l3.18-3.181a8.472 8.472 0 0 1 1.983 5.382c-.22-.075-.443-.144-.663-.21zm-2.38-6.233l-3.181 3.181c-.73-.893-1.151-1.837-1.47-2.781c-.141-.415-.257-.814-.374-1.218v-.001c-.05-.166-.097-.332-.148-.5c-.066-.22-.134-.443-.209-.663a8.472 8.472 0 0 1 5.382 1.982zm-6.073.88c.367 1.085.884 2.252 1.827 3.366L12 10.94L6.543 5.482a8.453 8.453 0 0 1 3.984-1.854c.113.293.215.613.32.964l.135.46c.12.414.25.863.402 1.31z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })