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.31 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 32 32' } export default defineComponent({ name: 'DocumentLock32Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M17 2v7a3 3 0 0 0 3 3h7v15a3 3 0 0 1-3 3h-7.535c.34-.588.535-1.271.535-2v-6a4.002 4.002 0 0 0-3.08-3.894A5.002 5.002 0 0 0 5 16V5a3 3 0 0 1 3-3h9zm2 .117V9a1 1 0 0 0 1 1h6.883a3 3 0 0 0-.762-1.293L20.293 2.88A3 3 0 0 0 19 2.117zM5.5 19.5H5A2.5 2.5 0 0 0 2.5 22v6A2.5 2.5 0 0 0 5 30.5h8a2.5 2.5 0 0 0 2.5-2.5v-6a2.5 2.5 0 0 0-2.5-2.5h-.5V19a3.5 3.5 0 1 0-7 0v.5zm2-.5a1.5 1.5 0 0 1 3 0v.5h-3V19zm3.5 6a2 2 0 1 1-4 0a2 2 0 0 1 4 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })