UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 2.4 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: 'DocumentCss24Regular', 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 20.5a.5.5 0 0 0 .5-.5V10H14a2 2 0 0 1-2-2V3.5H6a.5.5 0 0 0-.5.5v10.627a3.482 3.482 0 0 0-1.5-.592V4a2 2 0 0 1 2-2h6.172c.028 0 .055.004.082.007c.02.003.04.006.059.007c.215.015.427.056.624.138c.057.024.112.056.166.087l.05.029l.047.024a.652.652 0 0 1 .081.044c.078.053.148.116.219.18a.63.63 0 0 0 .036.03a.491.491 0 0 1 .049.04l5.829 5.828A2 2 0 0 1 20 9.828V20a2 2 0 0 1-2 2h-1.736c.364-.413.615-.93.702-1.5H18zm-.622-12L13.5 4.621V8a.5.5 0 0 0 .5.5h3.378zm-5.326 12c.203.86.976 1.5 1.898 1.5h.1A1.95 1.95 0 0 0 16 20.05v-.234a1.75 1.75 0 0 0-.85-1.5l-1.529-.918a.25.25 0 0 1-.121-.214v-.234a.45.45 0 0 1 .45-.45h.1a.45.45 0 0 1 .45.45V17a.75.75 0 0 0 1.5 0v-.05A1.95 1.95 0 0 0 14.05 15h-.1A1.95 1.95 0 0 0 12 16.95v.234c0 .614.322 1.184.85 1.5l1.529.918a.25.25 0 0 1 .121.214v.234a.45.45 0 0 1-.45.45h-.1a.45.45 0 0 1-.45-.45V20a.75.75 0 0 0-1.5 0v.05c0 .155.018.305.052.45zM5.95 22l.05-.05V22h-.05zm1.297-1A1.938 1.938 0 0 1 7 20.05V20a.75.75 0 0 1 1.5 0v.05c0 .248.201.45.45.45h.1a.45.45 0 0 0 .45-.45v-.234a.25.25 0 0 0-.121-.214l-1.53-.918a1.75 1.75 0 0 1-.849-1.5v-.234A1.95 1.95 0 0 1 8.95 15h.1A1.95 1.95 0 0 1 11 16.95V17a.75.75 0 0 1-1.5 0v-.05a.45.45 0 0 0-.45-.45h-.1a.45.45 0 0 0-.45.45v.234c0 .088.046.169.121.214l1.53.918c.527.316.849.886.849 1.5v.234a1.957 1.957 0 0 1-.247.95a1.95 1.95 0 0 1-1.703 1h-.1a1.95 1.95 0 0 1-1.703-1zm-1.439-.538c.124-.296.192-.621.192-.962a.75.75 0 1 0-1.5 0a1 1 0 1 1-2 0v-2a1 1 0 1 1 2 0a.75.75 0 1 0 1.5 0a2.5 2.5 0 1 0-5 0v2a2.5 2.5 0 0 0 4.808.962z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })