@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.56 kB
JavaScript
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: 'TextNumberListRtl24Regular',
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: 'M20 2.75a.75.75 0 0 0-1.434-.307l-.002.003a2.304 2.304 0 0 1-.067.132a4.115 4.115 0 0 1-.238.385c-.217.312-.524.662-.906.901a.75.75 0 0 0 .794 1.272a3.97 3.97 0 0 0 .353-.248V7.25a.75.75 0 0 0 1.5 0v-4.5zm-6 16a.75.75 0 0 0-.75-.75h-9a.75.75 0 0 0 0 1.5h9a.75.75 0 0 0 .75-.75zm0-6.506a.75.75 0 0 0-.75-.75h-9a.75.75 0 0 0 0 1.5h9a.75.75 0 0 0 .75-.75zm0-6.494a.75.75 0 0 0-.75-.75h-9a.75.75 0 1 0 0 1.5h9a.75.75 0 0 0 .75-.75zm5.15 4.77c-.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.884 5.884 0 0 0-.481.34h1.323a.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-.12zm-2.18 10.76s.093.084.004.005l.006.005l.013.013a1.418 1.418 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.425-1.102a1.73 1.73 0 0 0-.594-1.36C20.196 16.182 19.64 16 19 16c-.63 0-1.119.158-1.46.33a2.59 2.59 0 0 0-.51.334a1.435 1.435 0 0 0-.037.033l-.013.013l-.006.005l-.002.003h-.001l-.001.002a.75.75 0 0 0 1.048 1.072a1.102 1.102 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-.088.078-.263.17-.573.17a.75.75 0 0 0 0 1.5c.31 0 .485.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.102 1.102 0 0 1-.192-.122a.75.75 0 0 0-1.048 1.072zm.002-4.562h-.001c.007-.005.2-.166 0 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})