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.49 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'SelectObjectSkew20Regular', 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: 'M16.487 6h.013a1.5 1.5 0 1 0-1.415-2l-.006.019a1.498 1.498 0 0 0 .474 1.644c.255.208.58.334.934.337zm-5.402 10a1.5 1.5 0 1 0 1.428-2H12.5a1.5 1.5 0 0 0-1.415 1l-.006.019a1.498 1.498 0 0 0 .006.981zM3.5 17a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3zM7.487 6a1.5 1.5 0 1 0 .026-2.998A1.5 1.5 0 0 0 7.487 6zm-3.62 7.027L6.193 6.63c.281.173.6.292.94.342l-2.326 6.395a2.485 2.485 0 0 0-.94-.341zM14.05 5h-4.1a2.512 2.512 0 0 0 0-1h4.1a2.511 2.511 0 0 0 0 1zm-8.1 11h4.1a2.512 2.512 0 0 1 0-1h-4.1a2.512 2.512 0 0 1 0 1zm6.917-2.973l2.326-6.396c.281.173.6.292.94.342l-2.326 6.395a2.485 2.485 0 0 0-.94-.341z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })