src/components/Icons/top-news.tsx (16 lines of code) (raw):

import React from 'react'; export function TopNewsIcon() { return ( <svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect width="20" height="20" transform="translate(0 0.5)" fill="white" /> <path d="M10 2.375C9.65482 2.375 9.375 2.65482 9.375 3V3.65586C6.21667 3.96944 3.75 6.63416 3.75 9.875V15.375H2.5C2.15482 15.375 1.875 15.6549 1.875 16C1.875 16.3452 2.15482 16.625 2.5 16.625H17.5C17.8452 16.625 18.125 16.3452 18.125 16C18.125 15.6549 17.8452 15.375 17.5 15.375H16.25V9.875C16.25 6.63416 13.7833 3.96944 10.625 3.65586V3C10.625 2.65482 10.3452 2.375 10 2.375ZM10 4.875C12.7614 4.875 15 7.11358 15 9.875V15.375H5V9.875C5 7.11358 7.23858 4.875 10 4.875Z" fill="#56637A" /> <path d="M7.61925 18.625C7.61925 18.2798 7.89907 18 8.24425 18H11.9942C12.3394 18 12.6192 18.2798 12.6192 18.625C12.6192 18.9702 12.3394 19.25 11.9942 19.25H8.24425C7.89907 19.25 7.61925 18.9702 7.61925 18.625Z" fill="#56637A" /> </svg> ); }