%= render_component_tag class: {
"icon-left": (icon_position == :left),
"icon-right": (icon_position == :right),
"theme-info": (theme == :info),
"theme-error": (theme == :error),
} do %>
<% if icon_name %>
<% if icon_name == :logo %>
<%= lookbook_render :logo, stroke: 1, size: 10 %>
<% else %>
<%= icon icon_name, stroke: 1, size: 10 %>
<% end %>
<% end %>
<% if title %>
<%= title %>
<% end %>
<%= lookbook_render :prose, size: :sm, content: content %>
<% end %>