@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.62 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: 'TabShieldDismiss20Filled',
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: 'M3 5.75A2.75 2.75 0 0 1 5.75 3h8.5A2.75 2.75 0 0 1 17 5.75v2.482a4.55 4.55 0 0 1-.994-.802a1.393 1.393 0 0 0-.506-.337V5.75c0-.69-.56-1.25-1.25-1.25h-8.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h4.821a5.8 5.8 0 0 0 .963 1.5H5.75A2.75 2.75 0 0 1 3 14.25v-8.5zm15.6 3.917c-1.225 0-2.324-.51-3.316-1.545a.389.389 0 0 0-.566 0c-.995 1.036-2.095 1.545-3.318 1.545c-.22 0-.4.186-.4.416v2.501l.004.242c.077 2.55 1.387 4.29 3.87 5.153c.082.028.17.028.252 0c2.561-.89 3.874-2.713 3.874-5.395v-2.5l-.006-.076a.405.405 0 0 0-.394-.341zm-4.96 1.443L15 12.47l1.355-1.355a.375.375 0 0 1 .53.53L15.53 13l1.355 1.355a.375.375 0 0 1-.53.53L15 13.53l-1.355 1.355a.375.375 0 0 1-.53-.53L14.47 13l-1.36-1.36a.375.375 0 0 1 .53-.53z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})