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.52 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: 'SelectObjectSkew24Filled', 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.9-.527zM14.268 20A2 2 0 0 0 18 19a1.994 1.994 0 0 0-.586-1.414a1.994 1.994 0 0 0-1.9-.527A2.004 2.004 0 0 0 14 19c0 .364.097.706.268 1zM4 21a2 2 0 1 1 0-4a2 2 0 0 1 0 4zM6.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.414 1.414zm-2.77 9.592l2.445-8.56a2.986 2.986 0 0 0 1.924.548l-2.446 8.56a2.986 2.986 0 0 0-1.923-.548zM17.17 6h-6.342a2.996 2.996 0 0 0 0-2h6.342a2.996 2.996 0 0 0 0 2zm-4 14a2.997 2.997 0 0 1 0-2H6.829a2.995 2.995 0 0 1 0 2h6.342zm2.645-3.994l2.445-8.56a2.986 2.986 0 0 0 1.924.548l-2.446 8.56a2.986 2.986 0 0 0-1.923-.548z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })