@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.27 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Fps12020Filled',
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 2.75a.75.75 0 0 0-1.392-.388l-.003.005a4.568 4.568 0 0 1-.44.564c-.302.33-.713.68-1.193.873a.75.75 0 0 0 .557 1.392c.365-.146.69-.34.971-.55V9.25a.75.75 0 0 0 1.5 0v-6.5zm8 1.75a2.5 2.5 0 1 1 5 0v3a2.5 2.5 0 0 1-5 0v-3zm3.5 0a1 1 0 1 0-2 0v3a1 1 0 1 0 2 0v-3zM3 12.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H4v2h1.5a.5.5 0 0 1 0 1H4v1.5a.5.5 0 0 1-1 0v-5zm5 0a.5.5 0 0 1 .5-.5H10a2 2 0 0 1 0 4H9v1.5a.5.5 0 0 1-1 0v-5zM9 15h1a1 1 0 1 0 0-2H9v2zm5.75-3a1.75 1.75 0 0 0 0 3.5h.5a.75.75 0 0 1 0 1.5h-.764a.486.486 0 0 1-.486-.486V16.5a.5.5 0 0 0-1 0v.014c0 .82.665 1.486 1.486 1.486h.764a1.75 1.75 0 1 0 0-3.5h-.5a.75.75 0 0 1 0-1.5h.764c.269 0 .486.217.486.486v.014a.5.5 0 1 0 1 0v-.014c0-.82-.665-1.486-1.486-1.486h-.764zM7.99 4.374l-.002.01a.75.75 0 0 1-1.478-.257c-.069.414 0-.002 0-.002a1.711 1.711 0 0 1 .027-.121a2.745 2.745 0 0 1 .457-.954C7.405 2.502 8.12 2 9.25 2c.959 0 1.731.38 2.222 1.003c.48.608.644 1.39.517 2.124c-.14.816-.603 1.312-1.147 1.628c-.364.212-.816.366-1.183.491c-.107.037-.206.07-.294.103c-.452.165-.767.327-.982.57a1.384 1.384 0 0 0-.298.581h3.165a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75c0-1.012.266-1.769.76-2.326c.476-.536 1.09-.802 1.59-.984c.166-.06.314-.111.448-.157c.322-.11.566-.194.789-.324c.242-.14.374-.293.424-.586a1.196 1.196 0 0 0-.217-.942c-.181-.23-.502-.43-1.044-.43c-.62 0-.905.247-1.056.45a1.246 1.246 0 0 0-.206.432l.001-.004v-.005z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})