UNPKG

@raid-ui/icons

Version:
1 lines 977 B
function _extends(){return(_extends=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var r in a)Object.prototype.hasOwnProperty.call(a,r)&&(e[r]=a[r])}return e}).apply(this,arguments)}import*as React from"react";import{Icon}from"./icon.js";const O=({strokeWidth:e,titleId:t,title:a})=>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":"Repeat-icon"},a?React.createElement("title",{id:t},a):null,React.createElement("path",{d:"M17 1l4 4-4 4"}),React.createElement("path",{d:"M3 11V9a4 4 0 014-4h14M7 23l-4-4 4-4"}),React.createElement("path",{d:"M21 13v2a4 4 0 01-4 4H3"}));export const Repeat=e=>React.createElement(Icon,e,React.createElement(O,_extends({strokeWidth:e.strokeWidth,title:e.title,titleId:e.titleId},e)));Repeat.defaultProps={strokeWidth:2,title:"Repeat",titleId:"Repeat-icon"};