@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.82 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: 'TabShieldDismiss24Regular',
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.143 5.75A2.75 2.75 0 0 1 5.893 3h12.5a2.75 2.75 0 0 1 2.75 2.75v5.037a4.832 4.832 0 0 1-1.5-.827V5.75c0-.69-.56-1.25-1.25-1.25h-12.5c-.69 0-1.25.56-1.25 1.25v12.5c0 .69.56 1.25 1.25 1.25h7.102a6.683 6.683 0 0 0 1.188 1.5h-8.29a2.75 2.75 0 0 1-2.75-2.75V5.75zM22.5 12c-1.531 0-2.906-.61-4.146-1.853a.5.5 0 0 0-.707 0C16.405 11.388 15.03 12 13.501 12a.5.5 0 0 0-.5.5v3.001l.004.29c.097 3.06 1.734 5.149 4.838 6.183a.499.499 0 0 0 .316 0C21.359 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-.058.07L18.708 16l1.396 1.396l.058.07a.5.5 0 0 1 0 .568l-.058.07l-.069.057a.5.5 0 0 1-.569 0l-.069-.057l-1.396-1.397l-1.397 1.397l-.069.057a.5.5 0 0 1-.569 0l-.069-.057l-.058-.07a.5.5 0 0 1 0-.568l.058-.07L17.294 16l-1.397-1.396l-.058-.07a.5.5 0 0 1 0-.568l.058-.07z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})