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.43 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'DecimalArrowRight24Regular', 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: 'M10 4a3 3 0 0 0-3 3v4a3 3 0 1 0 6 0V7a3 3 0 0 0-3-3zm1.5 7a1.5 1.5 0 0 1-3 0V7a1.5 1.5 0 1 1 3 0v4zM5 12.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0zM19.5 7v4c0 .104-.01.206-.03.304c.488.155.952.366 1.383.626c.095-.293.147-.605.147-.93V7a3 3 0 1 0-6 0v4c0 .164.013.325.039.482c.463-.19.953-.327 1.463-.406A1.485 1.485 0 0 1 16.5 11V7a1.5 1.5 0 0 1 3 0zM23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0zm-8.5-.5a.5.5 0 0 0 0 1h4.793l-1.647 1.646a.5.5 0 0 0 .708.708l2.5-2.5a.5.5 0 0 0 0-.708l-2.5-2.5a.5.5 0 0 0-.708.708L19.293 17H14.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })