UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.54 kB
'use strict' 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'Dumbbell20Filled', 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: 'M14.33 3.126a1.985 1.985 0 0 0-3.002.225a2.409 2.409 0 0 0-2.126 4.075l1.012 1.012l-1.069 1.068l1.366 1.366l1.069-1.068l1.011 1.011a2.409 2.409 0 0 0 4.075-2.126a1.985 1.985 0 0 0 .225-3l-.598-.599l.524-.524A.966.966 0 1 0 15.451 3.2l-.524.524l-.598-.598zm.27 3.546a.5.5 0 1 1-.707.708L12.62 6.107a.5.5 0 1 1 .707-.707L14.6 6.672zM4.02 9.202c.94-.94 2.466-.94 3.407 0l3.389 3.389a2.41 2.41 0 0 1-2.127 4.075a1.985 1.985 0 0 1-3 .225l-.599-.598l-.54.541a.966.966 0 1 1-1.367-1.365l.541-.542l-.598-.598a1.985 1.985 0 0 1 .225-3a2.406 2.406 0 0 1 .669-2.127zm2.943 5.814a.5.5 0 0 0 0-.707L5.69 13.037a.5.5 0 0 0-.707.707l1.272 1.272a.5.5 0 0 0 .708 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })