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.94 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: 'Hdr24Filled', 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.75 3.501A3.25 3.25 0 0 1 22 6.751v10.503a3.25 3.25 0 0 1-3.25 3.25H5.25A3.25 3.25 0 0 1 2 17.254V6.75a3.25 3.25 0 0 1 3.25-3.25h13.5zM8.378 8.994a.625.625 0 0 0-.618.532l-.007.093v1.768H6.272V9.636l-.007-.093a.625.625 0 0 0-1.236 0l-.007.093v4.752l.007.092a.625.625 0 0 0 1.236 0l.007-.092v-1.751h1.48l.001 1.733l.007.093a.625.625 0 0 0 1.237 0l.006-.092V9.619l-.006-.093a.625.625 0 0 0-.619-.532zm8.823.022H15.63l-.093.007a.625.625 0 0 0-.524.516l-.008.103l.005 4.735l.008.108l.023.103c.182.582 1.113.549 1.21-.099l.01-.113l-.002-1.752h.743l.8 1.985l.045.091a.625.625 0 0 0 1.145-.46l-.03-.098l-.74-1.833a1.804 1.804 0 0 0-.872-3.287l-.148-.006zm-5.826-.01h-.75l-.093.007a.625.625 0 0 0-.524.516L10 9.631v4.742l.006.092c.04.268.25.48.516.525l.103.008h.75l.166-.005a2.625 2.625 0 0 0 2.454-2.454l.005-.166v-.742l-.005-.166a2.625 2.625 0 0 0-2.454-2.453l-.166-.006zm0 1.25c.715 0 1.303.546 1.37 1.243l.005.132v.742l-.006.133a1.375 1.375 0 0 1-1.236 1.236l-.133.006h-.126v-3.492h.126zm4.88.01h.946l.09.007a.554.554 0 0 1 0 1.095l-.09.007h-.945l-.002-1.11z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })