@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.28 kB
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
const vue_1 = require('vue')
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'SportBasketball24Filled',
render: function render(_ctx, _cache) {
return (
(0, vue_1.openBlock)(),
(0, vue_1.createElementBlock)(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
(0, vue_1.createElementVNode)(
'g',
{
fill: 'none'
},
[
(0, vue_1.createElementVNode)('path', {
d: 'M18.434 12.866c-1.285-.383-2.765-.897-4.16-2.077L13.063 12l6.52 6.521a9.94 9.94 0 0 0 2.153-4.225l-.007-.007l-.008-.009c-.34-.34-.779-.587-1.339-.804a17.6 17.6 0 0 0-1.426-.456l-.522-.154zm.09-8.448l-4.246 4.246c-.92-1.126-1.35-2.332-1.706-3.526l-.137-.468a19.75 19.75 0 0 0-.512-1.593a6.382 6.382 0 0 0-.515-1.06a9.976 9.976 0 0 1 7.115 2.401zm1.06 1.06l-4.245 4.246c1.124.92 2.33 1.349 3.524 1.705l.468.137c.538.157 1.09.317 1.593.511c.363.141.721.307 1.06.517a9.976 9.976 0 0 0-2.4-7.115zM9.72 2.28l-.015-.014A9.94 9.94 0 0 0 5.48 4.418l6.522 6.522l1.21-1.211c-1.18-1.396-1.694-2.876-2.077-4.162l-.154-.522c-.152-.524-.288-.99-.456-1.426c-.217-.56-.464-.999-.804-1.339zm-7.589 8.108A9.947 9.947 0 0 1 4.42 5.479L10.94 12L9.852 13.09c-1.474-1.193-3.191-1.616-4.662-1.911c-.207-.042-.407-.08-.6-.118c-.608-.118-1.149-.223-1.645-.367a4.86 4.86 0 0 1-.813-.305zm-.13 1.574a9.969 9.969 0 0 0 2.418 6.56l4.365-4.365c-1.142-.873-2.498-1.229-3.89-1.509c-.178-.036-.36-.07-.542-.106c-.623-.12-1.258-.243-1.826-.408a7.58 7.58 0 0 1-.525-.172zm7.846 3.252l-4.367 4.368a9.971 9.971 0 0 0 6.757 2.415a6.15 6.15 0 0 1-.367-.931c-.166-.534-.29-1.125-.41-1.7c-.036-.169-.07-.335-.106-.498c-.277-1.274-.629-2.533-1.507-3.654zm4.047 6.606a9.944 9.944 0 0 0 4.628-2.238l-6.521-6.521l-1.087 1.087c1.183 1.439 1.608 3.032 1.906 4.401l.119.559c.117.559.22 1.053.363 1.512c.157.504.342.896.592 1.2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})