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.78 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'Gif20Filled', 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: 'M15.4 3c1.386 0 2.52 1.187 2.596 2.682l.004.162v8.312c0 1.517-1.085 2.756-2.453 2.84L15.4 17H4.6c-1.386 0-2.52-1.187-2.596-2.682L2 14.156V5.844c0-1.517 1.085-2.756 2.452-2.84L4.6 3h10.8zM6.851 7.002C5.177 7.002 4 8.32 4 10.002C4 11.641 5.256 13 6.851 13c1.205 0 2.068-.798 2.144-1.633l.005-.12v-1.246l-.009-.09a.522.522 0 0 0-.434-.402l-.098-.008l-.918-.001l-.098.008A.513.513 0 0 0 7 10c0 .245.191.45.443.492l.098.008l.378.001v.746l-.007.08c-.06.322-.464.673-1.06.673c-.958 0-1.77-.88-1.77-1.999c0-1.166.743-1.999 1.77-1.999c.462 0 .826.067 1.094.192a.562.562 0 0 0 .726-.222c.134-.247.027-.547-.24-.671c-.433-.202-.96-.299-1.58-.299zM11 7a.5.5 0 0 0-.492.41l-.008.09v5l.008.09a.5.5 0 0 0 .984 0l.008-.09v-5l-.008-.09A.5.5 0 0 0 11 7zm4.5 0h-2a.5.5 0 0 0-.492.41L13 7.5v5l.008.09a.5.5 0 0 0 .984 0L14 12.5V11h1.5l.09-.008a.5.5 0 0 0 0-.984L15.5 10H14V8h1.5l.09-.008a.5.5 0 0 0 0-.984L15.5 7z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })