UNPKG

@nant-design/nant-icons

Version:

10 lines (7 loc) 552 B
import React from 'react'; export const CutSharp = ({fill="currentColor",...other}) => { return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}> <path d="M480 128h-48l-198.94 70.46-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-40 40 40 0 0 1-40 40Zm0 208a40 40 0 1 1 40-40 40 40 0 0 1-40 40Zm152-144a16 16 0 1 1 16-16 16 16 0 0 1-16 16Z"/> <path d="m343.79 259.87-83.74 48.18L432 368h47.99l.01-32-136.21-76.13z"/> </svg>; };