@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.52 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 24 24'
}
export default defineComponent({
name: 'DocumentHeaderDismiss24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M17.746 2a2.25 2.25 0 0 1 2.244 2.096l.006.154v7.248a6.452 6.452 0 0 0-1.5-.42V4.25a.75.75 0 0 0-.648-.743l-.102-.007H6.25a.75.75 0 0 0-.743.648L5.5 4.25v15.495c0 .38.282.693.648.743l.101.006h5.483c.286.551.65 1.056 1.075 1.5H6.248A2.25 2.25 0 0 1 4.005 19.9L4 19.745V4.25a2.25 2.25 0 0 1 2.095-2.245L6.25 2h11.497zM8.504 5.004a1.5 1.5 0 0 0 0 2.999h6.998a1.5 1.5 0 0 0 0-3H8.504zM23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0zm-7.146-2.354a.5.5 0 0 0-.708.708l1.647 1.646l-1.647 1.646a.5.5 0 0 0 .708.708l1.646-1.647l1.646 1.647a.5.5 0 0 0 .708-.708L18.207 17.5l1.647-1.646a.5.5 0 0 0-.708-.708L17.5 16.793l-1.646-1.647z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})