@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.92 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: 'DualScreenSettings24Filled',
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: 'M13.274 2.976a2 2 0 0 1-1.441 2.496l-.585.145a5.729 5.729 0 0 0 .007 1.807l.54.13a2 2 0 0 1 1.45 2.51l-.187.631c.44.386.94.7 1.485.922l.493-.519a2 2 0 0 1 2.9 0l.499.525a5.283 5.283 0 0 0 1.483-.912l-.198-.686a2 2 0 0 1 1.441-2.497l.584-.144a5.73 5.73 0 0 0-.006-1.807l-.54-.13a2 2 0 0 1-1.45-2.51l.187-.631a5.282 5.282 0 0 0-1.485-.922l-.493.518a2 2 0 0 1-2.9 0l-.499-.525c-.544.22-1.044.53-1.483.913l.198.686zM16.497 8c-.801 0-1.45-.671-1.45-1.5c0-.828.649-1.5 1.45-1.5c.8 0 1.45.672 1.45 1.5c0 .829-.65 1.5-1.45 1.5zm0 5A6.497 6.497 0 0 0 22 9.963v10.286a1.75 1.75 0 0 1-1.75 1.75H13c-.087 0-.172-.006-.255-.018V11.808a6.472 6.472 0 0 0 3.752 1.192zm-.255 4.5h-1.5l-.102.007a.75.75 0 0 0 0 1.486l.102.007h1.5l.102-.007a.75.75 0 0 0 0-1.486l-.102-.007zm-6.247-11c0-.167.007-.334.019-.499H3.75A1.75 1.75 0 0 0 2 7.751v12.496c0 .966.784 1.75 1.75 1.75H11c.083 0 .165-.006.245-.017V10.334A6.47 6.47 0 0 1 9.995 6.5zm-.75 11l.101.007a.75.75 0 0 1 0 1.486L9.245 19H7.743l-.102-.007a.75.75 0 0 1 0-1.486l.102-.007h1.502z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})