@nant-design/nant-icons
Version:
10 lines (7 loc) • 401 B
JSX
import React from 'react';
export const BanOutline = (props) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<circle cx="256" cy="256" r="208" fill="none" stroke="currentColor" strokeMiterlimit="10" strokeWidth="32"/>
<path fill="none" stroke="currentColor" strokeMiterlimit="10" strokeWidth="32" d="m108.92 108.92 294.16 294.16"/>
</svg>;
};