UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 2.4 kB
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: 'Dumbbell28Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M20.899 10.07a.75.75 0 0 0 0-1.06l-1.91-1.91a.75.75 0 0 0-1.06 1.06l1.909 1.91a.75.75 0 0 0 1.06 0zm-10.183 9.122a.75.75 0 1 1-1.06 1.06l-1.91-1.909a.75.75 0 0 1 1.06-1.06l1.91 1.909zM24.756 3.27a2.199 2.199 0 0 0-3.11 0l-.898.898l-.367-.367a2.772 2.772 0 0 0-4.23.366a3.247 3.247 0 0 0-3.059.862l-.225.224a3.25 3.25 0 0 0 0 4.597l1.1 1.099l-3.019 3.018L9.85 12.87a3.25 3.25 0 0 0-4.596 0l-.225.225a3.247 3.247 0 0 0-.861 3.06a2.772 2.772 0 0 0-.366 4.23l.366.365l-.923.924a2.199 2.199 0 0 0 3.11 3.11l.923-.924l.367.367a2.773 2.773 0 0 0 4.229-.366a3.247 3.247 0 0 0 3.06-.862l.224-.225a3.25 3.25 0 0 0 0-4.596l-1.099-1.1l3.018-3.018l1.1 1.1a3.25 3.25 0 0 0 4.596 0l.224-.225a3.247 3.247 0 0 0 .862-3.06a2.772 2.772 0 0 0 .366-4.23l-.366-.366l.897-.897a2.199 2.199 0 0 0 0-3.11zM12.996 16.017l-.988-.988l3.018-3.018l.989.988l-3.019 3.018zm-6.78 6.781l-.924.924a.699.699 0 0 1-.989-.988l.924-.924l.988.988zm16.58-16.58l-.988-.989l.897-.897a.699.699 0 0 1 .989.988l-.898.898zM17.52 4.862a1.273 1.273 0 0 1 1.8 0l3.843 3.844a1.273 1.273 0 0 1-.478 2.1a.75.75 0 0 0-.423 1.045a1.75 1.75 0 0 1-.327 2.022l-.225.225a1.75 1.75 0 0 1-2.475 0L13.928 8.79a1.75 1.75 0 0 1 0-2.475l.225-.225a1.751 1.751 0 0 1 2.022-.327a.75.75 0 0 0 1.045-.423c.06-.173.16-.337.3-.478zM8.789 13.93l5.308 5.308a1.75 1.75 0 0 1 0 2.475l-.225.224a1.75 1.75 0 0 1-2.022.328a.75.75 0 0 0-1.045.422a1.272 1.272 0 0 1-2.1.478L4.86 19.322a1.273 1.273 0 0 1 .478-2.101a.75.75 0 0 0 .422-1.044a1.751 1.751 0 0 1 .328-2.023l.225-.224a1.75 1.75 0 0 1 2.475 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })