@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.61 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'DataBarVerticalAdd24Regular',
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.504 4.752a2.752 2.752 0 1 0-5.504 0V19.25a2.752 2.752 0 0 0 3.667 2.597a6.513 6.513 0 0 1-.934-1.345A1.252 1.252 0 0 1 10.5 19.25V4.752a1.252 1.252 0 0 1 2.504 0v8.055c.444-.426.949-.79 1.5-1.076V4.75zm7 7.628V9.752a2.752 2.752 0 1 0-5.504 0v1.422a6.52 6.52 0 0 1 1.5-.173V9.75a1.252 1.252 0 0 1 2.504 0v1.75a6.492 6.492 0 0 1 1.5.879zM4.752 12a2.752 2.752 0 0 1 2.752 2.752v4.498a2.752 2.752 0 0 1-5.504 0v-4.498A2.752 2.752 0 0 1 4.752 12zm0 1.5c-.692 0-1.252.56-1.252 1.252v4.498a1.252 1.252 0 1 0 2.504 0v-4.498c0-.692-.56-1.252-1.252-1.252zM23 17.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0zm-5 .5l.001 2.504a.5.5 0 1 1-1 0v-2.503h-2.505a.5.5 0 0 1 0-1H17V14.5a.5.5 0 1 1 1 0V17h2.503a.5.5 0 1 1 0 1h-2.502z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})