UNPKG

@ricons/ionicons5

Version:

React SVG icon components integrated from [`ionicons5`](https://ionicons.com/)

7 lines (6 loc) 1.27 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const React = require('react') exports.default = React.forwardRef(function WalkSharp(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: 'M315.09 481.38l-56.95-115.12l-45-57.56a73.11 73.11 0 0 1-10.16-37.17V142h15.73A40.36 40.36 0 0 1 259 182.32v162.52', stroke: 'currentColor', 'stroke-linecap': 'square', 'stroke-linejoin': 'round', 'stroke-width': '32', fill: 'currentColor' }), React.createElement('path', { fill: 'none', stroke: 'currentColor', 'stroke-linecap': 'square', 'stroke-linejoin': 'round', 'stroke-width': '32', d: 'M128.18 291.5v-74.77l64.95-65.1' }), React.createElement('path', { d: 'M376.35 295.73l-83.95-56.38v-44.68l104.68 72.95l-20.73 28.11z', fill: 'currentColor' }), React.createElement('path', { d: 'M175.13 498.58l-21.43-26.91l80.33-81.54l15.53 32.07l-74.43 76.38z', fill: 'currentColor' }), React.createElement('circle', { cx: '259.02', cy: '67.21', r: '37.38', stroke: 'currentColor', 'stroke-linecap': 'square', 'stroke-linejoin': 'round', 'stroke-width': '16', fill: 'currentColor' })) })