@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
39 lines (37 loc) • 3.28 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const Affirm = (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: "M24.3908 19.9485H22.5425V19.2232C22.5425 18.2799 23.0814 18.01 23.5464 18.01C24.0593 18.01 24.459 18.2376 24.459 18.2376L25.0882 16.7996C25.0882 16.7996 24.4503 16.3827 23.2909 16.3827C21.9873 16.3827 20.5041 17.1176 20.5041 19.424V19.9485H17.41V19.2232C17.41 18.2799 17.9489 18.01 18.4128 18.01C18.677 18.01 19.0324 18.0715 19.3264 18.2376L19.9556 16.7996C19.58 16.5787 18.9767 16.3827 18.1583 16.3827C16.8547 16.3827 15.3715 17.1176 15.3715 19.424V19.9485H14.188V21.522H15.3715V27.0811H17.41V21.522H20.5041V27.0811H22.5425V21.522H24.3908V19.9485ZM9.50819 25.8013C8.97217 25.8013 8.70512 25.5381 8.70512 25.103C8.70512 24.298 9.60618 24.0223 11.2508 23.8484C11.2508 24.9252 10.5226 25.8013 9.50819 25.8013ZM10.2171 19.7389C9.04229 19.7389 7.68974 20.2931 6.95583 20.8782L7.62634 22.2893C8.2152 21.7504 9.16717 21.2903 10.026 21.2903C10.8415 21.2903 11.2921 21.5631 11.2921 22.1116C11.2921 22.4824 10.9933 22.6688 10.4285 22.7418C8.32087 23.0165 6.66669 23.5977 6.66669 25.223C6.66669 26.5112 7.58408 27.2912 9.01732 27.2912C10.0394 27.2912 10.9501 26.7226 11.3833 25.9723V27.0809H13.2892V22.4363C13.2892 20.5179 11.9558 19.7389 10.2171 19.7389ZM29.3566 19.9485V27.0811H31.3969V23.6449C31.3969 22.0109 32.3854 21.5316 33.0751 21.5316C33.3441 21.5316 33.7072 21.6094 33.9474 21.789L34.3191 19.9033C34.004 19.7689 33.6745 19.7391 33.4046 19.7391C32.3556 19.7391 31.6966 20.204 31.2615 21.1473V19.9485H29.3566ZM41.4721 20.9919C41.8919 20.3771 42.6978 19.7392 43.7766 19.7392C45.0801 19.7392 46.1589 20.5481 46.1589 22.1514V27.0812H44.1205V22.7959C44.1205 21.8516 43.5518 21.4597 43.0129 21.4597C42.3385 21.4597 41.6642 22.0764 41.6642 23.4098V27.0812H39.6258V22.8103C39.6258 21.8372 39.0897 21.4597 38.5066 21.4597C37.8621 21.4597 37.1723 22.0908 37.1723 23.4098V27.0812H35.131V19.9487H37.0974V21.0274C37.4423 20.3387 38.1887 19.7392 39.2674 19.7392C40.2559 19.7392 41.0821 20.1975 41.4721 20.9919ZM27.6443 27.0814H25.6078V19.9488H27.6443V27.0814Z",
fill: "#060809"
}), /*#__PURE__*/ React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M37.4889 10C31.9827 10 27.0749 13.8223 25.682 18.7368H27.6782C28.8415 15.0769 32.7906 11.8646 37.4889 11.8646C43.1998 11.8646 48.1355 16.2123 48.1355 22.9808C48.1355 24.5005 47.9385 25.8704 47.5658 27.0807H49.5024L49.5216 27.0144C49.8386 25.7656 50 24.4093 50 22.9808C50 15.4323 44.4995 10 37.4889 10Z",
fill: "#0FA0EA"
}), /*#__PURE__*/ React.createElement("rect", {
x: 0.5,
y: 0.5,
width: 57,
height: 39,
rx: 5.5,
stroke: "#F2F4F7"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(Affirm);
export default ForwardRef;