UNPKG

@cleartrip/bento-icons

Version:

Icon Library for Bento Component Library

18 lines (17 loc) 939 B
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 CheckboxCircle(props) { return /*#__PURE__*/React.createElement("svg", _extends({ viewBox: "0 0 16 16" }, props), /*#__PURE__*/React.createElement("g", { id: "prefix__Artboard-Copy-26", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("path", { d: "M8 0c4.411 0 8 3.589 8 8s-3.589 8-8 8-8-3.589-8-8 3.589-8 8-8zm3.165 5.107L6.362 9.246 4.433 7.032l-1.13.986 2.42 2.776.071.072a.75.75 0 00.983.003l5.367-4.626-.98-1.136z", id: "prefix__Combined-Shape", fill: "currentColor" }))); }