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.77 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: 'ShieldLock28Regular', 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: 'M13.55 2.15a.75.75 0 0 1 .891-.006c1.95 1.42 4.345 2.265 6.287 2.754c.965.243 1.805.395 2.402.486a19.724 19.724 0 0 0 .877.113l.045.005h.012a.75.75 0 0 1 .686.748V13c0 .5-.035 1.012-.105 1.528a4.014 4.014 0 0 0-1.403-1.13c.005-.134.008-.266.008-.398V6.917l-.346-.05a27.415 27.415 0 0 1-2.543-.515c-1.89-.476-4.282-1.295-6.356-2.684c-1.334.912-2.843 1.574-4.265 2.055A27.663 27.663 0 0 1 4.5 6.921v5.829c0 4.357 2.954 9.51 9.5 11.71c.344-.115.677-.239 1-.37V25c0 .23.026.455.075.67c-.275.103-.557.201-.845.294a.75.75 0 0 1-.46 0C6.478 23.619 3 17.843 3 12.75v-6.5c0-.39.3-.716.69-.748h.005l.02-.002l.085-.008a24.911 24.911 0 0 0 1.569-.218a26.164 26.164 0 0 0 3.89-.972c1.495-.505 3.024-1.202 4.291-2.152zM18.5 18v-1a3 3 0 1 1 6 0v1h.5a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-7a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h.5zm1.5-1v1h3v-1a1.5 1.5 0 0 0-3 0zm3 5.5a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })