UNPKG

896 BJavaScriptView Raw
1function _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); }
2
3import React from 'react';
4import withIcon from '../withIcon';
5
6function IconVerifiedUser(props) {
7 return React.createElement("svg", _extends({
8 viewBox: "0 0 24 24"
9 }, props), React.createElement("path", {
10 d: "M11.19 1.266l-7 3.11C3.47 4.696 3 5.416 3 6.206v4.7c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12v-4.7c0-.79-.47-1.51-1.19-1.83l-7-3.11c-.51-.23-1.11-.23-1.62 0zm-1.9 14.93l-2.59-2.59a.996.996 0 111.41-1.41l1.89 1.88 5.88-5.88a.996.996 0 111.41 1.41l-6.59 6.59a.996.996 0 01-1.41 0z"
11 }));
12}
13
14export default withIcon('IconVerifiedUser')(IconVerifiedUser);
\No newline at end of file