@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.58 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: 'Dumbbell24Filled',
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: 'M17.338 3.524a2.448 2.448 0 0 0-3.7.277a2.971 2.971 0 0 0-2.622 5.026l1.247 1.248l-1.13 1.129l1.685 1.685l1.13-1.13l1.247 1.248a2.971 2.971 0 0 0 5.026-2.622a2.448 2.448 0 0 0 .278-3.701l-.738-.738l.646-.646a1.191 1.191 0 1 0-1.685-1.685l-.646.646l-.738-.737zm.428 5.34a.75.75 0 0 1-1.06 0l-1.57-1.57a.75.75 0 1 1 1.06-1.06l1.57 1.569a.75.75 0 0 1 0 1.06zM4.624 11.017a2.971 2.971 0 0 1 4.201 0l4.18 4.18a2.971 2.971 0 0 1-2.622 5.026a2.448 2.448 0 0 1-3.701.278l-.738-.738l-.668.667a1.191 1.191 0 0 1-1.684-1.684l.667-.668l-.737-.738a2.448 2.448 0 0 1 .277-3.7a2.967 2.967 0 0 1 .825-2.623zm3.724 7.265a.75.75 0 0 0 0-1.06l-1.57-1.57a.75.75 0 1 0-1.06 1.06l1.57 1.57a.75.75 0 0 0 1.06 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})