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: 'Hdr24Regular', 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.5zm0 1.5H5.25a1.75 1.75 0 0 0-1.75 1.75v10.503c0 .966.784 1.75 1.75 1.75h13.5a1.75 1.75 0 0 0 1.75-1.75V6.75a1.75 1.75 0 0 0-1.75-1.75zM8.378 8.994c.314 0 .574.23.619.532l.006.093v4.752a.625.625 0 0 1-1.243.092l-.007-.092v-1.734H6.272v1.75a.625.625 0 0 1-1.243.093l-.007-.092V9.636a.625.625 0 0 1 1.243-.093l.007.093v1.75h1.48l.001-1.767c0-.346.28-.625.625-.625zm8.823.022a1.804 1.804 0 0 1 1.02 3.293l.74 1.833a.625.625 0 0 1-1.115.558l-.045-.09l-.8-1.986h-.742v1.752c0 .755-1.027.826-1.22.212l-.022-.103l-.008-.108l-.005-4.735c0-.314.23-.574.532-.62l.093-.006H17.2zm-5.826-.01a2.625 2.625 0 0 1 2.62 2.46l.005.165v.742a2.625 2.625 0 0 1-2.459 2.62l-.166.005h-.75a.625.625 0 0 1-.619-.533L10 14.373V9.631c0-.313.23-.573.532-.618l.093-.007h.75zm0 1.25h-.126v3.491l.126.001c.715 0 1.303-.545 1.37-1.242l.005-.133v-.742c0-.714-.545-1.302-1.242-1.368l-.133-.007zm4.88.01v1.108h.946a.554.554 0 0 0 .09-1.1l-.09-.008h-.947z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })