UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.4 kB
'use strict' 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'Gavel32Filled', 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: 'M13.431 3.154a3.5 3.5 0 0 1 5.347.474l.484.695l-8.75 8.75l-.531-.318a3.5 3.5 0 0 1-.674-5.476l4.124-4.125zm-1.151 10.98l3.277 1.966c.14.085.258.202.343.343l1.778 2.964l7.93-7.929l-2.752-2.084a1 1 0 0 1-.217-.225L20.424 5.99l-8.144 8.144zm7.016 7.969l-.557-.928l8.478-8.478l1.28.97a3.5 3.5 0 0 1 .284 5.338l-4.085 3.846a3.5 3.5 0 0 1-5.4-.748zm-6.948-5.596l-8.657 8.5a2.346 2.346 0 1 0 3.303 3.334l8.57-8.57l-1.25-2.085l-1.966-1.179zM19 26a1 1 0 1 0 0 2h-2a1 1 0 1 0 0 2h11.333a1 1 0 1 0 0-2H26a1 1 0 1 0 0-2h-7z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })