@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.33 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: 'Sim20Regular',
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: 'M8.5 9h3a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 7 13.5v-3A1.5 1.5 0 0 1 8.5 9zM8 10.5v.5h2v-1H8.5a.5.5 0 0 0-.5.5zM8 12v1.5a.5.5 0 0 0 .5.5H10v-2H8zm3.5 2a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5H11v4h.5zM7 2a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3V7.536a3 3 0 0 0-.879-2.122L12.586 2.88A3 3 0 0 0 10.464 2H7zM5 5a2 2 0 0 1 2-2h3.464a2 2 0 0 1 1.415.586l2.535 2.535A2 2 0 0 1 15 7.536V15a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})