@nant-design/nant-icons
Version:
16 lines (10 loc) • 1 kB
JSX
import React from 'react';
export const CutOutline = ({fill="currentColor",...other}) => {
return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}>
<circle cx="104" cy="152" r="56" fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/>
<circle cx="104" cy="360" r="56" fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/>
<path d="m157 175-11 15 37 15s3.46-6.42 7-10Z" fill="none" stroke={fill} strokeLinecap="square" strokeMiterlimit="10" strokeWidth="32"/>
<path d="M154.17 334.43 460 162c-2.5-6.7-28-12-64-4-29.12 6.47-121.16 29.05-159.16 56.05C205.85 236.06 227 272 192 298c-25.61 19-44.43 22.82-44.43 22.82Zm190.3-56.19L295 306.67c14.23 6.74 65.54 33.27 117 36.33 14.92.89 30 .39 39-6Z" fill="none" stroke={fill} strokeLinecap="round" strokeMiterlimit="10" strokeWidth="32"/>
<circle cx="256" cy="240" r="32" fill="none" stroke={fill} strokeMiterlimit="10" strokeWidth="32"/>
</svg>;
};