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.53 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: 'MailUnread20Filled', 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: 'M16.322 8.996L16.5 9l.183-.005l.238-.02l.08-.01v3.83c0 1.114-.117 1.519-.335 1.926a2.272 2.272 0 0 1-.945.945c-.407.218-.811.334-1.926.334h-8.59c-1.114 0-1.519-.116-1.926-.334a2.272 2.272 0 0 1-.945-.945c-.203-.38-.318-.758-.332-1.712L2 7.309l7.277 3.638a.5.5 0 0 0 .447 0l4.937-2.468c.333.205.702.357 1.096.442l.242.043l.128.016l.195.016zM4.992 4.002L13.336 4l-.05.11l-.07.172c-.036.1-.068.2-.096.303l-.052.219l-.016.087l-.018.11a3.484 3.484 0 0 0 .663 2.598l.14.173L9.5 9.94L2.224 6.303a.499.499 0 0 0-.18-.051c.052-.45.15-.71.29-.973c.218-.407.538-.727.945-.945c.38-.203.758-.318 1.712-.332zM16.5 3a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })