UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.28 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: 'TextIndentDecreaseLtr24Filled', 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: 'M9 16h8.5a1 1 0 0 1 .117 1.993L17.5 18H9a1 1 0 0 1-.117-1.993L9 16h8.5H9zm-6.707-4.707l2-2a1 1 0 0 1 1.497 1.32l-.083.094L4.414 12l1.293 1.293a1 1 0 0 1-1.32 1.497l-.094-.083l-2-2a1 1 0 0 1-.083-1.32l.083-.094l2-2l-2 2zM9 11l11.5-.001a1 1 0 0 1 .117 1.993L20.5 13L9 13a1 1 0 0 1-.117-1.993L9 11l11.5-.001L9 11zm0-5h8.5a1 1 0 0 1 .117 1.993L17.5 8H9a1 1 0 0 1-.117-1.993L9 6h8.5H9z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })