@nant-design/nant-icons
Version:
8 lines (6 loc) • 371 B
JSX
import React from 'react';
export const WarningSharp = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M479 447.77 268.43 56.64a8 8 0 0 0-14.09 0L43.73 447.77a8 8 0 0 0 7.05 11.79H472a8 8 0 0 0 7-11.79Zm-197.62-36.29h-40v-40h40Zm-4-63.92h-32l-6-160h44Z"/>
</svg>;
};