@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.53 kB
JavaScript
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 28 28'
}
export default defineComponent({
name: 'Dumbbell28Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M20.493 3.69a2.977 2.977 0 0 0-4.501.338a3.613 3.613 0 0 0-3.19 6.113l1.518 1.517l-1.603 1.603l2.049 2.049l1.603-1.603l1.517 1.517a3.613 3.613 0 0 0 6.112-3.19a2.977 2.977 0 0 0 .338-4.501l-.897-.897l.786-.785a1.449 1.449 0 0 0-2.05-2.05l-.785.786l-.897-.897zm.406 6.38a.75.75 0 0 1-1.06 0l-1.91-1.909a.75.75 0 0 1 1.06-1.06L20.9 9.01a.75.75 0 0 1 0 1.06zm-5.677 7.817l-5.083-5.083a3.614 3.614 0 0 0-6.113 3.19a2.977 2.977 0 0 0-.338 4.501l.898.897l-.812.812a1.449 1.449 0 0 0 2.049 2.049l.812-.812l.897.897A2.977 2.977 0 0 0 12.033 24a3.613 3.613 0 0 0 3.19-6.113zm-5.779 2.578a.75.75 0 1 1-1.06 1.06l-1.91-1.909a.75.75 0 0 1 1.061-1.06l1.91 1.909z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})