@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
87 lines (85 loc) • 3.89 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "default", {
enumerable: true,
get: function() {
return _default;
}
});
const _react = /*#__PURE__*/ _interop_require_wildcard(require("react"));
function _getRequireWildcardCache(nodeInterop) {
if (typeof WeakMap !== "function") return null;
var cacheBabelInterop = new WeakMap();
var cacheNodeInterop = new WeakMap();
return (_getRequireWildcardCache = function(nodeInterop) {
return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
})(nodeInterop);
}
function _interop_require_wildcard(obj, nodeInterop) {
if (!nodeInterop && obj && obj.__esModule) {
return obj;
}
if (obj === null || typeof obj !== "object" && typeof obj !== "function") {
return {
default: obj
};
}
var cache = _getRequireWildcardCache(nodeInterop);
if (cache && cache.has(obj)) {
return cache.get(obj);
}
var newObj = {};
var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
for(var key in obj){
if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
if (desc && (desc.get || desc.set)) {
Object.defineProperty(newObj, key, desc);
} else {
newObj[key] = obj[key];
}
}
}
newObj.default = obj;
if (cache) {
cache.set(obj, newObj);
}
return newObj;
}
const Ideal = (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: "M15.4024 8.25989H28.8869C38.05 8.25989 41.5712 13.4148 41.5712 19.9306C41.5712 27.7248 36.6495 31.6426 28.8869 31.6426H15.4024V8.25989ZM16.6827 9.66202V30.3229H28.8868C36.2493 30.3229 40.2506 26.7763 40.2506 19.9718C40.2506 12.9612 35.9292 9.66202 28.8868 9.66202H16.6827ZM20.284 20.343C21.632 20.343 22.7248 19.2167 22.7248 17.8274C22.7248 16.438 21.632 15.3118 20.284 15.3118C18.936 15.3118 17.8432 16.438 17.8432 17.8274C17.8432 19.2167 18.936 20.343 20.284 20.343ZM18.3235 21.4152H22.2448V28.5909H18.3235V21.4152Z",
fill: "black"
}), /*#__PURE__*/ _react.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M35.8092 15.518H36.9296V18.9821H38.5701C38.13 12.6725 33.2884 11.2703 28.8869 11.2703H24.2053V15.518H24.8856C26.166 15.518 26.9262 16.384 26.9262 17.8274C26.9262 19.2707 26.166 20.1368 24.9256 20.1368H24.2053V28.5908H28.8869C36.0493 28.5908 38.4901 25.168 38.6102 20.1368H35.8092V15.518ZM30.4074 18.9821V20.1368H27.6065V15.518H30.3274V16.6727H28.7268V17.2088H30.2473V18.3635H28.7668V18.9821H30.4074ZM30.8874 20.1368L32.2479 15.518H33.8484L35.2089 20.1368H34.0485L33.8084 19.2707H32.3279L32.0879 20.1368H30.8874ZM32.6606 18.0748H32.6481V18.116L32.6606 18.0748ZM32.6606 18.0748H33.4484L33.0883 16.7964H33.0482L32.6606 18.0748ZM24.2053 18.9821V16.6727H24.8856C25.3257 16.6727 25.8059 16.7964 25.8059 17.8274C25.8059 18.8584 25.3657 18.9821 24.8856 18.9821H24.2053Z",
fill: "#D50072"
}), /*#__PURE__*/ _react.createElement("rect", {
x: 0.5,
y: 0.5,
width: 57,
height: 39,
rx: 5.5,
stroke: "#F2F4F7"
})));
const ForwardRef = /*#__PURE__*/ (0, _react.forwardRef)(Ideal);
const _default = ForwardRef;