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.59 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: 'TextNumberListLtr20Regular', 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-4zM2.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-.475l.12-.06c.263-.128.585-.286.835-.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-.014zM4.25 15a.5.5 0 1 0 0 1c.343 0 .532.097.628.183a.374.374 0 0 1 .129.298c-.008.194-.186.519-.757.519c-.412 0-.626-.102-.723-.166a.416.416 0 0 1-.088-.076l-.004-.005a.5.5 0 0 0-.882.47v.002l.001.001l.002.004l.003.006l.01.016a1.065 1.065 0 0 0 .103.146c.066.08.164.177.3.268c.28.186.69.334 1.278.334c1.03 0 1.726-.675 1.756-1.481a1.371 1.371 0 0 0-.396-1.02c.278-.282.41-.65.396-1.018C5.976 13.675 5.279 13 4.25 13c-.587 0-.999.148-1.277.334a1.404 1.404 0 0 0-.38.374a.803.803 0 0 0-.025.04l-.009.016l-.003.006l-.002.003v.002l-.001.001a.5.5 0 0 0 .882.47l.004-.004a.417.417 0 0 1 .088-.076c.097-.064.31-.166.723-.166c.57 0 .75.325.757.519a.374.374 0 0 1-.13.298c-.095.086-.284.183-.627.183zm-.815-.753l-.002.003v-.001l.005-.008l.004-.008l.003-.004l.001-.003l.001-.002a.511.511 0 0 1-.012.023zM8.5 4a.5.5 0 1 0 0 1h8a.5.5 0 0 0 0-1h-8zm0 5a.5.5 0 1 0 0 1h8a.5.5 0 0 0 0-1h-8zM8 14.5a.5.5 0 0 1 .5-.5h8a.5.5 0 1 1 0 1h-8a.5.5 0 0 1-.5-.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })