@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.42 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 24 24'
}
export default defineComponent({
name: 'RibbonOff24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M5.454 6.515L2.22 3.28a.75.75 0 1 1 1.06-1.06l18.5 18.5a.75.75 0 0 1-1.06 1.06L17 18.06v3.19a.75.75 0 0 1-1.093.668l-.09-.055L12 19.176l-3.816 2.687a.75.75 0 0 1-1.175-.508L7 21.25l-.002-7.352A6.977 6.977 0 0 1 5 9c0-.875.16-1.713.454-2.485zM15.499 16.56l-1.014-1.014A6.983 6.983 0 0 1 12 16c-1.275 0-2.47-.34-3.5-.936v4.74l3.067-2.159a.75.75 0 0 1 .763-.06l.1.06l3.07 2.16V16.56zm-2.211-2.211L6.652 7.712a5.5 5.5 0 0 0 6.636 6.636zM17.5 9c0 1.473-.579 2.81-1.521 3.797l1.06 1.061A7 7 0 0 0 7.142 3.96l1.062 1.061A5.5 5.5 0 0 1 17.5 9z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})