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.84 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'ShieldCheckmark48Regular', 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: 'M23.135 4.348a1.25 1.25 0 0 1 1.73 0c2.758 2.643 6.684 4.077 10.037 4.84c1.659.376 3.139.58 4.202.69a29.03 29.03 0 0 0 1.654.122H40.78A1.25 1.25 0 0 1 42 11.25V21c0 .982-.054 1.964-.165 2.94a12.944 12.944 0 0 0-2.4-1.164c.043-.59.065-1.183.065-1.776v-8.575a38.154 38.154 0 0 1-5.152-.8c-3.219-.731-7.21-2.102-10.348-4.702c-3.138 2.6-7.13 3.97-10.348 4.702a38.155 38.155 0 0 1-5.152.8v8.325c0 4.413 1.132 8.717 3.652 12.35c2.405 3.467 6.12 6.393 11.483 8.216a13.041 13.041 0 0 0 1.654 2.326c-.301.104-.607.204-.916.301a1.25 1.25 0 0 1-.746 0c-6.238-1.95-10.668-5.292-13.53-9.418C7.244 30.408 6 25.587 6 20.75v-9.5A1.25 1.25 0 0 1 7.22 10h.022l.08-.003a29.035 29.035 0 0 0 1.574-.12a35.656 35.656 0 0 0 4.202-.69c3.352-.762 7.278-2.196 10.037-4.84zM46 35c0-6.075-4.925-11-11-11s-11 4.925-11 11s4.925 11 11 11s11-4.925 11-11zm-4.293-4.707a1 1 0 0 1 0 1.414l-8 8a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 1.414-1.414L33 37.586l7.293-7.293a1 1 0 0 1 1.414 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })