@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.3 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 32 32'
}
export default defineComponent({
name: 'RibbonOff32Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M6.758 8.173A9.97 9.97 0 0 0 6 12a9.98 9.98 0 0 0 4 8a9.955 9.955 0 0 0 6 2c1.355 0 2.648-.27 3.827-.759l1.135 1.136A11.455 11.455 0 0 1 16 23.5c-2.199 0-4.253-.617-6-1.687V29a1 1 0 0 0 1.514.858L16 27.166l4.485 2.692A1 1 0 0 0 22 29v-5.586l6.293 6.293a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.415 1.414l4.466 4.466zM8.7 5.166L22.834 19.3A9.972 9.972 0 0 0 26 12c0-5.523-4.477-10-10-10a9.972 9.972 0 0 0-7.3 3.166z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})