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.76 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: 'AnimalDog20Filled', 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 2c-.33 0-.814.095-1.23.394c-.44.318-.77.843-.77 1.606v1.253c0 .128.043.332.156.489c.094.131.256.26.593.26c.337 0 .499-.129.593-.26a.897.897 0 0 0 .156-.489a.5.5 0 1 1 1 0c0 .289-.082.71-.344 1.073c-.28.39-.742.676-1.405.676c-.32 0-.595-.067-.824-.18c-.143 1.112-.56 2.606-1.779 3.824c-1.086 1.087-1.619 2.433-1.881 3.483a9.33 9.33 0 0 0-.26 1.716a4.686 4.686 0 0 0-.004.11v.031l-.001.01V16c0 .005 0 .015-.002.029a1.344 1.344 0 0 1-.133.498a.817.817 0 0 1-.275.323c-.12.08-.302.15-.59.15a2 2 0 0 1-1.2-3.6a.5.5 0 1 0-.601-.8A3 3 0 0 0 5 18h8v-.5c0-.405-.188-1.046-.733-1.332A1.618 1.618 0 0 0 11.5 16h-1a.5.5 0 0 1 0-1h1c.176 0 .342.014.5.04V12.5a.5.5 0 0 1 1 0v2.948c.79.57 1 1.518 1 2.052v.5h2.5a.5.5 0 0 0 .5-.5c0-.87-.296-1.523-.805-1.947A2.427 2.427 0 0 0 15 15.038V7h.5A1.5 1.5 0 0 0 17 5.5V4.283a1 1 0 0 0-.485-.857l-1.783-1.07A2.5 2.5 0 0 0 13.446 2H12z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })