/
githubmirror
/
ydb-ui-components
Обзор
Документация
Войти
/
githubmirror
/
ydb-ui-components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components/icons/Topic.tsx
18 строк
545 B
Артём Муфазалов
feat: export icons (#100)
01 окт 2025, 11:26
Не верифицирован
01 окт 2025, 11:26
c75cbfe
Код
Авторство
О чём код?
import React from 'react'; export function TopicIcon(props: React.SVGProps<SVGSVGElement>) { return ( <svg xmlns="http://www.w3.org/2000/svg" height={16} width={16} viewBox="0 0 16 16" fill="currentColor" {...props} > <rect x="2" y="2.20001" width="9" height="2.5" rx="0.5" /> <rect x="5" y="6.70001" width="9" height="2.5" rx="0.5" /> <rect x="2" y="11.2" width="9" height="2.5" rx="0.5" /> </svg> ); }