@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 2.15 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 24 24'
}
export default defineComponent({
name: 'Dumbbell24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M17.767 7.802a.75.75 0 0 1-1.06 1.061l-1.57-1.57a.75.75 0 0 1 1.06-1.06l1.57 1.57zm-8.372 9.433a.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 0zM20.94 3.085a1.941 1.941 0 0 0-2.746 0l-.67.67l-.208-.207a2.413 2.413 0 0 0-3.661.291a2.936 2.936 0 0 0-2.613 4.963l.717.717l-2.239 2.24l-.717-.718a2.936 2.936 0 0 0-4.963 2.613a2.413 2.413 0 0 0-.291 3.661l.207.208l-.692.692a1.941 1.941 0 0 0 2.745 2.745l.692-.692l.208.207a2.413 2.413 0 0 0 3.66-.291a2.936 2.936 0 0 0 2.613-4.963l-.716-.717l2.239-2.24l.717.718a2.936 2.936 0 0 0 4.963-2.613a2.413 2.413 0 0 0 .291-3.661l-.207-.208l.67-.67a1.941 1.941 0 0 0 0-2.746zM19.207 5.44l-.624-.624l.671-.671a.441.441 0 1 1 .624.624l-.67.67zm-5.764 5.764l-2.24 2.24l-.623-.625l2.239-2.239l.624.624zM5.44 19.207l-.693.692a.441.441 0 0 1-.624-.623l.693-.693l.624.624zm9.523-14.599a.913.913 0 0 1 1.292 0l3.16 3.16a.913.913 0 0 1-.362 1.514a.75.75 0 0 0-.45 1.025a1.437 1.437 0 0 1-2.322 1.614l-4.18-4.18a1.436 1.436 0 0 1 1.615-2.321a.75.75 0 0 0 1.025-.45a.906.906 0 0 1 .222-.362zM5.71 12.102c.561-.561 1.47-.561 2.031 0l4.18 4.18a1.436 1.436 0 0 1-1.614 2.321a.75.75 0 0 0-1.025.45a.913.913 0 0 1-1.514.361l-3.16-3.16a.913.913 0 0 1 .362-1.513a.75.75 0 0 0 .45-1.025a1.437 1.437 0 0 1 .29-1.614z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})