@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.93 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'AnimalTurtle20Regular',
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: 'M9.103 4.002c-1.476 0-2.499.55-3.215 1.378c-.694.802-1.076 1.838-1.358 2.769L4.272 9H2.5a.5.5 0 0 0-.5.5c0 1.076.497 2.102 1.297 2.63l-.441 1.072a1.31 1.31 0 0 0 1.212 1.81H5.53c.508 0 .97-.294 1.186-.753l.47-1c1.314.182 2.645.182 3.959 0l.47 1c.216.46.678.753 1.186.753h1.448a1.31 1.31 0 0 0 1.212-1.81l-.498-1.206h1.703c.675 0 1.334-.521 1.334-1.257V10c0-1.137-.988-1.996-2.121-1.996h-2.075c-.286-.907-.706-1.876-1.408-2.636c-.758-.819-1.818-1.365-3.293-1.365zm5.569 6.995l-.576-1.994h1.783c.657 0 1.121.485 1.121.996v.741c0 .09-.113.257-.334.257h-1.994zm-.571 1.532l.435 1.055a.31.31 0 0 1-.287.429h-1.448a.31.31 0 0 1-.281-.179l-.354-.753c.652-.138 1.299-.323 1.935-.552zm-7.936.553l-.354.752a.31.31 0 0 1-.28.179H4.067a.311.311 0 0 1-.287-.429l.435-1.059c.64.232 1.292.418 1.95.557zm-2.533-1.965A2.056 2.056 0 0 1 3.046 10h.924l-.338 1.116zm1.856-2.678c.275-.912.609-1.772 1.156-2.405c.525-.607 1.27-1.032 2.46-1.032c1.193 0 1.988.428 2.558 1.044c.586.635.958 1.495 1.23 2.39l.906 3.139a13.483 13.483 0 0 1-9.26.003l.95-3.14z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})