UNPKG

@comfortdelgro/compass-icons

Version:
67 lines (65 loc) 4.28 kB
import * as React from "react"; import { forwardRef } from "react"; const Tem = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 120 119", ref: ref, ...props }, /*#__PURE__*/ React.createElement("g", { clipPath: "url(#clip0_12453_32418)" }, /*#__PURE__*/ React.createElement("path", { d: "M84.8499 95.6685L89.9846 100.803L79.9771 110.811C69.0676 121.72 51.3798 121.72 40.4704 110.811L8.92035 79.2462C-1.98907 68.3367 -1.98907 50.6489 8.92035 39.7395L18.9279 29.7319L27.19 37.994C30.1283 40.9323 34.1866 42.3432 38.3467 42.2123C39.9613 42.1541 41.7941 42.445 43.7723 43.0269C49.9107 44.8451 57.46 49.6307 64.3839 56.5546C71.3077 63.4784 76.0788 71.0277 77.9115 77.1661C78.4207 78.8534 78.697 80.4389 78.7261 81.879C78.857 87.0864 81.1844 91.9884 84.8645 95.6685H84.8499ZM49.5325 30.6774C56.1654 30.2556 66.6094 35.6957 75.9188 45.0051C84.5881 53.6745 89.9119 63.3475 90.2465 69.9804C90.5228 75.2315 92.5011 80.2353 96.2248 83.9445L101.534 89.2537L111.542 79.2462C122.451 68.3367 122.451 50.6489 111.542 39.7395L79.9771 8.18945C69.0676 -2.71997 51.3798 -2.71997 40.4704 8.18945L30.4628 18.197L38.6667 26.4009C41.5323 29.2665 45.4742 30.9392 49.5325 30.6774Z", fill: "url(#paint0_linear_12453_32418)" }), /*#__PURE__*/ React.createElement("path", { d: "M96.2246 83.9444C92.5154 80.2352 90.5227 75.2314 90.2463 69.9803C89.8972 63.3474 84.5879 53.6744 75.9186 45.005C66.6092 35.6956 56.1652 30.2555 49.5323 30.6773C45.474 30.9391 41.5466 29.2663 38.6665 26.4008L30.4626 18.1969L18.9277 29.7463L27.1898 38.0084C30.1281 40.9467 34.1864 42.3576 38.3465 42.2267C39.9611 42.1685 41.7939 42.4595 43.7721 43.0413C49.9105 44.8595 57.4598 49.6451 64.3837 56.569C71.3075 63.4928 76.0786 71.0422 77.9114 77.1805C78.4205 78.8679 78.6968 80.4534 78.7259 81.8934C78.8568 87.1008 81.1842 92.0028 84.8643 95.6829L89.999 100.818L101.548 89.2827L96.2392 83.9735L96.2246 83.9444Z", fill: "url(#paint1_linear_12453_32418)" }), /*#__PURE__*/ React.createElement("g", null, /*#__PURE__*/ React.createElement("path", { d: "M78.7115 81.8789C78.6678 80.4388 78.3915 78.8533 77.8969 77.166C76.0787 71.0276 71.2931 63.4783 64.3692 56.5545C57.4454 49.6306 49.896 44.8595 43.7577 43.0268C41.7794 42.4449 39.9467 42.154 38.3321 42.2122C34.1719 42.3431 30.1136 40.9322 27.1754 37.9939L18.9133 29.7318L8.9057 39.7394C-2.00372 50.6488 -2.00372 68.3366 8.9057 79.2461L40.4703 110.811C51.3797 121.72 69.0675 121.72 79.977 110.811L89.9846 100.803L84.8498 95.6684C81.1697 91.9883 78.8424 87.0863 78.7115 81.8789Z", fill: "url(#paint2_linear_12453_32418)" }))), /*#__PURE__*/ React.createElement("defs", null, /*#__PURE__*/ React.createElement("linearGradient", { id: "paint0_linear_12453_32418", x1: 0.899572, y1: 2.34114, x2: 115.735, y2: 116.074, gradientUnits: "userSpaceOnUse" }, /*#__PURE__*/ React.createElement("stop", { stopColor: "#4084F7" }), /*#__PURE__*/ React.createElement("stop", { offset: 1, stopColor: "#0142AF" })), /*#__PURE__*/ React.createElement("linearGradient", { id: "paint1_linear_12453_32418", x1: 29.0474, y1: 99.1936, x2: 83.0422, y2: 30.0758, gradientUnits: "userSpaceOnUse" }, /*#__PURE__*/ React.createElement("stop", { stopColor: "#009EDA" }), /*#__PURE__*/ React.createElement("stop", { offset: 1, stopColor: "#6BD6FF" })), /*#__PURE__*/ React.createElement("linearGradient", { id: "paint2_linear_12453_32418", x1: 0.84463, y1: 31.4826, x2: 86.9924, y2: 116.803, gradientUnits: "userSpaceOnUse" }, /*#__PURE__*/ React.createElement("stop", { stopColor: "#4084F7" }), /*#__PURE__*/ React.createElement("stop", { offset: 1, stopColor: "#0142AF" })), /*#__PURE__*/ React.createElement("clipPath", { id: "clip0_12453_32418" }, /*#__PURE__*/ React.createElement("rect", { width: 119, height: 119, fill: "white", transform: "translate(0.730957)" })))); const ForwardRef = /*#__PURE__*/ forwardRef(Tem); export default ForwardRef;