@nant-design/nant-icons
Version:
8 lines (6 loc) • 444 B
JSX
import React from 'react';
export const MailOpenSharp = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M471.05 168.36 263.24 65.69a16.37 16.37 0 0 0-14.48 0L41 168.36a16 16 0 0 0-9 14.31V432a16.09 16.09 0 0 0 16.19 16h415.62A16.09 16.09 0 0 0 480 432V182.67a16 16 0 0 0-8.95-14.31ZM256 97.89l173 85.44-175.7 86.78-173-85.44Z"/>
</svg>;
};