@nant-design/nant-icons
Version:
10 lines (7 loc) • 490 B
JSX
import React from 'react';
export const PulseOutline = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M48 320h64l64-256 64 384 64-224 32 96h64" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/>
<circle cx="432" cy="320" r="32" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/>
</svg>;
};