@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.33 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: 'TextFont16Regular',
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: 'M4.75 2a.5.5 0 0 1 .469.324L6.945 6.93l-.543 1.399l-.311-.83H3.41l-.442 1.177a.5.5 0 0 1-.936-.352l2.25-6A.5.5 0 0 1 4.75 2zm-.965 4.499h1.93L4.75 3.924l-.965 2.575zm2.918 3.816a.483.483 0 0 0-.008.022L5.66 13H5.5a.5.5 0 0 0 0 1h.431a.494.494 0 0 0 .138 0H7.5a.5.5 0 0 0 0-1h-.767l.774-1.993h3.984l.776 1.998h-.764a.5.5 0 1 0 0 1h2.003a.5.5 0 0 0 0-1h-.166L9.965 4.319a.5.5 0 0 0-.932 0l-2.33 5.996zm4.4-.308H7.895L9.499 5.88l1.603 4.127z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})