@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.24 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: 'TextFontSize16Regular',
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: 'M10.97 2.33a.5.5 0 0 0-.94 0l-3.562 9.794l-.335-.806a.464.464 0 0 0-.009-.02l-1.662-3.99a.5.5 0 0 0-.923 0l-1.663 3.99a.464.464 0 0 0-.009.02l-.828 1.99a.5.5 0 1 0 .923.384L2.667 12h2.666l.705 1.69l.004.01a.5.5 0 0 0 .929-.03L8.305 10h4.39l1.335 3.67a.5.5 0 0 0 .94-.34l-4-11zm-.47 1.633L12.332 9H8.669L10.5 3.963zM4 8.8l.917 2.2H3.083L4 8.8z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})