UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 2.39 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'AnimalDog24Regular', 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: 'M13.25 2h3.185c.509 0 1.007.141 1.44.408l2.768 1.703A.75.75 0 0 1 21 4.75v1.5a2.25 2.25 0 0 1-2.25 2.25h-.25v9.047c.997.134 1.695.555 2.095 1.275c.223.403.318.84.362 1.243c.043.391.043.8.043 1.16v.025a.75.75 0 0 1-.75.75H5.833a3.833 3.833 0 0 1-1.97-7.123a.75.75 0 0 1 .772 1.287A2.333 2.333 0 0 0 5.833 20.5c.319 0 .517-.083.649-.176c.139-.098.248-.238.331-.407a1.928 1.928 0 0 0 .187-.69v-.035l.004-.143a14.198 14.198 0 0 1 .26-2.187c.26-1.291.797-2.968 1.952-4.139c.848-.86 1.309-2.119 1.547-3.364C11 8.13 11 7.008 11 6.5V4.25A2.25 2.25 0 0 1 13.25 2zm-5.5 17.25l.75.026v.006l-.001.01l-.002.028a3.42 3.42 0 0 1-.05.38c-.039.213-.112.5-.25.8h7.25c-.09-.494-.34-1.006-1.013-1.32a1.74 1.74 0 0 0-.482-.132a4.694 4.694 0 0 0-.702-.055l-.283.004l-.141.002h-.06a.75.75 0 1 1-.028-1.499l.062-.001l.143-.002l.307-.004c.235 0 .495.016.75.047v-2.287a.75.75 0 0 1 1.5 0v2.804c1.065.682 1.374 1.703 1.463 2.443h2.524a4.9 4.9 0 0 0-.021-.27c-.033-.301-.094-.52-.183-.68c-.13-.234-.433-.55-1.533-.55a.75.75 0 0 1-.75-.75V7.75a.75.75 0 0 1 .75-.75h1a.75.75 0 0 0 .75-.75V5.17l-2.411-1.485a1.247 1.247 0 0 0-.654-.185h-3.186a.75.75 0 0 0-.749.75v2.232a.922.922 0 0 0 .205.554c.101.114.26.214.545.214c.287 0 .453-.101.556-.219A.882.882 0 0 0 14 6.45a.75.75 0 0 1 1.5 0c0 .554-.177 1.125-.566 1.569c-.4.457-.984.731-1.684.731c-.312 0-.599-.054-.855-.154a13.93 13.93 0 0 1-.158 1.045c-.262 1.366-.801 2.968-1.953 4.136c-.845.856-1.308 2.18-1.549 3.38a12.702 12.702 0 0 0-.235 2.06v.059l-.75-.026zm8.5 2.75v-.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })