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.18 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 12 12' } export default defineComponent({ name: 'RibbonOff12Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M2.68 3.388A3.5 3.5 0 0 0 7.112 7.82l.732.73A3.983 3.983 0 0 1 6 9a3.982 3.982 0 0 1-2-.535V10.5a.5.5 0 0 0 .777.416L6 10.101l1.223.815A.5.5 0 0 0 8 10.5V8.707l2.146 2.147a.5.5 0 0 0 .708-.708l-9-9a.5.5 0 1 0-.708.708L2.68 3.388zM9.5 4.5c0 .808-.274 1.552-.734 2.145l-4.91-4.911A3.5 3.5 0 0 1 9.5 4.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })