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.44 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: 'AlertOff24Regular', 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: 'M5.22 6.28l-3-3a.75.75 0 0 1 1.06-1.06l18.5 18.5a.75.75 0 1 1-1.06 1.06l-3.28-3.28l-2.44.001a3 3 0 0 1-5.995.177L9 18.499H4.275a1.251 1.251 0 0 1-1.147-1.747L4.5 13.594V9.496c0-1.152.258-2.242.72-3.216zM15.94 17L6.364 7.425A6.019 6.019 0 0 0 6 9.496v4.41L4.656 17H15.94zm-2.44 1.5l-3 .001a1.5 1.5 0 0 0 2.993.145l.007-.147zm4.5-4.593l.708 1.62l2.188 2.187a1.247 1.247 0 0 0-.016-.965l-1.38-3.156V9.496l-.004-.25A7.49 7.49 0 0 0 12 1.995a7.476 7.476 0 0 0-4.957 1.865l1.064 1.064A5.981 5.981 0 0 1 12 3.496a5.988 5.988 0 0 1 5.997 5.788l.003.225v4.398z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })