@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.43 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: 'RibbonAdd24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M23 6.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0zM18 7l.001 2.503a.5.5 0 1 1-1 0V7h-2.505a.5.5 0 0 1 0-1H17V3.5a.5.5 0 0 1 1 0V6h2.497a.5.5 0 0 1 0 1H18zm-7-5c.562 0 1.11.066 1.633.191a6.516 6.516 0 0 0-.924 1.354a5.5 5.5 0 1 0 3.472 9.028a6.466 6.466 0 0 0 1.592.386c-.23.335-.489.649-.772.938l-.002 7.352a.75.75 0 0 1-1.092.668l-.09-.055L11 19.174l-3.816 2.688a.75.75 0 0 1-1.175-.509L6 21.25l-.002-7.352A7 7 0 0 1 11 2zm3.5 17.804v-4.741a6.968 6.968 0 0 1-3.5.936c-1.275 0-2.47-.34-3.5-.936v4.74l3.067-2.159a.75.75 0 0 1 .763-.06l.1.06l3.07 2.16z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})