@raid-ui/icons
Version:
@raid-ui icon components
1 lines • 1 kB
JavaScript
function _extends(){return(_extends=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e}).apply(this,arguments)}import*as React from"react";import{Icon}from"./icon.js";const O=({strokeWidth:e,titleId:t,title:n})=>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":"Codepen-icon"},n?React.createElement("title",{id:t},n):null,React.createElement("path",{d:"M12 2l10 6.5v7L12 22 2 15.5v-7L12 2zM12 22v-6.5"}),React.createElement("path",{d:"M22 8.5l-10 7-10-7"}),React.createElement("path",{d:"M2 15.5l10-7 10 7M12 2v6.5"}));export const Codepen=e=>React.createElement(Icon,e,React.createElement(O,_extends({strokeWidth:e.strokeWidth,title:e.title,titleId:e.titleId},e)));Codepen.defaultProps={strokeWidth:2,title:"Codepen",titleId:"Codepen-icon"};