@nant-design/nant-icons
Version:
8 lines (6 loc) • 416 B
JSX
import React from 'react';
export const RecordingSharp = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M384 138a117.93 117.93 0 0 0-91.84 192h-72.32A118 118 0 1 0 128 374h256a118 118 0 0 0 0-236ZM54 256a74 74 0 1 1 74 74 74.09 74.09 0 0 1-74-74Zm330 74a74 74 0 1 1 74-74 74.09 74.09 0 0 1-74 74Z"/>
</svg>;
};