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