@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.27 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'TextIndentDecreaseRtl24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M5.5 7a1 1 0 0 0 1 1H15l.117-.007A1 1 0 0 0 15 6H6.5l-.117.007A1 1 0 0 0 5.5 7zm-2 6.001L15 13l.117-.007A1 1 0 0 0 15 11l-11.5.001l-.117.007A1 1 0 0 0 3.5 13zM5.5 17a1 1 0 0 0 1 1H15l.117-.007A1 1 0 0 0 15 16H6.5l-.117.007A1 1 0 0 0 5.5 17zm14.113-2.21a1 1 0 0 1-1.32-1.497L19.586 12l-1.293-1.293l-.083-.094a1 1 0 0 1 1.497-1.32l2 2l.083.094a1 1 0 0 1-.083 1.32l-2 2l-.094.083z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})