@cleartrip/bento-icons
Version:
Icon Library for Bento Component Library
28 lines (27 loc) • 1.08 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 CleartripIconMono(props) {
return /*#__PURE__*/React.createElement("svg", _extends({
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("g", {
id: "prefix__CT-Tick-Monochrome",
stroke: "none",
strokeWidth: 1,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("g", {
id: "prefix__Black-tick"
}, /*#__PURE__*/React.createElement("rect", {
id: "prefix__Combined-Shape",
fill: "currentColor",
x: 0,
y: 0,
width: 24,
height: 24,
rx: 3.487
}), /*#__PURE__*/React.createElement("path", {
id: "prefix__Fill-6",
fill: "#FFF",
d: "M3.429 12.566l2.124-3.411 2.975 5.116 9.563-8.1 2.124 3.624-12.112 7.672z"
}))));
}