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.6 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 24 24' } export default defineComponent({ name: 'Screenshot24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M17.25 3A3.75 3.75 0 0 1 21 6.75v10.5A3.75 3.75 0 0 1 17.25 21H6.75A3.75 3.75 0 0 1 3 17.25V6.75A3.75 3.75 0 0 1 6.75 3h10.5zm0 1.5H6.75A2.25 2.25 0 0 0 4.5 6.75v10.5a2.25 2.25 0 0 0 2.25 2.25h10.5a2.25 2.25 0 0 0 2.25-2.25V6.75a2.25 2.25 0 0 0-2.25-2.25zm0 8.5a.75.75 0 0 1 .75.75V16a2 2 0 0 1-2 2h-2.25a.75.75 0 0 1 0-1.5H16a.5.5 0 0 0 .5-.5v-2.25a.75.75 0 0 1 .75-.75zm-10.5 0a.75.75 0 0 1 .75.75V16a.5.5 0 0 0 .5.5h2.25a.75.75 0 0 1 0 1.5H8a2 2 0 0 1-2-2v-2.25a.75.75 0 0 1 .75-.75zM8 6h2.25a.75.75 0 0 1 .102 1.493l-.102.007H8a.5.5 0 0 0-.492.41L7.5 8v2.25a.75.75 0 0 1-1.493.102L6 10.25V8a2 2 0 0 1 1.85-1.995L8 6h2.25H8zm8 0a2 2 0 0 1 2 2v2.25a.75.75 0 0 1-1.5 0V8a.5.5 0 0 0-.5-.5h-2.25a.75.75 0 0 1 0-1.5H16z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })