UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 2.62 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: 'TextNumberListRtl20Filled', 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: 'M17 1.5a.5.5 0 0 0-.385-.487a.507.507 0 0 0-.563.266a3.503 3.503 0 0 1-.317.471a2.957 2.957 0 0 1-.959.803a.5.5 0 1 0 .448.894c.3-.15.558-.336.776-.529V5.5a.5.5 0 0 0 1 0v-4zm-2.354 6.146a.5.5 0 0 0 .704.71l.007-.005a1.44 1.44 0 0 1 .236-.163c.172-.095.417-.187.72-.188c.227.004.41.065.524.149c.096.07.163.17.163.351c0 .202-.07.32-.21.436c-.152.126-.349.224-.619.357a34.16 34.16 0 0 0-.145.072c-.313.157-.702.364-1.005.697c-.322.354-.521.819-.521 1.438a.5.5 0 0 0 .5.5h2.5a.5.5 0 0 0 0-1h-1.91a.932.932 0 0 1 .17-.265c.166-.183.402-.32.714-.475l.12-.06c.263-.128.584-.286.835-.496c.329-.273.571-.656.571-1.204c0-.504-.223-.9-.568-1.155c-.326-.242-.732-.339-1.106-.345h-.009a2.497 2.497 0 0 0-1.655.632l-.01.008l-.003.004l-.001.001l-.002.001zM15.75 15.5a.5.5 0 0 1 .5-.5c.343 0 .532-.097.628-.183a.375.375 0 0 0 .129-.298c-.008-.194-.186-.52-.757-.52c-.412 0-.626.103-.723.167a.416.416 0 0 0-.088.076l-.004.005a.545.545 0 0 0 .012-.023l-.001.002l-.001.003l-.003.004l-.004.008l-.005.008l.002-.002a.5.5 0 0 1-.882-.47v-.002l.001-.002l.002-.003l.004-.006l.008-.016a1.084 1.084 0 0 1 .103-.146c.067-.081.165-.177.302-.268c.278-.186.69-.334 1.277-.334c1.03 0 1.726.675 1.756 1.481c.014.368-.118.736-.396 1.019c.278.283.41.651.396 1.019c-.03.806-.727 1.48-1.756 1.48c-.587 0-.999-.147-1.277-.333a1.406 1.406 0 0 1-.38-.374a.729.729 0 0 1-.025-.04l-.008-.016l-.004-.006l-.002-.004v-.001l-.001-.002a.5.5 0 0 1 .882-.47l.004.005c.01.013.038.042.088.076c.097.064.31.166.723.166c.57 0 .75-.325.757-.519a.374.374 0 0 0-.13-.298c-.095-.086-.284-.183-.627-.183a.5.5 0 0 1-.5-.5zM3.75 4a.75.75 0 1 0 0 1.5h7.5a.75.75 0 0 0 0-1.5h-7.5zm0 5a.75.75 0 1 0 0 1.5h7.5a.75.75 0 0 0 0-1.5h-7.5zm0 5a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5h-7.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })