@cleartrip/bento-icons
Version:
Icon Library for Bento Component Library
19 lines (18 loc) • 1.16 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 MedicalInsurance(props) {
return /*#__PURE__*/React.createElement("svg", _extends({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("g", {
id: "prefix__Single-Color-Icons",
stroke: "none",
strokeWidth: 1,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("path", {
d: "M12.667 2c.368 0 .666.298.666.667v2h4c.369 0 .667.298.667.666v12a.667.667 0 01-.667.667H2.667A.667.667 0 012 17.333v-12c0-.368.298-.666.667-.666h4v-2c0-.369.298-.667.666-.667h5.334zM7.28 5.667H3V17h14V5.667l-4.281.001-.026.001-5.36.001-.052-.003zM10.501 8v2.832h2.832v1.002H10.5v2.833H9.5v-2.833H6.665v-1.001l2.832-.001V8H10.5zm1.832-5H7.667v1.667h4.666V3z",
fill: "currentColor",
fillRule: "nonzero",
id: "prefix__medical-insurance"
})));
}