@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.79 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 20 20'
}
export default defineComponent({
name: 'SelectObjectSkewDismiss20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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.45 4c.296 0 .587.023.87.069l.763-2.096a2.483 2.483 0 0 1-.94-.342l-.862 2.372C14.387 9 14.443 9 14.5 9zm-5.478 6c.031.343.094.678.185 1H5.95a2.512 2.512 0 0 0 0-1h3.072zM19 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0zm-2.646-1.146a.5.5 0 0 0-.708-.708L14.5 13.793l-1.146-1.147a.5.5 0 0 0-.708.708l1.147 1.146l-1.147 1.146a.5.5 0 0 0 .708.708l1.146-1.147l1.146 1.147a.5.5 0 0 0 .708-.708L15.207 14.5l1.147-1.146z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})