@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.69 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: 'Gavel24Regular',
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: 'M14.14 2.98a2.25 2.25 0 0 0-3.412-.268L7.264 6.177a2.25 2.25 0 0 0 .342 3.463l2.01 1.339l-6.873 6.743a2.51 2.51 0 1 0 3.532 3.565l6.872-6.872l1.216 1.91a2.25 2.25 0 0 0 3.49.384l3.436-3.436a2.25 2.25 0 0 0-.268-3.411l-3.888-2.828a.75.75 0 0 1-.166-.166L14.14 2.98zm-2.35.792a.75.75 0 0 1 1.136.09l.46.632L9.068 8.81l-.63-.42a.75.75 0 0 1-.114-1.154l3.465-3.465zM10.34 9.66l3.939-3.938l1.475 2.028c.139.19.306.358.496.497L18.21 9.67l-3.852 3.851l-1.054-1.657a2.25 2.25 0 0 0-.65-.664L10.34 9.66zm4.842 5.159l4.255-4.255l.702.51a.75.75 0 0 1 .09 1.138l-3.437 3.436a.75.75 0 0 1-1.163-.127l-.447-.702zm-2.86-1.7l-7.108 7.108a1.01 1.01 0 1 1-1.42-1.435l7.096-6.963l.93.62a.75.75 0 0 1 .217.222l.285.447zM14.75 19a.75.75 0 0 0 0 1.5h-2a.75.75 0 0 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 */
)
])
)
)
}
})