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.69 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: 'Gavel32Regular', 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: 'M18.778 3.628a3.5 3.5 0 0 0-5.346-.474L9.307 7.28a3.5 3.5 0 0 0 .675 5.476l2.955 1.773l-9.947 9.766a3.346 3.346 0 1 0 4.71 4.754l9.852-9.852l1.744 2.907a3.5 3.5 0 0 0 5.4.748l4.086-3.846a3.5 3.5 0 0 0-.285-5.338l-5.64-4.273a.998.998 0 0 1-.217-.225l-3.862-5.541zm-3.932.94a1.5 1.5 0 0 1 2.291.203l.69.989l-5.857 5.856l-.96-.576a1.5 1.5 0 0 1-.288-2.347l4.124-4.125zm-1.108 8.108l5.25-5.25l2.011 2.886a3 3 0 0 0 .65.676l2.531 1.918l-5.044 5.043l-1.52-2.535a3.002 3.002 0 0 0-1.03-1.029l-2.848-1.709zm6.459 7.041l5.592-5.592l1.5 1.136a1.5 1.5 0 0 1 .122 2.288l-4.086 3.845a1.5 1.5 0 0 1-2.314-.32l-.814-1.357zm-3.706-2.289L6.286 27.634a1.346 1.346 0 1 1-1.895-1.913l10.318-10.13l.848.51c.14.084.259.201.343.342l.591.985zM19 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 */ ) ]) ) ) } })