UNPKG

ab-tests

Version:
21 lines (18 loc) 697 B
import React from 'react' function WarningIcon() { return ( <svg xmlns="http://www.w3.org/2000/svg" width="24" height="21" fill="none" viewBox="0 0 24 21" > <path fill="#fff" d="M23.23 17.607L13.617 1.256c-.719-1.258-2.56-1.258-3.324 0L.725 17.607c-.72 1.258.18 2.83 1.662 2.83h19.181c1.483 0 2.381-1.572 1.662-2.83zM10.922 6.422c0-.584.45-1.078 1.078-1.078.584 0 1.078.494 1.078 1.078v5.75c0 .629-.494 1.078-1.078 1.078-.629 0-1.078-.45-1.078-1.078v-5.75zM12 17.562c-.809 0-1.438-.628-1.438-1.392 0-.764.63-1.393 1.438-1.393a1.4 1.4 0 011.393 1.393A1.4 1.4 0 0112 17.562z" ></path> </svg> ) } export default WarningIcon