@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.85 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 20 20'
}
export default defineComponent({
name: 'ShieldDismissShield20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M10.277 2.084a.5.5 0 0 0-.554 0a15.05 15.05 0 0 1-6.294 2.421A.5.5 0 0 0 3 5v4.5c0 3.891 2.307 6.73 6.82 8.467a.5.5 0 0 0 .36 0c.344-.133.675-.272.994-.417a5.77 5.77 0 0 1-.516-.864c-.213.095-.432.188-.658.277c-4.032-1.6-6-4.071-6-7.463V5.428a15.969 15.969 0 0 0 5.6-2.082l.4-.249l.4.249A15.969 15.969 0 0 0 16 5.428v2.996l.006.006c.2.209.399.387.597.537c.132.1.265.188.397.265V5a.5.5 0 0 0-.43-.495a15.05 15.05 0 0 1-6.293-2.421zm-.237 8.664c.114-.468.461-.865.935-1.016l1.879-1.878a.5.5 0 0 0-.708-.708L10 9.293L7.854 7.146a.5.5 0 1 0-.708.708L9.293 10l-2.147 2.146a.5.5 0 0 0 .708.708L10 10.707l.04.04zm6.96-.4a4.632 4.632 0 0 1-1-.584a6.055 6.055 0 0 1-.716-.642a.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.266c.027.797.174 1.514.44 2.15A4.813 4.813 0 0 0 13 18c.524.4 1.15.727 1.874.979c.083.028.171.028.254 0c2.56-.89 3.873-2.713 3.873-5.395v-2.5l-.008-.085a.405.405 0 0 0-.392-.332a4.057 4.057 0 0 1-1.6-.32z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})