UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

12 lines (10 loc) 793 B
import{jsx as t,jsxs as o}from"react/jsx-runtime";import{getCssColorVariable as r}from"@redocly/theme";import{styled as e}from"../../styled-components.js";const c=i=>o("svg",{viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",...i,children:[o("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"})})})]}),d=e(c).attrs({"data-component-name":"icons/FolderAddIcon/FolderAddIcon"})` path, circle { fill: ${({color:i})=>r(i)}; stroke: ${({color:i})=>r(i)}; } height: ${({size:i})=>i||"16px"}; width: ${({size:i})=>i||"16px"}; flex-shrink: 0; `;export{d as ListIcon};