@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
36 lines (34 loc) • 1.73 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const Figma = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 24 24",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
clipPath: "url(#clip0_10530_97445)"
}, /*#__PURE__*/ React.createElement("path", {
d: "M8.00006 24C10.2081 24 12.0001 22.208 12.0001 20V15.9999H8.00006C5.79205 15.9999 4 17.792 4 20C4 22.208 5.79205 24 8.00006 24Z",
fill: "#0ACF83"
}), /*#__PURE__*/ React.createElement("path", {
d: "M4 12C4 9.79197 5.79205 7.99994 8.00006 7.99994H12.0001V15.9999H8.00006C5.79205 16 4 14.208 4 12Z",
fill: "#A259FF"
}), /*#__PURE__*/ React.createElement("path", {
d: "M4 4.00003C4 1.79203 5.79205 0 8.00006 0H12.0001V7.99997H8.00006C5.79205 7.99997 4 6.20803 4 4.00003Z",
fill: "#F24E1E"
}), /*#__PURE__*/ React.createElement("path", {
d: "M12 0H16.0001C18.2081 0 20.0001 1.79203 20.0001 4.00003C20.0001 6.20803 18.2081 7.99997 16.0001 7.99997H12V0Z",
fill: "#FF7262"
}), /*#__PURE__*/ React.createElement("path", {
d: "M20.0001 12C20.0001 14.208 18.2081 16 16.0001 16C13.792 16 12 14.208 12 12C12 9.79197 13.792 7.99994 16.0001 7.99994C18.2081 7.99994 20.0001 9.79197 20.0001 12Z",
fill: "#1ABCFE"
})), /*#__PURE__*/ React.createElement("defs", null, /*#__PURE__*/ React.createElement("clipPath", {
id: "clip0_10530_97445"
}, /*#__PURE__*/ React.createElement("rect", {
width: 24,
height: 24,
fill: "white"
}))));
const ForwardRef = /*#__PURE__*/ forwardRef(Figma);
export default ForwardRef;