@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.34 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: 'RibbonOff16Regular',
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.086L1.145 1.854a.5.5 0 1 1 .708-.708l13 13a.5.5 0 0 1-.708.708L11 11.707V14.5a.5.5 0 0 1-.757.429L8 13.583L5.757 14.93A.5.5 0 0 1 5 14.5V10a4.993 4.993 0 0 1-2-4c0-.678.135-1.324.38-1.914zm6.534 6.535C9.324 10.865 8.678 11 8 11a4.983 4.983 0 0 1-2-.416v3.033l1.743-1.046a.5.5 0 0 1 .514 0L10 13.617v-2.91l-.086-.086zm-.783-.783L4.162 4.869a4 4 0 0 0 4.969 4.969zM12 6a3.986 3.986 0 0 1-1.112 2.767l.708.707a5 5 0 0 0-7.07-7.07l.707.708A4 4 0 0 1 12 6z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})