@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
32 lines • 3.52 kB
JavaScript
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 StyledUsersGearSolid = ({
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: "M19.2 8C20.8568 8 22.2 6.65675 22.2 5C22.2 3.34325 20.8575 2 19.2 2C17.5433 2 16.2 3.34325 16.2 5C16.2 6.65675 17.5425 8 19.2 8ZM4.8 8C6.45675 8 7.8 6.65675 7.8 5C7.8 3.34325 6.4575 2 4.8 2C3.14325 2 1.8 3.34325 1.8 5C1.8 6.65675 3.14325 8 4.8 8ZM11.9963 14C14.1491 14 15.8625 12.254 15.8625 10.1C15.8625 7.946 14.1173 6.2 11.9963 6.2C9.84338 6.2 8.13 7.946 8.13 10.1C8.09625 12.2525 9.84375 14 11.9963 14ZM13.8 17C13.8 16.3741 13.9274 15.7828 14.1232 15.224C14.0363 15.2188 13.9575 15.2 13.8713 15.2H10.1288C7.185 15.2 4.8 17.4388 4.8 20.1987C4.8 20.7537 5.27625 21.2 5.865 21.2H15.8438C14.6063 20.21 13.8 18.7063 13.8 17ZM6.89625 10.1C6.89625 9.89566 6.93309 9.70138 6.95659 9.50338C6.5475 9.27875 6.0975 9.2 5.62125 9.2H3.303C1.479 9.2 0 10.7675 0 12.6987C0 13.085 0.295763 13.4 0.66075 13.4H8.142C7.37625 12.5075 6.89625 11.3638 6.89625 10.1ZM20.6963 9.2H18.3773C17.8973 9.2 17.4443 9.31389 17.0325 9.509C17.055 9.70625 17.0925 9.8975 17.0925 10.1C17.0925 10.9051 16.8816 11.6518 16.5431 12.3253C17.3325 11.8775 18.2288 11.6 19.2 11.6C20.793 11.6 22.2101 12.3028 23.1975 13.4H23.3384C23.7038 13.4 24 13.085 24 12.6987C24 10.7675 22.5225 9.2 20.6963 9.2ZM23.1787 15.7513C22.9903 15.1509 22.6691 14.603 22.2506 14.1496C22.1878 14.0798 22.0831 14.0624 21.9994 14.1113L21.2805 14.5264C20.9769 14.2681 20.628 14.0659 20.2512 13.9331V13.0663C20.2512 12.972 20.1814 12.8883 20.0906 12.8708C19.4696 12.7312 18.8344 12.7347 18.2411 12.8708C18.1838 12.92 18.1163 13.0063 18.1163 13.0663V13.9003C17.7394 14.0329 17.3903 14.2352 17.0869 14.4935L16.3646 14.0784C16.2844 14.0295 16.1797 14.047 16.1135 14.1167C15.6946 14.5705 15.3736 15.1184 15.1887 15.7184C15.1608 15.8126 15.1992 15.9102 15.2795 15.9556L15.9984 16.3745C15.9286 16.7652 15.9286 17.1698 15.9984 17.561L15.2795 17.9798C15.1957 18.0252 15.1608 18.1229 15.1887 18.2171C15.3737 18.8175 15.6946 19.3616 16.1135 19.8188C16.1797 19.8886 16.281 19.9061 16.3646 19.8572L17.0869 19.4421C17.3904 19.7003 17.7394 19.9026 18.1163 20.0353V20.8693C18.1163 20.9636 18.1826 21.0473 18.2733 21.0647C18.8981 21.2044 19.5296 21.2008 20.1228 21.0647C20.2136 21.0473 20.2833 20.9636 20.2833 20.8693V20.0353C20.6602 19.9028 21.0093 19.7004 21.3127 19.4421L22.0316 19.8572C22.1119 19.9061 22.22 19.8886 22.2828 19.8188C22.7017 19.365 23.0227 18.8175 23.2109 18.2171C23.2388 18.1229 23.2005 18.0252 23.1167 17.9798L22.3979 17.561C22.4711 17.1702 22.4711 16.7652 22.3979 16.3745L23.1167 15.9556C23.2013 15.9425 23.2388 15.845 23.1787 15.7513ZM19.2 18.2C18.5374 18.2 18 17.6626 18 17C18 16.3374 18.5374 15.8 19.2 15.8C19.8626 15.8 20.4 16.3374 20.4 17C20.4 17.6638 19.8638 18.2 19.2 18.2Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/forwardRef(StyledUsersGearSolid);
const UsersGearSolid = /*#__PURE__*/memo(ForwardRef);
export default UsersGearSolid;