@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.43 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'CheckmarkLock24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M12 2c5.523 0 10 4.477 10 10c0 .427-.027.847-.078 1.26A3.501 3.501 0 0 0 15 14v.05a2.5 2.5 0 0 0-2 2.45v5c0 .152.014.302.04.447A10.12 10.12 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2zm3.22 6.97l-4.47 4.47l-1.97-1.97a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l5-5a.75.75 0 1 0-1.06-1.06zm3.28 2.53A2.5 2.5 0 0 1 21 14v1h.542A1.5 1.5 0 0 1 23 16.5v5a1.5 1.5 0 0 1-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5v-5a1.5 1.5 0 0 1 1.5-1.5h.5v-1a2.5 2.5 0 0 1 2.5-2.5zm-.393 8.42a1 1 0 1 0 .787-1.84a1 1 0 0 0-.787 1.84zM17.5 14v1h2v-1a1 1 0 1 0-2 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})