UNPKG

@cleartrip/bento-icons

Version:

Icon Library for Bento Component Library

15 lines (14 loc) 853 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 CheckBoxFill(props) { return /*#__PURE__*/React.createElement("svg", _extends({ viewBox: "0 0 20 20" }, props), /*#__PURE__*/React.createElement("path", { d: "M16 2a2 2 0 012 2v12a2 2 0 01-2 2H4a2 2 0 01-2-2V4a2 2 0 012-2h12zm-1.763 4.433l-6.367 5.51-1.902-2.181-1.131.985 2.394 2.746.079.078a.75.75 0 00.878.069l.099-.073 6.932-6-.982-1.134z", fill: "currentColor", id: "prefix__check-box---fill", stroke: "none", strokeWidth: 1, fillRule: "evenodd" })); }