@cleartrip/bento-icons
Version:
Icon Library for Bento Component Library
31 lines (30 loc) • 1.57 kB
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 TaEmpty(props) {
return /*#__PURE__*/React.createElement("svg", _extends({
viewBox: "0 0 16 16"
}, props), /*#__PURE__*/React.createElement("g", {
id: "prefix__Page-1",
stroke: "none",
strokeWidth: 1,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("g", {
id: "prefix__ta-empty"
}, /*#__PURE__*/React.createElement("path", {
d: "M1.642 8.017c0-3.47 2.891-6.362 6.361-6.362 3.47 0 6.362 2.892 6.362 6.362s-2.892 6.361-6.362 6.361-6.361-2.795-6.361-6.361",
id: "prefix__Fill-22-path",
fill: "#FFF"
}), /*#__PURE__*/React.createElement("g", {
id: "prefix__Group-3",
fill: "#00A680",
fillRule: "nonzero"
}, /*#__PURE__*/React.createElement("path", {
d: "M1.642 8.017c0-3.47 2.891-6.362 6.361-6.362 3.47 0 6.362 2.892 6.362 6.362s-2.892 6.361-6.362 6.361-6.361-2.795-6.361-6.361M0 8c0 4.434 3.566 8 8 8s8-3.566 8-8-3.566-8-8-8C3.566.096 0 3.663 0 8",
id: "prefix__Fill-22"
})), /*#__PURE__*/React.createElement("path", {
d: "M1.642 8.017c0-3.47 2.891-6.362 6.361-6.362 3.47 0 6.362 2.892 6.362 6.362s-2.892 6.361-6.362 6.361-6.361-2.795-6.361-6.361",
id: "prefix__Fill-22-path",
fill: "#FFF"
}))));
}