@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 940 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.UserFilledSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.UserFilledSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.75 8a7.73 7.73 0 0 1-2.149 5.356 7.73 7.73 0 0 1-5.579 2.394h-.044a7.73 7.73 0 0 1-5.579-2.394A7.75 7.75 0 1 1 15.75 8m-3.052 3.875A6.08 6.08 0 0 0 8 9.661a6.08 6.08 0 0 0-4.698 2.214A6.08 6.08 0 0 0 8 14.089a6.08 6.08 0 0 0 4.698-2.214M8 8.554a2.768 2.768 0 1 0 0-5.536 2.768 2.768 0 0 0 0 5.536", clipRule: "evenodd" }))); });
exports.UserFilledSIcon.displayName = 'UserFilledSIcon';