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.85 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: 'HdrOff24Filled', 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: 'M3.28 2.22a.75.75 0 1 0-1.06 1.06l.962.963A3.243 3.243 0 0 0 2 6.751v10.502a3.25 3.25 0 0 0 3.25 3.25h13.5c.216 0 .427-.02.63-.061l1.34 1.338a.75.75 0 0 0 1.06-1.06L3.28 2.22zm9.92 12.04a2.616 2.616 0 0 1-1.659.732l-.166.006h-.75l-.103-.009a.625.625 0 0 1-.516-.524L10 14.373V11.06l1.249 1.25v1.437h.126l.133-.006a1.37 1.37 0 0 0 .807-.365l.885.884zM8.035 9.096l.968.968v4.306l-.006.092a.625.625 0 0 1-1.237 0l-.007-.092v-1.734H6.272v1.751l-.007.093a.625.625 0 0 1-1.236 0l-.007-.093V9.635l.007-.092a.625.625 0 0 1 1.236 0l.007.092v1.751h1.48l.001-1.768l.007-.092a.625.625 0 0 1 .275-.43zM22 17.253c0 .46-.096.9-.269 1.296l-3.602-3.601a.623.623 0 0 0 .862-.71l-.03-.096l-.74-1.834a1.804 1.804 0 0 0-.872-3.287l-.148-.005H15.63l-.093.006a.625.625 0 0 0-.524.517l-.008.102l.002 2.183l-8.323-8.323H18.75A3.25 3.25 0 0 1 22 6.75v10.502zm-4.2-2.644l.011.02l-1.552-1.552v-.453H17l.8 1.985zm-.599-4.343l-.947-.001l.002 1.109h.945l.09-.007a.555.555 0 0 0 0-1.094l-.09-.007z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })