UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.31 kB
'use strict' 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'RibbonOff32Filled', 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: '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 */ ) ]) ) ) } })