@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.68 kB
JavaScript
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: 'SelectObjectSkewEdit20Regular',
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 .468 1.64l.006.004c.255.208.58.334.934.337zM2 15.5a1.5 1.5 0 1 0 2.921-.481L4.915 15a1.503 1.503 0 0 0-1.402-1H3.5A1.5 1.5 0 0 0 2 15.5zM7.487 6H7.5a1.5 1.5 0 0 0 1.415-1l.006-.019A1.498 1.498 0 0 0 8.915 4a1.5 1.5 0 1 0-2.368 1.658l.006.005c.255.208.58.334.934.337zm-1.294.631l-2.326 6.396c.34.05.659.169.94.341l2.326-6.395a2.484 2.484 0 0 1-.94-.342zM14.05 5h-4.1a2.512 2.512 0 0 0 0-1h4.1a2.511 2.511 0 0 0 0 1zm-.639 6.532l1.672-1.672l1.05-2.887a2.483 2.483 0 0 1-.94-.342l-1.782 4.9zM5.95 16h3.525c.11-.361.283-.7.51-1H5.95a2.512 2.512 0 0 1 0 1zm5.03-.623l4.83-4.83a1.87 1.87 0 1 1 2.644 2.646l-4.83 4.829a2.197 2.197 0 0 1-1.02.578l-1.498.374a.89.89 0 0 1-1.079-1.078l.375-1.498c.096-.386.296-.74.578-1.02z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})