@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 1.48 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var RobotMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 3.568a.947.947 0 1 0 0 1.894.947.947 0 0 0 0-1.894m.75 3.277a2.447 2.447 0 1 0-1.5 0v1.951H6.91a3.66 3.66 0 0 0-3.66 3.66v5.817a3.66 3.66 0 0 0 3.66 3.66H17.09a3.66 3.66 0 0 0 3.659-3.66v-5.818a3.66 3.66 0 0 0-3.659-3.659h-4.34zm-5.84 3.451a2.16 2.16 0 0 0-2.16 2.16v5.817a2.16 2.16 0 0 0 2.16 2.16H17.09a2.16 2.16 0 0 0 2.159-2.16v-5.818a2.16 2.16 0 0 0-2.159-2.159zm1.455 2.794a1.114 1.114 0 1 1 1.574 1.576 1.114 1.114 0 0 1-1.574-1.576m5.696 0a1.114 1.114 0 1 1 1.575 1.576 1.114 1.114 0 0 1-1.575-1.576M9.999 16.94v-.001l-.003-.002-.002-.003-.003-.003.001.002z", clipRule: "evenodd" }),
React.createElement("path", { fill: "currentColor", d: "m9.996 16.936-.002-.003-.003-.003.001.002a.75.75 0 0 0-1.083 1.037c.061.065.124.122.238.21.136.106.33.239.587.368.515.262 1.267.505 2.266.505s1.751-.243 2.266-.505c.257-.13.451-.262.588-.368q.102-.081.16-.135c.404-.403.288-.907.046-1.135a.75.75 0 0 0-1.052.023l-.007.006q-.017.016-.068.057a2 2 0 0 1-.345.214c-.32.163-.842.343-1.588.343s-1.267-.18-1.588-.343a2.2 2.2 0 0 1-.416-.273" }))); });
RobotMIcon.displayName = 'RobotMIcon';