@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.27 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 16 16'
}
export default defineComponent({
name: 'RibbonOff16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M3.38 4.086A4.985 4.985 0 0 0 3 6a4.993 4.993 0 0 0 2.204 4.146c.798.54 1.76.854 2.796.854c.678 0 1.324-.135 1.914-.38l.754.756c-.803.4-1.71.624-2.668.624a5.973 5.973 0 0 1-3-.803V14.5a.5.5 0 0 0 .757.429L8 13.583l2.243 1.346A.5.5 0 0 0 11 14.5v-2.793l3.146 3.147a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708L3.38 4.086zM13 6c0 1.35-.535 2.575-1.404 3.474l-7.07-7.07A5 5 0 0 1 13 6z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})