UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.79 kB
'use strict' 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: 'ShapeUnion20Regular', 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: 'M4.5 2A2.5 2.5 0 0 0 2 4.5v6c0 .818.393 1.544 1 2l.004.003a2.498 2.498 0 0 0 1.297.49h.007c.063.005.127.007.192.007H7v2.5a2.501 2.501 0 0 0 1.527 2.303c.299.127.628.197.973.197h6a2.5 2.5 0 0 0 2.49-2.284l.002-.008A2.56 2.56 0 0 0 18 15.5v-6a2.492 2.492 0 0 0-.91-1.93A2.493 2.493 0 0 0 15.5 7H13V4.5a2.486 2.486 0 0 0-.5-1.5a2.496 2.496 0 0 0-2-1h-6zm6.647 1.146l-8 8A1.494 1.494 0 0 1 3 10.5v-.943L9.557 3h.943c.232 0 .45.052.647.146zm-7.294 8.708l8-8c.095.195.147.414.147.646v.793L5.293 12H4.5c-.232 0-.45-.053-.647-.146zM12 6.707V7.5a.5.5 0 0 0 .325.468l-4.357 4.357A.5.5 0 0 0 7.5 12h-.793L12 6.707zM13.707 8h1.586L8 15.293v-1.586L13.707 8zm2.697.303c.313.237.53.594.584 1.002l-7.682 7.683a1.499 1.499 0 0 1-1.003-.584l8.101-8.101zM17 10.707v1.586L12.293 17h-1.586L17 10.707zm0 3v1.586L15.293 17h-1.586L17 13.707zM3 8.143V6.557L6.557 3h1.586L3 8.143zm0-3V4.5A1.5 1.5 0 0 1 4.5 3h.643L3 5.143z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })