@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.35 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 20 20'
}
export default defineComponent({
name: 'RibbonOff20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M4.625 5.332L2.146 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708L14 14.707V17.5a.5.5 0 0 1-.748.434L10 16.076l-3.252 1.858A.5.5 0 0 1 6 17.5v-5.028A5.985 5.985 0 0 1 4 8c0-.959.225-1.865.625-2.668zm8.043 8.044c-.803.4-1.71.624-2.668.624a5.973 5.973 0 0 1-3-.803v3.442l2.752-1.573a.5.5 0 0 1 .496 0L13 16.64v-2.932l-.332-.332zm-.754-.755L5.379 6.086a5 5 0 0 0 6.534 6.534zM15 8c0 1.35-.535 2.575-1.404 3.474l.707.707a6 6 0 0 0-8.484-8.484l.707.707A5 5 0 0 1 15 8z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})