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.68 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: 'MailUnread20Regular', 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: 'M13.337 4a3.475 3.475 0 0 0-.302 1l-8.02.001c-.72.008-.99.067-1.264.215c-.234.124-.41.301-.535.535c-.123.23-.185.455-.207.943L9.5 9.94l4.337-2.17c.236.277.514.516.825.708l-4.938 2.468a.5.5 0 0 1-.36.034l-.088-.034L3.001 7.81v5.175c.008.72.067.99.215 1.264c.124.234.301.41.535.535c.252.135.5.196 1.093.212l.36.004h8.591l.36-.004c.595-.016.842-.077 1.095-.212c.233-.124.41-.301.534-.535c.135-.252.196-.5.212-1.093l.004-.36V8.963a3.528 3.528 0 0 0 1 0v3.831c0 1.114-.116 1.519-.334 1.926a2.272 2.272 0 0 1-.945.945c-.407.218-.812.334-1.926.334h-8.59c-1.115 0-1.519-.116-1.926-.334a2.272 2.272 0 0 1-.945-.945c-.203-.38-.318-.758-.332-1.712L2 7.205c0-1.115.116-1.519.334-1.926c.218-.407.538-.727.945-.945c.38-.203.758-.318 1.712-.332L13.337 4zM16.5 3a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })