@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
21 lines (19 loc) • 1.21 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const H5Search = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 16 16",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
fill: "currentColor"
}, /*#__PURE__*/ React.createElement("path", {
d: "M15 14.0971C15 14.3279 14.9093 14.5587 14.7324 14.7352C14.3787 15.0883 13.8027 15.0883 13.449 14.7352L10.9916 12.4019C10.6378 12.0489 10.6378 11.4741 10.9916 11.121C11.3453 10.768 11.9213 10.768 12.275 11.121L14.7324 13.4544C14.9093 13.6354 15 13.8663 15 14.0971Z",
fill: "currentColor"
}), /*#__PURE__*/ React.createElement("path", {
d: "M2.87044 6.6C2.87044 4.542 4.54915 2.86667 6.61131 2.86667C8.67347 2.86667 10.3522 4.542 10.3522 6.6C10.3522 8.658 8.67347 10.3333 6.61131 10.3333C4.54915 10.3333 2.87044 8.658 2.87044 6.6ZM1 6.6C1 9.694 3.51106 12.2 6.61131 12.2C9.71156 12.2 12.2226 9.694 12.2226 6.6C12.2226 3.506 9.71156 1 6.61131 1C3.51106 1 0.999999 3.506 1 6.6Z",
fill: "currentColor"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(H5Search);
export default ForwardRef;