@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.74 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: 'TabShieldDismiss24Filled',
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 6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v4.738c-.669-.246-1.311-.67-1.938-1.298c-.02-.02-.04-.04-.062-.059V6a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h6.73a6.694 6.694 0 0 0 1.452 2H6a3 3 0 0 1-3-3V6zm19.5 6c-1.531 0-2.905-.61-4.145-1.853a.5.5 0 0 0-.708 0C16.404 11.388 15.03 12 13.5 12a.5.5 0 0 0-.5.5v3.001l.005.29c.096 3.06 1.733 5.149 4.837 6.183a.499.499 0 0 0 .316 0C21.358 20.907 23 18.72 23 15.501V12.5l-.008-.09A.5.5 0 0 0 22.5 12zm-6.604 1.896l.07-.057l.076-.044a.5.5 0 0 1 .492.044l.07.057L18 15.293l1.396-1.397l.07-.057a.5.5 0 0 1 .568 0l.07.057l.057.07a.5.5 0 0 1 0 .568l-.057.07L18.707 16l1.397 1.396l.057.07a.5.5 0 0 1 0 .568l-.057.07l-.07.057a.5.5 0 0 1-.568 0l-.07-.057L18 16.707l-1.396 1.397l-.07.057a.5.5 0 0 1-.568 0l-.07-.057l-.057-.07a.5.5 0 0 1 0-.568l.057-.07L17.293 16l-1.397-1.396l-.057-.07a.5.5 0 0 1 0-.568l.057-.07z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})