@nant-design/nant-icons
Version:
10 lines (7 loc) • 382 B
JSX
import React from 'react';
export const Ban = (props) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<circle fill="none" stroke="currentColor" strokeMiterlimit="10" strokeWidth="48" cx="256" cy="256" r="200"/>
<path stroke="currentColor" strokeMiterlimit="10" strokeWidth="48" d="m114.58 114.58 282.84 282.84"/>
</svg>;
};