@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.48 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: 'Fps24024Filled',
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.149 6.178a.999.999 0 0 0 1.29-.534a1.116 1.116 0 0 1 .222-.279C3.831 5.208 4.157 5 4.766 5c.425 0 .746.13.944.297c.183.155.305.375.305.703c0 .549-.172.865-.422 1.124c-.302.313-.722.553-1.322.897c-.545.312-1.25.716-1.796 1.33c-.586.659-.955 1.513-.955 2.649a1 1 0 0 0 .999 1h4.495a1 1 0 0 0 0-2H3.741c.066-.12.143-.225.227-.32c.297-.333.716-.591 1.295-.923l.103-.058c.51-.29 1.159-.66 1.665-1.186c.593-.615.983-1.422.983-2.513c0-.915-.38-1.694-1.012-2.23C6.387 3.25 5.585 3 4.767 3c-1.138 0-1.936.417-2.451.885a3.114 3.114 0 0 0-.665.864a2.017 2.017 0 0 0-.05.108l-.005.012l-.002.005v.002l-.001.002s-.209.52 0 0a1 1 0 0 0 .556 1.3zM16.006 6c0-1.657 1.342-3 2.997-3A2.998 2.998 0 0 1 22 6v4c0 1.657-1.342 3-2.997 3a2.998 2.998 0 0 1-2.997-3V6zm2.997-1a1 1 0 0 0-.999 1v4a1 1 0 1 0 1.998 0V6a1 1 0 0 0-.999-1zM4.768 15a.75.75 0 0 0-.75.75v5.481a.75.75 0 1 0 1.499 0v-1.728h1.748a.75.75 0 0 0 0-1.5H5.517V16.5h2.248a.75.75 0 0 0 0-1.5H4.768zm4.745.75a.75.75 0 0 1 .749-.75h1.498a2.249 2.249 0 0 1 2.248 2.25a2.249 2.249 0 0 1-2.247 2.25h-.75v1.75a.75.75 0 1 1-1.498 0v-5.5zM11.01 18h.75a.75.75 0 0 0 0-1.5h-.75V18zm6.369-3a2.124 2.124 0 0 0-2.123 2.125c0 1.174.95 2.125 2.123 2.125h.5a.625.625 0 0 1 0 1.25h-.625a.5.5 0 0 1-.5-.5a.75.75 0 1 0-1.498 0c0 1.105.894 2 1.998 2h.624a2.124 2.124 0 0 0 2.123-2.125c0-1.174-.95-2.125-2.123-2.125h-.5a.625.625 0 0 1 0-1.25h.625a.5.5 0 0 1 .5.5a.75.75 0 1 0 1.498 0c0-1.105-.894-2-1.998-2h-.624zM15.007 3.994a1 1 0 1 0-1.998.012L13.027 7H11.01V4a1 1 0 1 0-1.998 0v4a1 1 0 0 0 1 1h3.02v3a1 1 0 1 0 1.998 0V7.405c0-.03-.002-.062-.005-.092l-.019-3.319z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})