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.51 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'CheckmarkLock24Regular', 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: 'M12 2c5.523 0 10 4.477 10 10c0 .427-.027.847-.078 1.26a3.504 3.504 0 0 0-1.47-2.165A8.501 8.501 0 0 0 3.5 12a8.5 8.5 0 0 0 9.5 8.442V21.5c0 .152.014.302.04.447A10.12 10.12 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2zm8.487 10.482A2.5 2.5 0 0 0 16 14v1h-.5a1.5 1.5 0 0 0-1.5 1.5v5a1.5 1.5 0 0 0 1.5 1.5h6a1.5 1.5 0 0 0 1.5-1.5v-5a1.5 1.5 0 0 0-1.5-1.5H21v-1a2.49 2.49 0 0 0-.513-1.518zm-2.38 7.438a1 1 0 1 1 .787-1.84a1 1 0 0 1-.787 1.84zM17.5 14a1 1 0 1 1 2 0v1h-2v-1zm-6.75-.56l4.47-4.47a.75.75 0 0 1 1.133.976l-.073.084l-5 5a.75.75 0 0 1-.976.073l-.084-.073l-2.5-2.5a.75.75 0 0 1 .976-1.133l.084.073l1.97 1.97z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })