@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.21 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'TextFontSize16Filled',
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: 'M11.205 2.244a.75.75 0 0 0-1.41 0l-3.342 9.192l-1.76-4.224a.75.75 0 0 0-1.385 0l-2.5 6a.75.75 0 0 0 1.384.577L2.73 12.5h2.542l.536 1.286a.747.747 0 0 0 .992.402a.747.747 0 0 0 .407-.434L8.389 10.5h4.222l1.184 3.256a.75.75 0 1 0 1.41-.512l-4-11zm-.705 2.45L12.066 9H8.935L10.5 4.695zM4.646 11H3.354L4 9.45L4.646 11z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})