UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 1.39 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var RobotSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 1.75a.544.544 0 1 0 0 1.088.544.544 0 0 0 0-1.088m.75 2.445a2.044 2.044 0 1 0-1.5 0V5.38H4.12A2.97 2.97 0 0 0 1.15 8.347v4.435A2.97 2.97 0 0 0 4.12 15.75h7.762a2.97 2.97 0 0 0 2.967-2.968V8.347a2.967 2.967 0 0 0-2.967-2.968H8.75zM4.12 6.88A1.47 1.47 0 0 0 2.65 8.347v4.435A1.47 1.47 0 0 0 4.12 14.25h7.762a1.47 1.47 0 0 0 1.467-1.468V8.347a1.47 1.47 0 0 0-1.467-1.468zm.983 1.826a1.027 1.027 0 1 1 1.452 1.453 1.027 1.027 0 0 1-1.452-1.453m4.342 0a1.027 1.027 0 1 1 1.452 1.453 1.027 1.027 0 0 1-1.452-1.453", clipRule: "evenodd" }), React.createElement("path", { fill: "currentColor", d: "M6.594 11.632a.75.75 0 0 0-1.05-.02c-.258.245-.297.792.038 1.127q.05.046.133.112c.112.087.27.195.477.3.416.21 1.016.404 1.808.404s1.392-.194 1.808-.405c.207-.104.365-.212.477-.299q.083-.066.134-.112c.32-.294.366-.815.036-1.126a.75.75 0 0 0-1.05.02l-.04.034a1.5 1.5 0 0 1-.235.145c-.222.113-.591.243-1.13.243s-.908-.13-1.13-.243a1.5 1.5 0 0 1-.275-.179" }))); }); RobotSIcon.displayName = 'RobotSIcon';