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.55 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'ShieldCheckmark28Filled', 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: 'M14.441 2.144a.75.75 0 0 0-.891.006c-1.406 1.055-3.134 1.796-4.774 2.31a26.716 26.716 0 0 1-4.989 1.033a8.31 8.31 0 0 1-.075.008l-.018.001H3.69a.75.75 0 0 0-.69.749v6.499c0 5.093 3.476 10.87 10.77 13.214a.75.75 0 0 0 .46 0c.286-.092.566-.19.84-.291a7.5 7.5 0 0 1 9.608-11.402c.048-.43.072-.854.072-1.271V6.25a.75.75 0 0 0-.686-.747h-.002l-.01-.001l-.045-.005c-.04-.004-.101-.01-.182-.02c-.16-.018-.397-.048-.695-.093a25.906 25.906 0 0 1-2.402-.486c-1.942-.49-4.337-1.335-6.287-2.754zM27 20.5a6.5 6.5 0 1 0-13 0a6.5 6.5 0 0 0 13 0zm-2.646-2.854a.5.5 0 0 1 0 .708l-5 5a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .708-.708L19 22.293l4.646-4.647a.5.5 0 0 1 .708 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })