@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.66 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 16 16'
}
export default defineComponent({
name: 'ShieldDismiss16Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M7.647 2.146a.5.5 0 0 1 .708 0C9.595 3.39 10.969 4 12.5 4a.5.5 0 0 1 .492.41L13 4.5v3.001c0 3.219-1.641 5.407-4.842 6.473a.499.499 0 0 1-.316 0C4.738 12.94 3.1 10.851 3.005 7.791L3 7.501V4.5a.5.5 0 0 1 .5-.5c1.53 0 2.904-.611 4.147-1.854zM8 3.19C6.878 4.197 5.638 4.788 4.29 4.952l-.29.03v2.52c0 2.635 1.222 4.4 3.735 5.372l.265.098l.265-.098c2.426-.938 3.65-2.616 3.73-5.103L12 7.5v-2.52c-1.462-.11-2.8-.712-4-1.792zM6.09 6.216l.058-.07a.5.5 0 0 1 .638-.057l.07.058L8 7.293l1.147-1.147a.5.5 0 0 1 .638-.057l.07.058a.5.5 0 0 1 .057.637l-.058.07l-1.148 1.145l1.147 1.148a.5.5 0 0 1 .057.637l-.058.07a.5.5 0 0 1-.637.057l-.07-.058L8 8.707L6.853 9.854a.5.5 0 0 1-.637.057l-.07-.058a.5.5 0 0 1-.057-.637l.058-.07L7.293 8L6.148 6.853a.5.5 0 0 1-.058-.637l.058-.07l-.058.07z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})