@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.33 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 20 20'
}
export default defineComponent({
name: 'TextFontSize20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M13 3.5a.5.5 0 0 1 .468.324l2.996 7.99a.515.515 0 0 1 .008.021l1.496 3.99a.5.5 0 1 1-.936.35L15.654 12.5h-5.307l-1.379 3.676a.5.5 0 0 1-.932.01L6.962 13.5H4.039l-1.075 2.686a.5.5 0 1 1-.928-.372l1.196-2.989a.485.485 0 0 1 .008-.021l1.796-4.49a.5.5 0 0 1 .928 0l1.796 4.49a.485.485 0 0 1 .009.021l.716 1.791l1.043-2.78a.525.525 0 0 1 .008-.022l2.996-7.99A.5.5 0 0 1 13 3.5zm-2.278 8h4.557L13 5.424L10.722 11.5zm-4.16 1L5.5 9.846L4.44 12.5h2.123z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})