@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.42 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: 'Gavel24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M10.729 2.712a2.25 2.25 0 0 1 3.41.267l.32.44l-6.473 6.474l-.38-.253a2.25 2.25 0 0 1-.342-3.463l3.465-3.465zm-1.47 8.03l2.562 1.707c.087.058.16.134.216.222l1.234 1.938l6.011-6.012l-2.15-1.563a.75.75 0 0 1-.165-.166l-1.614-2.22l-6.094 6.094zm5.104 5.584l-.267-.42L20.51 9.49l.51.372a2.25 2.25 0 0 1 .268 3.41l-3.436 3.437a2.25 2.25 0 0 1-3.49-.383zm-5.022-4.027l-6.073 5.958a1.76 1.76 0 1 0 2.476 2.5l6.085-6.085l-.79-1.241l-1.698-1.132zM14.75 19a.75.75 0 1 0 0 1.5h-2a.75.75 0 1 0 0 1.5h8.5a.75.75 0 0 0 0-1.5h-2a.75.75 0 0 0 0-1.5h-4.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})