@raid-ui/icons
Version:
@raid-ui icon components
1 lines • 951 B
JavaScript
function _extends(){return(_extends=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e}).apply(this,arguments)}import*as React from"react";import{Icon}from"./icon.js";const O=({strokeWidth:e,titleId:t,title:r})=>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":"ArrowLeftCircle-icon"},r?React.createElement("title",{id:t},r):null,React.createElement("circle",{cx:12,cy:12,r:10}),React.createElement("path",{d:"M12 8l-4 4 4 4M16 12H8"}));export const ArrowLeftCircle=e=>React.createElement(Icon,e,React.createElement(O,_extends({strokeWidth:e.strokeWidth,title:e.title,titleId:e.titleId},e)));ArrowLeftCircle.defaultProps={strokeWidth:2,title:"ArrowLeftCircle",titleId:"ArrowLeftCircle-icon"};