@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.27 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Drafts20Filled',
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: 'M15.613 8.32l-3.936-3.936l-8.038 8.039l-.117.128a2 2 0 0 0-.398.76l-1.106 4.055l-.015.08a.5.5 0 0 0 .63.534l4.054-1.106l.165-.053c.271-.1.518-.257.723-.462l8.038-8.04zm1.568-5.503a2.783 2.783 0 0 0-3.936 0l-.861.86l3.936 3.936l.86-.86l.131-.14a2.783 2.783 0 0 0-.13-3.796zM11.648 3H2.5a.5.5 0 0 0 0 1h8.148l1-1zm-3 3H2.5a.5.5 0 0 0 0 1h5.148l1-1zm-3 3l-1 1H2.5a.5.5 0 1 1 0-1h3.148z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})