@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.13 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: 'Dumbbell16Regular',
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: 'M12.034 5.778a.5.5 0 0 0 0-.708l-1.103-1.103a.5.5 0 1 0-.707.707l1.103 1.104a.5.5 0 0 0 .707 0zm-5.883 5.176a.5.5 0 1 1-.707.707L4.34 10.558a.5.5 0 1 1 .707-.707l1.103 1.103zm8.112-9.2a1.337 1.337 0 0 0-1.891 0l-.49.491l-.166-.164a1.669 1.669 0 0 0-2.541.215a2.036 2.036 0 0 0-1.829 3.439l.523.523l-1.612 1.611l-.523-.523a2.036 2.036 0 0 0-3.439 1.83a1.669 1.669 0 0 0-.215 2.542l.165.164l-.506.505a1.337 1.337 0 0 0 1.891 1.891l.506-.505l.165.165a1.669 1.669 0 0 0 2.541-.216a2.036 2.036 0 0 0 1.829-3.439l-.523-.523L9.76 8.15l.523.523a2.036 2.036 0 0 0 3.439-1.83a1.669 1.669 0 0 0 .215-2.542l-.165-.164l.49-.49a1.337 1.337 0 0 0 0-1.891zM13.065 3.43l-.477-.477l.49-.49a.337.337 0 0 1 .478.477l-.491.49zM9.053 7.442L7.44 9.053l-.477-.477l1.612-1.611l.477.477zm-5.624 5.623l-.506.506a.337.337 0 0 1-.477-.477l.506-.505l.477.476zm6.635-10.277a.669.669 0 0 1 .945 0l2.22 2.22a.669.669 0 0 1-.264 1.109a.5.5 0 0 0-.3.683a1.037 1.037 0 0 1-1.675 1.165L8.053 5.028a1.036 1.036 0 0 1 1.164-1.676a.5.5 0 0 0 .684-.3a.664.664 0 0 1 .163-.264zM3.56 8.053a1.036 1.036 0 0 1 1.466 0l2.937 2.938A1.036 1.036 0 0 1 6.8 12.666a.5.5 0 0 0-.684.3a.669.669 0 0 1-1.108.265l-2.22-2.221A.669.669 0 0 1 3.051 9.9a.5.5 0 0 0 .3-.683a1.037 1.037 0 0 1 .21-1.165z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})