@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.87 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: 'ShapeUnion24Regular',
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: 'M5.25 2A3.25 3.25 0 0 0 2 5.25v8a3.23 3.23 0 0 0 .555 1.817c.258.382.596.707.989.95a3.23 3.23 0 0 0 1.409.47h.006a3.3 3.3 0 0 0 .291.013H7.5v2.25a3.243 3.243 0 0 0 2.226 3.085c.322.107.666.165 1.024.165h8A3.25 3.25 0 0 0 22 18.75v-8a3.246 3.246 0 0 0-3.25-3.25H16.5V5.25a3.23 3.23 0 0 0-.555-1.817a3.268 3.268 0 0 0-.989-.95a3.23 3.23 0 0 0-1.409-.47h-.006A3.29 3.29 0 0 0 13.25 2h-8zm.69 1.5L3.5 5.94v-.69c0-.966.784-1.75 1.75-1.75h.69zM3.5 8.06L8.06 3.5h1.88L3.5 9.94V8.06zm8.56-4.56h1.19c.206 0 .404.036.588.101L3.601 13.838a1.748 1.748 0 0 1-.101-.588v-1.19l8.56-8.56zM14.9 4.662c.065.184.101.382.101.588v1.19L6.44 15H5.25c-.206 0-.404-.036-.588-.101L14.899 4.662zm.104 3.895A.5.5 0 0 0 15.5 9h.94L9 16.44v-.94a.5.5 0 0 0-.443-.497l6.446-6.446zM18.561 9h.189c.468 0 .893.184 1.207.483L9.483 19.957A1.744 1.744 0 0 1 9 18.75v-.19L18.56 9zm1.939 2.06v1.88l-7.56 7.56h-1.88l9.44-9.44zm0 4v1.88l-3.56 3.56h-1.88l5.44-5.44zm-.034 4.035a1.752 1.752 0 0 1-1.371 1.371l1.371-1.371z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})