@ricons/ionicons5
Version:
React SVG icon components integrated from [`ionicons5`](https://ionicons.com/)
7 lines (6 loc) • 1.18 kB
JavaScript
'use strict'
Object.defineProperty(exports, '__esModule', { value: true })
const React = require('react')
exports.default = React.forwardRef(function PawSharp(props, ref) {
return React.createElement('svg', Object.assign({ xmlns: 'http://www.w3.org/2000/svg', xmlnsXlink: 'http://www.w3.org/1999/xlink', viewBox: '0 0 512 512' }, props, { ref: ref }), React.createElement('path', { d: 'M442.8 361.82c-8.8-25.1-29.31-37.82-49.11-50.12c-17.23-10.71-33.5-20.83-44.14-39c-29.33-50.33-45.44-80.7-93.49-80.7s-64.21 30.38-93.61 80.69c-10.65 18.21-27 28.35-44.25 39.08c-19.8 12.31-40.27 25-49.1 50.05a78.06 78.06 0 0 0-5.1 28.29C64 430.85 96.45 464 132.4 464s83.31-18.13 123.76-18.13S343.31 464 379.71 464S448 430.85 448 390.11a78.3 78.3 0 0 0-5.2-28.29z', fill: 'currentColor' }), React.createElement('ellipse', { cx: '72', cy: '216', rx: '56', ry: '72', fill: 'currentColor' }), React.createElement('ellipse', { cx: '184', cy: '120', rx: '56', ry: '72', fill: 'currentColor' }), React.createElement('ellipse', { cx: '328', cy: '120', rx: '56', ry: '72', fill: 'currentColor' }), React.createElement('ellipse', { cx: '440', cy: '216', rx: '56', ry: '72', fill: 'currentColor' }))
})