@cleartrip/bento-icons
Version:
Icon Library for Bento Component Library
11 lines (10 loc) • 712 B
JavaScript
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import React from "react";
export function Search(props) {
return /*#__PURE__*/React.createElement("svg", _extends({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M7.945 2a5.945 5.945 0 014.68 9.614L18 16.99 16.991 18l-5.377-5.375A5.945 5.945 0 117.946 2zm0 1.427a4.519 4.519 0 100 9.037 4.519 4.519 0 000-9.037z",
fill: "currentColor"
}));
}