@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 3.17 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Dentist28Regular',
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.526 7.209a.75.75 0 0 0 0 1.5c.458 0 .841.135 1.12.383c.274.243.518.659.583 1.357a.75.75 0 0 0 1.494-.14c-.095-1.002-.471-1.797-1.08-2.338c-.603-.537-1.365-.762-2.117-.762zm-6.17-2.565c-1.439-1.157-3.034-1.402-4.464-1.123c-1.406.275-2.65 1.053-3.477 1.949l-.002.002c-.927 1.011-1.836 2.275-1.906 4.145c-.043.931.084 2.278.812 3.282l.002.002c.781 1.07 1.235 1.706 1.46 2.324c.25.685.255 1.369.263 2.334l.002.205c.006.994.216 2.357.72 3.596c.5 1.224 1.347 2.47 2.718 2.981l.035.013l.036.01c.807.212 1.552.134 2.113-.39c.495-.465.702-1.157.818-1.782c.107-.575.16-1.243.212-1.9l.02-.25c.062-.758.133-1.515.282-2.229c.42-1.972 1.006-2.327 1.286-2.412c.677-.174 1.102-.085 1.39.079c.306.175.575.502.798 1.013c.46 1.051.592 2.536.705 3.879c.112 1.336.394 2.543.928 3.314c.276.4.667.748 1.194.861c.532.115 1.05-.042 1.51-.337c1.7-1.086 2.684-3.336 2.952-6.325c.128-1.423.275-2.08.496-2.614c.113-.273.253-.532.447-.866l.186-.319c.156-.263.338-.572.538-.93c.38-.677.994-1.9 1.064-3.33c.073-1.484-.445-3.125-2.195-4.55c-1.68-1.365-3.243-1.86-4.637-1.786c-1.381.073-2.485.702-3.274 1.38l-.021.017l-.02.02c-.766.761-1.126.902-1.363.892c-.268-.011-.697-.22-1.564-1.098l-.03-.03l-.034-.027zm-8.35 5.032c.05-1.347.68-2.282 1.512-3.19c.633-.684 1.599-1.285 2.662-1.493c1.03-.2 2.152-.036 3.204.795c.247.248.49.478.734.68c.58.48 1.164.803 1.803.83c.732.03 1.364-.33 1.96-.84c.17-.145.337-.303.503-.467c.619-.526 1.413-.953 2.358-1.004c.867-.046 1.956.22 3.258 1.18c.116.085.234.177.353.274c1.37 1.115 1.693 2.29 1.643 3.31c-.053 1.074-.523 2.046-.874 2.67v.002c-.193.344-.359.625-.51.882l-.204.347c-.203.35-.383.678-.535 1.046c-.31.748-.472 1.587-.604 3.053c-.252 2.811-1.147 4.481-2.266 5.195l-.002.002c-.24.154-.355.14-.384.133c-.035-.007-.136-.044-.277-.248c-.301-.436-.56-1.314-.666-2.587l-.007-.079c-.106-1.26-.25-2.976-.819-4.275c-.296-.678-.74-1.323-1.43-1.715c-.705-.402-1.554-.476-2.521-.224l-.01.002l-.01.003c-1.103.32-1.888 1.398-2.345 3.545v.002c-.17.816-.247 1.657-.309 2.415l-.02.249c-.054.673-.1 1.257-.192 1.749c-.106.573-.246.845-.368.96c-.056.052-.196.162-.669.045c-.782-.308-1.393-1.086-1.818-2.129a8.698 8.698 0 0 1-.61-3.04v-.003l-.002-.255c-.006-.905-.012-1.846-.353-2.785c-.31-.85-.904-1.662-1.629-2.653l-.029-.04c-.431-.596-.565-1.527-.528-2.335v-.007zM22 6.166l.353.275z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})