@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.37 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 16 16'
}
export default defineComponent({
name: 'TextFont16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M4.878 2.017c.31 0 .588.19.7.48l1.561 4.048l-.804 2.07a.758.758 0 0 1-.035-.077l-.304-.788H3.76l-.304.788a.75.75 0 1 1-1.4-.54l2.123-5.501a.75.75 0 0 1 .7-.48zm-.54 4.233h1.08l-.54-1.4l-.54 1.4zM10.2 4.486a.75.75 0 0 0-1.401 0L5.734 12.5a.75.75 0 0 0 .018 1.5L6.206 14a.736.736 0 0 0 .092 0l.955-.003a.75.75 0 0 0 .087-1.495l.383-1h3.555l.386 1.008a.75.75 0 0 0 .088 1.495l1.5-.004a.75.75 0 0 0 .014-1.5l-.748-1.955a.75.75 0 0 0-.047-.123l-2.27-5.936zM10.704 10H8.296L9.5 6.853L10.704 10z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})