@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.19 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 12 12'
}
exports.default = (0, vue_1.defineComponent)({
name: 'RibbonOff12Filled',
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: 'M2.68 3.388A3.5 3.5 0 0 0 7.112 7.82l.732.73A3.983 3.983 0 0 1 6 9a3.982 3.982 0 0 1-2-.535V10.5a.5.5 0 0 0 .777.416L6 10.101l1.223.815A.5.5 0 0 0 8 10.5V8.707l2.146 2.147a.5.5 0 0 0 .708-.708l-9-9a.5.5 0 1 0-.708.708L2.68 3.388zM9.5 4.5c0 .808-.274 1.552-.734 2.145l-4.91-4.911A3.5 3.5 0 0 1 9.5 4.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})