@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
34 lines (32 loc) • 1.28 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const Lightcoin = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 58 40",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
fill: "none"
}, /*#__PURE__*/ React.createElement("rect", {
x: 0.5,
y: 0.5,
width: 57,
height: 39,
rx: 5.5,
fill: "white"
}), /*#__PURE__*/ React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M41.6667 20C41.6667 27.3638 35.6971 33.3334 28.3333 33.3334C20.9695 33.3334 15 27.3638 15 20C15 12.6362 20.9695 6.66669 28.3333 6.66669C35.6971 6.66669 41.6667 12.6362 41.6667 20ZM24.714 20.99L26.5936 13.9397H30.6673L29.2572 19.4234L31.1375 18.6402L30.6673 20.3633L28.787 20.99L27.8471 24.4369H34.5845L33.9577 26.9433H23.1467L24.2437 22.7131L22.6771 23.3399L23.1467 21.6168L24.714 20.99Z",
fill: "#A5A8A9"
}), /*#__PURE__*/ React.createElement("rect", {
x: 0.5,
y: 0.5,
width: 57,
height: 39,
rx: 5.5,
stroke: "#F2F4F7"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(Lightcoin);
export default ForwardRef;