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.59 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: 'DualScreenLock24Regular', 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: 'M17 5V4a2.5 2.5 0 0 1 5 0v1h.5A1.5 1.5 0 0 1 24 6.5v5a1.5 1.5 0 0 1-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5v-5A1.497 1.497 0 0 1 16.5 5h.5zm1.5-1v1h2V4a1 1 0 1 0-2 0zm1.995 4.904a1 1 0 1 0 0 .195a.985.985 0 0 0 0-.195zM7.742 17.5h1.502a.75.75 0 0 1 .102 1.493L9.243 19H7.74a.75.75 0 0 1-.102-1.493l.102-.007zm5.006-11.497h1.302c-.032.16-.049.327-.049.497v1.003h-1.252v12.995h7.497a.25.25 0 0 0 .25-.25V14h1.5v6.248a1.75 1.75 0 0 1-1.75 1.75h-8.997l-.001-.002H3.75A1.75 1.75 0 0 1 2 20.246V7.751c0-.967.784-1.75 1.75-1.75h8.998l-.001.002zm-1.5 1.498H3.75a.25.25 0 0 0-.25.25v12.495c0 .138.112.25.25.25h7.498V7.501zM14.74 17.5h1.5a.75.75 0 0 1 .101 1.493L16.24 19h-1.5a.75.75 0 0 1-.102-1.493l.102-.007z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })