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.61 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'PlugDisconnected28Regular', 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: 'M22.74 6.327a5.501 5.501 0 0 1-.494 7.212L20.3 15.483a.75.75 0 0 1-1.06 0l-6.718-6.717a.75.75 0 0 1 0-1.06l1.945-1.945a5.501 5.501 0 0 1 7.212-.495l3.044-3.044a.75.75 0 0 1 1.061 1.06L22.74 6.327zm-2.97 7.566l1.415-1.415a4 4 0 1 0-5.657-5.657l-1.414 1.415l5.657 5.656zm-6.992-2.678a.75.75 0 0 1 0 1.06l-2.126 2.127l2.947 2.947l2.125-2.126a.75.75 0 1 1 1.06 1.061L14.66 18.41l.827.826a.75.75 0 0 1 0 1.061l-1.944 1.945a5.501 5.501 0 0 1-7.212.494l-3.045 3.045a.75.75 0 0 1-1.06-1.06l3.044-3.046a5.501 5.501 0 0 1 .495-7.212l1.944-1.944a.75.75 0 0 1 1.06 0l.823.822l2.127-2.126a.75.75 0 0 1 1.06 0zm-5.947 9.973a4 4 0 0 0 5.65-.007l1.414-1.414l-5.657-5.657l-1.414 1.414a4 4 0 0 0-.006 5.65l.006.007l.007.006z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })