@raid-ui/icons
Version:
@raid-ui icon components
1 lines • 890 B
JavaScript
function _extends(){return(_extends=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var n in o)Object.prototype.hasOwnProperty.call(o,n)&&(e[n]=o[n])}return e}).apply(this,arguments)}import*as React from"react";import{Icon}from"./icon.js";const O=({strokeWidth:e,titleId:t,title:o})=>React.createElement("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:e,strokeLinecap:"round",strokeLinejoin:"round",width:"100%",height:"100%",focusable:!1,"aria-labelledby":"ChevronsDown-icon"},o?React.createElement("title",{id:t},o):null,React.createElement("path",{d:"M7 13l5 5 5-5M7 6l5 5 5-5"}));export const ChevronsDown=e=>React.createElement(Icon,e,React.createElement(O,_extends({strokeWidth:e.strokeWidth,title:e.title,titleId:e.titleId},e)));ChevronsDown.defaultProps={strokeWidth:2,title:"ChevronsDown",titleId:"ChevronsDown-icon"};