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.98 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: 'Gif24Filled', 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: 'M18.75 3.501A3.25 3.25 0 0 1 22 6.751v10.503a3.25 3.25 0 0 1-3.25 3.25H5.25A3.25 3.25 0 0 1 2 17.254V6.75a3.25 3.25 0 0 1 3.25-3.25h13.5zM8.015 8.872c-1.627 0-2.754 1.41-2.754 3.123c0 1.713 1.128 3.126 2.754 3.126c.887 0 1.703-.427 2.111-1.214l.077-.162l.023-.07l.018-.075l.008-.083v-1.52l-.007-.093a.625.625 0 0 0-.516-.524l-.102-.008H8.625l-.092.006a.626.626 0 0 0-.524.516L8 11.997l.007.092c.04.268.25.48.516.524l.102.009h.376v.733l-.006.015c-.189.32-.552.5-.98.5c-.866 0-1.504-.798-1.504-1.875c0-1.076.637-1.873 1.504-1.873c.421 0 .66.047.96.19a.625.625 0 0 0 .542-1.126c-.483-.232-.905-.314-1.502-.314zm4.614.122a.625.625 0 0 0-.618.533l-.007.092v4.763l.007.092a.625.625 0 0 0 1.236 0l.007-.092V9.619l-.007-.092a.625.625 0 0 0-.618-.533zm4.993.007l-1.997-.007a.625.625 0 0 0-.62.53l-.007.093v4.748l.006.093c.04.268.25.48.516.524l.103.008l.092-.006c.268-.04.48-.25.524-.516l.009-.103l-.001-1.115h1.123l.092-.006c.268-.04.48-.25.525-.516l.008-.102l-.007-.092a.625.625 0 0 0-.516-.525l-.102-.008h-1.123v-1.756l1.37.006l.093-.006a.625.625 0 0 0 .005-1.237l-.093-.007l-1.997-.007l1.997.007z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })