@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.28 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 12 12'
}
export default defineComponent({
name: 'RibbonOff12Regular',
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.388L1.146 1.854a.5.5 0 1 1 .708-.708l9 9a.5.5 0 0 1-.708.708L8 8.707V10.5a.5.5 0 0 1-.777.416L6 10.101l-1.223.815A.5.5 0 0 1 4 10.5V7.373a3.496 3.496 0 0 1-1.32-3.985zm3.598 3.597L3.515 4.222a2.5 2.5 0 0 0 2.762 2.762zM8.5 4.5c0 .532-.166 1.025-.449 1.43l.715.715a3.5 3.5 0 0 0-4.91-4.91l.714.714A2.5 2.5 0 0 1 8.5 4.5zM7 7.855a3.5 3.5 0 0 1-2 0v1.71l.723-.481a.5.5 0 0 1 .554 0L7 9.566v-1.71z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})