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.42 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: 'RibbonOff32Regular', 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.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 */ ) ]) ) ) } })