@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.82 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'AnimalTurtle16Regular',
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: 'M7.343 3.988c-1.856 0-3.032 1.316-3.484 2.808l-.06.2H2.497a.5.5 0 0 0-.5.5c0 .685.19 1.328.522 1.813c.117.17.256.327.415.458l-.299.725a1.094 1.094 0 0 0 1.012 1.51H4.72c.424 0 .81-.244.99-.628l.304-.645a10.72 10.72 0 0 0 2.746 0l.303.645c.18.384.567.629.99.629h1.063a1.093 1.093 0 0 0 1.012-1.512l-.202-.49h.965c.617 0 1.112-.524 1.112-1.132v-.62c0-.94-.734-1.75-1.69-1.75h-1.464c-.534-1.385-1.793-2.51-3.506-2.51zm4.244 5.013L11.154 7.5h1.159c.357 0 .69.314.69.75v.62a.14.14 0 0 1-.041.097c-.028.028-.055.035-.071.035h-1.304zm-.655 1.214l.271.657a.094.094 0 0 1-.087.13h-1.062a.094.094 0 0 1-.086-.054l-.189-.401c.388-.089.773-.2 1.153-.332zm-5.937.332l-.19.401a.094.094 0 0 1-.085.055H3.647a.094.094 0 0 1-.087-.13l.272-.66c.383.134.771.245 1.163.335zM3.496 7.996l-.202.67a2.082 2.082 0 0 1-.25-.67h.452zm1.32-.91c.367-1.211 1.243-2.098 2.527-2.098c1.304 0 2.29.91 2.65 2.095l.63 2.181a9.754 9.754 0 0 1-6.467.003l.66-2.181z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})