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.51 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: 'TextNumberListLtr24Filled', 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: 'M6 2.75a.75.75 0 0 0-1.434-.307l-.002.003a4.123 4.123 0 0 1-.305.516c-.217.313-.524.663-.906.902a.75.75 0 1 0 .794 1.272c.125-.078.243-.161.353-.248V7.25a.75.75 0 1 0 1.5 0v-4.5zM19.5 18H11l-.117.007A1 1 0 0 0 11 20h8.5l.116-.007A1 1 0 0 0 19.5 18zm0-6.5H11l-.117.007A1 1 0 0 0 11 13.5h8.5l.116-.007A1 1 0 0 0 19.5 11.5zm0-6.5H11l-.117.007A1 1 0 0 0 11 7h8.5l.116-.007A1 1 0 0 0 19.5 5zM5.15 10.52c-.3-.053-.676.066-.87.26a.75.75 0 0 1-1.06-1.06c.556-.556 1.43-.812 2.192-.677c.397.07.805.254 1.115.605c.316.358.473.825.473 1.352c0 .62-.271 1.08-.606 1.42c-.278.283-.63.511-.906.689l-.08.051a5.88 5.88 0 0 0-.481.34H6.25a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75c0-1.313.984-1.953 1.575-2.337l.06-.04c.318-.205.533-.345.69-.504c.134-.136.175-.238.175-.369c0-.223-.061-.318-.098-.36a.42.42 0 0 0-.251-.12zM2.97 21.28s.093.084.004.005l.006.005l.013.013a1.409 1.409 0 0 0 .15.125c.095.071.227.158.397.243c.341.17.83.33 1.46.33c.64 0 1.196-.182 1.601-.54c.408-.36.61-.858.595-1.36a1.775 1.775 0 0 0-.426-1.1c.259-.306.412-.686.426-1.102a1.73 1.73 0 0 0-.595-1.36C6.196 16.182 5.64 16 5 16c-.63 0-1.119.158-1.46.33a2.592 2.592 0 0 0-.51.334a1.426 1.426 0 0 0-.037.033l-.013.013l-.006.005l-.002.003H2.97l-.001.002a.75.75 0 0 0 1.048 1.072a1.1 1.1 0 0 1 .192-.121c.159-.08.42-.17.79-.17c.36 0 .536.099.608.163c.07.061.09.127.088.187a.325.325 0 0 1-.123.23c-.089.078-.263.17-.573.17a.75.75 0 0 0 0 1.5c.31 0 .484.09.573.167c.091.08.121.166.123.231a.232.232 0 0 1-.088.188c-.072.063-.247.163-.608.163a1.75 1.75 0 0 1-.79-.17a1.1 1.1 0 0 1-.192-.122a.75.75 0 0 0-1.048 1.072zm.002-4.562H2.97c.007-.005.2-.166 0 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })