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.34 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 28 28' } export default defineComponent({ name: 'LockOpen28Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M13.288 2.005L13.5 2a4.5 4.5 0 0 1 4.49 4.205a.75.75 0 0 1-1.496.097a3 3 0 0 0-5.989.022L10.5 6.5v2.999l9.25.001A2.25 2.25 0 0 1 22 11.75v12.002a2.25 2.25 0 0 1-2.25 2.25H7.25a2.25 2.25 0 0 1-2.25-2.25V11.75a2.25 2.25 0 0 1 2.25-2.25l1.75-.001L9 6.5a4.5 4.5 0 0 1 4.288-4.495L13.5 2l-.212.005zM19.751 11H7.249a.75.75 0 0 0-.75.75v12.002c0 .414.335.75.75.75H19.75a.75.75 0 0 0 .75-.75V11.75a.75.75 0 0 0-.75-.75zm-6.25 5.25a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })