UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

2 lines (1 loc) 639 B
import{styled as o}from"styled-components";import{ChatIcon as t}from"../../../../icons/chat/index.js";import{Typography as a}from"../../../typography/index.js";const i=o.div.withConfig({displayName:"styled__BookmarkCardChatStyled",componentId:"sc-1okhilk-0"})(["display:flex;align-items:center;gap:8px;"]),e=o(t).attrs({size:16}).withConfig({displayName:"styled__BookmarkCardChatIcon",componentId:"sc-1okhilk-1"})([""]),s=o(a).attrs({variant:"body-s-medium"}).withConfig({displayName:"styled__BookmarkCardChatName",componentId:"sc-1okhilk-2"})([""]);export{e as BookmarkCardChatIcon,s as BookmarkCardChatName,i as BookmarkCardChatStyled};