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.67 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: 'ShiftsDay20Regular', 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: 'M6.41 7.54c.275-.28.716-.544 1.36-.544c.882 0 1.481.564 1.698 1.238c.212.656.078 1.46-.503 2a5.48 5.48 0 0 1-.71.534l-.027.018a6.49 6.49 0 0 0-.621.447c-.247.21-.442.444-.539.767H9a.5.5 0 1 1 0 1H6.5a.5.5 0 0 1-.5-.5c0-.975.44-1.587.958-2.028c.232-.197.484-.365.702-.51l.04-.027c.24-.159.431-.29.583-.431a.93.93 0 0 0 .234-.963a.746.746 0 0 0-.747-.545c-.341 0-.535.13-.648.245a.82.82 0 0 0-.152.216l-.002.005a.5.5 0 0 1-.938-.347l.028-.07a1.82 1.82 0 0 1 .351-.506zM11.5 7a.5.5 0 0 1 .5.5v2h1v-2a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0v-2h-1.5a.5.5 0 0 1-.5-.5V7.5a.5.5 0 0 1 .5-.5zm-6-4A2.5 2.5 0 0 0 3 5.5v9A2.5 2.5 0 0 0 5.5 17h9a2.5 2.5 0 0 0 2.5-2.5v-9A2.5 2.5 0 0 0 14.5 3h-9zM4 5.5A1.5 1.5 0 0 1 5.5 4h9A1.5 1.5 0 0 1 16 5.5v9a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 4 14.5v-9z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })