@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
75 lines (73 loc) • 3.71 kB
JavaScript
;
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 H5DoubleRight = (props, ref)=>/*#__PURE__*/ _react.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 16 17",
ref: ref,
...props
}, /*#__PURE__*/ _react.createElement("g", {
fill: "currentColor"
}, /*#__PURE__*/ _react.createElement("path", {
d: "M1.88667 15C1.66 15 1.43333 14.9125 1.26 14.7419C0.913333 14.4007 0.913333 13.8452 1.26 13.504L6.85111 8.00109L1.26 2.49383C0.913333 2.15263 0.913333 1.59709 1.26 1.2559C1.60667 0.914701 2.17111 0.914701 2.51778 1.2559L8.74 7.37994C9.08667 7.72114 9.08667 8.27667 8.74 8.61787L2.51778 14.7419C2.34 14.9125 2.11333 15 1.88667 15Z",
fill: "currentColor"
}), /*#__PURE__*/ _react.createElement("path", {
d: "M1.88667 15C1.66 15 1.43333 14.9125 1.26 14.7419C0.913333 14.4007 0.913333 13.8452 1.26 13.504L6.85111 8.00109L1.26 2.49383C0.913333 2.15263 0.913333 1.59709 1.26 1.2559C1.60667 0.914701 2.17111 0.914701 2.51778 1.2559L8.74 7.37994C9.08667 7.72114 9.08667 8.27667 8.74 8.61787L2.51778 14.7419C2.34 14.9125 2.11333 15 1.88667 15Z",
stroke: "currentColor"
}), /*#__PURE__*/ _react.createElement("path", {
d: "M7.88667 15C7.66 15 7.43333 14.9125 7.26 14.7419C6.91333 14.4007 6.91333 13.8452 7.26 13.504L12.8511 8.00109L7.26 2.49383C6.91333 2.15263 6.91333 1.59709 7.26 1.2559C7.60667 0.914701 8.17111 0.914701 8.51778 1.2559L14.74 7.37994C15.0867 7.72114 15.0867 8.27667 14.74 8.61787L8.51778 14.7419C8.34 14.9125 8.11333 15 7.88667 15Z",
fill: "currentColor"
}), /*#__PURE__*/ _react.createElement("path", {
d: "M7.88667 15C7.66 15 7.43333 14.9125 7.26 14.7419C6.91333 14.4007 6.91333 13.8452 7.26 13.504L12.8511 8.00109L7.26 2.49383C6.91333 2.15263 6.91333 1.59709 7.26 1.2559C7.60667 0.914701 8.17111 0.914701 8.51778 1.2559L14.74 7.37994C15.0867 7.72114 15.0867 8.27667 14.74 8.61787L8.51778 14.7419C8.34 14.9125 8.11333 15 7.88667 15Z",
stroke: "currentColor"
})));
const ForwardRef = /*#__PURE__*/ (0, _react.forwardRef)(H5DoubleRight);
const _default = ForwardRef;