iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.28 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const TargetUser = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M10.384 9.86a1.616 1.616 0 113.232 0 1.616 1.616 0 01-3.232 0zM10.786 12.087a2.238 2.238 0 00-2.238 2.238v.93c0 .415.336.75.75.75h5.405a.75.75 0 00.75-.75v-.93a2.238 2.238 0 00-2.239-2.238h-2.428zm-.738 2.238c0-.407.33-.738.738-.738h2.428c.408 0 .739.33.739.738v.18h-3.905v-.18z", fill: "#323544" }),
React.createElement("path", { d: "M12.75 2a.75.75 0 00-1.5 0v1.282a8.752 8.752 0 00-7.968 7.968H2a.75.75 0 000 1.5h1.282a8.752 8.752 0 007.968 7.968V22a.75.75 0 001.5 0v-1.282a8.752 8.752 0 007.968-7.968H22a.75.75 0 000-1.5h-1.282a8.752 8.752 0 00-7.968-7.968V2zm-7.5 10.75a.75.75 0 000-1.5h-.462a7.253 7.253 0 016.462-6.462v.462a.75.75 0 001.5 0v-.462a7.253 7.253 0 016.462 6.462h-.462a.75.75 0 000 1.5h.462a7.253 7.253 0 01-6.462 6.462v-.462a.75.75 0 00-1.5 0v.462a7.253 7.253 0 01-6.462-6.462h.462z", fill: "#323544" }));
exports.default = TargetUser;