@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.75 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: 'EditSettings24Filled',
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.94 5L19 10.06l-.613.615a6.5 6.5 0 0 0-8.712 8.712l-.613.612a2.25 2.25 0 0 1-.999.58l-5.116 1.395a.75.75 0 0 1-.92-.921l1.395-5.116a2.25 2.25 0 0 1 .58-.999L13.938 5zm1.56 6c.293 0 .58.025.86.072l.174.716a2 2 0 0 0 2.413 1.475l.098-.026l.601-.179c.363.467.653.997.854 1.57l-.447.431a2 2 0 0 0-.17 2.699l.142.157l.475.457c-.2.573-.49 1.102-.853 1.57l-.602-.179a2 2 0 0 0-2.485 1.352l-.026.098l-.173.716a5.18 5.18 0 0 1-1.723 0l-.172-.716a2 2 0 0 0-2.413-1.476l-.098.026l-.602.178a5.549 5.549 0 0 1-.853-1.57l.447-.43a2 2 0 0 0 .055-2.827l-.055-.055l-.447-.43c.2-.574.49-1.103.853-1.57l.602.178a2 2 0 0 0 2.485-1.351l.026-.098l.172-.716c.28-.047.569-.072.862-.072zm0 4c-.8 0-1.45.672-1.45 1.5c0 .829.65 1.5 1.45 1.5c.8 0 1.45-.671 1.45-1.5c0-.828-.65-1.5-1.45-1.5zm5.53-12.03a3.578 3.578 0 0 1 0 5.06l-.97.97L15 3.94l.97-.97a3.578 3.578 0 0 1 5.06 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})