UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.41 kB
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: 'RibbonOff32Regular', 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.173L2.292 3.707a1 1 0 0 1 1.415-1.414l26 26a1 1 0 1 1-1.414 1.414L22 23.414V29a1 1 0 0 1-1.515.858L16 27.166l-4.486 2.692A1 1 0 0 1 10 29v-9a9.985 9.985 0 0 1-4-8c0-1.355.27-2.648.758-3.827zm13.069 13.068A9.969 9.969 0 0 1 16 22a9.966 9.966 0 0 1-4-.832v6.066l3.485-2.092a1 1 0 0 1 1.03 0L20 27.234v-5.82l-.173-.173zm-1.566-1.565L8.324 9.739a8 8 0 0 0 9.937 9.937zM24 12a7.979 7.979 0 0 1-2.58 5.885l1.414 1.415A9.972 9.972 0 0 0 26 12c0-5.523-4.477-10-10-10a9.972 9.972 0 0 0-7.3 3.166l1.415 1.415A8 8 0 0 1 24 12z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })