@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.97 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'DualScreenSettings24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M13.28 2.976a2 2 0 0 1-1.441 2.496l-.584.145a5.729 5.729 0 0 0 .006 1.807l.54.13a2 2 0 0 1 1.45 2.51l-.186.631c.439.386.94.7 1.484.922l.493-.519a2 2 0 0 1 2.9 0l.499.525a5.282 5.282 0 0 0 1.483-.912l-.198-.686a2 2 0 0 1 1.441-2.497l.584-.144a5.717 5.717 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-.543.22-1.043.53-1.483.913l.198.686zM16.503 8c-.8 0-1.45-.671-1.45-1.5c0-.828.65-1.5 1.45-1.5c.8 0 1.45.672 1.45 1.5c0 .829-.65 1.5-1.45 1.5zm-6.501-1.5c0-.167.006-.334.018-.498H3.75A1.75 1.75 0 0 0 2 7.751v12.495c0 .966.784 1.75 1.75 1.75h7.499v.002h9a1.75 1.75 0 0 0 1.75-1.75L22 9.972a6.533 6.533 0 0 1-1.5 1.655l-.001 8.622a.25.25 0 0 1-.25.25h-7.5v-8.69a6.536 6.536 0 0 1-1.5-1.48v10.168H3.75a.25.25 0 0 1-.25-.25V7.75a.25.25 0 0 1 .25-.25l6.328.001a6.54 6.54 0 0 1-.076-1.002zm6.99 11.75a.75.75 0 0 0-.75-.75h-1.5l-.103.007A.75.75 0 0 0 14.742 19h1.5l.102-.007a.75.75 0 0 0 .649-.743zm-6.997 0a.75.75 0 0 0-.75-.75H7.741l-.101.007A.75.75 0 0 0 7.742 19h1.502l.102-.007a.75.75 0 0 0 .649-.743z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})