UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.41 kB
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 16 16' } export default defineComponent({ name: 'CheckmarkLock16Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M7 1a6 6 0 0 1 5.996 6.207A2.5 2.5 0 0 0 9.54 9.053A2 2 0 0 0 8 11v1.917A6 6 0 1 1 7 1zm2.12 4.164L6.25 8.042L4.854 6.646a.5.5 0 1 0-.708.708l1.75 1.75a.5.5 0 0 0 .708 0L9.828 5.87a.5.5 0 0 0-.708-.706zM10.43 10a1.53 1.53 0 0 1 .071-.002v-.494a1.5 1.5 0 1 1 3 0v.494h.003c.025 0 .05 0 .075.002H14a1 1 0 0 1 1 1v.39c.003.035.004.071.004.108V13.5c0 .037-.001.073-.004.109V14a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h.43zM12 9.004a.5.5 0 0 0-.5.5v.494h1v-.494a.5.5 0 0 0-.5-.5zM12.5 12.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })