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.69 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: 'TextNumberListLtr20Filled', 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: 'M5 1.5a.5.5 0 0 0-.385-.487a.507.507 0 0 0-.564.266a3.505 3.505 0 0 1-.317.471a2.957 2.957 0 0 1-.958.803a.5.5 0 1 0 .448.894c.3-.15.558-.336.776-.529V5.5a.5.5 0 0 0 1 0v-4zM8.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.5zM8 14.75a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1-.75-.75zM2.646 7.646a.5.5 0 0 0 .704.71l.007-.005a1.436 1.436 0 0 1 .237-.163C3.764 8.093 4.01 8 4.312 8c.227.004.41.065.524.149c.096.07.163.17.163.351c0 .202-.07.32-.21.436c-.152.126-.349.224-.619.357l-.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-1H3.59a.93.93 0 0 1 .17-.265c.166-.183.402-.32.714-.475c.038-.02.079-.04.121-.06c.262-.129.584-.286.834-.496C5.758 9.431 6 9.048 6 8.5c0-.504-.223-.9-.568-1.155C5.106 7.103 4.7 7.006 4.326 7h-.009a2.498 2.498 0 0 0-1.655.632l-.01.008l-.003.004l-.001.001l-.002.001zm.016-.014l-.016.014s.101-.09.016-.014zM3.75 15.5a.5.5 0 0 1 .5-.5c.343 0 .532-.097.628-.183a.374.374 0 0 0 .129-.298c-.008-.194-.186-.52-.757-.52c-.412 0-.626.103-.723.167a.417.417 0 0 0-.088.076l-.004.005a.5.5 0 0 1-.882-.47v-.002l.001-.002l.002-.003l.003-.006l.01-.016a1.077 1.077 0 0 1 .103-.146c.066-.081.164-.177.3-.268c.28-.186.69-.334 1.278-.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.407 1.407 0 0 1-.302-.268a1.065 1.065 0 0 1-.103-.146l-.009-.016l-.003-.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-.298C4.783 16.097 4.594 16 4.25 16a.5.5 0 0 1-.5-.5zm-.315-1.253a.511.511 0 0 0 .012-.023l-.001.002l-.001.003l-.003.004l-.004.008l-.005.008l.002-.002z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })