@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
28 lines (26 loc) • 1.05 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const CodeSolid = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 40 40",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
fill: "none"
}, /*#__PURE__*/ React.createElement("path", {
d: "M4 4C4 1.79086 5.79086 0 8 0H24L36 12V36C36 38.2091 34.2091 40 32 40H8C5.79086 40 4 38.2091 4 36V4Z",
fill: "#002769"
}), /*#__PURE__*/ React.createElement("path", {
opacity: 0.3,
d: "M24 0L36 12H28C25.7909 12 24 10.2091 24 8V0Z",
fill: "white"
}), /*#__PURE__*/ React.createElement("path", {
d: "M23.3334 27.3333L26.6667 24L23.3334 20.6667M16.6667 20.6667L13.3334 24L16.6667 27.3333M21.3334 18L18.6667 30",
stroke: "white",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(CodeSolid);
export default ForwardRef;