@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
17 lines (15 loc) • 1.89 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const GroupAddFilled = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 32 32",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
fill: "currentColor"
}, /*#__PURE__*/ React.createElement("path", {
d: "M7.2 11C9.41 11 11.2 9.21 11.2 7C11.2 4.79 9.41 3 7.2 3C4.99 3 3.2 4.79 3.2 7C3.2 9.21 4.99 11 7.2 11ZM25.6 11C27.81 11 29.6 9.21 29.6 7C29.6 4.79 27.81 3 25.6 3C23.39 3 21.6 4.79 21.6 7C21.6 9.21 23.39 11 25.6 11ZM0 17.935C0 18.52 0.48 19 1.065 19H11.735C11.745 19 11.755 19 11.77 19C10.44 17.825 9.605 16.11 9.605 14.2C9.605 13.82 9.64 13.45 9.7 13.085C9.02 12.77 8.265 12.6 7.47 12.6H5.335C2.39 12.6 0 14.99 0 17.935ZM20.265 19H24.135C24.465 18.07 25.355 17.4 26.4 17.4H28C29.045 17.4 29.935 18.07 30.265 19H30.935C31.525 19 32 18.52 32 17.935C32 14.99 29.61 12.6 26.665 12.6H24.535C23.74 12.6 22.985 12.775 22.305 13.085C22.37 13.445 22.4 13.82 22.4 14.2C22.4 16.11 21.56 17.825 20.235 19C20.245 19 20.255 19 20.27 19H20.265ZM20.8 23C20.8 22.27 21.125 21.615 21.645 21.175C20.815 20.805 19.9 20.6 18.935 20.6H13.065C9.385 20.6 6.4 23.585 6.4 27.265C6.4 28 6.995 28.6 7.735 28.6H24.135C24.045 28.35 24 28.08 24 27.8V27H23.2C21.875 27 20.8 25.925 20.8 24.6V23ZM20.8 14.2C20.8 11.55 18.65 9.4 16 9.4C13.35 9.4 11.2 11.55 11.2 14.2C11.2 16.85 13.35 19 16 19C18.65 19 20.8 16.85 20.8 14.2ZM25.6 19.8V22.2H23.2C22.76 22.2 22.4 22.56 22.4 23V24.6C22.4 25.04 22.76 25.4 23.2 25.4H25.6V27.8C25.6 28.24 25.96 28.6 26.4 28.6H28C28.44 28.6 28.8 28.24 28.8 27.8V25.4H31.2C31.64 25.4 32 25.04 32 24.6V23C32 22.56 31.64 22.2 31.2 22.2H28.8V19.8C28.8 19.36 28.44 19 28 19H26.4C25.96 19 25.6 19.36 25.6 19.8Z"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(GroupAddFilled);
export default ForwardRef;