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.55 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'ReadingListAdd16Filled', 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: 'M3.5 3.88a.614.614 0 0 1 1.126-.34a.75.75 0 0 0 1.248-.833A2.113 2.113 0 0 0 2 3.88c0 1.055.773 1.93 1.784 2.089A.75.75 0 0 0 4 6h3.337c.895-.63 1.986-1 3.163-1c.542 0 1.065.078 1.56.224a.75.75 0 0 0-.75-.724H4.21a.757.757 0 0 0-.095-.006a.614.614 0 0 1-.614-.614zM4.75 7h1.507a5.496 5.496 0 0 0-.882 1.5H4.75a.75.75 0 0 1 0-1.5zm-2 2.5h2.34a5.53 5.53 0 0 0-.068 1.5H2.75a.75.75 0 0 1 0-1.5zM4.745 12h.462c.152.538.384 1.043.683 1.5H4.745a.75.75 0 0 1 0-1.5zM7.75 2a.75.75 0 1 0 0 1.5h5.5a.75.75 0 0 0 0-1.5h-5.5zM15 10.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 0V10H8.5a.5.5 0 0 0 0 1H10v1.5a.5.5 0 1 0 1 0V11h1.5a.5.5 0 0 0 0-1H11V8.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })