@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.58 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'TextNumberListRtl20Regular',
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.507 3.507 0 0 1-.317.471a2.956 2.956 0 0 1-.958.803a.5.5 0 0 0 .447.894c.3-.15.558-.336.776-.529V5.5a.5.5 0 1 0 1 0v-4zm-2.353 6.146a.5.5 0 0 0 .703.71l.007-.005a1.435 1.435 0 0 1 .237-.163c.171-.095.417-.187.72-.188c.227.004.41.065.524.149c.095.07.162.17.162.351c0 .202-.07.32-.21.436c-.152.126-.348.224-.619.357l-.144.072c-.314.157-.703.364-1.006.697c-.322.354-.52.819-.52 1.438a.5.5 0 0 0 .5.5H17.5a.5.5 0 0 0 0-1h-1.91a.931.931 0 0 1 .17-.265c.167-.183.403-.32.714-.475l.12-.06c.263-.128.585-.286.836-.496c.328-.273.57-.656.57-1.204c0-.504-.223-.9-.567-1.155c-.327-.242-.733-.339-1.107-.345h-.009a2.498 2.498 0 0 0-1.655.632l-.01.008l-.003.004l-.001.001l-.001.001zM15.75 15.5a.5.5 0 0 1 .5-.5c.343 0 .533-.097.628-.183a.374.374 0 0 0 .129-.298c-.007-.194-.186-.52-.757-.52c-.412 0-.626.103-.722.167a.414.414 0 0 0-.089.076l-.004.005a.544.544 0 0 0 .012-.023v.002l-.002.003l-.002.004l-.005.008l-.004.008h-.001l.002-.002a.5.5 0 0 1-.882-.47v-.002l.002-.002l.001-.003l.004-.006l.008-.016a1.081 1.081 0 0 1 .102-.146c.068-.081.166-.177.303-.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-.726 1.48-1.756 1.48c-.587 0-.998-.147-1.277-.333a1.408 1.408 0 0 1-.302-.268a1.069 1.069 0 0 1-.103-.146l-.008-.016l-.004-.006l-.001-.004l-.001-.001v-.002a.5.5 0 0 1 .881-.47l.004.005c.011.013.038.042.089.076c.096.064.31.166.722.166c.571 0 .75-.325.757-.519a.374.374 0 0 0-.129-.298c-.095-.086-.285-.183-.628-.183a.5.5 0 0 1-.5-.5zM3.5 4a.5.5 0 0 0 0 1h8a.5.5 0 0 0 0-1h-8zm0 5a.5.5 0 0 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-8z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})