UNPKG

@redocly/asyncapi-docs

Version:

Async API docs for Redocly Realm

11 lines (9 loc) 777 B
import{jsx as t,jsxs as s}from"react/jsx-runtime";import o from"styled-components";import{getCssColorVariable as c}from"@redocly/theme/core/utils";const e=i=>s("svg",Object.assign({viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i,{children:[s("g",{clipPath:"url(#clip0_10754_58823)",children:[t("path",{d:"M0 11H22",strokeLinecap:"round"}),t("circle",{cx:"4",cy:"11",r:"4"})]}),t("defs",{children:t("clipPath",{id:"clip0_10754_58823",children:t("rect",{width:"22",height:"22",fill:"white"})})})]})),h=o(e).attrs(()=>({"data-component-name":"icons/ListIcon/ListIcon"}))` path, circle { fill: ${({color:i})=>c(i)}; stroke: ${({color:i})=>c(i)}; } height: ${({size:i})=>i||"16px"}; width: ${({size:i})=>i||"16px"}; `;export{h as ListIcon};