src/components/Notification/icons/warningIcon.js
import React from 'react';
export default function WarningIcon() {
return (
<svg
fill="#ffffff"
width="16px"
height="16px"
viewBox="0 0 16 16"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlnsXlink="http://www.w3.org/1999/xlink"
>
<path d="M10.375,12.8125 C10.375,14.0186875 9.3936875,15 8.1875,15 C6.9813125,15 6,14.0186875 6,12.8125 C6,11.6063125 6.9813125,10.625 8.1875,10.625 C9.3936875,10.625 10.375,11.6063125 10.375,12.8125 Z M6.25320313,1.68903516 L6.62507812,9.12653516 C6.64255078,9.47579688 6.93080859,9.75 7.28050781,9.75 L9.09449219,9.75 C9.44419141,9.75 9.73244922,9.47579688 9.74992188,9.12653516 L10.1217969,1.68903516 C10.1405273,1.31417969 9.8416875,1 9.46636719,1 L6.90863281,1 C6.5333125,1 6.23447266,1.31417969 6.25320313,1.68903516 Z" />
</svg>
);
}