@raid-ui/icons
Version:
@raid-ui icon components
1 lines • 1.11 kB
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":"Codesandbox-icon"},o?React.createElement("title",{id:t},o):null,React.createElement("path",{d:"M21 16V8a2 2 0 00-1-1.73l-7-4a2 2 0 00-2 0l-7 4A2 2 0 003 8v8a2 2 0 001 1.73l7 4a2 2 0 002 0l7-4A2 2 0 0021 16z"}),React.createElement("path",{d:"M7.5 4.21l4.5 2.6 4.5-2.6M7.5 19.79V14.6L3 12M21 12l-4.5 2.6v5.19M3.27 6.96L12 12.01l8.73-5.05M12 22.08V12"}));export const Codesandbox=e=>React.createElement(Icon,e,React.createElement(O,_extends({strokeWidth:e.strokeWidth,title:e.title,titleId:e.titleId},e)));Codesandbox.defaultProps={strokeWidth:2,title:"Codesandbox",titleId:"Codesandbox-icon"};