@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.18 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiUserCheck = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiUserCheck = function LIGuiUserCheck(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M5.2 7a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8zm1.68.6h-.313a3.267 3.267 0 0 1-2.734 0H3.52A2.52 2.52 0 0 0 1 10.12v.78a.9.9 0 0 0 .9.9h6.6a.9.9 0 0 0 .9-.9v-.78A2.52 2.52 0 0 0 6.88 7.6zm6.056-2.408-.521-.526a.223.223 0 0 0-.315-.002l-1.965 1.95-.853-.86a.223.223 0 0 0-.315-.001l-.527.523a.222.222 0 0 0-.002.315L9.97 8.134a.223.223 0 0 0 .315.002l2.65-2.629a.224.224 0 0 0 .001-.315z"
})
}));
};
exports.LIGuiUserCheck = LIGuiUserCheck;