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.31 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'DualScreenClosedAlert24Filled', 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: 'M16.499 2h.002A4.01 4.01 0 0 1 20.5 5.999v2.52l1.384 1.66A.5.5 0 0 1 21.5 11h-10a.5.5 0 0 1-.384-.82L12.5 8.519v-2.52A4.01 4.01 0 0 1 16.499 2zM5.75 5h5.853a5.016 5.016 0 0 0-.103.996v2.16L10.348 9.54A1.5 1.5 0 0 0 11.5 12h2.17A3.001 3.001 0 0 0 17 13.959v4.791A2.25 2.25 0 0 1 14.75 21h-9a.75.75 0 0 1-.75-.75V5.75A.75.75 0 0 1 5.75 5zm9.754 7.732a1.984 1.984 0 0 1-.727-.732h3.446a1.984 1.984 0 0 1-2.719.732z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })