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.38 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: 'DecimalArrowLeft24Filled', 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 7a1 1 0 1 1-2 0V7a1 1 0 0 1 2 0v4zm-6 1.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0zM19 7v4c0 .058-.005.115-.015.17a6.461 6.461 0 0 1 1.868.76c.095-.293.147-.605.147-.93V7a3 3 0 1 0-6 0v4c0 .164.013.325.039.482A6.466 6.466 0 0 1 17 11.02V7a1 1 0 1 1 2 0zm4 10.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0zm-2.5.5a.5.5 0 0 0 0-1h-4.793l1.647-1.646a.5.5 0 0 0-.708-.708l-2.5 2.5a.5.5 0 0 0 0 .708l2.5 2.5a.5.5 0 0 0 .708-.708L15.707 18H20.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })