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.82 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: 'ShieldLock48Regular', 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 .981-.054 1.963-.165 2.938a7.003 7.003 0 0 0-2.378-1.495c.029-.48.043-.962.043-1.443v-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.459 3.545 6.288 6.524 11.848 8.338c.693-.226 1.36-.47 2-.732V43c0 .129.005.257.014.383c-.532.197-1.08.384-1.641.56a1.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.84zM32 30v-1a5 5 0 0 1 10 0v1h1a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H31a3 3 0 0 1-3-3V33a3 3 0 0 1 3-3h1zm2.5-1v1h5v-1a2.5 2.5 0 0 0-5 0zm5.5 9a3 3 0 1 0-6 0a3 3 0 0 0 6 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })