@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.6 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 32 32'
}
export default defineComponent({
name: 'DesktopPulse32Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M2 6.25A3.25 3.25 0 0 1 5.25 3h21.5A3.25 3.25 0 0 1 30 6.25v7.25h-5.788l-1.533-2.726a2.5 2.5 0 0 0-4.47.224l-.893 2.043l-1.944-5.832a2.5 2.5 0 0 0-4.713-.087L8.267 13.5H2V6.25zM22.75 18.5H30v3.25A3.25 3.25 0 0 1 26.75 25h-6.744v2.001h2.998a1 1 0 1 1 0 1.999H9.012a1 1 0 1 1 0-1.999h2.998V25H5.25A3.25 3.25 0 0 1 2 21.75V18.5h8a2.5 2.5 0 0 0 2.34-1.622l.521-1.388l1.767 5.3a2.5 2.5 0 0 0 4.662.212l1.506-3.442a2.5 2.5 0 0 0 1.954.94zM14.01 25v2.001h3.996V25H14.01zm-.061-17.316a1 1 0 0 0-1.885-.035L9.307 15H3a1 1 0 1 0 0 2h7a1 1 0 0 0 .936-.649l2.008-5.355l3.107 9.32a1 1 0 0 0 1.865.085l2.696-6.162l1.266 2.251a1 1 0 0 0 .872.51H29a1 1 0 1 0 0-2h-5.665l-1.963-3.49a1 1 0 0 0-1.788.09l-2.458 5.617l-3.177-9.533z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})