@ricons/ionicons5
Version:
React SVG icon components integrated from [`ionicons5`](https://ionicons.com/)
5 lines (4 loc) • 739 B
JavaScript
import * as React from 'react'
export default React.forwardRef(function CutSharp(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: 'M480 128h-48l-198.94 70.46l-59.13-31.59a72.16 72.16 0 1 0-25.69 41.47l52.2 31.72L192 277l-43.64 26.76a71.74 71.74 0 1 0 24.79 38L480 160zm-376.52 64a40 40 0 1 1 40-40a40 40 0 0 1-40 40zm0 208a40 40 0 1 1 40-40a40 40 0 0 1-40 40zm152-144a16 16 0 1 1 16-16a16 16 0 0 1-16 16z', fill: 'currentColor' }), React.createElement('path', { d: 'M343.79 259.87l-83.74 48.18L432 368h47.99l.01-32l-136.21-76.13z', fill: 'currentColor' }))
})