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.74 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'AnimalTurtle20Filled', 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-2.507 2.084c.653-.138 1.3-.323 1.936-.552l.435 1.055a.31.31 0 0 1-.287.429h-1.448a.31.31 0 0 1-.281-.179l-.354-.753zm-7.949-.556c.64.232 1.292.418 1.95.557l-.355.752a.31.31 0 0 1-.28.179H4.067a.31.31 0 0 1-.287-.429l.435-1.059zm-.246-2.524l-.338 1.116A2.056 2.056 0 0 1 3.046 10h.924z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })