src/components/Icons/release-note.tsx (10 lines of code) (raw):

import React from 'react'; export function ReleaseNoteIcon() { return ( <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect width="20" height="20" fill="white" /> <path d="M7.37354 9.53882V17.0306C7.37568 17.0323 7.37851 17.0341 7.38192 17.0355C7.38551 17.037 7.3914 17.0388 7.40149 17.0388H12.455C12.4651 17.0388 12.471 17.037 12.4746 17.0355C12.478 17.0341 12.4808 17.0323 12.4829 17.0306V9.53882L16.5657 9.53882L9.99998 3.23295L3.43431 9.53882H7.37354ZM18.5759 9.73636C18.9585 10.1355 18.6691 10.7888 18.1098 10.7888L13.7329 10.7888V17.0388C13.7329 17.7292 13.1608 18.2888 12.455 18.2888H7.40149C6.6957 18.2888 6.12354 17.7292 6.12354 17.0388V10.7888H1.89025C1.33086 10.7888 1.0415 10.1355 1.42409 9.73636L9.53382 1.94752C9.78627 1.68414 10.2137 1.68414 10.4661 1.94752L18.5759 9.73636Z" fill="#4C576C" /> </svg> ); }