@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.36 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'DocumentRibbon48Filled',
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: 'M24 4v11.25A3.75 3.75 0 0 0 27.75 19H40v21a3 3 0 0 1-3 3H19v-6.668a9.46 9.46 0 0 0 2-5.832a9.5 9.5 0 0 0-9.5-9.5a9.474 9.474 0 0 0-3.5.666V7a3 3 0 0 1 3-3h13zm-9 35.335a9.484 9.484 0 0 0 2-1.088v6.71a1.04 1.04 0 0 1-1.652.842L11.5 43L7.652 45.8A1.04 1.04 0 0 1 6 44.958v-6.71A9.476 9.476 0 0 0 11.5 40a9.476 9.476 0 0 0 3.5-.666zM11.5 38A7.5 7.5 0 0 1 4 30.5a7.5 7.5 0 0 1 7.5-7.5a7.5 7.5 0 0 1 0 15zm15-33.536V15.25c0 .69.56 1.25 1.25 1.25h11.712L26.5 4.464z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})