@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
27 lines (25 loc) • 2.13 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
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__*/ forwardRef(H5DoubleRight);
export default ForwardRef;