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.33 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'Image28Filled', 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: 'M13.474 15.723l.083-.072a.75.75 0 0 1 .876-.007l.093.079l8.927 8.796A3.235 3.235 0 0 1 21.75 25H6.25a3.235 3.235 0 0 1-1.703-.481l8.927-8.796l.083-.072l-.083.072zM21.75 3A3.25 3.25 0 0 1 25 6.25v15.5c0 .627-.177 1.212-.485 1.708l-8.936-8.804l-.129-.117a2.25 2.25 0 0 0-2.893-.006l-.136.123l-8.936 8.804A3.235 3.235 0 0 1 3 21.75V6.25A3.25 3.25 0 0 1 6.25 3h15.5zM19 7a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5zm0 1.5a1 1 0 1 1 0 2a1 1 0 0 1 0-2z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })