UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.35 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const vue_1 = require('vue') const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'RibbonAdd20Regular', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.createElementVNode)( 'g', { fill: 'none' }, [ (0, vue_1.createElementVNode)('path', { d: 'M19 5.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0zm-4-2a.5.5 0 0 0-1 0V5h-1.5a.5.5 0 0 0 0 1H14v1.5a.5.5 0 0 0 1 0V6h1.5a.5.5 0 0 0 0-1H15V3.5zM9 2c.399 0 .789.039 1.166.113c-.223.286-.42.594-.583.92a5 5 0 1 0 3.542 7.793c.347.09.707.146 1.077.166A6.027 6.027 0 0 1 13 12.472V17.5a.5.5 0 0 1-.748.434L9 16.076l-3.252 1.858A.5.5 0 0 1 5 17.5v-5.028A6 6 0 0 1 9 2zm0 12a5.972 5.972 0 0 1-3-.803v3.441l2.752-1.572a.5.5 0 0 1 .496 0L12 16.638v-3.44A5.972 5.972 0 0 1 9 14z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })