@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.35 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'TextFont24Regular',
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: 'M7 2a.75.75 0 0 1 .703.49l2.952 7.985l.012.032l.223.602l-.829 2.086l-.626-1.694H4.563l-1.112 3.01a.75.75 0 1 1-1.407-.521l1.288-3.483a.766.766 0 0 1 .012-.033L6.296 2.49A.75.75 0 0 1 7 2zm-1.882 8h3.763L7 4.914L5.118 10zm8.688-3.527a.75.75 0 0 1 1.394 0l5.555 14.031h.494a.75.75 0 1 1 0 1.5H18.75a.75.75 0 0 1 0-1.5h.392l-1.19-3.004h-6.91L9.85 20.504h.399a.75.75 0 1 1 0 1.5H7.75a.75.75 0 1 1 0-1.5h.486l5.57-14.03zM17.358 16l-2.856-7.215L11.638 16h5.72z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})