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.77 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'ChatSettings24Regular', 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: 'M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12a9.96 9.96 0 0 0 1.115 4.592l-1.068 3.823a1.25 1.25 0 0 0 1.54 1.54l3.826-1.067a9.96 9.96 0 0 0 5.368 1.082a6.518 6.518 0 0 1-1.051-1.474a8.449 8.449 0 0 1-3.863-1.066l-.27-.15l-3.986 1.111l1.113-3.984l-.151-.27A8.458 8.458 0 0 1 3.5 12a8.5 8.5 0 0 1 16.996-.27c.54.281 1.036.636 1.474 1.05c.02-.257.03-.517.03-.78zm-9.163 4.472a2 2 0 0 0 1.441-2.496l-.198-.687a5.28 5.28 0 0 1 1.483-.912l.499.524a2 2 0 0 0 2.899.001l.493-.518a5.28 5.28 0 0 1 1.484.921l-.186.631a2 2 0 0 0 1.45 2.51l.539.13a5.732 5.732 0 0 1 .006 1.808l-.584.144a2 2 0 0 0-1.44 2.496l.197.686c-.439.383-.939.693-1.483.913l-.498-.525a2 2 0 0 0-2.9 0l-.493.519a5.28 5.28 0 0 1-1.484-.922l.187-.631a2 2 0 0 0-1.45-2.51l-.54-.13a5.718 5.718 0 0 1-.006-1.808l.584-.144zM18.95 17.5c0-.828-.65-1.5-1.45-1.5c-.8 0-1.45.672-1.45 1.5S16.7 19 17.5 19c.8 0 1.45-.672 1.45-1.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })