@nant-design/nant-icons
Version:
14 lines (9 loc) • 458 B
JSX
import React from 'react';
export const CodeWorkingOutline = ({fill="currentColor",...other}) => {
return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}>
<circle cx="256" cy="256" r="26"/>
<circle cx="346" cy="256" r="26"/>
<circle cx="166" cy="256" r="26"/>
<path d="M160 368 32 256l128-112m192 224 128-112-128-112" fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/>
</svg>;
};