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.51 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: 'WindowShield24Filled', 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: 'M17.75 3l.184.005a3.25 3.25 0 0 1 3.062 3.06L21 6.25v6.36c-.687-.13-1.345-.501-1.995-1.18L19 11.425V8H5v9.75c0 .647.491 1.18 1.122 1.244L6.25 19h7.126a5.865 5.865 0 0 0 1.159 2H6.25a3.25 3.25 0 0 1-3.245-3.066L3 17.75V6.25a3.25 3.25 0 0 1 3.065-3.245L6.25 3h11.5zM19 12.764c.626.474 1.291.759 2 .86c.197.029.397.043.6.043c.193 0 .355.143.392.332l.008.084v2.501c0 2.682-1.313 4.506-3.873 5.395a.385.385 0 0 1-.253 0c-.726-.252-1.35-.579-1.874-.979a4.834 4.834 0 0 1-1.555-2c-.267-.636-.414-1.353-.44-2.15L14 16.584v-2.5c0-.23.18-.417.4-.417c1.223 0 2.324-.51 3.318-1.545a.389.389 0 0 1 .566 0c.233.243.471.457.716.642z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })