@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.9 kB
JavaScript
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: 'HdrOff24Regular',
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.22zm14.662 16.783H5.25a1.75 1.75 0 0 1-1.75-1.75V6.751c0-.596.298-1.122.752-1.438l3.783 3.783a.624.624 0 0 0-.282.522v1.768H6.272v-1.75l-.007-.093a.625.625 0 0 0-1.243.092v4.752l.007.093a.625.625 0 0 0 1.243-.093v-1.75h1.48l.001 1.733l.007.092a.625.625 0 0 0 1.243-.092v-4.306l.997.996v3.313l.006.092a.625.625 0 0 0 .619.533h.75l.166-.005a2.616 2.616 0 0 0 1.659-.733l4.742 4.743zM11.25 12.31l1.066 1.066a1.37 1.37 0 0 1-.94.372l-.126-.001V12.31zm5.01.767l-1.253-1.253l-.002-2.183c0-.314.23-.574.532-.619l.093-.006H17.2a1.804 1.804 0 0 1 1.02 3.292l.74 1.834a.625.625 0 0 1-.832.806l-.318-.319l-.01-.02l-.8-1.985h-.742v.453zm-.003-1.703h.945a.554.554 0 0 0 .09-1.101l-.09-.007l-.947-.001l.002 1.109zm4.243 5.943l.001-.064V6.751A1.75 1.75 0 0 0 18.75 5H8.182l-1.5-1.5H18.75A3.25 3.25 0 0 1 22 6.75v10.502c0 .46-.096.9-.269 1.296L20.5 17.317z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})