@nant-design/nant-icons
Version:
10 lines (7 loc) • 424 B
JSX
import React from 'react';
export const InvertModeOutline = ({fill="currentColor",...other}) => {
return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}>
<circle fill="none" stroke={fill} strokeMiterlimit="10" strokeWidth="32" cx="256" cy="256" r="208"/>
<path d="M256 176v160a80 80 0 0 1 0-160Zm0-128v128a80 80 0 0 1 0 160v128c114.88 0 208-93.12 208-208S370.88 48 256 48Z"/>
</svg>;
};