@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.58 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: 'Diagram24Regular',
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: 'M2 5.25A3.25 3.25 0 0 1 5.25 2h10.5A3.25 3.25 0 0 1 19 5.25v6.033A2.749 2.749 0 0 0 17.785 11H17.5V5.25a1.75 1.75 0 0 0-1.75-1.75H5.25A1.75 1.75 0 0 0 3.5 5.25v11.5c0 .966.784 1.75 1.75 1.75h3.37L7.357 20H5.25A3.25 3.25 0 0 1 2 16.75V5.25zM6.75 6a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5h-7.5zm.32 6.434A.75.75 0 0 1 7.75 12h10.035a1.75 1.75 0 0 1 1.338.623l3.7 4.394a.75.75 0 0 1 0 .966l-3.7 4.394a1.75 1.75 0 0 1-1.338.623H7.75a.75.75 0 0 1-.574-1.233L10.77 17.5l-3.594-4.267a.75.75 0 0 1-.106-.8zM9.362 13.5l2.962 3.517a.75.75 0 0 1 0 .966L9.362 21.5h8.423a.25.25 0 0 0 .191-.089L21.27 17.5l-3.294-3.911a.25.25 0 0 0-.191-.089H9.362zM6.75 9a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-4.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})