@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.62 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'SelectObjectSkewEdit24Filled',
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.65 13.577A3.686 3.686 0 0 1 12.36 18H6.83a2.995 2.995 0 0 1 0 2h4.586l.106-.423zm8.663-11.583l-.96 3.364c-.3.152-.58.354-.831.604l-1.991 1.991l1.86-6.508a2.986 2.986 0 0 0 1.922.55zM19.1 12.67l-5.903 5.903a2.686 2.686 0 0 0-.706 1.247l-.458 1.831a1.087 1.087 0 0 0 1.319 1.318l1.83-.457a2.685 2.685 0 0 0 1.248-.707l5.902-5.902A2.286 2.286 0 0 0 19.1 12.67z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})