UNPKG

@scaleflex/icons

Version:
30 lines 2.02 kB
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["color", "size", "ref"]; import React from 'react'; export var TextSearch = function TextSearch(_ref) { var _ref$color = _ref.color, color = _ref$color === void 0 ? 'currentColor' : _ref$color, _ref$size = _ref.size, size = _ref$size === void 0 ? 14 : _ref$size, ref = _ref.ref, rest = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ "data-icon-name": "TextSearch", ref: ref, width: size, height: size, viewBox: "0 0 50 50", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { d: "M16.3104 32.1319C16.8983 32.1319 17.4837 31.9426 17.9316 31.5638C18.8249 30.8085 18.8249 29.582 17.9291 28.8267C13.9359 25.4504 12.6812 20.387 14.7325 15.9262C15.1906 14.9298 14.6052 13.8066 13.4269 13.4192C12.2409 13.034 10.92 13.5268 10.4619 14.5231C7.75399 20.415 9.41336 27.1052 14.6918 31.566C15.1397 31.9426 15.7225 32.1319 16.3104 32.1319Z", fill: color }), /*#__PURE__*/React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M33.1503 36.8003L45.4903 47.3495C45.8357 47.891 46.4164 48.1584 47.0198 48.2276C47.6232 48.2968 48.2494 48.1679 48.6972 47.8179C49.1564 47.3687 49.4144 46.8965 49.4827 46.3021C49.551 45.7077 49.4182 45.0903 49.0614 44.6479L36.3646 33.6562C38.6282 30.8046 40.0323 27.4528 40.4534 23.7876C41.694 12.9899 33.7563 3.14651 22.7941 1.88874C11.832 0.630969 1.86833 8.42041 0.627732 19.2181C-0.612866 30.0157 7.32489 39.8591 18.287 41.1169C23.6172 41.7285 28.9967 40.1377 33.1503 36.8003ZM18.6645 36.9448C10.0155 35.9524 3.77228 28.2104 4.7511 19.6912C5.72992 11.1719 13.6785 4.95787 22.2155 6.03777C30.8646 7.03013 37.1077 14.7722 36.1289 23.2914C35.1501 31.8107 27.3135 37.9372 18.6645 36.9448Z", fill: color })); }; export default TextSearch;