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.78 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'AnimalTurtle28Filled', 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: 'M12.72 5c-2.165 0-3.708.656-4.817 1.76c-1.08 1.078-1.676 2.514-2.105 3.932l-.698 2.31H2.752a.75.75 0 0 0-.75.75c0 1.343.764 2.483 1.873 3.1l-.589 1.432A1.968 1.968 0 0 0 5.104 21h2.194c.762 0 1.454-.441 1.778-1.13l.707-1.504c1.97.273 3.968.276 5.939.01l.702 1.493A1.965 1.965 0 0 0 18.202 21h2.172a1.965 1.965 0 0 0 1.818-2.716l-.529-1.284H24c1.013 0 2-.783 2-1.886V14c0-1.705-1.48-2.997-3.182-2.997H19.87l-.094-.31c-.433-1.432-1.063-2.866-2.178-3.94C16.457 5.654 14.887 5 12.72 5zm8.51 10.5l-.907-2.998h2.495c.985 0 1.682.728 1.682 1.497v1.114c0 .136-.17.386-.5.386h-2.77zm-3.974 2.613a21.913 21.913 0 0 0 2.907-.819l.642 1.56a.468.468 0 0 1-.43.646h-2.173a.465.465 0 0 1-.42-.268l-.526-1.12zM5.53 17.336c.893.314 1.802.568 2.72.762l-.532 1.134a.465.465 0 0 1-.421.268H5.104a.468.468 0 0 1-.43-.645l.632-1.54c.074.01.15.016.225.021zm-.884-2.835l-.272.897a2.14 2.14 0 0 1-.72-.897h.992z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })