UNPKG

@comfortdelgro/compass-icons

Version:
25 lines (23 loc) 1.73 kB
import * as React from "react"; import { forwardRef } from "react"; const AepSolid = (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: "#0142AF" }), /*#__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: "M12.6619 32H11.179L13.4386 25.4545H15.2219L17.4783 32H15.9954L14.3558 26.9503H14.3047L12.6619 32ZM12.5692 29.4272H16.0721V30.5075H12.5692V29.4272ZM18.2662 32V25.4545H22.6767V26.5955H19.65V28.1552H22.4498V29.2962H19.65V30.859H22.6895V32H18.2662ZM23.7769 32V25.4545H26.3593C26.8557 25.4545 27.2787 25.5494 27.6281 25.739C27.9775 25.9265 28.2439 26.1875 28.4271 26.522C28.6125 26.8544 28.7052 27.2379 28.7052 27.6726C28.7052 28.1072 28.6114 28.4908 28.4239 28.8232C28.2364 29.1555 27.9648 29.4144 27.6089 29.5998C27.2552 29.7852 26.827 29.8778 26.3241 29.8778H24.6782V28.7688H26.1004C26.3667 28.7688 26.5862 28.723 26.7588 28.6314C26.9335 28.5376 27.0635 28.4087 27.1487 28.2447C27.2361 28.0785 27.2797 27.8878 27.2797 27.6726C27.2797 27.4553 27.2361 27.2656 27.1487 27.1037C27.0635 26.9396 26.9335 26.8129 26.7588 26.7234C26.5841 26.6317 26.3625 26.5859 26.094 26.5859H25.1608V32H23.7769Z", fill: "white" }))); const ForwardRef = /*#__PURE__*/ forwardRef(AepSolid); export default ForwardRef;