UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

32 lines • 2.66 kB
import React, { forwardRef, memo } from "react"; import { AccessibleIcon } from "../accessible-icon"; import { StyledSvg, StyledPath } from "../styles"; import { jsx as _jsx } from "react/jsx-runtime"; const StyledUserRobotSolid = ({ label, color = "#000000", className = "", css = {}, viewBox = "0 0 24 24" }, ref) => { return /*#__PURE__*/_jsx(AccessibleIcon, { label: label, children: /*#__PURE__*/_jsx(StyledSvg, { className: className, css: css, viewBox: viewBox, xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", ref: ref, children: /*#__PURE__*/_jsx(StyledPath, { css: { fill: `${color}` }, d: "M12.5 0C12.9125 0 13.25 0.335812 13.25 0.75V3H16.25C17.9047 3 19.25 4.34297 19.25 6V12C19.25 13.6547 17.9047 15 16.25 15H8.75C7.09531 15 5.75 13.6547 5.75 12V6C5.75 4.34297 7.09531 3 8.75 3H11.75V0.75C11.75 0.335812 12.0875 0 12.5 0ZM9.5 9C10.3297 9 11 8.32969 11 7.5C11 6.67031 10.3297 6 9.5 6C8.67031 6 8 6.67031 8 7.5C8 8.32969 8.67031 9 9.5 9ZM15.5 6C14.6703 6 14 6.67031 14 7.5C14 8.32969 14.6703 9 15.5 9C16.3297 9 17 8.32969 17 7.5C17 6.67031 16.3297 6 15.5 6ZM9.5 11.25C9.0875 11.25 8.75 11.5875 8.75 12C8.75 12.4125 9.0875 12.75 9.5 12.75C9.9125 12.75 10.25 12.4125 10.25 12C10.25 11.5875 9.9125 11.25 9.5 11.25ZM12.5 12.75C12.9125 12.75 13.25 12.4125 13.25 12C13.25 11.5875 12.9125 11.25 12.5 11.25C12.0875 11.25 11.75 11.5875 11.75 12C11.75 12.4125 12.0875 12.75 12.5 12.75ZM15.5 11.25C15.0875 11.25 14.75 11.5875 14.75 12C14.75 12.4125 15.0875 12.75 15.5 12.75C15.9125 12.75 16.25 12.4125 16.25 12C16.25 11.5875 15.9125 11.25 15.5 11.25ZM2.75 6.75C2.75 6.3375 3.08562 6 3.5 6C3.91438 6 4.25 6.3375 4.25 6.75V11.25C4.25 11.6625 3.91438 12 3.5 12C3.08562 12 2.75 11.6625 2.75 11.25V6.75ZM21.5 6C21.9125 6 22.25 6.3375 22.25 6.75V11.25C22.25 11.6625 21.9125 12 21.5 12C21.0875 12 20.75 11.6625 20.75 11.25V6.75C20.75 6.3375 21.0875 6 21.5 6ZM18.5 16.5C20.9844 16.5 23 18.4734 23 21V22.5C23 23.3297 22.3297 24 21.5 24H18.5V21C18.5 20.1703 17.8297 19.5 17 19.5H8C7.17031 19.5 6.5 20.1703 6.5 21V24H3.5C2.67172 24 2 23.3297 2 22.5V21C2 18.4734 4.01469 16.5 6.5 16.5H18.5ZM10.25 24H8.75V21.75C8.75 21.3375 9.0875 21 9.5 21C9.9125 21 10.25 21.3375 10.25 21.75V24ZM12.5 21C12.9125 21 13.25 21.3375 13.25 21.75V24H11.75V21.75C11.75 21.3375 12.0875 21 12.5 21ZM16.25 24H14.75V21.75C14.75 21.3375 15.0875 21 15.5 21C15.9125 21 16.25 21.3375 16.25 21.75V24Z" }) }) }); }; const ForwardRef = /*#__PURE__*/forwardRef(StyledUserRobotSolid); const UserRobotSolid = /*#__PURE__*/memo(ForwardRef); export default UserRobotSolid;