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.66 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: 'SelectObjectSkewDismiss24Filled', 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.586 6.414a1.994 1.994 0 0 0 1.9.527a2 2 0 1 0-1.923-.55l.023.023zM2 19a2 2 0 1 0 4 0a2 2 0 0 0-4 0zM6.586 6.414a1.994 1.994 0 0 0 1.9.527A2.004 2.004 0 0 0 10 5a2 2 0 1 0-3.437 1.39l.023.024zM6.26 7.445l-2.445 8.56a2.986 2.986 0 0 1 1.923.55l2.446-8.56a2.986 2.986 0 0 1-1.923-.55zM17.171 6h-6.342a2.996 2.996 0 0 0 0-2h6.342a2.996 2.996 0 0 0 0 2zm-5.673 14a6.464 6.464 0 0 1-.48-2H6.83a2.995 2.995 0 0 1 0 2h4.67zm8.687-12.006l-.928 3.246a6.504 6.504 0 0 0-2.013-.235l1.017-3.56a2.986 2.986 0 0 0 1.924.55zM23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0zm-7.146-2.354a.5.5 0 0 0-.708.708l1.647 1.646l-1.647 1.646a.5.5 0 0 0 .708.708l1.646-1.647l1.646 1.647a.5.5 0 0 0 .708-.708L18.207 17.5l1.647-1.646a.5.5 0 0 0-.708-.708L17.5 16.793l-1.646-1.647z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })