@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.78 kB
JavaScript
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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'CollectionsAdd24Filled',
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: 'M14.777 2.451a3.74 3.74 0 0 1 1.784 2.14l.515 1.909H11.25l-.198.005h-.014A3.75 3.75 0 0 0 7.5 10.25v7.5l.005.198v.014c.015.25.053.491.113.725a3.744 3.744 0 0 1-1.707-.45a3.74 3.74 0 0 1-1.785-2.14L2.13 8.663A3.737 3.737 0 0 1 2.45 5.91a3.74 3.74 0 0 1 2.14-1.785l7.434-1.997a3.737 3.737 0 0 1 2.752.322zM11.257 7.5l-.17.005A2.75 2.75 0 0 0 8.5 10.25v7.493l.005.17A2.75 2.75 0 0 0 11.25 20.5h.482a6.5 6.5 0 0 1 9.768-8.124v-2.119l-.005-.17A2.75 2.75 0 0 0 18.75 7.5h-7.493zM23 17.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0zm-5.59-3.493L17.5 14l.09.008a.5.5 0 0 1 .402.402l.008.09V17l2.505.001l.09.008a.5.5 0 0 1 .402.402l.008.09l-.008.09a.5.5 0 0 1-.403.402l-.09.008h-2.503v2.503l-.008.09a.5.5 0 0 1-.402.402l-.09.008l-.09-.008a.5.5 0 0 1-.402-.402l-.008-.09V18L14.498 18l-.09-.008a.5.5 0 0 1-.402-.402l-.008-.09l.008-.09a.5.5 0 0 1 .402-.402l.09-.008H17v-2.5l.008-.09a.5.5 0 0 1 .402-.403z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})