@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.53 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Dumbbell16Filled',
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: 'M11.752 2.043a1.72 1.72 0 0 0-2.6.195A2.088 2.088 0 0 0 7.308 5.77l.876.876l-.831.832l1.183 1.184l.832-.832l.877.877a2.088 2.088 0 0 0 3.532-1.843a1.72 1.72 0 0 0 .195-2.6l-.519-.519l.454-.454a.837.837 0 0 0-1.183-1.184l-.454.454l-.519-.518zm.282 3.733a.5.5 0 0 1-.708 0l-1.103-1.103a.5.5 0 0 1 .707-.707l1.104 1.103a.5.5 0 0 1 0 .707zM2.817 7.31a2.088 2.088 0 0 1 2.953 0l2.937 2.937a2.088 2.088 0 0 1-1.843 3.531a1.72 1.72 0 0 1-2.6.195l-.519-.518l-.469.47a.837.837 0 1 1-1.184-1.184l.47-.47l-.52-.518a1.72 1.72 0 0 1 .196-2.6a2.085 2.085 0 0 1 .58-1.843zm2.598 4.379l-1.103-1.103a.5.5 0 0 0-.707.707l1.103 1.103a.5.5 0 0 0 .707-.707z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})