UNPKG

@raid-ui/icons

Version:
1 lines 884 B
function _extends(){return(_extends=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(t[o]=i[o])}return t}).apply(this,arguments)}import*as React from"react";import{Icon}from"./icon.js";const O=({strokeWidth:t,titleId:e,title:i})=>React.createElement("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:t,strokeLinecap:"round",strokeLinejoin:"round",width:"100%",height:"100%",focusable:!1,"aria-labelledby":"Navigation2-icon"},i?React.createElement("title",{id:e},i):null,React.createElement("path",{d:"M12 2l7 19-7-4-7 4 7-19z"}));export const Navigation2=t=>React.createElement(Icon,t,React.createElement(O,_extends({strokeWidth:t.strokeWidth,title:t.title,titleId:t.titleId},t)));Navigation2.defaultProps={strokeWidth:2,title:"Navigation2",titleId:"Navigation2-icon"};