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.66 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: 'Screenshot24Filled', 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.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 10a.75.75 0 0 0-.743.648l-.007.102V16a.5.5 0 0 1-.41.492L16 16.5h-2.25a.75.75 0 0 0-.102 1.493l.102.007H16a2 2 0 0 0 1.994-1.85L18 16v-2.25a.75.75 0 0 0-.75-.75zm-10.5 0a.75.75 0 0 0-.743.648L6 13.75V16a2 2 0 0 0 1.85 1.994L8 18h2.25a.75.75 0 0 0 .102-1.493l-.102-.007H8a.5.5 0 0 1-.492-.41L7.5 16v-2.25a.75.75 0 0 0-.75-.75zm3.5-7H8l-.15.005a2 2 0 0 0-1.844 1.838L6 8v2.25l.007.102a.75.75 0 0 0 1.486 0l.007-.102V8l.008-.09a.5.5 0 0 1 .402-.402L8 7.5h2.25l.102-.007a.75.75 0 0 0 0-1.486L10.25 6zM16 6h-2.25a.75.75 0 0 0-.102 1.493l.102.007H16a.5.5 0 0 1 .492.41L16.5 8v2.25a.75.75 0 0 0 1.493.102L18 10.25V8a2 2 0 0 0-1.85-1.995L16 6z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })