@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.5 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 20 20'
}
export default defineComponent({
name: 'Fax20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M5 4.5A1.5 1.5 0 0 1 6.5 3h7A1.5 1.5 0 0 1 15 4.5V7h-1V4.5a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.5.5V8h5.5a2.49 2.49 0 0 0-.45 1H5a1 1 0 0 0-1 1v5.5a.5.5 0 0 0 .5.5h6.55c.075.37.231.71.45 1h-7A1.5 1.5 0 0 1 3 15.5V10a2 2 0 0 1 2-2V4.5zm7 5A1.5 1.5 0 0 1 13.5 8h2A1.5 1.5 0 0 1 17 9.5v6a1.5 1.5 0 0 1-1.5 1.5h-2a1.5 1.5 0 0 1-1.5-1.5v-6zm1.5-.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5h-2zm-7.875 1a.625.625 0 1 1 0 1.25a.625.625 0 0 1 0-1.25zm0 2.25a.625.625 0 1 1 0 1.25a.625.625 0 0 1 0-1.25zM8.5 13a.625.625 0 1 0-1.25 0a.625.625 0 0 0 1.25 0zm-.625-3a.625.625 0 1 1 0 1.25a.625.625 0 0 1 0-1.25z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})