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.34 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: 'ImageShadow24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M5.25 2A3.25 3.25 0 0 0 2 5.25v9c0 .641.186 1.24.506 1.743l5.701-5.37a2.25 2.25 0 0 1 3.086 0l5.7 5.37c.321-.504.507-1.102.507-1.743v-9A3.25 3.25 0 0 0 14.25 2h-9zm7.5 6a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5zm-7.5 9.5c-.61 0-1.18-.168-1.668-.46l5.654-5.325a.75.75 0 0 1 1.028 0l5.654 5.325a3.235 3.235 0 0 1-1.668.46h-9zm1.249 1.25v-.25H14.5a4 4 0 0 0 4-4v-8h.249a3.25 3.25 0 0 1 3.25 3.25v7c0 2.9-2.35 5.25-5.25 5.25h-7a3.25 3.25 0 0 1-3.25-3.25z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })