UNPKG

@ricons/ionicons5

Version:

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

7 lines (6 loc) 1.41 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const React = require('react') exports.default = React.forwardRef(function MagnetSharp(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', { stroke: 'currentColor', 'stroke-linecap': 'square', 'stroke-miterlimit': '10', 'stroke-width': '32', d: 'M191.98 463.58v-48', fill: 'currentColor' }), React.createElement('path', { stroke: 'currentColor', 'stroke-linecap': 'square', 'stroke-miterlimit': '10', 'stroke-width': '32', d: 'M90.16 421.4l33.94-33.94', fill: 'currentColor' }), React.createElement('path', { stroke: 'currentColor', 'stroke-linecap': 'square', 'stroke-miterlimit': '10', 'stroke-width': '32', d: 'M47.98 319.58h48', fill: 'currentColor' }), React.createElement('path', { d: 'M422.2 89.82a144 144 0 0 0-203.71-.07l-67.88 67.88l67.88 67.89l67.88-67.89a48 48 0 0 1 68.46.59c18.3 18.92 17.48 49.24-1.14 67.86l-67.32 67.32l67.88 67.88l66.91-66.91c56.37-56.37 57.37-148.15 1.04-204.55z', fill: 'currentColor' }), React.createElement('path', { d: 'M82.718 225.517l45.255-45.254l67.883 67.882L150.6 293.4z', fill: 'currentColor' }), React.createElement('path', { d: 'M218.49 361.27l45.254-45.254l67.882 67.882l-45.255 45.255z', fill: 'currentColor' })) })