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.89 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: 'ColorBackground20Regular', 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 10.664V13.5A2.5 2.5 0 0 0 4.5 16h11a2.5 2.5 0 0 0 2.5-2.5v-7A2.5 2.5 0 0 0 15.5 4H9.478l.671.672c.104.104.2.213.285.328H15.5A1.5 1.5 0 0 1 17 6.5v7a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 3 13.5v-1.836l-1-1zM5 1.5a.5.5 0 0 1 1 0v1.174c.48.022.954.217 1.32.583L9.443 5.38a2 2 0 0 1 0 2.828l-2.828 2.829a2 2 0 0 1-2.829 0L1.664 8.914a2 2 0 0 1 0-2.828l2.828-2.829c.153-.153.325-.276.508-.369V1.5zm0 4V4.164L2.664 6.5h6.32a.996.996 0 0 0-.249-.414L6.614 3.964A.996.996 0 0 0 6 3.676V5.5a.5.5 0 0 1-1 0zm-2.922 2c0 .256.098.512.293.707l2.121 2.121a1 1 0 0 0 1.415 0L8.735 7.5H2.078zm8.084.926l.215-.259a.5.5 0 0 1 .746 0l.215.26c.124.157.29.38.458.64c.318.497.704 1.228.704 1.933c0 1.009-.673 2-1.75 2C9.672 13 9 12.009 9 11c0-.705.386-1.436.704-1.932c.167-.261.333-.484.458-.642zm.588.881a6.813 6.813 0 0 0-.204.3C10.24 10.085 10 10.605 10 11c0 .293.1.566.248.749c.136.167.3.251.502.251a.618.618 0 0 0 .502-.251c.147-.183.248-.456.248-.749c0-.396-.24-.915-.546-1.393a6.815 6.815 0 0 0-.204-.3z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })