@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.87 kB
JavaScript
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: 'Gif20Regular',
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.8zm-.15 1H4.75c-.926 0-1.684.793-1.746 1.797L3 5.929v8.142c0 1.021.72 1.857 1.63 1.925l.12.004h10.5c.926 0 1.684-.793 1.746-1.796L17 14.07V5.93c0-1.021-.72-1.857-1.63-1.925L15.25 4zM6.851 7.002c.62 0 1.148.097 1.581.299c.267.124.374.424.24.671a.562.562 0 0 1-.726.222c-.268-.125-.632-.192-1.095-.192c-1.026 0-1.77.832-1.77 2c0 1.119.813 1.998 1.77 1.998c.597 0 1.002-.351 1.06-.673l.008-.08v-.746L7.54 10.5C7.242 10.5 7 10.276 7 10c0-.245.191-.45.443-.492l.098-.008l.918.001a.53.53 0 0 1 .532.41l.009.09v1.246C9 12.124 8.114 13 6.851 13C5.256 13 4 11.642 4 10.001C4 8.32 5.177 7.002 6.851 7.002zM11 7a.5.5 0 0 1 .492.41l.008.09v5a.5.5 0 0 1-.992.09l-.008-.09v-5A.5.5 0 0 1 11 7zm4.5 0a.5.5 0 0 1 .09.992L15.5 8H14v2h1.5a.5.5 0 0 1 .09.992L15.5 11H14v1.5a.5.5 0 0 1-.992.09L13 12.5v-5a.5.5 0 0 1 .5-.5h2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})