import React from 'react'; export const WarningTriangleIcon = ({ width = 22, height = 22, color = '#FDA92E', }) => ( );