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.28 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'Image48Filled', 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: 'M30.997 14.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5zM6 10.75A4.75 4.75 0 0 1 10.75 6h26.5A4.75 4.75 0 0 1 42 10.75v26.5c0 .858-.227 1.663-.625 2.357L26.63 25.085a3.75 3.75 0 0 0-5.26 0L6.625 39.608A4.728 4.728 0 0 1 6 37.25v-26.5zM25.997 17a5 5 0 1 0 10 0a5 5 0 0 0-10 0zM8.394 41.375A4.728 4.728 0 0 0 10.75 42h26.5c.858 0 1.662-.227 2.357-.625l-14.73-14.508a1.25 1.25 0 0 0-1.754 0L8.393 41.375z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })